/ndk/build/awk/ |
extract-debuggable.awk | 46 split("", XML_ATTR);
|
extract-minsdkversion.awk | 43 split("", XML_ATTR);
|
extract-package-name.awk | 47 split("", XML_ATTR);
|
xml.awk | 31 split("", XML_ATTR);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
Path.java | 86 String[] segments = split(); 102 String[] segments = split(s); 111 public String[] split() { method in class:Path 126 public static String[] split(String s) { method in class:Path
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NoConfirmationSendService.java | 78 String[] dests = TextUtils.split(recipients, ";");
|
/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++/4.4.3/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++/4.6/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++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/ |
split_join_fn_imps.hpp | 80 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AdtConsoleSdkLog.java | 43 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(" ");
|
/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...] |
/dalvik/vm/ |
Android.mk | 58 # TODO: split out the asflags. 68 # TODO: split out the asflags. 80 # TODO: split out the asflags. 92 # TODO: split out the asflags. 138 # TODO: split out the asflags.
|
/external/llvm/lib/IR/ |
DataLayout.cpp | 179 /// Checked version of split, to ensure mandatory subparts. 180 static std::pair<StringRef, StringRef> split(StringRef Str, char Separator) { function 182 std::pair<StringRef, StringRef> Split = Str.split(Separator); 183 assert((!Split.second.empty() || Split.first == Str) && 185 return Split; 206 // Split at '-'. 207 std::pair<StringRef, StringRef> Split = split(Desc, '-') [all...] |