HomeSort by relevance Sort by last modified time
    Searched full:reverse (Results 176 - 200 of 1343) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 198 * Implements traversal of the Ancestor access, in reverse document order.
242 * Implements traversal of the Ancestor access, in reverse document order.
328 * Implements traversal of the Ancestor access, in reverse document order.
579 * Implements traversal of the Ancestor access, in reverse document order.
758 * Implements traversal of the Ancestor access, in reverse document order.
981 * Implements traversal of the Ancestor access, in reverse document order.
1023 * Implements traversal of the Ancestor access, in reverse document order.
    [all...]
  /external/chromium/third_party/icu/source/i18n/
cpdtrans.cpp 64 * @param forward if false, does the list in reverse order, and
136 * @param direction either FORWARD or REVERSE
143 * @param fixReverseID if TRUE, then reconstruct the ID of reverse
182 * is, it should be in the FORWARD order; if direction is REVERSE then
184 * @param direction either FORWARD or REVERSE
185 * @param fixReverseID if TRUE, then reconstruct the ID of reverse
213 // Reverse the order if necessary.
  /external/icu4c/i18n/
cpdtrans.cpp 64 * @param forward if false, does the list in reverse order, and
136 * @param direction either FORWARD or REVERSE
143 * @param fixReverseID if TRUE, then reconstruct the ID of reverse
182 * is, it should be in the FORWARD order; if direction is REVERSE then
184 * @param direction either FORWARD or REVERSE
185 * @param fixReverseID if TRUE, then reconstruct the ID of reverse
213 // Reverse the order if necessary.
  /frameworks/base/tools/preload/
sorttable.js 96 // reverse the table, which is quicker
97 sorttable.reverse(this.sorttable_tbody);
108 // if we're already sorted by this column in reverse, just
109 // re-reverse the table, which is quicker
110 sorttable.reverse(this.sorttable_tbody);
244 reverse: function(tbody) {
245 // reverse the rows in a tbody
  /external/dnsmasq/src/
cache.c 157 are at the start of the hash-chain and all non-reverse
159 This allows reverse searches and garbage collection to be optimised */
262 If (flags & F_REVERSE) then remove any reverse entries for addr and any expired
269 We take advantage of the fact that hash chains have stuff in the order <reverse>,<other>,<immortal>
270 so that when we hit an entry which isn't reverse and is immortal, we're done. */
594 also free anything which has expired. All the reverse entries are at the
596 non-REVERSE one. */
667 a HOSTS file. Since the first host entry gets reverse, we know
1078 /* avoid multiple reverse mappings */
    [all...]
  /bionic/libc/
Jamfile 35 # reverse a list of elements
36 rule Reverse list
93 result = [ Reverse $(result) ] ;
  /external/bison/lib/
bitset.h 275 /* Find reverse list of up to NUM bits set in BSET starting from and
324 /* Loop over all elements of BSET, in reverse order starting with
326 following will print the bits set in a bitset in reverse order:
  /external/chromium/third_party/icu/source/common/
rbbirpt.txt 77 # !Reverse rule.
81 default reverse-rule ^break-rule-end doReverseDir
97 reverse-rule:
  /external/icu4c/common/
rbbirpt.txt 77 # !Reverse rule.
81 default reverse-rule ^break-rule-end doReverseDir
97 reverse-rule:
  /external/kernel-headers/original/linux/
qic117.h 139 /*11*/ {"physical reverse", 0x17, 0x05, motion, 0, required},\
153 /*25*/ {"skip segments reverse", 0x36, 0x24, motion, 1, required},\
162 /*34*/ {"skip extended reverse", 0x36, 0x24, motion, 1, ccs1},\
  /external/tcpdump/
smbutil.c 435 int reverse = 0; local
486 reverse = !reverse;
503 x = reverse ? EXTRACT_16BITS(buf) :
514 x = reverse ? EXTRACT_32BITS(buf) :
525 x = reverse ? EXTRACT_64BITS(buf) :
538 x1 = reverse ? EXTRACT_32BITS(buf) :
540 x2 = reverse ? EXTRACT_32BITS(buf + 4) :
562 x = reverse ? EXTRACT_16BITS(buf) :
573 x = reverse ? EXTRACT_32BITS(buf)
    [all...]
  /frameworks/base/location/java/android/location/
Geocoder.java 32 * A class for handling geocoding and reverse geocoding. Geocoding is
34 * of a location into a (latitude, longitude) coordinate. Reverse
37 * reverse geocoded location description may vary, for example one
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 456 * Returns a read/write reverse iterator that points to the
457 * last element in the %vector. Iteration is done in reverse
465 * Returns a read-only (constant) reverse iterator that points
467 * reverse element order.
474 * Returns a read/write reverse iterator that points to one
476 * in reverse element order.
483 * Returns a read-only (constant) reverse iterator that points
485 * is done in reverse element order.
511 * Returns a read-only (constant) reverse iterator that points
513 * reverse element order
    [all...]
  /bionic/libc/bionic/
libc_init_common.c 112 /* Now call each destructor in reverse order. */
  /bionic/libc/regex/
cname.h 124 { "reverse-solidus", '\\' },
  /external/bluetooth/bluez/doc/
control-api.txt 51 "forward-seek", "reverse-seek" or "error". Elapsed is
  /external/bluetooth/bluez/src/
device.h 46 DBusMessage *msg, uuid_t *search, gboolean reverse);
  /external/guava/src/com/google/common/collect/
ForwardingObject.java 38 * the object being tested, but the reverse could not be true. This behavior is
  /external/icu4c/layout/
GXLayoutEngine.h 119 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
  /external/jpeg/
jcomapi.c 37 /* Releasing pools in reverse order might help avoid fragmentation
  /external/libpcap/
ethertype.h 46 #define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */
  /external/libvpx/examples/includes/geshi/geshi/
ada.php 66 'private', 'procedure', 'protected', 'raise', 'range', 'record', 'renames', 'requeue', 'reverse',
lisp.php 63 'cdddar','cddddr','cons','list','append','reverse','last','nth',
per.php 135 "REVERSE",
  /external/netcat/
netcat.blurb 11 Full DNS forward/reverse checking, with appropriate warnings

Completed in 1328 milliseconds

1 2 3 4 5 6 78 91011>>