/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
partition.h | 48 * @param begin Begin iterator of input sequence to split. 49 * @param end End iterator of input sequence to split. 339 RandomAccessIterator split; local 383 // Very unequal split, one part smaller than one 128th
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
debug_map_base.hpp | 114 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 310 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/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/ |
debug_map_base.hpp | 114 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 310 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 110 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 315 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 110 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 315 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 110 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 315 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 110 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 315 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 114 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 310 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 112 split(key_const_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 310 split(key_const_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 114 split(const_key_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 310 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 112 split(key_const_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 310 split(key_const_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 111 split(key_const_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&); 309 split(key_const_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
macpath.py | 9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 58 def split(s): function 59 """Split a pathname into two parts: the directory leading up to the final 78 """Split a pathname into a drive specification and the rest of the 87 # Short interfaces to split() 89 def dirname(s): return split(s)[0] 90 def basename(s): return split(s)[1] 95 components = split(s) 138 comps = s.split(":") 205 components = path.split(':' [all...] |
ntpath.py | 16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 111 # but b is empty; since, e.g., split('a/') produces 119 # Split a path in a drive specification (a drive letter followed by a 123 """Split a pathname into drive and path specifiers. Returns a 2-tuple 132 """Split a pathname into UNC mount point and relative path specifiers. 159 # Split a path in head (everything up to the last '/') and tail (the 164 def split(p): function 165 """Split a pathname. 184 # Split a path in root and extension. 198 return split(p)[1 [all...] |
re.py | 82 split Split a string by the occurrences of a pattern. 109 __all__ = [ "match", "search", "sub", "subn", "split", "findall", 164 def split(pattern, string, maxsplit=0, flags=0): function 165 """Split the source string by the occurrences of the pattern, 167 return _compile(pattern, flags).split(string, maxsplit)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
macpath.py | 9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 58 def split(s): function 59 """Split a pathname into two parts: the directory leading up to the final 78 """Split a pathname into a drive specification and the rest of the 87 # Short interfaces to split() 89 def dirname(s): return split(s)[0] 90 def basename(s): return split(s)[1] 95 components = split(s) 138 comps = s.split(":") 205 components = path.split(':' [all...] |
ntpath.py | 16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 111 # but b is empty; since, e.g., split('a/') produces 119 # Split a path in a drive specification (a drive letter followed by a 123 """Split a pathname into drive and path specifiers. Returns a 2-tuple 132 """Split a pathname into UNC mount point and relative path specifiers. 159 # Split a path in head (everything up to the last '/') and tail (the 164 def split(p): function 165 """Split a pathname. 184 # Split a path in root and extension. 198 return split(p)[1 [all...] |
re.py | 82 split Split a string by the occurrences of a pattern. 109 __all__ = [ "match", "search", "sub", "subn", "split", "findall", 164 def split(pattern, string, maxsplit=0, flags=0): function 165 """Split the source string by the occurrences of the pattern, 167 return _compile(pattern, flags).split(string, maxsplit)
|
/art/runtime/base/ |
timing_logger.cc | 82 base::TimingLogger::SplitTiming split = *it; local 83 uint64_t split_time = split.first; 84 const char* split_name = split.second; 134 DCHECK(new_split_label != NULL) << "Starting split (" << new_split_label << ") with null label."; 140 CHECK(current_split_ != NULL) << "Ending a non-existent split."; 142 DCHECK(current_split_->explicit_ == true) << "Explicitly ending scoped split: " << current_split_->label_; 147 // Ends the current split and starts the one given by the label. 149 CHECK(current_split_ != NULL) << "Inserting a new split (" << new_split_label 150 << ") into a non-existent split."; 151 DCHECK(new_split_label != NULL) << "New split (" << new_split_label << ") with null label." 160 base::TimingLogger::SplitTiming split = *it; local 171 base::TimingLogger::SplitTiming split = *it; local 182 base::TimingLogger::SplitTiming split = *it; local [all...] |
/bootable/recovery/applypatch/ |
bsdiff.c | 60 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) function 113 if(jj>start) split(I,V,start,jj-start,h); 118 if(start+len>kk) split(I,V,kk,start+len-kk,h); 148 split(I,V,i,len,h);
|
/cts/libs/vogar-expect/src/vogar/ |
ExpectationStore.java | 171 Iterable<String> split = Splitter.on("\n").omitEmptyStrings().trimResults().split(reader.nextString()); local 172 description = Joiner.on("\n").join(split);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 202 int split = length/CHARS_MAX; local 205 chunks = split + 1; 207 chunks = split; 337 int split = length/CHARS_MAX; local 340 chunks = split + 1; 342 chunks = split;
|
/external/bsdiff/ |
bsdiff.c | 43 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) function 96 if(jj>start) split(I,V,start,jj-start,h); 101 if(start+len>kk) split(I,V,kk,start+len-kk,h); 131 split(I,V,i,len,h);
|
/external/chromium_org/chrome/browser/performance_monitor/ |
key_builder.cc | 220 std::vector<std::string> split; local 221 base::SplitString(event_key, kDelimiter, &split); 222 DCHECK(split[EVENT_TYPE].size() == 1); 224 static_cast<int>(split[EVENT_TYPE].at(0))]; 228 std::vector<std::string> split; local 229 base::SplitString(key, kDelimiter, &split); 230 DCHECK(split[RECENT_TYPE].size() == 1); 231 return RecentKey(split[RECENT_TIME], 233 static_cast<int>(split[RECENT_TYPE].at(0))], 234 split[RECENT_ACTIVITY]) 238 std::vector<std::string> split; local [all...] |
/external/chromium_org/chrome/browser/themes/ |
theme_properties.cc | 137 std::vector<std::string> split; local 138 base::SplitStringAlongWhitespace(alignment, &split); 141 for (std::vector<std::string>::iterator component(split.begin()); 142 component != split.end(); ++component) {
|