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

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long/
Test_xor_long.java 74 * @constraint A24
90 * @constraint B1
104 * @constraint B1
118 * @constraint B1
131 * @constraint B1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long_2addr/
Test_xor_long_2addr.java 75 * @constraint A24
91 * @constraint B1
105 * @constraint B1
119 * @constraint B1
132 * @constraint B1
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLike.java 14 * This class represents 'Loc like' constraint type in blender.
17 /*package*/ class ConstraintLocLike extends Constraint {
30 * This constructor creates the constraint instance.
33 * the constraint's structure (bConstraint clss in blender 2.49).
35 * the old memory address of the constraint owner
ConstraintRotLike.java 14 * This class represents 'Rot like' constraint type in blender.
17 /*package*/ class ConstraintRotLike extends Constraint {
29 * This constructor creates the constraint instance.
32 * the constraint's structure (bConstraint clss in blender 2.49).
34 * the old memory address of the constraint owner
ConstraintSizeLike.java 14 * This class represents 'Size like' constraint type in blender.
17 /*package*/ class ConstraintSizeLike extends Constraint {
26 * This constructor creates the constraint instance.
29 * the constraint's structure (bConstraint clss in blender 2.49).
31 * the old memory address of the constraint owner
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
Match.java 37 /** the type of constraint this is a match for */
52 * @param type the type of constraint this is a match for
66 * Returns the XML constraint attribute value for this match
69 * @return the XML constraint attribute value for this match
82 // See if it's been set by a different constraint we've already applied
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 55 #define DRM_NO_CONSTRAINT 0x80 /**< Indicate have no constraint, it can use freely */
56 #define DRM_END_TIME_CONSTRAINT 0x08 /**< Indicate have end time constraint */
57 #define DRM_INTERVAL_CONSTRAINT 0x04 /**< Indicate have interval constraint */
58 #define DRM_COUNT_CONSTRAINT 0x02 /**< Indicate have count constraint */
59 #define DRM_START_TIME_CONSTRAINT 0x01 /**< Indicate have start time constraint */
135 * The constraint structure.
140 int32_t count; /**< The constraint of count */
141 int32_t startDate; /**< The constraint of start date */
142 int32_t startTime; /**< The constraint of start time */
143 int32_t endDate; /**< The constraint of end date *
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 105 public CharSequence constraint; field in class:BaseEmailAddressAdapter.DirectoryPartition
165 protected FilterResults performFiltering(CharSequence constraint) {
175 if (!TextUtils.isEmpty(constraint)) {
177 .appendPath(constraint.toString())
193 protected void publishResults(CharSequence constraint, FilterResults results) {
196 onDirectoryLoadFinished(constraint, cursors[0], cursors[1]);
229 protected FilterResults performFiltering(CharSequence constraint) {
231 if (!TextUtils.isEmpty(constraint)) {
233 .appendPath(constraint.toString())
246 protected void publishResults(CharSequence constraint, FilterResults results)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 33 /// Construct a ConditionTruthVal indicating the constraint is constrained
35 ConditionTruthVal(bool constraint) : Val(constraint) {}
37 /// Construct a ConstraintVal indicating the constraint is underconstrained.
40 /// Return true if the constraint is perfectly constrained to 'true'.
45 /// Return true if the constraint is perfectly constrained to 'false'.
56 /// if the constraint is true of value.
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
ConeJoint.java 48 * To create ragdolls, the conve twist constraint is very useful for limbs like the upper arm.
49 * It is a special point to point constraint that adds cone and twist axis limits.
90 ((ConeTwistConstraint) constraint).setLimit(swingSpan1, swingSpan2, twistSpan);
95 ((ConeTwistConstraint) constraint).setAngularOnly(value);
134 constraint = new ConeTwistConstraint(nodeA.getObjectId(), nodeB.getObjectId(), transA, transB);
135 ((ConeTwistConstraint) constraint).setLimit(swingSpan1, swingSpan2, twistSpan);
136 ((ConeTwistConstraint) constraint).setAngularOnly(angularOnly);
PhysicsJoint.java 46 protected TypedConstraint constraint; field in class:PhysicsJoint
70 return constraint.getAppliedImpulse();
74 * @return the constraint
77 return constraint;
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags_validators.py 42 """Thrown If validator constraint is not satisfied."""
59 checker: function to verify the constraint.
71 """Verify that constraint is satisfied.
73 flags library calls this method to verify Validator's constraint.
77 Error: if constraint is not satisfied.
118 output - Boolean. Must return True if validator constraint is satisfied.
119 If constraint is not satisfied, it should either return False or
159 output - Boolean. Must return True if validator constraint is satisfied.
160 If constraint is not satisfied, it should either return False or
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/
Test_array_length.java 60 * @constraint B1
73 * @constraint B1
86 * @constraint A23
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/
Test_invoke_interface.java 150 * @constraint A16
163 * @constraint A16
175 * @constraint B1
189 * @constraint B1
202 * @constraint B9
215 * @constraint A15
230 * @constraint A15
244 * @constraint B9
258 * @constraint A23
271 * @constraint n/
    [all...]
  /frameworks/compile/libbcc/lib/Support/
TargetLinkerConfigs.cpp 46 getLDConfig()->attribute().constraint().enableWholeArchive();
47 getLDConfig()->attribute().constraint().disableAsNeeded();
48 getLDConfig()->attribute().constraint().setSharedSystem();
88 getLDConfig()->attribute().constraint().enableWholeArchive();
89 getLDConfig()->attribute().constraint().disableAsNeeded();
90 getLDConfig()->attribute().constraint().setSharedSystem();
121 getLDConfig()->attribute().constraint().enableWholeArchive();
122 getLDConfig()->attribute().constraint().disableAsNeeded();
123 getLDConfig()->attribute().constraint().setSharedSystem();
163 getLDConfig()->attribute().constraint().enableWholeArchive()
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp 38 getLDConfig()->attribute().constraint().enableWholeArchive();
39 getLDConfig()->attribute().constraint().disableAsNeeded();
40 getLDConfig()->attribute().constraint().setSharedSystem();
80 getLDConfig()->attribute().constraint().enableWholeArchive();
81 getLDConfig()->attribute().constraint().disableAsNeeded();
82 getLDConfig()->attribute().constraint().setSharedSystem();
113 getLDConfig()->attribute().constraint().enableWholeArchive();
114 getLDConfig()->attribute().constraint().disableAsNeeded();
115 getLDConfig()->attribute().constraint().setSharedSystem();
155 getLDConfig()->attribute().constraint().enableWholeArchive()
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FilterTest.java 157 protected FilterResults performFiltering(CharSequence constraint) {
160 mPerformFilteringConstraint = constraint;
166 protected void publishResults(CharSequence constraint, FilterResults results) {
168 mPublishResultsConstraint = constraint;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/
Test_instance_of.java 92 * @constraint A19
106 * @constraint B1
120 * @constraint B1
134 * @constraint B1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/long_to_float/
Test_long_to_float.java 77 * @constraint B1
91 * @constraint B1
105 * @constraint B1
119 * @constraint A24
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double/
Test_mul_double.java 119 * @constraint A24
134 * @constraint B1
147 * @constraint B1
160 * @constraint B1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/
Test_mul_double_2addr.java 120 * @constraint A24
135 * @constraint B1
148 * @constraint B1
161 * @constraint B1
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a1/
Test_a1.java 25 * @constraint A1
  /external/chromium/net/base/
cert_type.h 14 // Certificate Authority Basic Constraint, and assigned trust values. For
  /external/clang/test/CodeGen/
x86_32-inline-asm.c 17 "a" ((val & 0xFFFFFFFFUL)), // expected-error {{invalid input size for constraint 'a'}}
  /external/kernel-headers/original/linux/
compiler-gcc.h 17 * the inline assembly constraint from =g to =r, in this particular

Completed in 936 milliseconds

1 2 3 4 5 6 7 8 91011>>