/cts/tools/vm-tests-tf/src/dot/junit/verify/a5/ |
Test_a5.java | 25 * @constraint A5
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporterVisitor.h | 98 DefinedSVal Constraint; 103 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption) 104 : Constraint(constraint), Assumption(assumption), isSatisfied(false) {}
|
/external/clang/test/Analysis/ |
misc-ps-ranges.m | 24 // PR 5969: the comparison of argc < 3 || argc > 4 should constraint the switch
|
/external/guava/src/com/google/common/collect/ |
MapConstraint.java | 34 * Returns a brief human readable description of this constraint, such as
|
/external/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,
|
/external/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/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/llvm/test/CodeGen/X86/ |
9601.ll | 3 ; Previously we'd crash trying to put a 32-bit float into a constraint
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementExclusiveTimeContainer.java | 20 * with the additional constraint that only one child element may play at a
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/ |
Test_rsub_int.java | 191 * @constraint A23 206 * @constraint B1 219 * @constraint B1 232 * @constraint B1 245 * @constraint B1
|
/external/llvm/lib/Target/Blackfin/ |
BlackfinISelLowering.cpp | 508 /// getConstraintType - Given a constraint letter, return the type of 509 /// constraint it is for this target. 511 BlackfinTargetLowering::getConstraintType(const std::string &Constraint) const { 512 if (Constraint.size() != 1) 513 return TargetLowering::getConstraintType(Constraint); 515 switch (Constraint[0]) { 548 return TargetLowering::getConstraintType(Constraint); 551 /// Examine constraint type and operand type and determine a weight value. 553 /// and the current alternative constraint selected. 556 AsmOperandInfo &info, const char *constraint) const [all...] |
/cts/tools/vm-tests-tf/src/util/build/ |
BuildDalvikSuite.java | 93 String methodBody, constraint, title; field in class:BuildDalvikSuite.MethodData 578 // find the @title/@constraint in javadoc comment for this method 594 String title = null, constraint = null; 598 // now grep @title and @constraint 610 // constraint can be one line only 611 Matcher constraintM = Pattern.compile("@constraint (.*)").matcher( 614 constraint = constraintM.group(1); 615 constraint = constraint.trim(); 616 // System.out.println("constraint: " + constraint) [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/monitorenter/ |
Test_monitorenter.java | 82 * @constraint 4.8.2.1 95 * @constraint 4.8.2.1
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.h | 65 ConstraintType getConstraintType(const std::string &Constraint) const; 67 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
|
/external/webkit/Source/WebCore/html/ |
HTMLObjectElement.h | 55 // Implementations of constraint validation API. 56 // Note that the object elements are always barred from constraint validation.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_extplug.h | 172 * set the parameter constraint with a single value 180 * set the parameter constraint for slave PCM with a single value
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/getfield/ |
Test_getfield.java | 232 * @constraint 4.8.1.12 245 * @constraint 4.8.2.5 258 * @constraint 4.8.1.12 271 * @constraint 4.8.1.16
|
/cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int/ |
Test_rsub_int.java | 203 * @constraint A23 218 * @constraint B1 231 * @constraint B1 244 * @constraint B1
|
/cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int_lit8/ |
Test_rsub_int_lit8.java | 203 * @constraint A23 218 * @constraint B1 231 * @constraint B1 244 * @constraint B1
|
/external/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/openssl/crypto/x509/ |
x509_txt.c | 128 return ("path length constraint exceeded"); 130 return("proxy path length constraint exceeded"); 179 return("unsupported name constraint type"); 181 return("unsupported or invalid name constraint syntax");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/getstatic/ |
Test_getstatic.java | 172 * @constraint 4.8.1.12 185 * @constraint 4.8.2.5 198 * @constraint 4.8.1.12
|
/external/clang/include/clang/Basic/ |
TargetInfo.h | 367 CI_ReadWrite = 0x04, // "+r" output constraint (read and write). 373 std::string ConstraintStr; // constraint: "=rm" 391 /// constraint that ties it to an output operand. If this returns true, 405 /// the specified output operand. Copy over the various constraint 411 // Don't copy Name or constraint string. 416 // a constraint is valid and provides information about it. 426 // Constraint parm will be left pointing at the last character of 427 // the constraint. In practice, it won't be changed unless the 428 // constraint is longer than one character. 429 virtual std::string convertConstraint(const char *&Constraint) const [all...] |
/frameworks/base/drm/java/android/drm/ |
DrmUtils.java | 32 * DRM constraint information. If a DRM scheme has specific constraints beyond the standard 105 * extended metadata embedded in DRM constraint information. 115 * Utility that parses extended metadata embedded in DRM constraint information.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex_internal.h | 348 unsigned int constraint : 10; /* context constraint */ member in struct:__anon17008 526 #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \ 527 ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ 528 || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \ 529 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\ 530 || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context))) 532 #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \ 533 ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ 534 || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) [all...] |