HomeSort by relevance Sort by last modified time
    Searched refs:predicates (Results 1 - 14 of 14) sorted by null

  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 672 $predicates = 1;
674 &emit_body (\$code, \$bypass, $iteration++, $predicates);
675 $predicates = ($predicates << 1) | 1;
684 &emit_body (\$code, \$bypass, $iteration++, $predicates);
693 $predicates <<= 1;
694 &emit_body (\$code, \$bypass, $iteration++, $predicates);
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 42 * and predicates that must be satisfied.
48 private final Set<Predicate<TestMethod>> predicates = new HashSet<Predicate<TestMethod>>(); field in class:TestSuiteBuilder
118 * Exclude tests that fail to satisfy all of the given predicates.
120 * @param predicates Predicates to add to the list of requirements.
123 public TestSuiteBuilder addRequirements(List<Predicate<TestMethod>> predicates) {
124 this.predicates.addAll(predicates);
213 * Exclude tests that fail to satisfy all of the given predicates. If you call this method, you
216 * @param predicates Predicates to add to the list of requirements
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathPath.cpp 41 Filter::Filter(Expression* expr, const Vector<Predicate*>& predicates)
42 : m_expr(expr), m_predicates(predicates)
XPathStep.h 75 // When possible, we merge some or all predicates with node test for better performance.
79 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
XPathStep.cpp 44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates)
47 , m_predicates(predicates)
59 // Evaluate predicates as part of node test if possible to avoid building unnecessary NodeSets.
61 // This optimization can be applied to predicates that are not context node list sensitive, or to first predicate that is only context position sensitive, e.g. foo[position() mod 2 = 0].
121 // Check predicates that couldn't be merged into node test.
155 // Evaluate NodeTest without considering merged predicates.
227 // No need to set context size - we only get here when evaluating predicates that do not depend on it.
235 // Result nodes are ordered in axis order. Node test (including merged predicates) is applied.
340 if (nodeMatches(n.get(), AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 207 // * @param predicates List of expression objects.
209 // public void setPredicates(Expression[] predicates)
211 // m_predicates = predicates;
233 * NOTE: Ancestors tests with predicates are problematic, and will require
266 * Get the number of predicates for this match pattern step.
269 * @return the number of predicates for this match pattern step.
277 * Set the predicates for this match pattern step.
280 * @param predicates An array of expressions that define predicates
283 public void setPredicates(Expression[] predicates)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 908 // list, from where predicates are counted.
939 * Compile a zero or more predicates for a given match pattern.
955 Expression[] predicates = new Expression[count]; local
957 compilePredicates(opPos, predicates);
959 return predicates;
966 * Count the number of predicates in the step.
970 * @return The number of predicates for this step.
990 * Compiles predicates in the step.
993 * @param predicates An empty pre-determined array of
998 private void compilePredicates(int opPos, Expression[] predicates)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 112 milliseconds