Searched
full:split (Results
2126 -
2150 of
5986) sorted by null
<<81828384858687888990>>
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastConfigService.java | 64 for (String channelRange : ranges.split(",")) { 120 for (String channelRange : emergencyIdRange.split(",")) {
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 182 String[] testParts = testDomain.split(DOMAIN_SEPARATOR); 183 String[] providerParts = providerDomain.split(DOMAIN_SEPARATOR);
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementTimeImpl.java | 71 String[] beginTimeStringList = mSmilElement.getAttribute("begin").split(";"); 125 String[] endTimeStringList = mSmilElement.getAttribute("end").split(";");
|
TimeImpl.java | 154 // Split in {[Hours], Minutes, Seconds} 155 String[] timeValues = clockValue.split(":");
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
EntitySet.java | 139 // If we are going to split all contacts, there is no point in first combining them 186 * Builds {@link AggregationExceptions} to split all constituent raw contacts into
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserBinaryDictionary.java | 130 // Split the locale. For example "en" => ["en"], "de_DE" => ["de", "DE"], 135 TextUtils.isEmpty(mLocale) ? new String[] {} : mLocale.split("_", 3);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictIOUtilsTests.java | 280 // split 1 283 // split 2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_nfa.h | 345 // Constructs a split sequence from two other sequencces 352 // Constructs a split sequence from a single sequence
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_nfa.h | 345 // Constructs a split sequence from two other sequencces 352 // Constructs a split sequence from a single sequence
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_nfa.h | 345 // Constructs a split sequence from two other sequencces 352 // Constructs a split sequence from a single sequence
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_nfa.h | 345 // Constructs a split sequence from two other sequencces 352 // Constructs a split sequence from a single sequence
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 178 /// Branch bag, for split-join. 366 split(key_const_reference, PB_DS_CLASS_C_DEC&);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_nfa.h | 345 // Constructs a split sequence from two other sequencces 352 // Constructs a split sequence from a single sequence
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_nfa.h | 345 // Constructs a split sequence from two other sequencces 352 // Constructs a split sequence from a single sequence
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 178 /// Branch bag, for split-join. 366 split(key_const_reference, PB_DS_CLASS_C_DEC&);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_nfa.h | 359 // Constructs a split sequence from two other sequencces 366 // Constructs a split sequence from a single sequence
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 177 /// Branch bag, for split-join. 365 split(key_const_reference, PB_DS_CLASS_C_DEC&);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_repr.py | 148 self.assertTrue(repr(''.split).startswith( 149 '<built-in method split of str object at 0x'))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 86 parts = name.split('.') 195 top_part = start_dir.split('.')[0]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_repr.py | 148 self.assertTrue(repr(''.split).startswith( 149 '<built-in method split of str object at 0x'))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 86 parts = name.split('.') 195 top_part = start_dir.split('.')[0]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
OldLogCatView.java | 120 // split in a string per filter 121 String[] filters = filterPrefs.split("\\|"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortEditDialog.java | 276 String[] packageSegments = mAppName.split("\\."); //$NON-NLS-1$ 291 // the split will not detect the last char being a '.'
|
/external/chromium_org/v8/src/ |
d8.js | 50 var full_tokens = full.split(); 52 var parts = full.split('.'); 613 args = args.split(/\s+/g); 685 args = args.split(/\s*[ ]+\s*/g); 726 args = args.split(/\s*[ ]+\s*/g); 747 args = args.split(/\s*[ ]+\s*/g); 817 args = args.split(/\s*,\s*/g); 844 args = args.split(/\s*[ ]+\s*/g); 871 args = args.split(/\s*[ ]+\s*/g); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib.py | 528 dirs = path.split('/') 581 [type, data] = url.split(',', 1) [all...] |
Completed in 4751 milliseconds
<<81828384858687888990>>