/external/valgrind/main/none/tests/ppc64/ |
lsw.c | 6 /* Apparently the "b" register constraint is like "r" except that it
|
/frameworks/base/include/drm/ |
DrmConstraints.h | 137 * Adds constraint information as <key, value> pair to this instance
|
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeEvent.java | 23 * An event that indicates that a constraint or a boundary of a property has
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
BasicConstraints.java | 46 /** path len constraint */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
rtl.def | 175 2nd operand is the constraint for the output. 181 Each element is an ASM_INPUT containing a constraint string 352 or reload unless the constraint indicates that the register won't be 757 The second argument is the constraint. */ [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 204 /// getConstraintType - Given a constraint letter, return the type of 205 /// constraint it is for this target. 207 MSP430TargetLowering::getConstraintType(const std::string &Constraint) const { 208 if (Constraint.size() == 1) { 209 switch (Constraint[0]) { 216 return TargetLowering::getConstraintType(Constraint); 221 getRegForInlineAsmConstraint(const std::string &Constraint, 223 if (Constraint.size() == 1) { 224 // GCC Constraint Letters 225 switch (Constraint[0]) [all...] |
MSP430ISelLowering.h | 98 getConstraintType(const std::string &Constraint) const; 100 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
|
/external/guava/src/com/google/common/collect/ |
TreeMultiset.java | 61 * violates this constraint (for example, the user attempts to add a string 80 * to the multiset that violates this constraint, the {@code add(Object)} call
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 723 // propagate that constraint. 725 DefinedOrUnknownSVal Constraint = 728 if (!state->assume(Constraint, true)) { 730 // Propagate this constraint. 731 Constraint = svalBuilder.evalEQ(state, SymVal, 735 state = state->assume(Constraint, false);
|
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 646 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 315 ConstraintType getConstraintType(const std::string &Constraint) const; 317 /// Examine constraint string and operand type and determine a weight value. 320 AsmOperandInfo &info, const char *constraint) const; 323 getRegForInlineAsmConstraint(const std::string &Constraint, 328 /// true it means one of the asm constraint of the inline asm instruction 331 std::string &Constraint,
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 312 ConstraintType getConstraintType(const std::string &Constraint) const; 314 /// Examine constraint string and operand type and determine a weight value. 317 AsmOperandInfo &info, const char *constraint) const; 320 getRegForInlineAsmConstraint(const std::string &Constraint, 331 std::string &Constraint, 353 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CursorTreeAdapterTest.java | 477 final String constraint = "constraint"; local 480 assertSame(mGroupCursor, adapter.runQueryOnBackgroundThread(constraint)); 485 assertNull(adapter.runQueryOnBackgroundThread(constraint)); 851 public Cursor runQuery(CharSequence constraint) {
|
AutoCompleteTextViewTest.java | [all...] |
/external/openssl/crypto/x509v3/ |
v3_ncons.c | 233 * X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE: Unsupported constraint type. 234 * X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX: bad unsupported constraint syntax. 371 /* directoryName name constraint matching.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RelativeLayoutConversionHelper.java | 189 // with a constraint 228 /** Ensures that every element has an id such that it can be referenced from a constraint */ 287 for (Pair<String, String> constraint : view.getHorizConstraints()) { 289 namespace, constraint.getFirst(), constraint.getSecond()); 291 for (Pair<String, String> constraint : view.getVerticalConstraints()) { 293 namespace, constraint.getFirst(), constraint.getSecond()); 513 if (prevId != null) { // No constraint for first child [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 529 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it 608 ConstraintType getConstraintType(const std::string &Constraint) const; 610 /// Examine constraint string and operand type and determine a weight value. 613 AsmOperandInfo &info, const char *constraint) const; 619 /// true it means one of the asm constraint of the inline asm instruction 622 std::string &Constraint, 626 /// getRegForInlineAsmConstraint - Given a physical register constraint 631 getRegForInlineAsmConstraint(const std::string &Constraint, [all...] |
/external/llvm/test/CodeGen/X86/ |
2008-03-07-APIntBug.ll | 3 %struct.CONSTRAINT = type { i32, i32, i32, i32 } 5 %struct.FOURTH_UNION = type { %struct.CONSTRAINT }
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.h | 103 /// Constraint info for this operand. This operand can have pieces, so we 104 /// track constraint info for each.
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qgraphicswkview.cpp | 241 QSizeF QGraphicsWKView::sizeHint(Qt::SizeHint which, const QSizeF& constraint) const 245 return QGraphicsWidget::sizeHint(which, constraint);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 30 /*Compute the linear constraint on H obtained by requiring that the 52 each constraint is generated by considering the ratio between a
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
FilterUtils.java | 27 // can be applied at most once. In addition, there is one more constraint 28 // ("fixed set constraint") described below.
|
/external/libxml2/ |
xmlschemas.c | 36 * Schema Component Constraint: 716 * The identity-constraint "field" and "selector" item, holding the 732 * The identity-constraint definition component. 793 * The identity-constraint binding item of the [identity-constraint table]. 953 const xmlChar *vcValue; /* the value constraint value */ [all...] |
/build/core/ |
dynamic_binary.mk | 10 # This constraint means that we can hard-code any $(TARGET_*) variables.
|
/external/iproute2/man/man8/ |
tc-tbf.8 | 46 Tokens roughly correspond to bytes, with the additional constraint that each packet consumes
|