HomeSort by relevance Sort by last modified time
    Searched refs:ConstraintType (Results 1 - 25 of 35) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 52 enum ConstraintType {
81 private ConstraintType(String name, SegmentType sourceSegmentTypeX,
132 private static Map<String, ConstraintType> sNameToType;
135 * Returns the {@link ConstraintType} corresponding to the given attribute name, or
139 * @return the corresponding {@link ConstraintType}
141 public static ConstraintType fromAttribute(String attribute) {
143 ConstraintType[] types = ConstraintType.values();
144 Map<String, ConstraintType> map = new HashMap<String, ConstraintType>(types.length)
    [all...]
Match.java 24 /** A match is a potential pairing of two segments with a given {@link ConstraintType}. */
36 public final ConstraintType type;
54 ConstraintType type, int delta) {
DependencyGraph.java 93 ConstraintType type = ConstraintType.fromAttribute(name);
284 public final ConstraintType type;
293 Constraint(ConstraintType type, ViewData from, ViewData to) {
ConstraintPainter.java 29 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
30 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BOTTOM;
31 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_ABOVE;
32 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_BELOW;
33 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_LEFT_OF;
34 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_RIGHT_OF;
70 ConstraintType type = match.type;
183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode,
277 private static boolean paintCornerConstraint(IGraphics graphics, ConstraintType type,
286 ConstraintType opposite1 = null, opposite2 = null
    [all...]
GuidelineHandler.java 53 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
459 ConstraintType type = ConstraintType.forMatch(withParent,
609 for (ConstraintType type : ConstraintType.values()) {
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.h 42 ConstraintType getConstraintType(const std::string &Constraint) const;
BlackfinISelLowering.cpp 510 BlackfinTargetLowering::ConstraintType
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 65 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.h 90 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 133 ConstraintType getConstraintType(const std::string &ConstraintLetter) const;
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 165 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 97 TargetLowering::ConstraintType
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 171 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 71 TargetLowering::ConstraintType
SystemZISelLowering.cpp 194 TargetLowering::ConstraintType
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 134 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 770 ConstraintType = SDTCisVT;
776 ConstraintType = SDTCisPtrTy;
778 ConstraintType = SDTCisInt;
780 ConstraintType = SDTCisFP;
782 ConstraintType = SDTCisVec;
784 ConstraintType = SDTCisSameAs;
787 ConstraintType = SDTCisVTSmallerThanOp;
791 ConstraintType = SDTCisOpSmallerThanOp;
795 ConstraintType = SDTCisEltOfVec;
798 ConstraintType = SDTCisSubVecOfVec
    [all...]
CodeGenDAGPatterns.h 164 } ConstraintType;
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 315 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 312 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 387 // Compute the constraint code and ConstraintType to use.
393 (OpInfo.ConstraintType != TargetLowering::C_Memory ||
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 608 ConstraintType getConstraintType(const std::string &Constraint) const;
    [all...]

Completed in 897 milliseconds

1 2