HomeSort by relevance Sort by last modified time
    Searched full:constraint (Results 301 - 325 of 841) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_class/
Test_const_class.java 76 * @constraint A23
89 * @constraint B11
104 * @constraint A18
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 82 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
85 return filter.runQuery(constraint);
90 Uri.encode(constraint.toString()));
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofSpringJoint.java 40 * This generic constraint can emulate a variety of standard constraints,
81 public void setEquilibriumPoint() { // set the current constraint position/orientation as an equilibrium point for all DOF
85 public void setEquilibriumPoint(int index){ // set the current constraint position/orientation as an equilibrium point for given DOF
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.
  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 1 //===- LazyValueInfo.h - Value constraint analysis --------------*- C++ -*-===//
10 // This file defines the interface for lazy computation of value constraint
26 /// LazyValueInfo - This pass computes, caches, and vends lazy value constraint
  /external/llvm/test/Analysis/BasicAA/
2007-01-13-BasePointerBadNoAlias.ll 10 %struct.CONSTRAINT = type { i32, i32, i32, i32 }
13 %struct.FOURTH_UNION = type { %struct.CONSTRAINT }
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 42 /// constraint
52 template<size_t Constraint>
  /packages/apps/Camera/src/com/android/camera/ui/
ControlPanelLayout.java 68 // The size cannot be smaller than minimum constraint.
74 // The size cannot be bigger than the constraint.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ControlPanelLayout.java 69 // The size cannot be smaller than minimum constraint.
75 // The size cannot be bigger than the constraint.
  /external/clang/lib/Basic/
TargetInfo.cpp 321 // An output constraint must start with '=' or '+'
335 // Eventually, an unknown constraint should just be treated as 'g'.
358 case ',': // multiple alternative constraint. Pass it.
406 // Check if we have a matching constraint
410 // Check if matching constraint is out of bounds.
418 // If the constraint is already tied, it must be tied to the
423 // The constraint should have the same info as the respective
424 // output constraint.
429 // constraint should just be treated as 'g'.
438 // If the constraint is already tied, it must be tied to the
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a3/
Test_a3.java 25 * @constraint A3
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a5/
Test_a5.java 25 * @constraint A5
  /external/clang/test/Analysis/
misc-ps-ranges.m 24 // PR 5969: the comparison of argc < 3 || argc > 4 should constraint the switch
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicPlayer.form 30 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
32 </Constraint>
89 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
91 </Constraint>
  /external/libsepol/src/
constraint.c 21 #include <sepol/policydb/constraint.h>
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 134 /// Examine constraint string and operand type and determine a weight value.
137 AsmOperandInfo &info, const char *constraint) const;
140 getRegForInlineAsmConstraint(const std::string &Constraint,
143 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
  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 54 private static final Constraint<String> TEST_CONSTRAINT
55 = new Constraint<String>() {
66 Constraint<? super String> constraint = Constraints.notNull(); local
67 assertSame(TEST_ELEMENT, constraint.checkElement(TEST_ELEMENT));
69 constraint.checkElement(null);
72 assertEquals("Not null", constraint.toString());
  /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
  /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...]
  /external/openssh/
PROTOCOL.agent 98 The first constraint limits the validity duration of a key. It is
109 The second constraint requires the agent to seek explicit user
111 key. This constraint is encoded as:
128 as "constraint[]". Agents may determine whether there are constraints
148 constraint[] key_constraints
174 constraint[] key_constraints
183 constraint[] key_constraints
196 constraint[] key_constraints
207 constraint[] key_constraints
221 constraint[] key_constraint
    [all...]
  /external/clang/include/clang/Frontend/
Analyses.def 24 ANALYSIS_CONSTRAINTS(BasicConstraints, "basic", "Use basic constraint tracking", CreateBasicConstraintManager)
25 ANALYSIS_CONSTRAINTS(RangeConstraints, "range", "Use constraint tracking of concrete value ranges", CreateRangeConstraintManager)
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_PhysicsSpace.cpp 321 btTypedConstraint* constraint = reinterpret_cast<btTypedConstraint*>(objectId); local
327 if (constraint == NULL) {
329 env->ThrowNew(newExc, "The constraint object does not exist.");
332 space->getDynamicsWorld()->addConstraint(constraint);
343 btTypedConstraint* constraint = reinterpret_cast<btTypedConstraint*>(objectId); local
349 if (constraint == NULL) {
351 env->ThrowNew(newExc, "The constraint object does not exist.");
354 space->getDynamicsWorld()->removeConstraint(constraint);

Completed in 1079 milliseconds

<<11121314151617181920>>