Home
last modified time | relevance | path

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

12345

/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.h87 struct Constraint { struct
89 InductionVariable::ConstraintKind kind; argument
92 bool operator!=(const Constraint& other) const { argument
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dcontainedsubtype.rst4 .. |Constraint| replace:: ContainedSubtypeConstraint substdef
Dsinglevalue.rst4 .. |Constraint| replace:: SingleValueConstraint substdef
Dconstraintsunion.rst4 .. |Constraint| replace:: ConstraintsUnion substdef
Dvaluerange.rst4 .. |Constraint| replace:: ValueRangeConstraint substdef
Dpermittedalphabet.rst4 .. |Constraint| replace:: PermittedAlphabetConstraint substdef
Dconstraintsexclusion.rst4 .. |Constraint| replace:: ConstraintsExclusion substdef
Dvaluesize.rst4 .. |Constraint| replace:: ValueSizeConstraint substdef
Dconstraintsintersection.rst4 .. |Constraint| replace:: ConstraintsIntersection substdef
/external/guava/guava/src/com/google/common/collect/
DConstraint.java44 interface Constraint<E> { interface
/external/guava/guava-tests/test/com/google/common/collect/
DConstrainedSetMultimapTest.java40 private enum Constraint implements Serializable, MapConstraint<String, String> { enum in ConstrainedSetMultimapTest
/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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h132 DefinedSVal Constraint; variable
/external/clang/lib/CodeGen/
DTargetInfo.h127 StringRef Constraint, in adjustInlineAsmType()
/external/tensorflow/tensorflow/python/keras/
Dconstraints.py32 class Constraint(object): class
/external/swiftshader/third_party/LLVM/utils/TableGen/
DInstrInfoEmitter.cpp112 const CGIOperandList::ConstraintInfo &Constraint = in GetOperandInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp423 const CGIOperandList::ConstraintInfo &Constraint = in emitInstructionSpecifier() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h150 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp600 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const { in getRegForInlineAsmConstraint() argument
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp153 const CGIOperandList::ConstraintInfo &Constraint = in GetOperandInfo() local
/external/llvm/include/llvm/MC/
DMCInstrDesc.h163 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()

12345