Home
last modified time | relevance | path

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

1234

/external/perfetto/src/trace_processor/sqlite/
Dquery_constraints.h41 struct Constraint { struct
48 // The original index of this constraint in the aConstraint array. argument
60 QueryConstraints(); argument
/external/webrtc/talk/app/webrtc/
Dmediaconstraintsinterface.h46 struct Constraint { struct
47 Constraint() {} in Constraint() function
48 Constraint(const std::string& key, const std::string value) in Constraint() function
55 class Constraints : public std::vector<Constraint> { argument
/external/v8/src/compiler/
Dloop-variable-optimizer.h88 struct Constraint { struct
90 InductionVariable::ConstraintKind kind; argument
93 bool operator!=(const Constraint& other) const { argument
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dvaluesize.rst4 .. |Constraint| replace:: ValueSizeConstraint substdef
Dsinglevalue.rst4 .. |Constraint| replace:: SingleValueConstraint substdef
Dpermittedalphabet.rst4 .. |Constraint| replace:: PermittedAlphabetConstraint substdef
Dcontainedsubtype.rst4 .. |Constraint| replace:: ContainedSubtypeConstraint substdef
Dconstraintsintersection.rst4 .. |Constraint| replace:: ConstraintsIntersection substdef
Dconstraintsunion.rst4 .. |Constraint| replace:: ConstraintsUnion substdef
Dconstraintsexclusion.rst4 .. |Constraint| replace:: ConstraintsExclusion substdef
Dwithcomponents.rst4 .. |Constraint| replace:: WithComponentsConstraint substdef
Dvaluerange.rst4 .. |Constraint| replace:: ValueRangeConstraint substdef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h32 std::string Constraint; variable
/external/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h31 std::string Constraint; variable
/external/perfetto/src/trace_processor/db/
Dcolumn.h59 struct Constraint { struct
60 uint32_t col_idx;
61 FilterOp op;
62 SqlValue value;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h132 DefinedSVal Constraint; variable
/external/clang/lib/CodeGen/
DTargetInfo.h127 StringRef Constraint, in adjustInlineAsmType()
/external/rust/crates/syn/1.0.7/src/
Dpath.rs333 impl Parse for Constraint { implementation
688 impl ToTokens for Constraint { implementation
/external/rust/crates/syn/0.15.42/src/
Dpath.rs333 impl Parse for Constraint { implementation
648 impl ToTokens for Constraint { implementation
/external/tensorflow/tensorflow/python/keras/
Dconstraints.py35 class Constraint(object): class
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp423 const CGIOperandList::ConstraintInfo &Constraint = in emitInstructionSpecifier() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence.h170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp153 const CGIOperandList::ConstraintInfo &Constraint = in GetOperandInfo() local

1234