HomeSort by relevance Sort by last modified time
    Searched full:constraint (Results 26 - 50 of 949) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
inlineasm-cnstrnt-bad-J.ll 2 ;This is a negative test. The constant value given for the constraint (J)
11 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'J'
inlineasm-cnstrnt-bad-K.ll 2 ;This is a negative test. The constant value given for the constraint (K)
11 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'K'
inlineasm-cnstrnt-bad-L.ll 2 ;This is a negative test. The constant value given for the constraint (L)
11 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'L'
inlineasm-cnstrnt-bad-N.ll 2 ;This is a negative test. The constant value given for the constraint (N).
12 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'N'
inlineasm-cnstrnt-bad-O.ll 2 ;This is a negative test. The constant value given for the constraint (O).
12 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'O'
inlineasm-cnstrnt-bad-P.ll 2 ; This is a negative test. The constant value given for the constraint (P).
12 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'P'
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintHelper.java 19 * This class should be used for constraint calculations.
25 private static final Map<String, Class<? extends Constraint>> constraintClasses = new HashMap<String, Class<? extends Constraint>>(22);
72 * the structure we read constraint's for
111 List<Constraint> constraintsList = new ArrayList<Constraint>();
117 for (Structure constraint : constraints) {
118 String constraintName = constraint.getFieldValue("name").toString();
122 float enforce = ((Number) constraint.getFieldValue("enforce")).floatValue();
125 constraintsList.add(this.createConstraint(constraint, boneOMA, ipo, blenderContext));
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/
Test_sget_object.java 54 * @constraint A12
84 * @constraint A12
98 * @constraint A23
112 * @constraint B13
125 * @constraint n/a
139 * @constraint n/a
151 * @constraint n/a
163 * @constraint n/a
177 * @constraint B1
191 * @constraint B
    [all...]
  /external/clang/test/Sema/
arm-asm.c 5 asm volatile ("lw (r1), %0[val]": "=&b"(Val)); // expected-error {{invalid output constraint '=&b' in asm}}
  /external/llvm/test/CodeGen/X86/
2007-01-29-InlineAsm-ir.ll 2 ; Test 'ri' constraint.
  /external/llvm/include/llvm/IR/
InlineAsm.h 90 /// the specified constraint string is legal for the type. This returns true
95 // Constraint String Parsing
105 /// MatchingInput - If this is not -1, this is an output constraint where an
106 /// input constraint is required to match it (e.g. "0"). The value is the
107 /// constraint number that matches this one (for example, if this is
108 /// constraint #0 and constraint #4 has the value "0", this will be 4).
110 /// Code - The constraint code, either the register name (in braces) or the
111 /// constraint letter/number.
122 /// Type - The basic type of the constraint: input/output/clobbe
    [all...]
  /frameworks/base/core/java/android/widget/
Filter.java 79 * @param constraint the constraint used to filter the data
83 public final void filter(CharSequence constraint) {
84 filter(constraint, null);
94 * @param constraint the constraint used to filter the data
101 public final void filter(CharSequence constraint, FilterListener listener) {
110 final long delay = (mDelayer == null) ? 0 : mDelayer.getPostingDelay(constraint);
115 // make sure we use an immutable copy of the constraint, so that
117 args.constraint = constraint != null ? constraint.toString() : null
298 CharSequence constraint; field in class:Filter.RequestArguments
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/
Test_sget.java 61 * @constraint A12
88 * @constraint A12
102 * @constraint A23
116 * @constraint B13
129 * @constraint n/a
143 * @constraint n/a
155 * @constraint n/a
167 * @constraint n/a
181 * @constraint B1
195 * @constraint B
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/
Test_sget_boolean.java 53 * @constraint A12
83 * @constraint A12
97 * @constraint A23
111 * @constraint B13
124 * @constraint n/a
137 * @constraint n/a
149 * @constraint n/a
161 * @constraint n/a
175 * @constraint B1
189 * @constraint B
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/
Test_sget_byte.java 53 * @constraint A12
83 * @constraint A12
97 * @constraint A23
111 * @constraint B13
124 * @constraint n/a
138 * @constraint n/a
150 * @constraint n/a
162 * @constraint n/a
176 * @constraint B1
190 * @constraint B
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/
Test_sget_char.java 53 * @constraint A12
83 * @constraint A12
97 * @constraint A23
111 * @constraint B13
124 * @constraint n/a
138 * @constraint n/a
150 * @constraint n/a
162 * @constraint n/a
176 * @constraint B1
190 * @constraint B
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/
Test_sget_short.java 53 * @constraint A12
83 * @constraint A12
97 * @constraint A23
111 * @constraint B13
124 * @constraint n/a
138 * @constraint n/a
150 * @constraint n/a
162 * @constraint n/a
176 * @constraint B1
190 * @constraint B
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/
Test_sget_wide.java 61 * @constraint A12
92 * @constraint A12
106 * @constraint A23
120 * @constraint B13
133 * @constraint n/a
147 * @constraint n/a
159 * @constraint n/a
171 * @constraint n/a
185 * @constraint B1
199 * @constraint B
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
HingeJoint.java 46 * Hinge constraint, or revolute joint restricts two additional angular degrees of freedom,
77 ((HingeConstraint) constraint).enableAngularMotor(enable, targetVelocity, maxMotorImpulse);
81 ((HingeConstraint) constraint).setLimit(low, high);
88 ((HingeConstraint) constraint).setLimit(low, high, _softness, _biasFactor, _relaxationFactor);
92 return ((HingeConstraint) constraint).getUpperLimit();
96 return ((HingeConstraint) constraint).getLowerLimit();
101 ((HingeConstraint) constraint).setAngularOnly(angularOnly);
105 return ((HingeConstraint) constraint).getHingeAngle();
116 capsule.write(((HingeConstraint) constraint).getLowerLimit(), "lowerLimit", 1e30f);
117 capsule.write(((HingeConstraint) constraint).getUpperLimit(), "upperLimit", -1e30f)
    [all...]
Point2PointJoint.java 46 * Point to point constraint, also known as ball socket joint limits the translation
48 * A chain of rigidbodies can be connected using this constraint.
66 ((Point2PointConstraint) constraint).setting.damping = value;
70 ((Point2PointConstraint) constraint).setting.impulseClamp = value;
74 ((Point2PointConstraint) constraint).setting.tau = value;
78 return ((Point2PointConstraint) constraint).setting.damping;
82 return ((Point2PointConstraint) constraint).setting.impulseClamp;
86 return ((Point2PointConstraint) constraint).setting.tau;
109 constraint = new Point2PointConstraint(nodeA.getObjectId(), nodeB.getObjectId(), Converter.convert(pivotA), Converter.convert(pivotB));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/
Test_invoke_direct.java 79 * @constraint A13
92 * @constraint A15
105 * @constraint B4
119 * @constraint B1
132 * @constraint B1
146 * @constraint B9
159 * @constraint B9
172 * @constraint B10
188 * @constraint B5
203 * @constraint A2
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/
Test_invoke_direct_range.java 79 * @constraint A14
92 * @constraint A15
105 * @constraint B4
119 * @constraint B1
132 * @constraint B1
146 * @constraint B9
159 * @constraint B9
172 * @constraint B10
188 * @constraint B5
203 * @constraint A2
    [all...]
  /external/v8/benchmarks/
deltablue.js 32 * A JavaScript implementation of the DeltaBlue constraint-solving
35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
41 * the constraint model is built by side-effects from constructors.
148 * (or "constraint") between a set of variables. A constraint supplies
151 * to represent a constraint.
153 function Constraint(strength) {
158 * Activate this constraint and attempt to satisfy it.
160 Constraint.prototype.addConstraint = function () {
166 * Attempt to find a way to enforce this constraint. If successful
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 26 * A JavaScript implementation of the DeltaBlue constraint-solving
29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
35 * the constraint model is built by side-effects from constructors.
142 * (or "constraint") between a set of variables. A constraint supplies
145 * to represent a constraint.
147 function Constraint(strength) {
152 * Activate this constraint and attempt to satisfy it.
154 Constraint.prototype.addConstraint = function () {
160 * Attempt to find a way to enforce this constraint. If successful
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 53 * @constraint A18
66 * @constraint A23
79 * @constraint B1
92 * @constraint B1
105 * @constraint B1
118 * @constraint B1
131 * @constraint n/a
144 * @constraint n/a
158 * @constraint n/a

Completed in 1008 milliseconds

12 3 4 5 6 7 8 91011>>