HomeSort by relevance Sort by last modified time
    Searched defs:Constraint (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 98 DefinedSVal Constraint;
103 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
104 : Constraint(constraint), Assumption(assumption), isSatisfied(false) {}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 53 /** Format to chain constraint dependencies: button 1 above button2 etc */
69 // the parent id from a constraint, only via parent-relative params
99 Constraint constraint = new Constraint(type, view, parentView); local
100 view.dependsOn.add(constraint);
101 parentView.dependedOnBy.add(constraint);
104 // id-based constraint.
115 Constraint constraint = new Constraint(type, view, target) local
302 Constraint constraint = path.get(i); local
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 109 // Fill in constraint info.
112 const CGIOperandList::ConstraintInfo &Constraint =
114 if (Constraint.isNone())
116 else if (Constraint.isEarlyClobber())
119 assert(Constraint.isTied());
120 Res += "((" + utostr(Constraint.getTiedOperand()) +
  /external/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/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/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/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/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 723 // propagate that constraint.
725 DefinedOrUnknownSVal Constraint =
728 if (!state->assume(Constraint, true)) {
730 // Propagate this constraint.
731 Constraint = svalBuilder.evalEQ(state, SymVal,
735 state = state->assume(Constraint, false);
ExprEngine.cpp 114 DefinedOrUnknownSVal *Constraint =
117 if (!Constraint)
120 if (const ProgramState *newState = state->assume(*Constraint, true))
264 // the constraint manager.
289 // The constraint manager has not been cleaned up yet, so clean up now.
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 207 milliseconds