HomeSort by relevance Sort by last modified time
    Searched full:split (Results 1251 - 1275 of 5986) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 26 * @brief Functionality to split sequence referenced by only input
89 * @param num_parts Number of parts to split the sequence into.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_access_traits&)(*this), other);)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_access_traits&)(*this), other);)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_access_traits&)(*this), other);)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
list_partition.h 26 * @brief _Functionality to split __sequence referenced by only input
89 * @param __num_parts Number of parts to split the sequence into.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 69 return '_'.join(encoding.translate(_norm_encoding_map).split())
136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 136 # split up the locale into its base components
303 k, v = item.split(':', 1)
311 self._charset = v.split('charset=')[1]
313 v = v.split(';')
314 plural = v[1].split('plural=')[1]
327 msgid1, msgid2 = msg.split('\x00')
328 tmsg = tmsg.split('\x00')
430 languages = val.split(':')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__locale.py 13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
31 a = loc.split(".")
test_imaplib.py 3 # threading, this test module should be split. Right now we skip
88 splitline = line.split()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 69 return '_'.join(encoding.translate(_norm_encoding_map).split())
136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 136 # split up the locale into its base components
303 k, v = item.split(':', 1)
311 self._charset = v.split('charset=')[1]
313 v = v.split(';')
314 plural = v[1].split('plural=')[1]
327 msgid1, msgid2 = msg.split('\x00')
328 tmsg = tmsg.split('\x00')
430 languages = val.split(':')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__locale.py 13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
31 a = loc.split(".")
test_imaplib.py 3 # threading, this test module should be split. Right now we skip
88 splitline = line.split()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 65 for (String assignment : assignments.split(",")) { //$NON-NLS-1$
66 String[] s = assignment.split("="); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DebugPortProvider.java 102 String[] portSegments = value.split("\\|"); //$NON-NLS-1$
104 String[] entry = seg.split(":"); //$NON-NLS-1$
  /system/core/libsparse/
sparse.c 234 * overhead is sparse file header, initial skip chunk, split chunk, end
255 * requested size, split the chunk. Results in sparse files that

Completed in 2488 milliseconds

<<51525354555657585960>>