| /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
| AbstractRestrictBackgroundNetworkTestCase.java | 443 final String[] parts = resultData.split(NETWORK_STATUS_SEPARATOR); 732 uids = output.split(":")[1]; 733 for (String candidate : uids.split(" ")) { [all...] |
| /cts/hostsidetests/net/src/com/android/cts/net/ |
| HostsideNetworkTestCase.java | 106 for (String line : result.split("[\\r\\n]+")) {
|
| /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/ |
| ActivityManagerConfigChangeTests.java | 199 final String[] lines = result.split("\n");
|
| /cts/hostsidetests/theme/ |
| generate_images.py | 143 if "FAILURES!!!" in out.split():
|
| /cts/suite/cts/utils/ |
| get_csv_report.py | 142 p = subprocess.Popen(command.split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
| /cts/tests/signature/src/android/signature/cts/ |
| ReflectionHelper.java | 47 // even if there are no . in the string, split will return an 50 String[] classNameParts = shortClassName.split("\\.");
|
| /cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/ |
| ContactsContract_Wipe.java | 86 for (String authority : pi.authority.split(";")) {
|
| /cts/tests/tests/media/src/android/media/cts/ |
| NativeClearKeySystemTest.java | 218 String versions[] = version.split("\\.");
|
| /cts/tests/tests/os/src/android/os/cts/ |
| BuildTest.java | 107 return value.split(",");
|
| /cts/tests/tests/permission2/src/android/permission2/cts/ |
| PermissionPolicyTest.java | 213 String[] fragments = protectionLevelString.split("\\|");
|
| /cts/tools/utils/cts/ |
| tools.py | 86 parts = name.split('.')
|
| /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/ |
| ChatAdapter.java | 127 name = sender.getName().split("\\s")[0];
|
| /development/build/tools/ |
| mk_sources_zip.py | 211 The command must be split into a list (c.f. shext.split().) 235 for d in p.DIR.split():
|
| /development/ndk/platforms/android-9/include/linux/ |
| pkt_sched.h | 309 __u32 split; member in struct:tc_cbq_fopt
|
| /development/samples/TtsEngine/src/com/example/android/ttsengine/ |
| RobotSpeakTtsService.java | 221 String[] parts = line.split(":");
|
| /development/tools/findunused/ |
| find_unused_resources.rb | 171 a = filename.split("/")
|
| /development/tools/logblame/ |
| ps.py | 129 return [(x[2], x[1]) for x in csv.reader(text.split("\n")) if len(x) and x[0] == "pkg"]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| repr.py | 29 parts = typename.split()
|
| textwrap.py | 100 # This less funky little regex just split on recognized spaces. E.g.
166 Split the text to wrap into indivisible chunks. Chunks are
188 chunks = pat.split(text)
197 and split() will convert that to [..., "foo.", " ", "Bar", ...]
414 for line in text.split("\n"):
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
| ElementPath.py | 78 prefix, uri = tag.split(":", 1)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
| build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| dist.py | 324 for line in out.split('\n'):
604 value = [elm.strip() for elm in value.split(',')]
[all...] |
| emxccompiler.py | 216 emx_dirs = os.environ['LIBRARY_PATH'].split(';')
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
| utils.py | 245 parts = s.split(TICK, 2)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| mhlib.py | 308 fields = line.split(':')
891 for part in data.split(self.sep):
893 for subp in part.split(self.rng):
[all...] |