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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 25 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_CENTER_HORIZONTAL;
26 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_CENTER_VERTICAL;
149 ConstraintType type = ConstraintType.fromAttribute(name);
160 private void transfer(INode deleted, INode target, ConstraintType targetType, int depth) {
171 ConstraintType type = ConstraintType.fromAttribute(name);
176 ConstraintType transfer = getCompatibleConstraint(type, targetType);
207 private static ConstraintType getCompatibleConstraint(
208 @NonNull ConstraintType first, @NonNull ConstraintType second)
    [all...]
ConstraintType.java 54 enum ConstraintType {
83 private ConstraintType(String name, SegmentType sourceSegmentTypeX,
134 private static Map<String, ConstraintType> sNameToType;
137 * Returns the {@link ConstraintType} corresponding to the given attribute name, or
141 * @return the corresponding {@link ConstraintType}
144 public static ConstraintType fromAttribute(@NonNull String attribute) {
146 ConstraintType[] types = ConstraintType.values();
147 Map<String, ConstraintType> map = new HashMap<String, ConstraintType>(types.length)
    [all...]
Match.java 26 /** A match is a potential pairing of two segments with a given {@link ConstraintType}. */
38 public final ConstraintType type;
56 ConstraintType type, int delta) {
DependencyGraph.java 95 ConstraintType type = ConstraintType.fromAttribute(name);
286 public final ConstraintType type;
295 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 52 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
466 ConstraintType type = ConstraintType.forMatch(withParent,
616 for (ConstraintType type : ConstraintType.values()) {
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.h 26 enum ConstraintType {
44 ConstraintType type_;
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 100 TargetLowering::ConstraintType
MSP430ISelLowering.cpp 211 TargetLowering::ConstraintType
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 125 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 75 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 906 ConstraintType = SDTCisVT;
912 ConstraintType = SDTCisPtrTy;
914 ConstraintType = SDTCisInt;
916 ConstraintType = SDTCisFP;
918 ConstraintType = SDTCisVec;
920 ConstraintType = SDTCisSameAs;
923 ConstraintType = SDTCisVTSmallerThanOp;
927 ConstraintType = SDTCisOpSmallerThanOp;
931 ConstraintType = SDTCisEltOfVec;
934 ConstraintType = SDTCisSubVecOfVec
    [all...]
CodeGenDAGPatterns.h 180 } ConstraintType;
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 473 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 384 TargetLowering::ConstraintType
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 146 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 505 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 327 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 512 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 533 ConstraintType getConstraintType(StringRef Constraint) const override;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 742 ConstraintType getConstraintType(StringRef Constraint) const override;
    [all...]

Completed in 495 milliseconds

1 2