Home
last modified time | relevance | path

Searched defs:Constraint (Results 1 – 25 of 134) sorted by relevance

123456

/external/webrtc/sdk/
Dmedia_constraints.h36 struct Constraint { struct
37 Constraint() {} in Constraint() function
38 Constraint(const std::string& key, const std::string value) in Constraint() function
44 class Constraints : public std::vector<Constraint> { argument
/external/perfetto/src/trace_processor/db/column/
Dtypes.h88 struct Constraint { struct
89 uint32_t col_idx;
90 FilterOp op;
91 SqlValue value;
/external/rust/crates/pdl-compiler/src/
Dast.rs101 pub struct Constraint { struct
102 pub id: String,
103 pub loc: SourceRange,
104 pub value: Option<usize>,
105 pub tag_id: Option<String>,
344 impl Eq for Constraint {} implementation
345 impl PartialEq for Constraint { implementation
424 pub fn constraints(&self) -> std::slice::Iter<'_, Constraint> { in constraints() argument
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dvaluesize.rst4 .. |Constraint| replace:: ValueSizeConstraint substdef
Dpermittedalphabet.rst4 .. |Constraint| replace:: PermittedAlphabetConstraint substdef
Dvaluerange.rst4 .. |Constraint| replace:: ValueRangeConstraint substdef
Dconstraintsexclusion.rst4 .. |Constraint| replace:: ConstraintsExclusion substdef
Dsinglevalue.rst4 .. |Constraint| replace:: SingleValueConstraint substdef
Dwithcomponents.rst4 .. |Constraint| replace:: WithComponentsConstraint substdef
Dconstraintsintersection.rst4 .. |Constraint| replace:: ConstraintsIntersection substdef
Dcontainedsubtype.rst4 .. |Constraint| replace:: ContainedSubtypeConstraint substdef
Dconstraintsunion.rst4 .. |Constraint| replace:: ConstraintsUnion substdef
/external/rust/crates/pdl-compiler/scripts/
Dgenerate_test_vectors.py483 field: ast.TypedefField, constraints: List[ast.Constraint]
504 field: ast.Field, constraints: List[ast.Constraint], payload: Optional[List[Packet]]
564 constraints: List[ast.Constraint],
578 constraints: List[ast.Constraint] = [],
/external/rust/crates/pdl-compiler/scripts/pdl/
Dcore.py19 def desugar_field_(field: Field, previous: Field, constraints: Dict[str, Constraint]) -> List[Field… argument
326 def constraint_ids(constraints: List[Constraint]) -> Set[str]:
/external/google-cloud-java/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/proto/google/cloud/orgpolicy/v2/
Dconstraint.proto45 message Constraint { message
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h31 std::string Constraint; variable
/external/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h31 std::string Constraint; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h31 std::string Constraint; variable
/external/googleapis/google/cloud/orgpolicy/v2/
Dconstraint.proto45 message Constraint { message
/external/perfetto/python/perfetto/trace_uri_resolver/
Dresolver.py46 Constraint = Union[_T, ConstraintClass[_T]] variable
/external/rust/crates/prettyplease/src/
Dpath.rs141 fn constraint(&mut self, constraint: &Constraint) { in constraint() method
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h132 DefinedSVal Constraint; variable
/external/clang/lib/CodeGen/
DTargetInfo.h127 StringRef Constraint, in adjustInlineAsmType()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DInlineAsm.h337 static unsigned getFlagWordForMem(unsigned InputFlag, unsigned Constraint) { in getFlagWordForMem()
434 static StringRef getMemConstraintName(unsigned Constraint) { in getMemConstraintName()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DInlineAsm.cpp286 for (const ConstraintInfo &Constraint : Constraints) { in verify() local

123456