HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 276 - 300 of 1517) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
ArrayInitializerFormatter.java 46 final String[] elements = mBuffer.toString().split(" ");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so.6.0.16-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /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/thin_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /sdk/anttasks/src/com/android/ant/
GetEmmaFilterTask.java 72 // split the app packages.
73 String[] libPackages = libraryPackagesValue.split(";");
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 289 return Lists.newArrayList(extras.split(" "));
392 return Lists.newArrayList(extras.split(" "));
428 List<String> ids = Arrays.asList(extra.split(" "));
445 if (text.split(" ").length > 1) {
  /sdk/chimpchat/src/com/android/chimpchat/core/
MultiSelectorText.java 53 ids = Arrays.asList(response.split(" "));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AdtConsoleSdkLog.java 42 for (String s : msg.split("\n")) {
WidgetClassLoader.java 132 String[] segments = fqcn.split("\\.");
180 classes = line.substring(1).split(" ");
188 classes = line.substring(1).split(" ");
196 classes = line.substring(1).split(" ");
  /sdk/sdk_common/tests/src/com/android/ide/common/resources/configuration/
FolderConfigurationTest.java 108 return (config.length() > 0 ? "foo-" + config : "foo").split("-");
  /external/clang/utils/
FindSpecRefs 607 section,name = name.split(' ',1)
609 section,name = name.split(' ',1)
683 secs = str[1:str.index(']')].split('.')
692 secs = str.split('.')
695 secs[-1],p = secs[-1].split('p',1)
768 for ln in p.stdout.read(1024).split('\n'):
770 return ln.split(':',1)[1].strip()
    [all...]
token-delta.py 46 return self.delta(changes, self.split(changes))
48 def split(self, S): member in class:DeltaAlgorithm
49 """split(set) -> [sets]
54 # There are many ways to split, we could do a better job with more
76 refined = sum(map(list, map(self.split, sets)), [])
86 return self.delta(S, self.split(S))
118 for ln in err.split('\n'):
  /external/opencv/ml/src/
mlrtrees.cpp 99 CvDTreeSplit *best_split = 0, *split = 0, *t; local
134 split = find_split_cat_class( node, vi );
136 split = find_split_ord_class( node, vi );
141 split = find_split_cat_reg( node, vi );
143 split = find_split_ord_reg( node, vi );
146 if( split )
148 if( !best_split || best_split->quality < split->quality )
149 CV_SWAP( best_split, split, t );
150 if( split )
151 cvSetRemoveByPtr( data->split_heap, split );
    [all...]
  /external/chromium/third_party/libevent/
event_rpcgen.py 371 return code.split('\n')
395 return code.split('\n')
424 return code.split('\n')
582 return code.split('\n')
689 return code.split('\n')
895 return code.split('\n')
924 return code.split('\n')
953 return code.split('\n')
970 code.extend(tmp.split('\n'))
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 140 base_namespace = namespace.split('.', 1)[0]
169 base_namespace = namespace.split('.', 1)[0]
184 parts = namespace.split('.')
258 pieces = identifier.split('.')
462 parts = identifier.split('.')
  /external/llvm/utils/lit/lit/
TestFormats.py 12 self.test_sub_dir = os.path.normcase(str(test_sub_dir)).split(';')
34 lines = lines.split('\n')
81 testPath,testName = os.path.split(test.getSourcePath())
85 testPath, namePrefix = os.path.split(testPath)
182 path_in_suite + tuple(suffix.split(os.sep)),
  /external/v8/tools/
js2c.py 92 return string.lstrip('[').rstrip(']').split()
198 args = map(string.strip, macro_match.group(2).split(','))
205 args = map(string.strip, python_match.group(2).split(','))
313 if 'macros.py' == (os.path.split(str(s))[1]):
330 id = (os.path.split(filename)[1])[:-3]
presubmit.py 102 """.split()
278 for file in output.stdout.read().split():
279 for dir_part in os.path.dirname(file).split(os.sep):
326 ext = base.split('.').pop()
330 parts = contents.split(' \n')
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 66 (base_path, name) = os.path.split(__file__)
173 from string import split, join namespace
176 text = join(split(text, a), b)
246 all_lines = file.read().split("\n")
262 split_line = line.split(':',2)

Completed in 663 milliseconds

<<11121314151617181920>>