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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 287 * Sets the preset dictionary to be used for inflation to a subsequence of {@code dictionary}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 565 * @brief Finds a subsequence matching given key.
567 * @return Pair of iterators that possibly points to the subsequence
    [all...]
unordered_set.h 539 * @brief Finds a subsequence matching given key.
541 * @return Pair of iterators that possibly points to the subsequence
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
settings.h 239 /// Maximal subsequence __length to switch to unbalanced __base case.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 565 * @brief Finds a subsequence matching given key.
567 * @return Pair of iterators that possibly points to the subsequence
    [all...]
unordered_set.h 539 * @brief Finds a subsequence matching given key.
541 * @return Pair of iterators that possibly points to the subsequence
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
settings.h 239 /// Maximal subsequence __length to switch to unbalanced __base case.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h 565 * @brief Finds a subsequence matching given key.
567 * @return Pair of iterators that possibly points to the subsequence
    [all...]
unordered_set.h 539 * @brief Finds a subsequence matching given key.
541 * @return Pair of iterators that possibly points to the subsequence
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
settings.h 239 /// Maximal subsequence __length to switch to unbalanced __base case.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_map.h 565 * @brief Finds a subsequence matching given key.
567 * @return Pair of iterators that possibly points to the subsequence
    [all...]
unordered_set.h 539 * @brief Finds a subsequence matching given key.
541 * @return Pair of iterators that possibly points to the subsequence
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
settings.h 239 /// Maximal subsequence __length to switch to unbalanced __base case.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h 596 * @brief Finds a subsequence matching given key.
598 * @return Pair of iterators that possibly points to the subsequence
    [all...]
unordered_set.h 569 * @brief Finds a subsequence matching given key.
571 * @return Pair of iterators that possibly points to the subsequence
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
settings.h 239 /// Maximal subsequence __length to switch to unbalanced __base case.
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 309 * should be removed from the beginning/end of a subsequence
554 return toSplit.subSequence(start, end).toString();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 225 return normalizeSecondAndAppend(sb, src.subSequence(spanLength, src.length())).toString();
371 * the substring <code>s.subSequence(0, end)</code>
  /frameworks/base/telephony/java/android/telephony/
JapanesePhoneNumberFormatter.java 164 && text.subSequence(0, 3).toString().equals("+81")) {
170 CharSequence saved = text.subSequence(0, length);

Completed in 187 milliseconds

1 2 3 4 5 6 78 91011>>