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

12 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 35 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
120 // the constraint arrows
143 /** Paints a particular match constraint */
151 // Display the constraint. Remove the @id/ and @+id/ prefixes to make the text
154 String constraint = m.getConstraint(false /* generateId */); local
155 String description = constraint.replace(NEW_ID_PREFIX, "").replace(ID_PREFIX, "");
166 /** Paints a constraint cycle */
167 void paintCycle(IGraphics gc, GuidelineHandler state, List<Constraint> cycle) {
182 for (Constraint constraint : cycle)
    [all...]
GuidelineHandler.java 66 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
78 * like move and resize, and performs various constraint computations.
82 * A dependency graph for the relative layout recording constraint relationships
115 * transitively, through horizontal constraints (a "horizontal constraint"
116 * is a constraint between two horizontal edges)
122 * transitively, through vertical constraints (a "vertical constraint"
123 * is a constraint between two vertical edges)
128 protected List<Constraint> mHorizontalCycle;
131 protected List<Constraint> mVerticalCycle;
277 List<Constraint> path = mDependencyGraph.getPathTo(from, to, vertical)
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 494 CI_ReadWrite = 0x04, // "+r" output constraint (read and write).
500 std::string ConstraintStr; // constraint: "=rm"
518 /// constraint that ties it to an output operand.
536 /// Copy over the various constraint information from the output.
541 // Don't copy Name or constraint string.
546 // a constraint is valid and provides information about it.
552 virtual bool validateInputSize(StringRef /*Constraint*/,
556 virtual bool validateConstraintModifier(StringRef /*Constraint*/,
565 // Constraint parm will be left pointing at the last character of
566 // the constraint. In practice, it won't be changed unless th
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 150 // Fill in constraint info.
153 const CGIOperandList::ConstraintInfo &Constraint =
155 if (Constraint.isNone())
157 else if (Constraint.isEarlyClobber())
160 assert(Constraint.isTied());
161 Res += "((" + utostr(Constraint.getTiedOperand()) +
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 289 // DependenceAnalysis::Constraint methods
291 // If constraint is a point <X, Y>, returns X.
293 const SCEV *DependenceAnalysis::Constraint::getX() const {
299 // If constraint is a point <X, Y>, returns Y.
301 const SCEV *DependenceAnalysis::Constraint::getY() const {
307 // If constraint is a line AX + BY = C, returns A.
309 const SCEV *DependenceAnalysis::Constraint::getA() const {
316 // If constraint is a line AX + BY = C, returns B.
318 const SCEV *DependenceAnalysis::Constraint::getB() const {
325 // If constraint is a line AX + BY = C, returns C
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc 49 // Default resolution. If no constraint is specified, this is the resolution we
89 // Updates |format_upper_limit| from |constraint|.
90 // If constraint.maxFoo is smaller than format_upper_limit.foo,
91 // set format_upper_limit.foo to constraint.maxFoo.
93 const MediaConstraintsInterface::Constraint& constraint,
95 if (constraint.key == MediaConstraintsInterface::kMaxWidth) {
96 int value = talk_base::FromString<int>(constraint.value);
98 } else if (constraint.key == MediaConstraintsInterface::kMaxHeight) {
99 int value = talk_base::FromString<int>(constraint.value)
    [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/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 428 getConstraintType(const std::string &Constraint) const override;
431 /// Examine constraint string and operand type and determine a weight value.
435 const char *constraint) const override;
438 getRegForInlineAsmConstraint(const std::string &Constraint,
440 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 156 getRegForInlineAsmConstraint(const std::string &Constraint,
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 86 /// constraint
96 template<size_t Constraint>
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 389 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const {
390 if (Constraint.size() == 1) {
391 switch (Constraint[0]) {
417 return TargetLowering::getConstraintType(Constraint);
422 const char *constraint) const {
430 // Look at the constraint type.
431 switch (*constraint) {
433 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
482 // Parse a "{tNNN}" register constraint for which the register type "t"
486 parseRegisterNumber(const std::string &Constraint,
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 865 // `m', this constraint can be used in asm statements that
894 std::string convertConstraint(const char *&Constraint) const override {
896 switch (*Constraint) {
899 // Two-character constraint; add "^" hint for later parsing.
900 R = std::string("^") + std::string(Constraint, 2);
901 Constraint++;
904 return TargetInfo::convertConstraint(Constraint);
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 539 // Recast the void pointers and build the vector of constraint StringRefs.
734 ExprResult Constraint(ParseAsmStringLiteral());
735 if (Constraint.isInvalid()) {
739 Constraints.push_back(Constraint.get());
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 327 getConstraintType(const std::string &Constraint) const override;
329 /// Examine constraint string and operand type and determine a weight value.
332 AsmOperandInfo &info, const char *constraint) const override;
335 getRegForInlineAsmConstraint(const std::string &Constraint,
340 /// true it means one of the asm constraint of the inline asm instruction
342 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 553 getConstraintType(const std::string &Constraint) const override;
555 /// Examine constraint string and operand type and determine a weight value.
558 AsmOperandInfo &info, const char *constraint) const override;
566 getRegForInlineAsmConstraint(const std::string &Constraint,
571 /// true it means one of the asm constraint of the inline asm instruction
574 std::string &Constraint,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 423 getConstraintType(const std::string &Constraint) const override;
425 /// Examine constraint string and operand type and determine a weight value.
428 AsmOperandInfo &info, const char *constraint) const override;
431 getRegForInlineAsmConstraint(const std::string &Constraint,
442 std::string &Constraint,
478 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 548 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
634 getConstraintType(const std::string &Constraint) const override;
636 /// Examine constraint string and operand type and determine a weight value.
640 const char *constraint) const override;
646 /// true it means one of the asm constraint of the inline asm instruction
649 std::string &Constraint,
653 /// getRegForInlineAsmConstraint - Given a physical register constraint
658 getRegForInlineAsmConstraint(const std::string &Constraint,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 210 /// getConstraintType - Given a constraint letter, return the type of
211 /// constraint it is for this target.
213 MSP430TargetLowering::getConstraintType(const std::string &Constraint) const {
214 if (Constraint.size() == 1) {
215 switch (Constraint[0]) {
222 return TargetLowering::getConstraintType(Constraint);
227 getRegForInlineAsmConstraint(const std::string &Constraint,
229 if (Constraint.size() == 1) {
230 // GCC Constraint Letters
231 switch (Constraint[0])
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 32 * A JavaScript implementation of the DeltaBlue constraint-solving
35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
41 * the constraint model is built by side-effects from constructors.
151 * (or "constraint") between a set of variables. A constraint supplies
154 * to represent a constraint.
156 function Constraint(strength) {
161 * Activate this constraint and attempt to satisfy it.
163 Constraint.prototype.addConstraint = function () {
169 * Attempt to find a way to enforce this constraint. If successful
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
35 * the constraint model is built by side-effects from constructors.
142 * (or "constraint") between a set of variables. A constraint supplies
145 * to represent a constraint.
147 function Constraint(strength) {
152 * Activate this constraint and attempt to satisfy it.
154 Constraint.prototype.addConstraint = function () {
160 * Attempt to find a way to enforce this constraint. If successful,
162 * graph. Answer the constraint that this constraint overrides, i
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
35 * the constraint model is built by side-effects from constructors.
142 * (or "constraint") between a set of variables. A constraint supplies
145 * to represent a constraint.
147 function Constraint(strength) {
152 * Activate this constraint and attempt to satisfy it.
154 Constraint.prototype.addConstraint = function () {
160 * Attempt to find a way to enforce this constraint. If successful,
162 * graph. Answer the constraint that this constraint overrides, i
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 26 * A JavaScript implementation of the DeltaBlue constraint-solving
29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
35 * the constraint model is built by side-effects from constructors.
142 * (or "constraint") between a set of variables. A constraint supplies
145 * to represent a constraint.
147 function Constraint(strength) {
152 * Activate this constraint and attempt to satisfy it.
154 Constraint.prototype.addConstraint = function () {
160 * Attempt to find a way to enforce this constraint. If successful
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 32 * A JavaScript implementation of the DeltaBlue constraint-solving
35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
41 * the constraint model is built by side-effects from constructors.
148 * (or "constraint") between a set of variables. A constraint supplies
151 * to represent a constraint.
153 function Constraint(strength) {
158 * Activate this constraint and attempt to satisfy it.
160 Constraint.prototype.addConstraint = function () {
166 * Attempt to find a way to enforce this constraint. If successful
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp     [all...]

Completed in 1644 milliseconds

12 3 4