HomeSort by relevance Sort by last modified time
    Searched refs:Constraint (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 135 DefinedSVal Constraint;
140 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
141 : Constraint(constraint), Assumption(assumption), isSatisfied(false) {}
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Constraint.java 18 * The implementation of a constraint.
22 public abstract class Constraint {
23 /** The name of this constraint. */
25 /** The constraint's owner. */
27 /** The constraint's target. */
29 /** The structure with constraint's data. */
37 * This constructor creates the constraint instance.
40 * the constraint's structure (bConstraint clss in blender 2.49).
42 * the old memory address of the constraint owner
51 public Constraint(Structure constraintStructure, Long ownerOMA,
    [all...]
ConstraintShrinkWrap.java 22 * This class represents 'Shrink wrap' constraint type in blender.
25 /*package*/ class ConstraintShrinkWrap extends Constraint {
28 * This constructor creates the constraint instance.
31 * the constraint's structure (bConstraint clss in blender 2.49).
33 * the old memory address of the constraint owner
90 //TODO: static constraint for spatials
ConstraintDistLimit.java 14 * This class represents 'Dist limit' constraint type in blender.
17 /*package*/ class ConstraintDistLimit 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
69 // apply static constraint only to spatials
117 throw new IllegalStateException("Unknown distance limit constraint mode: " + mode);
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
ConstraintLocLimit.java 14 * This class represents 'Loc limit' constraint type in blender.
17 /*package*/ class ConstraintLocLimit 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
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
ConstraintSizeLimit.java 14 * This class represents 'Size limit' constraint type in blender.
17 /*package*/ class ConstraintSizeLimit 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
  /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,
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 98 getConstraintType(const std::string &Constraint) const;
100 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 168 ConstraintType getConstraintType(const std::string &Constraint) const;
170 /// Examine constraint string and operand type and determine a weight value.
173 AsmOperandInfo &info, const char *constraint) const;
176 getRegForInlineAsmConstraint(const std::string &Constraint,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 34 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
119 // the constraint arrows
142 /** Paints a particular match constraint */
150 // Display the constraint. Remove the @id/ and @+id/ prefixes to make the text
153 String constraint = m.getConstraint(false /* generateId */); local
154 String description = constraint.replace(NEW_ID_PREFIX, "").replace(ID_PREFIX, "");
165 /** Paints a constraint cycle */
166 void paintCycle(IGraphics gc, GuidelineHandler state, List<Constraint> cycle) {
181 for (Constraint constraint : cycle)
    [all...]
GuidelineHandler.java 64 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
76 * like move and resize, and performs various constraint computations.
80 * A dependency graph for the relative layout recording constraint relationships
113 * transitively, through horizontal constraints (a "horizontal constraint"
114 * is a constraint between two horizontal edges)
120 * transitively, through vertical constraints (a "vertical constraint"
121 * is a constraint between two vertical edges)
126 protected List<Constraint> mHorizontalCycle;
129 protected List<Constraint> mVerticalCycle;
275 List<Constraint> path = mDependencyGraph.getPathTo(from, to, vertical)
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 116 // Fill in constraint info.
119 const CGIOperandList::ConstraintInfo &Constraint =
121 if (Constraint.isNone())
123 else if (Constraint.isEarlyClobber())
126 assert(Constraint.isTied());
127 Res += "((" + utostr(Constraint.getTiedOperand()) +
  /external/clang/include/clang/Basic/
TargetInfo.h 405 CI_ReadWrite = 0x04, // "+r" output constraint (read and write).
411 std::string ConstraintStr; // constraint: "=rm"
429 /// constraint that ties it to an output operand. If this returns true,
443 /// the specified output operand. Copy over the various constraint
449 // Don't copy Name or constraint string.
454 // a constraint is valid and provides information about it.
464 // Constraint parm will be left pointing at the last character of
465 // the constraint. In practice, it won't be changed unless the
466 // constraint is longer than one character.
467 virtual std::string convertConstraint(const char *&Constraint) const
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /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());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 29 import com.jme3.scene.plugins.blender.constraints.Constraint;
194 List<Constraint> constraints = blenderContext.getConstraints(boneOMA);
196 for (Constraint constraint : constraints) {
197 constraint.bake();
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 326 ConstraintType getConstraintType(const std::string &Constraint) const;
328 /// Examine constraint string and operand type and determine a weight value.
331 AsmOperandInfo &info, const char *constraint) const;
334 getRegForInlineAsmConstraint(const std::string &Constraint,
339 /// true it means one of the asm constraint of the inline asm instruction
342 std::string &Constraint,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 314 ConstraintType getConstraintType(const std::string &Constraint) const;
316 /// Examine constraint string and operand type and determine a weight value.
319 AsmOperandInfo &info, const char *constraint) const;
322 getRegForInlineAsmConstraint(const std::string &Constraint,
333 std::string &Constraint,
355 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 141 getRegForInlineAsmConstraint(const std::string &Constraint,
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 57 import com.jme3.scene.plugins.blender.constraints.Constraint;
269 List<Constraint> objectConstraints = blenderContext.getConstraints(objectStructure.getOldMemoryAddress());
271 for(Constraint objectConstraint : objectConstraints) {

Completed in 1135 milliseconds

12 3 4