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

1 2 3 4 5 6 7 891011>>

  /external/stlport/stlport/stl/pointers/
_list.h 305 void reverse() { _M_impl.reverse(); } function in class:list
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild16.js 81 the reverse and verify if a NOT_FOUND_ERR is thrown.
noderemovechild17.js 80 the reverse and verify if a NOT_FOUND_ERR is thrown.
noderemovechild18.js 83 the reverse and verify if a NOT_FOUND_ERR is thrown.
noderemovechild28.js 79 and verify the name of the returned node that was removed. Now attempt the reverse
noderemovechild29.js 79 and verify the name of the returned node that was removed. Now attempt the reverse
noderemovechild30.js 82 and verify the name of the returned node that was removed. Now attempt the reverse
noderemovechild31.js 80 and verify the name of the returned node that was removed. Now attempt the reverse
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 305 void reverse() { _M_impl.reverse(); } function in class:list
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 305 void reverse() { _M_impl.reverse(); } function in class:list
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 305 void reverse() { _M_impl.reverse(); } function in class:list
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 305 void reverse() { _M_impl.reverse(); } function in class:list
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 305 void reverse() { _M_impl.reverse(); } function in class:list
  /external/chromium/chrome/browser/automation/
automation_provider.h 328 void SetInitialFocus(const IPC::Message& message, int handle, bool reverse,
  /external/chromium/chrome/browser/extensions/
extension_host.h 169 virtual void TakeFocus(bool reverse);
  /external/chromium/chrome/browser/prerender/
prerender_contents.h 156 virtual void TakeFocus(bool reverse) {}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 84 Collections.reverse(builds);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetNavigationTester.java 227 Collections.reverse(descending);
  /external/guava/guava-tests/test/com/google/common/collect/
TreeMultimapExplicitTest.java 66 Ordering.<Integer>natural().reverse().nullsFirst();
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 462 HB_ReverseChainContextSubst reverse; member in union:HB_GSUB_SubTable_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 462 HB_ReverseChainContextSubst reverse; member in union:HB_GSUB_SubTable_
  /external/llvm/tools/llvm-config/
llvm-config.cpp 122 // in the reverse order of dependency.
123 std::reverse(RequiredLibs.begin(), RequiredLibs.end());
  /external/llvm/utils/lit/lit/
discovery.py 68 components.reverse()
  /external/marisa-trie/lib/marisa/
trie-search.cc 259 std::reverse(key->begin() + prev_pos, key->end());
265 std::reverse(key->begin() + start_pos, key->end());
308 std::reverse(key_buf + prev_pos, key_buf + pos);
320 std::reverse(key_buf, key_buf + pos);
  /external/markdown/markdown/
treeprocessors.py 129 childResult.reverse()

Completed in 1756 milliseconds

1 2 3 4 5 6 7 891011>>