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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 25 * <p>The ancestor, descendant, following, preceding and self axes partition a
42 * the ancestor-or-self axis contains the context node and the ancestors of
65 * The descendant-or-self axis contains the context node and the
116 /** The self axis contains just the context node itself. */
117 public static final int SELF = 13;
167 true, // ancestor-or-self
171 false, // descendant-or-self
179 false // self (one node, has no order)
186 "ancestor-or-self", // 1
190 "descendant-or-self", //
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
SHA1PRNG_SecureRandomTest.java 62 private static final int SELF = 0;
289 if ( flag == SELF ) {
299 if ( flag == SELF ) {
309 if ( flag == SELF ) {
319 if ( flag == SELF ) {
331 if ( flag == SELF ) {
341 if ( flag == SELF ) {
351 if ( flag == SELF ) {
361 if ( flag == SELF ) {
382 flag = SELF;
    [all...]
  /external/v8/src/
heap-profiler.h 117 SELF = 100 // This case is used in ClustersCoarser only.
163 case SELF: return HEAP->catch_var_symbol();
  /external/jdiff/
xerces.jar 

Completed in 35 milliseconds