/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
D | LinearConstraint.java | 60 private final Relationship relationship; field in LinearConstraint 79 public LinearConstraint(final double[] coefficients, final Relationship relationship, in LinearConstraint() argument 81 this(new ArrayRealVector(coefficients), relationship, value); in LinearConstraint() 98 public LinearConstraint(final RealVector coefficients, final Relationship relationship, in LinearConstraint() argument 101 this.relationship = relationship; in LinearConstraint() 125 final Relationship relationship, in LinearConstraint() argument 132 this.relationship = relationship; in LinearConstraint() 156 final Relationship relationship, in LinearConstraint() argument 159 this.relationship = relationship; in LinearConstraint() 176 return relationship; in getRelationship() [all …]
|
D | SimplexTableau.java | 257 private int getConstraintTypeCounts(final Relationship relationship) { in getConstraintTypeCounts() argument 260 if (constraint.getRelationship() == relationship) { in getConstraintTypeCounts()
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
D | Container.java | 68 public void update(Object parent, Object oldChild, final Object child, String relationship) in update() argument 71 remove(parent,oldChild,relationship); in update() 73 add(parent,child,relationship); in update() 84 …public void update(Object parent, Object oldChild, final Object child, String relationship,boolean… in update() argument 88 remove(parent,oldChild,relationship); in update() 97 add(parent,child,relationship); in update() 109 …blic void update(Object parent, Object[] oldChildren, final Object[] children, String relationship) in update() argument 111 update(parent,oldChildren,children,relationship,false); in update() 123 …(Object parent, Object[] oldChildren, final Object[] children, String relationship, boolean addRem… in update() argument 155 remove(parent,oldChildren[i],relationship); in update() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/jmx/ |
D | MBeanContainer.java | 141 public synchronized void add(Relationship relationship) in add() argument 143 LOG.debug("add {}",relationship); in add() 144 ObjectName parent = _beans.get(relationship.getParent()); in add() 147 addBean(relationship.getParent()); in add() 148 parent = _beans.get(relationship.getParent()); in add() 151 ObjectName child = _beans.get(relationship.getChild()); in add() 154 addBean(relationship.getChild()); in add() 155 child = _beans.get(relationship.getChild()); in add() 166 rels.add(relationship); in add() 175 public synchronized void remove(Relationship relationship) in remove() argument [all …]
|
/external/v8/test/webkit/ |
D | comparison-operators.js | 26 function makeTest(start, end, expression, relationship, override, invert) { argument 27 var resultValue = eval(relationship + expression + 0) || !!override; 39 function doTest(lhs, rhs, relationship) { argument 46 tests.push.apply(tests, makeTest(start, end, "==", relationship, expressionParts[i][2])); 47 tests.push.apply(tests, makeTest(start, end, "!=", relationship, expressionParts[i][2])); 48 tests.push.apply(tests, makeTest(start, end, "===", relationship, expressionParts[i][2])); 49 tests.push.apply(tests, makeTest(start, end, "!==", relationship, expressionParts[i][2]));
|
D | comparison-operators-greater.js | 26 function makeTest(start, end, expression, relationship, override, invert) { argument 27 var resultValue = eval(relationship + expression + 0) || !!override; 39 function doTest(lhs, rhs, relationship) { argument 46 tests.push.apply(tests, makeTest(start, end, ">", relationship, expressionParts[i][2])); 47 tests.push.apply(tests, makeTest(start, end, ">=", relationship, expressionParts[i][2]));
|
D | comparison-operators-less.js | 26 function makeTest(start, end, expression, relationship, override, invert) { argument 27 var resultValue = eval(relationship + expression + 0) || !!override; 39 function doTest(lhs, rhs, relationship) { argument 46 tests.push.apply(tests, makeTest(start, end, "<", relationship, expressionParts[i][2])); 47 tests.push.apply(tests, makeTest(start, end, "<=", relationship, expressionParts[i][2]));
|
/external/junit/src/org/junit/internal/matchers/ |
D | SubstringMatcher.java | 20 .appendText(relationship()) in describeTo() 27 protected abstract String relationship(); in relationship() method in SubstringMatcher
|
D | StringContains.java | 22 protected String relationship() { in relationship() method in StringContains
|
/external/hamcrest/library/src/org/hamcrest/text/ |
D | SubstringMatcher.java | 23 .appendText(relationship()) in describeTo() 30 protected abstract String relationship(); in relationship() method in SubstringMatcher
|
D | StringStartsWith.java | 20 protected String relationship() { in relationship() method in StringStartsWith
|
D | StringContains.java | 20 protected String relationship() { in relationship() method in StringContains
|
D | StringEndsWith.java | 20 protected String relationship() { in relationship() method in StringEndsWith
|
/external/llvm/docs/ |
D | HowToUseInstrMappings.rst | 24 TableGen uses relationship models to map instructions with each other. These 42 // by all the instructions related by this relationship. 67 to define a relationship model that relates predicated instructions to their 69 fields. For this relationship, non-predicated instructions are treated as key 76 // instructions modeling this relationship. This is done to reduce the 96 // instructions involved in this relationship model. 107 TableGen uses the above relationship model to emit relation table that maps 137 required by the relationship model, <tt>getPredOpcode</tt>, so that they can
|
D | SystemLibrary.rst | 99 There must **not** be a one-to-one relationship between operating system
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/ |
D | TParser.g | 21 // lexer. Maven knows how to work out the relationship
|
/external/llvm/test/CodeGen/PowerPC/ |
D | asym-regclass-copy.ll | 5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.util_6.1.23.v201004211559.jar | ... int i
org.mortbay.component.Container$Relationship event
Object parent
Object child
String relationship
private void remove ... |
/external/jetty/lib/ |
D | jetty-util-6.1.26.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/llvm/test/Transforms/InstCombine/ |
D | cast_ptr.ll | 8 ; This shouldn't convert to getelementptr because the relationship
|
/external/llvm/test/CodeGen/AArch64/ |
D | machine-copy-prop.ll | 10 ; remove the relationship of D6 and "%Q5_Q6<def> = COPY %Q2_Q3".
|
/external/valgrind/docs/internals/ |
D | segments-seginfos.txt | 3 Info about the relationship between Segments and SegInfos
|
/external/valgrind/ |
D | COPYING.DOCS | 52 the Document that deals exclusively with the relationship of the 57 mathematics.) The relationship could be a matter of historical
|
/external/mesa3d/docs/ |
D | README.CYGWIN | 141 To compensate for the nonlinear relationship between pixel values
|
/external/bison/doc/ |
D | fdl.texi | 58 of the Document that deals exclusively with the relationship of the 63 any mathematics.) The relationship could be a matter of historical
|