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

1 2 3 4 5 6 78 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement08.js 78 The rev attribute contains the reverse link type
HTMLLinkElement07.js 78 The rev attribute specifies the reverse link type.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild03.js 79 verify if the DocumentElement is null. Now try the reverse and a NOT_FOUND_ERR should be
noderemovechild04.js 82 verify if the DocumentType node is null. Now try the reverse and a NOT_FOUND_ERR should be
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 372 public Rect getBounds(boolean reverse) {
374 mBounds.offset(mX, mY - (reverse ? mMaxEffectHeight : 0));
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.merge/
merge_comp.pass.cpp 40 std::reverse(ia, ia+N);
41 std::reverse(ib, ib+N);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 299 * @param reverse {@code false} if toggle direction is forward, {@code true} if toggle direction is backward
302 protected String searchToggleCharacter(String prevChar, String[] toggleTable, boolean reverse) {
305 if (reverse) {
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 198 return Lists.reverse(list);
200 }).named("Lists.reverse[ArrayList]").withFeatures(CollectionSize.ANY,
209 return Lists.reverse(asList(reverseElements));
211 }).named("Lists.reverse[Arrays.asList]").withFeatures(CollectionSize.ANY,
220 return Lists.reverse(list);
222 }).named("Lists.reverse[LinkedList]").withFeatures(CollectionSize.ANY,
231 return Lists.reverse(builder.build());
233 }).named("Lists.reverse[ImmutableList]").withFeatures(CollectionSize.ANY,
507 List<Integer> toList = Lists.reverse(fromList);
513 List<Integer> toList = Lists.reverse(fromList)
    [all...]
ImmutableSortedMapTest.java 568 Comparator<String> comparator = Ordering.natural().reverse();
582 Comparator<String> comparator = Ordering.natural().reverse();
606 Comparator<String> comparator = Ordering.natural().reverse();
677 assertEquals(Ordering.natural().reverse(), map.comparator());
681 Comparator<String> comparator = Ordering.natural().reverse();
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 750 * @param reverse true if this should walk backwards from the exit points
754 public void forEachBlockDepthFirst(boolean reverse,
761 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock();
777 = reverse ? cur.getPredecessors() : cur.getSuccessors();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 23 reverse().
104 // reverse the table, which is quicker
105 sorttable.reverse(this.sorttable_tbody);
116 // if we're already sorted by this column in reverse, just
117 // re-reverse the table, which is quicker
118 sorttable.reverse(this.sorttable_tbody);
263 reverse: function(tbody) {
264 // reverse the rows in a tbody
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 750 * @param reverse true if this should walk backwards from the exit points
754 public void forEachBlockDepthFirst(boolean reverse,
761 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock();
777 = reverse ? cur.getPredecessors() : cur.getSuccessors();
  /external/openssh/
acss.c 100 static unsigned char reverse[] = { variable
227 key->seed[i] = reverse[key->data[i] ^ key->subkey[i]];
230 key->seed[i] = reverse[key->data[i]];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 84 reverse();
720 * Returns a read/write reverse iterator that points to the last
721 * element in the %list. Iteration is done in reverse element
729 * Returns a read-only (constant) reverse iterator that points to
730 * the last element in the %list. Iteration is done in reverse
738 * Returns a read/write reverse iterator that points to one
740 * reverse element order.
747 * Returns a read-only (constant) reverse iterator that points to one
748 * before the first element in the %list. Iteration is done in reverse
775 * Returns a read-only (constant) reverse iterator that points t
1320 reverse() function in class:list
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 84 reverse();
720 * Returns a read/write reverse iterator that points to the last
721 * element in the %list. Iteration is done in reverse element
729 * Returns a read-only (constant) reverse iterator that points to
730 * the last element in the %list. Iteration is done in reverse
738 * Returns a read/write reverse iterator that points to one
740 * reverse element order.
747 * Returns a read-only (constant) reverse iterator that points to one
748 * before the first element in the %list. Iteration is done in reverse
775 * Returns a read-only (constant) reverse iterator that points t
1320 reverse() function in class:list
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 84 reverse();
720 * Returns a read/write reverse iterator that points to the last
721 * element in the %list. Iteration is done in reverse element
729 * Returns a read-only (constant) reverse iterator that points to
730 * the last element in the %list. Iteration is done in reverse
738 * Returns a read/write reverse iterator that points to one
740 * reverse element order.
747 * Returns a read-only (constant) reverse iterator that points to one
748 * before the first element in the %list. Iteration is done in reverse
775 * Returns a read-only (constant) reverse iterator that points t
1320 reverse() function in class:list
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 84 reverse();
720 * Returns a read/write reverse iterator that points to the last
721 * element in the %list. Iteration is done in reverse element
729 * Returns a read-only (constant) reverse iterator that points to
730 * the last element in the %list. Iteration is done in reverse
738 * Returns a read/write reverse iterator that points to one
740 * reverse element order.
747 * Returns a read-only (constant) reverse iterator that points to one
748 * before the first element in the %list. Iteration is done in reverse
775 * Returns a read-only (constant) reverse iterator that points t
1320 reverse() function in class:list
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.stdout.exp 69 ldbrx: 01 23 45 67 89 ab cd (reverse) => ef cd ab 89 67 45 23 01
70 ldbrx: 89 ab cd ef 00 11 22 (reverse) => 33 22 11 00 ef cd ab 89
71 ldbrx: 00 11 22 33 44 55 66 (reverse) => 77 66 55 44 33 22 11 00
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuilderTest.java     [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 291 int handle, bool reverse,
295 external_tab->FocusThroughTabTraversal(reverse, restore_focus_to_view);
  /external/chromium/chrome/common/
metrics_helpers.cc 188 // in the LOG statement below when trying to interpret reverse as a uint64.
189 unsigned char* reverse = reinterpret_cast<unsigned char *>(&reverse_uint64); local
192 reverse[i] = digest.a[sizeof(reverse_uint64) - i - 1];
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMultiset.java 346 return reverseComparator = Ordering.from(comparator).<E>reverse();
425 * reverse of their natural ordering.
432 return new Builder<E>(Ordering.natural().reverse());
Ordering.java 45 * if (Ordering.from(comparator).reverse().isOrdered(list)) { ... }}</pre>
314 * Returns the reverse of this ordering; the {@code Ordering} equivalent to
318 // Ordering<String> o = Ordering.<String>natural().reverse();
320 public <S extends T> Ordering<S> reverse() { method in class:Ordering
346 * <p>Note that {@code ordering.lexicographical().reverse()} is not
347 * equivalent to {@code ordering.reverse().lexicographical()} (consider how
453 return reverse().leastOf(iterable, k);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableList.java 264 public ImmutableList<E> reverse(){ method in class:ImmutableList
266 Collections.reverse(list);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 193 * {@code previous}, {@link #previousElements} if the reverse is true, or --
202 Helpers.addAll(nextElements, Helpers.reverse(expectedElements));
315 Helpers.addAll(elements, Helpers.reverse(nextElements));

Completed in 922 milliseconds

1 2 3 4 5 6 78 91011>>