/external/webrtc/talk/app/webrtc/objc/ |
RTCMediaConstraints.mm | 62 constraints.push_back(webrtc::MediaConstraintsInterface::Constraint(
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
FlashingResourcesParser.java | 45 public static interface Constraint { 47 * Check if the provided {@code item} passes the constraint. 85 * flashing requirements. Flashing requirements must pass the appropriate constraint (if one 89 * @param c A map from key name to {@link Constraint}. Image names will be checked against 90 * the appropriate constraint (if any) as a prereq for being added. May be null to 93 public FlashingResourcesParser(File deviceImgZipFile, Map<String, Constraint> c) 115 * @param c A map from key name to {@link Constraint}. Image names will be checked against 116 * the appropriate constraint (if any) as a prereq for being added. May be null to 119 public FlashingResourcesParser(BufferedReader infoReader, Map<String, Constraint> c) 258 Map<String, Constraint> constraints) throws TargetSetupError [all...] |
/external/v8/src/compiler/ |
loop-variable-optimizer.cc | 76 class LoopVariableOptimizer::Constraint : public ZoneObject { 82 const Constraint* next() const { return next_; } 84 Constraint(Node* left, InductionVariable::ConstraintKind kind, Node* right, 85 const Constraint* next) 92 const Constraint* next_; 107 head_ = new (zone) Constraint(left, kind, right, head_); 119 const Constraint* other_limit = other->head_; 139 const Constraint* head() const { return head_; } 146 const Constraint* head_ = nullptr; 175 // this loop if they are involved in the constraint [all...] |
/external/llvm/lib/Target/AVR/ |
AVRISelLowering.h | 99 ConstraintType getConstraintType(StringRef Constraint) const override; 103 const char *constraint) const override; 107 StringRef Constraint, MVT VT) const override; 111 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
/external/llvm/lib/Target/Lanai/ |
LanaiISelLowering.h | 98 StringRef Constraint, MVT VT) const override; 101 const char *Constraint) const override; 102 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCInstrDesc.h | 147 /// getOperandConstraint - Returns the value of the specific constraint if 150 MCOI::OperandConstraint Constraint) const { 152 (OpInfo[OpNum].Constraints & (1 << Constraint))) { 153 unsigned Pos = 16 + Constraint * 4;
|
/frameworks/compile/mclinker/include/mcld/Script/ |
OutputSectDesc.h | 39 enum Constraint { NO_CONSTRAINT, ONLY_IF_RO, ONLY_IF_RW }; 78 Constraint constraint() const { return m_Constraint; } function in struct:mcld::OutputSectDesc::Prolog 104 Constraint m_Constraint;
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
AlphaISelLowering.h | 90 ConstraintType getConstraintType(const std::string &Constraint) const; 92 /// Examine constraint string and operand type and determine a weight value. 95 AsmOperandInfo &info, const char *constraint) const; 98 getRegForInlineAsmConstraint(const std::string &Constraint,
|
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.1/ |
hamcrest-integration-1.1.jar | |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/ |
hamcrest-integration-1.3.jar | |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralRules.java | 352 * The default constraint that is always satisfied. 354 private static final Constraint NO_CONSTRAINT = new Constraint() { 1453 Constraint constraint; local 1669 private final Constraint constraint; field in class:PluralRules.Rule [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRules.java | 353 * The default constraint that is always satisfied. 355 private static final Constraint NO_CONSTRAINT = new Constraint() { 1407 Constraint constraint; local 1623 private final Constraint constraint; field in class:PluralRules.Rule [all...] |
/external/messageformat/java/com/ibm/icu/simple/ |
PluralRules.java | 339 * The default constraint that is always satisfied. 341 private static final Constraint NO_CONSTRAINT = new Constraint() { 1392 Constraint constraint; local 1597 private final Constraint constraint; field in class:PluralRules.Rule [all...] |
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
FlashingResourcesParserTest.java | 20 import com.android.tradefed.targetprep.FlashingResourcesParser.Constraint; 40 private static class Under3Chars implements Constraint { 78 Map<String, Constraint> constraintMap = new HashMap<String, Constraint>(1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 42 import com.android.ide.common.layout.relative.DependencyGraph.Constraint; 62 * Paints a given match as a constraint. 77 * Paints a constraint. 83 * @param constraint The constraint to be drawn 85 private static void paintConstraint(IGraphics graphics, Constraint constraint, 86 Set<Constraint> allConstraints) { 87 ViewData source = constraint.from; 88 ViewData target = constraint.to [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.h | 101 getConstraintType(StringRef Constraint) const override; 104 StringRef Constraint, MVT VT) const override;
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUISelLowering.h | 135 /// Examine constraint string and operand type and determine a weight value. 138 AsmOperandInfo &info, const char *constraint) const; 141 getRegForInlineAsmConstraint(const std::string &Constraint, 144 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeISelLowering.h | 165 ConstraintType getConstraintType(const std::string &Constraint) const; 167 /// Examine constraint string and operand type and determine a weight value. 170 AsmOperandInfo &info, const char *constraint) const; 173 getRegForInlineAsmConstraint(const std::string &Constraint,
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
MSP430ISelLowering.h | 98 getConstraintType(const std::string &Constraint) const; 100 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsISelLowering.h | 171 ConstraintType getConstraintType(const std::string &Constraint) const; 173 /// Examine constraint string and operand type and determine a weight value. 176 AsmOperandInfo &info, const char *constraint) const; 179 getRegForInlineAsmConstraint(const std::string &Constraint,
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZISelLowering.h | 70 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const; 72 getConstraintType(const std::string &Constraint) const;
|
/external/webrtc/webrtc/api/objc/ |
RTCMediaConstraints.mm | 86 nativeConstraints.push_back(webrtc::MediaConstraintsInterface::Constraint(
|
/external/clang/lib/CodeGen/ |
TargetInfo.h | 121 /// Corrects the low-level LLVM type for a given constraint and "usual" 127 StringRef Constraint,
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporterVisitor.h | 132 DefinedSVal Constraint; 142 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption) 143 : Constraint(constraint), Assumption(assumption), IsSatisfied(false), 144 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()), 159 /// Checks if the constraint is valid in the current state. 309 /// Track if we found the node where the constraint was first added.
|
/external/llvm/include/llvm/MC/ |
MCInstrDesc.h | 160 /// \brief Returns the value of the specific constraint if 163 MCOI::OperandConstraint Constraint) const { 165 (OpInfo[OpNum].Constraints & (1 << Constraint))) { 166 unsigned Pos = 16 + Constraint * 4;
|