Searched
refs:split (Results
5301 -
5325 of
6499) sorted by null
<<211212213214215216217218219220>>
| /packages/apps/Email/src/com/android/email/activity/setup/ |
| AccountSetupIncomingFragment.java | 207 final String[] emailParts = mSetupData.getEmail().split("@");
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
| UpdateHandler.java | [all...] |
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| ContactsActor.java | 398 for (String a : authority.split(";")) {
|
| /packages/services/Car/service/src/com/android/car/ |
| BluetoothDeviceConnectionPolicy.java | [all...] |
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| CallAudioRouteStateMachine.java | [all...] |
| /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
| TvLauncherStrategy.java | 169 String[] lines = baos.toString().split("\\r?\\n"); [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| ConfigParser.py | 486 if line.split(None, 1)[0].lower() == 'rem' and line[0] in "rR":
|
| inspect.py | 375 lines = string.split(string.expandtabs(doc), '\n') [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
| turtle.py | 113 from os.path import isfile, split, join 194 key, value = line.split("=") 235 head, tail = split(__file__) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
| refactor.py | 249 parts = fix_name.split("_")
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
| findertools.py | 782 base, file = os.path.split(f)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_asyncore.py | 223 self.assertEqual(os.path.split(f)[-1], 'test_asyncore.py')
|
| test_cfgparser.py | 546 klist = 'red green blue black brown'.split()
|
| test_posix.py | 503 set([int(x) for x in groups.split()]),
|
| test_zlib.py | 530 sources = source.split('\n')
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| ConfigParser.py | 486 if line.split(None, 1)[0].lower() == 'rem' and line[0] in "rR":
|
| inspect.py | 375 lines = string.split(string.expandtabs(doc), '\n') [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
| turtle.py | 113 from os.path import isfile, split, join 194 key, value = line.split("=") 235 head, tail = split(__file__) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
| refactor.py | 249 parts = fix_name.split("_")
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_asyncore.py | 223 self.assertEqual(os.path.split(f)[-1], 'test_asyncore.py')
|
| test_cfgparser.py | 546 klist = 'red green blue black brown'.split()
|
| test_posix.py | 503 set([int(x) for x in groups.split()]),
|
| test_zlib.py | 530 sources = source.split('\n')
|
| /prebuilts/go/darwin-x86/src/math/big/ |
| nat.go | 81 // split x into n words 302 // split x, y into "digits"
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| mstats.go | 52 // because when we split a large span for allocation, we 54 // ones we split off for use. This is trickier to fix because
|
Completed in 1462 milliseconds
<<211212213214215216217218219220>>