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

<<11121314151617181920>>

  /external/icu4c/common/unicode/
unistr.h 4497 UnicodeString::reverse() function in class:UnicodeString
4501 UnicodeString::reverse(int32_t start, function in class:UnicodeString
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 586 // Reverse the obtained chain to make the root of inlined chain last.
587 std::reverse(InlinedChain.begin(), InlinedChain.end());
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 38 #include <fst/extensions/pdt/reverse.h>
160 // PDT REVERSE
177 Reverse(fst, parens, ofst);
  /external/stlport/test/unit/
list_test.cpp 119 str.reverse();
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 324 abs_val_list.reverse();
  /ndk/tests/device/test-gnustl-full/unit/
list_test.cpp 119 str.reverse();
  /ndk/tests/device/test-stlport/unit/
list_test.cpp 119 str.reverse();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 168 return sb.reverse().toString();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 319 Collections.reverse(mSuggestions);
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
Lists.java 718 * Lists.reverse(Arrays.asList(1, 2, 3))} returns a list containing {@code 3,
728 public static <T> List<T> reverse(List<T> list) {
803 return reverse(forwardList.subList(
  /external/harfbuzz/src/
harfbuzz-arabic.c 887 HB_Bool reverse, HB_GlyphAttributes *attributes, unsigned short *logClusters)
929 if (reverse)
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-arabic.c 887 HB_Bool reverse, HB_GlyphAttributes *attributes, unsigned short *logClusters)
929 if (reverse)
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 482 LXUtilities::reverse(&fGlyphWidths[glyphBase], glyphCount);
483 LXUtilities::reverse(&fGlyphToCharMap[glyphBase], glyphCount);
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 127 std::reverse(OpsToPrint.begin(), OpsToPrint.end());
517 // Because this is a vector, we want to emit from the end. Reverse all of the
519 std::reverse(Instructions.begin(), Instructions.end());
    [all...]
  /external/stlport/stlport/stl/debug/
_slist.h 499 void reverse() function in class:slist
500 { _M_non_dbg_impl.reverse(); }
  /external/v8/test/mjsunit/
undeletable-functions.js 34 "toString", "toLocaleString", "join", "pop", "push", "concat", "reverse",
  /external/v8/tools/
ll_prof.py 795 used_code.sort(key=lambda x: x.self_ticks, reverse=True)
805 mmap_infos.sort(key=lambda m: m.ticks, reverse=True)
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 538 mShowHideFrameAnimator.reverse();
543 mShowHideFrameAnimator.reverse();
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 499 void reverse() function in class:slist
500 { _M_non_dbg_impl.reverse(); }
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 43 static void set_operation_id(NJ_SEARCH_LOCATION *dicinfo, NJ_UINT8 reverse, NJ_RESULT *result);
413 static void set_operation_id(NJ_SEARCH_LOCATION *dicinfo, NJ_UINT8 reverse, NJ_RESULT *result) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h 101 (reinterpret_cast<std::_List_node_base *>(this))->reverse();
781 * Returns a read/write reverse iterator that points to the last
782 * element in the %list. Iteration is done in reverse element
790 * Returns a read-only (constant) reverse iterator that points to
791 * the last element in the %list. Iteration is done in reverse
799 * Returns a read/write reverse iterator that points to one
801 * reverse element order.
808 * Returns a read-only (constant) reverse iterator that points to one
809 * before the first element in the %list. Iteration is done in reverse
836 * Returns a read-only (constant) reverse iterator that points t
1435 reverse() function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h 101 (reinterpret_cast<std::_List_node_base *>(this))->reverse();
781 * Returns a read/write reverse iterator that points to the last
782 * element in the %list. Iteration is done in reverse element
790 * Returns a read-only (constant) reverse iterator that points to
791 * the last element in the %list. Iteration is done in reverse
799 * Returns a read/write reverse iterator that points to one
801 * reverse element order.
808 * Returns a read-only (constant) reverse iterator that points to one
809 * before the first element in the %list. Iteration is done in reverse
836 * Returns a read-only (constant) reverse iterator that points t
1435 reverse() function in class:list
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 499 void reverse() function in class:slist
500 { _M_non_dbg_impl.reverse(); }

Completed in 2656 milliseconds

<<11121314151617181920>>