HomeSort by relevance Sort by last modified time
    Searched full:predicates (Results 26 - 50 of 256) sorted by null

12 3 4 5 6 7 8 91011

  /external/webkit/LayoutTests/fast/xpath/
union-context-node.xhtml 5 <title>XPath queries with predicates incorrectly retains the current node across unions</title>
  /external/webkit/Source/WebCore/dom/
PositionIterator.h 35 // increment, decrement, and several predicates on the Position it is at.
  /libcore/luni/src/main/java/javax/xml/xpath/
package.html 51 path</em> and one or more optional <em>predicates</em>. Expressions
141 <p>Predicates allow for refining the nodes selected by an XPath
142 location path. Predicates are of the form
151 <p>Predicates may be appended to each other to further refine an
  /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...]
OpCodes.java 556 * [length, including predicates]
557 * [length of just the step, without the predicates]
559 * {predicates}?
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ReverseAxesWalker.java 29 * @see <a href="http://www.w3.org/TR/xpath#predicates">XPath 2.4 Predicates</a>
UnionChildIterator.java 40 * also note that index predicates can not be used!
125 // Note that we are assuming there are no positional predicates!
HasPositionalPredChecker.java 87 * proper unique component for predicates, and that the expression will
SelfIteratorNoPredicate.java 29 * "." patterns, that is, the self axes without any predicates.
BasicTestIterator.java 31 * Base for iterators that handle predicates. Does the basic next
  /external/guava/javadoc/com/google/common/base/
package-frame.html 73 <A HREF="Predicates.html" title="class in com.google.common.base" target="classFrame">Predicates</A>
  /external/webkit/Source/WebCore/xml/
XPathPath.cpp 41 Filter::Filter(Expression* expr, const Vector<Predicate*>& predicates)
42 : m_expr(expr), m_predicates(predicates)
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 55 // Feature predicates.
136 let Predicates = [IsNotSingleFloat] in {
193 let Predicates = [IsNotSingleFloat, IsNotMipsI] in {
283 let Predicates = [In32BitMode] in {
291 let Predicates = [In32BitMode] in {
316 let Predicates = [In32BitMode] in {
367 let Predicates = [In32BitMode] in {
  /external/llvm/include/llvm/Target/
Target.td 292 // Predicates - List of predicates which will be turned into isel matching
294 list<Predicate> Predicates = [];
393 /// Predicates - These are extra conditionals which are turned into instruction
419 list<Predicate> Predicates = preds;
740 /// and do allow Requires predicates, e.g.:
749 // Predicates - Predicates that must be true for this remapping to happen.
750 list<Predicate> Predicates = [];
761 // Predicates - Predicates that must be true for this to match
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
visualprolog.php 48 'predicates','properties','resolve','supports'
  /external/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 22 /// well formed predicates, the result set is guaranteed to be such that
DeltaAlgorithm.h 22 /// well formed predicates, the result set is guaranteed to be such that
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 41 /// ImmPredicateSet - This uniques predicates (represented as a string) and
86 "Too many integer predicates for the 'Repr' char");
496 // For now, filter out any instructions with predicates.
553 // If any of the operands were immediates with predicates on them, strip
554 // them down to a signature that doesn't have predicates so that we can
657 // Return 0 if none of the predicates were satisfied.
750 // Return 0 if none of the predicates were satisfied.
  /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);
  /external/iproute2/doc/
ss.sgml 148 <tt/or/, <tt/and/, <tt/not/ and predicates.
155 Predicates may be of the folowing kinds:
234 to corresponding predicates of type A. F.e.
392 Predicates check socket addresses, both local and remote.
393 There are the following kinds of predicates:
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrFPU.td 91 let Predicates=[HasFPU] in {
99 let Predicates=[HasFPU], isCodeGenOnly=1 in {
107 let Predicates=[HasFPU,HasSqrt] in {
132 let Predicates=[HasFPU] in {
139 let Predicates=[HasFPU] in {
  /external/guava/src/com/google/common/collect/
Collections2.java 23 import com.google.common.base.Predicates;
138 Predicates.<E>and(predicate, newPredicate));
  /external/oprofile/module/ia64/
IA64minstate.h 126 * r31: contains saved predicates (pr)
186 st8 [r16]=rARPR, 16; /* save predicates */ \
  /external/antlr/src/org/antlr/runtime/debug/
Profiler.java 607 // buf.append("number of evaluated syntactic predicates ");
616 // buf.append("average lookahead depth used in syntactic predicates ");
619 // buf.append("standard deviation of depth used in syntactic predicates ");
631 // buf.append("number of evaluated semantic predicates ");
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 47 * Execute this pattern step, including predicates.

Completed in 445 milliseconds

12 3 4 5 6 7 8 91011