Home
last modified time | relevance | path

Searched full:requirement (Results 1 – 25 of 1659) sorted by relevance

12345678910>>...67

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h23 /// A refactoring action rule requirement determines when a refactoring action
40 /// A base class for any requirement that expects some part of the source to be
44 /// A selection requirement that is satisfied when any portion of the source
55 /// An AST selection requirement is satisfied when any portion of the AST
58 /// The requirement will be evaluated only once during the initiation and
65 /// A selection requirement that is satisfied when the selection range overlaps
70 /// The requirement will be evaluated only once during the initiation and search
80 /// A base class for any requirement that requires some refactoring options.
86 /// requirement.
91 /// A requirement that evaluates to the value of the given \c OptionType when
[all …]
H A DRefactoringActionRule.h55 /// Returns true when the rule has a source selection requirement that has
63 /// requirements that use options, the options from the first requirement
64 /// are visited before the options in the second requirement.
/freebsd/contrib/kyua/engine/
H A Drequirements.hpp47 /// Abstract interface of a requirement checker.
63 /// Register an extra requirement checker.
65 /// \param checker A requirement checker.
68 /// Returns the list of registered extra requirement checkers.
70 /// \return A vector of pointers to extra requirement checkers.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drealtek,rt5682s.yaml62 Set the clock rate (hz) for the requirement of the particular DMIC.
66 Set the delay time (ms) for the requirement of the particular DMIC.
70 Set the delay time (ms) for the requirement of the particular platform or AMIC.
H A Drt5682.txt56 - realtek,dmic-clk-rate-hz : Set the clock rate (hz) for the requirement of
59 - realtek,dmic-delay-ms : Set the delay time (ms) for the requirement of
/freebsd/contrib/netbsd-tests/lib/csu/arch/ia64/
H A Dh_initfini_align.S17 /* ar.bsp has an 8-byte alignment requirement */
28 /* sp has a 16-byte alignment requirement */
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1406 /// execution unit requirement supported by the subtarget.
1412 /// execution unit requirement supported by the subtarget.
1436 /// unit requirement for function \p MF, or number of SGPRs explicitly
1439 /// \returns Value that meets number of waves per execution unit requirement
1442 /// unit requirement.
1446 /// unit requirement for function \p F, or number of SGPRs explicitly
1449 /// \returns Value that meets number of waves per execution unit requirement
1452 /// unit requirement.
1498 /// unit requirement for function \p F, or number of VGPRs explicitly
1501 /// \returns Value that meets number of waves per execution unit requirement
[all …]
/freebsd/crypto/openssl/
H A DNOTES-VMS.md4 - [Requirement details](#requirement-details)
11 Requirement details
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3581 /// template arguments. A requirement is one that can be checked by name
3585 /// 'requires' requirement-parameter-list[opt] requirement-body
3587 /// requirement-parameter-list:
3590 /// requirement-body:
3591 /// '{' requirement-seq '}'
3593 /// requirement-seq:
3594 /// requirement
3595 /// requirement-seq requirement
3597 /// requirement:
3598 /// simple-requirement
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h333 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
552 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
565 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
643 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
655 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
673 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
678 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
709 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
722 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
732 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?");
[all …]
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh179 # Make sure the "more than 8 levels deep" requirement is met.
204 # Make sure the "37 char name" limit requirement is met.
321 # Make sure the "more than 8 levels deep" requirement is met.
325 # Make sure the "pathname larger than 255 chars" requirement is met.
/freebsd/crypto/openssl/doc/man7/
H A DEVP_ASYM_CIPHER-RSA.pod30 (This is a FIPS 140-3 requirement).
47 (This is a FIPS 140-3 requirement)
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c73 /* memory requirement for dmRoot, CACHE memory */ in dmGetRequirements()
82 /* memory requirement for Port Context Links, CACHE memory */ in dmGetRequirements()
91 /* memory requirement for Device Links, CACHE memory */ in dmGetRequirements()
100 /* memory requirement for Expander Device Links, CACHE memory */ in dmGetRequirements()
145 /* memory requirement for SMP command Links, CACHE memory */ in dmGetRequirements()
154 /* memory requirement for INDIRECT SMP command/response Links, DMA memory */ in dmGetRequirements()
164 /* set up memory requirement count */ in dmGetRequirements()
167 /* requirement for locks */ in dmGetRequirements()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h287 struct Requirement { struct
296 SmallVector<Requirement, 2> Requirements; argument
302 /// it's missing a requirement from \p Requirements or because it's been
516 /// requirement, this parameter will be set to one of the requirements that
522 Requirement &Req, Module *&ShadowingModule) const;
539 /// \param Req If this module is unavailable because of a missing requirement,
550 Requirement &Req,
727 /// Add the given feature requirement to the list of features
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors16 linking so this is a best effort requirement.
37 modes the quality requirement can be relaxed. (Non-nearest rounded
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c76 /* memory requirement for smRoot, CACHE memory */ in smGetRequirements()
114 /* memory requirement for Device Links, CACHE memory */ in smGetRequirements()
123 /* memory requirement for IO inks, CACHE memory */ in smGetRequirements()
139 /* set up memory requirement count */ in smGetRequirements()
142 /* requirement for locks */ in smGetRequirements()
/freebsd/sys/contrib/device-tree/Bindings/dma/stm32/
H A Dst,stm32-dma3.yaml66 -bit 4-7: The FIFO requirement for queuing source/destination transfers
67 0x0: no FIFO requirement/any channel can fit
/freebsd/sbin/rcorder/
H A Drcorder.c286 * add a requirement to a filenode.
469 * for provision and requirement lines, building the graphs as needed.
587 * for each entry in the provision list for S, add a requirement to
778 * given a requirement node (in a filename) we attempt to satisfy it.
800 warnx("requirement `%s' in file `%s' has no providers.", in satisfy_req()
806 /* return if the requirement is already satisfied. */ in satisfy_req()
910 * for each requirement of fnode -> r in do_file()
1033 /* no providers for this requirement */ in generate_graphviz_providers()
H A Drcorder.8188 .It "Requirement %s in file %s has no providers."
227 this missing provider and the requirement will be drawn in bold red as well.
/freebsd/contrib/terminus/
H A DOFL.TXT26 requirement for fonts to remain under this license does not apply
77 distributed under any other license. The requirement for fonts to
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_ASYM_CIPHER-RSA.785 (This is a FIPS 140\-3 requirement).
102 (This is a FIPS 140\-3 requirement)
/freebsd/sys/dev/isci/scil/
H A Dsci_memory_descriptor_list.h105 * This field contains the size requirement for this memory descriptor.
112 * This field contains the alignment requirement for this memory
/freebsd/contrib/bmake/unit-tests/
H A Dvarname.mk102 # This requirement needs to be ignored for expressions with a ":L" or ":?:"
109 # In fact, this requirement is ignored for any expression that has a modifier.
/freebsd/tools/tools/nanobsd/
H A Dfill_pkg.sh94 msg 2 "Check $arg as requirement for port $pkgname"
110 msg 2 "Check $arg as requirement for package $pkgname"
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c80 * Dependent Layer internal resource requirement for the initiator
85 * option requirement.
89 * /note - This function only return the memory requirement in the tiMem_t
358 * and option requirement.

12345678910>>...67