/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
InlineAsm.h | 85 /// the specified constraint string is legal for the type. This returns true 90 // Constraint String Parsing 100 /// MatchingInput - If this is not -1, this is an output constraint where an 101 /// input constraint is required to match it (e.g. "0"). The value is the 102 /// constraint number that matches this one (for example, if this is 103 /// constraint #0 and constraint #4 has the value "0", this will be 4). 106 /// Code - The constraint code, either the register name (in braces) or the 107 /// constraint letter/number. 119 /// Type - The basic type of the constraint: input/output/clobbe [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
InlineAsm.h | 85 /// the specified constraint string is legal for the type. This returns true 90 // Constraint String Parsing 100 /// MatchingInput - If this is not -1, this is an output constraint where an 101 /// input constraint is required to match it (e.g. "0"). The value is the 102 /// constraint number that matches this one (for example, if this is 103 /// constraint #0 and constraint #4 has the value "0", this will be 4). 106 /// Code - The constraint code, either the register name (in braces) or the 107 /// constraint letter/number. 119 /// Type - The basic type of the constraint: input/output/clobbe [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
InlineAsm.h | 85 /// the specified constraint string is legal for the type. This returns true 90 // Constraint String Parsing 100 /// MatchingInput - If this is not -1, this is an output constraint where an 101 /// input constraint is required to match it (e.g. "0"). The value is the 102 /// constraint number that matches this one (for example, if this is 103 /// constraint #0 and constraint #4 has the value "0", this will be 4). 106 /// Code - The constraint code, either the register name (in braces) or the 107 /// constraint letter/number. 119 /// Type - The basic type of the constraint: input/output/clobbe [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
InlineAsm.h | 85 /// the specified constraint string is legal for the type. This returns true 90 // Constraint String Parsing 100 /// MatchingInput - If this is not -1, this is an output constraint where an 101 /// input constraint is required to match it (e.g. "0"). The value is the 102 /// constraint number that matches this one (for example, if this is 103 /// constraint #0 and constraint #4 has the value "0", this will be 4). 106 /// Code - The constraint code, either the register name (in braces) or the 107 /// constraint letter/number. 119 /// Type - The basic type of the constraint: input/output/clobbe [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ConstrainedSetMultimapTest.java | 40 private enum Constraint implements Serializable, MapConstraint<String, String> { 60 return MapConstraints.constrainedSetMultimap(multimap, Constraint.INSTANCE);
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
BlackfinISelLowering.h | 42 ConstraintType getConstraintType(const std::string &Constraint) const; 44 /// Examine constraint string and operand type and determine a weight value. 47 AsmOperandInfo &info, const char *constraint) const; 50 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
SparcISelLowering.h | 65 ConstraintType getConstraintType(const std::string &Constraint) const; 67 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
|
/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...] |
/frameworks/support/work/workmanager-firebase/src/androidTest/java/androidx/work/impl/background/firebase/ |
FirebaseJobConverterTest.java | 44 import com.firebase.jobdispatcher.Constraint; 145 assertHasIntInArray(job.getConstraints(), Constraint.DEVICE_CHARGING); 180 assertHasIntInArray(job.getConstraints(), Constraint.DEVICE_IDLE); 193 assertHasIntInArray(job.getConstraints(), Constraint.ON_ANY_NETWORK); 206 assertHasIntInArray(job.getConstraints(), Constraint.ON_ANY_NETWORK); 219 assertHasIntInArray(job.getConstraints(), Constraint.ON_ANY_NETWORK); 232 assertHasIntInArray(job.getConstraints(), Constraint.ON_UNMETERED_NETWORK);
|
/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() { 1563 Constraint constraint; local 1779 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() { 1502 Constraint constraint; local 1718 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);
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
JobSchedulerIncidentTest.java | 195 for (JobStatusDumpProto.Constraint c : jsd.getRequiredConstraintsList()) { 196 assertTrue(JobStatusDumpProto.Constraint.getDescriptor().getValues() 199 for (JobStatusDumpProto.Constraint c : jsd.getSatisfiedConstraintsList()) { 200 assertTrue(JobStatusDumpProto.Constraint.getDescriptor().getValues() 203 for (JobStatusDumpProto.Constraint c : jsd.getUnsatisfiedConstraintsList()) { 204 assertTrue(JobStatusDumpProto.Constraint.getDescriptor().getValues()
|
/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,
|