| /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/ |
| TvContractUtils.java | 248 String[] values = internalData.split(",", 2); 307 String[] ratings = commaSeparatedRatings.split("\\s*,\\s*");
|
| /development/apps/CustomLocale/src/com/android/customlocale2/ |
| CustomLocaleActivity.java | 228 for (String locale : customLocales.split(CUSTOM_LOCALES_SEP)) { 389 for (String locale : oldLocales.split(CUSTOM_LOCALES_SEP)) {
|
| /development/build/tools/ |
| windows_sdk.mk | 46 split-select \
|
| /development/python-packages/adb/ |
| device.py | 65 serial, _ = re.split(r'\s+', line, maxsplit=1) 223 # re.split: 226 # >>> re.split(r'\n', 'foo\n') 228 return re.split(r'[\r\n]+', s.rstrip())
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
| site.py | 312 libpath = os.environ['BEGINLIBPATH'].split(os.path.pathsep)
377 self.__lines = data.split('\n')
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
| site.py | 320 libpath = os.environ['BEGINLIBPATH'].split(os.path.pathsep)
385 self.__lines = data.split('\n')
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| SimpleXMLRPCServer.py | 126 attrs = attr.split('.')
452 for e in ae.split(","):
|
| site.py | 338 libpath = os.environ['BEGINLIBPATH'].split(';')
408 self.__lines = data.split('\n')
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
| header.py | 85 parts = ecre.split(line)
293 # Split up a header safely for use with encode_chunks.
302 # can't really split it because it might be multibyte data which we
303 # could break if we split it between pairs. The least harm seems to
304 # be to not split the header at all, but that means they could go out
323 # We can split on _maxlinelen boundaries because we know that the
329 # Binary search for split point
332 # chrome. last must be recursively split.
396 Optional splitchars is a string containing characters to split long
434 # Attempt to split the line at the highest-level syntactic break [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_locale.py | 15 if int(os.uname()[2].split('.')[0]) < 10:
372 self.assertEqual('\xec\xa0\xbc'.split(), ['\xec\xa0\xbc'])
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
| loader.py | 86 parts = name.split('.')
195 top_part = start_dir.split('.')[0]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
| iobench.py | 32 size, unit = s.split()
266 name = re.split(r'[-.]', filename)[0]
|
| /device/linaro/bootloader/edk2/BaseTools/Scripts/ |
| UpdateBuildVersions.py | 83 subprocess.check_call(args=shlex.split(CmdLine), stderr=subprocess.STDOUT, stdout=file_list)
207 subprocess.check_output(args=shlex.split(CmdLine))
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
| DecObject.py | 88 self._PackagePath, self._FileName = os.path.split(PkgFullName)
313 self._PackagePath, self._FileName = os.path.split(PkgFullName)
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
| UPT.py | 231 head, tail = os.path.split(Opt.PackFileToRemove)
255 head, tail = os.path.split(Opt.PackFileToBeReplaced)
|
| /external/autotest/client/bin/ |
| site_sysinfo.py | 348 lsb_dict = dict(item.split("=") for item in lsb_lines) 354 lsb_dict[lsb_key].rstrip(")").split(" ")[3])
|
| /external/autotest/client/common_lib/ |
| barrier.py | 13 return hostid.split('#')[0] 208 intro_parts = intro.split(' ', 2) 447 # us to split individual messages easily.
|
| /external/autotest/client/cros/crash/ |
| user_crash_test.py | 98 first_line = symbols.split('\n')[0] 99 tokens = first_line.split()
|
| /external/autotest/client/site_tests/firmware_TouchMTB/ |
| main.py | 103 _, firmware_version = fw_str.split(conf.fw_prefix) 454 options_list = sys.argv[1:] or os.environ.get('OPTIONS', '').split()
|
| /external/autotest/client/tests/iozone/ |
| postprocessing.py | 174 fields = line.split() 369 fields = line.split()
|
| /external/autotest/server/hosts/ |
| testbed.py | 69 serials_from_attributes = serials_from_attributes.split(',') 205 for image in image_string.split(','):
|
| /external/autotest/site_utils/autoupdate/ |
| full_release_test.py | 451 opts.skip_boards = opts.skip_boards.split(',') 463 opts.specific = opts.specific.split(',') if opts.specific else []
|
| /external/autotest/site_utils/ |
| job_history.py | 204 self.name = hqe.job.name.split('/')[-1] 333 self.name = hqe.job.name.split('/')[-1]
|
| /external/autotest/utils/ |
| packager.py | 123 names = [p.strip() for p in pkg_names.split(',')] 195 names = [p.strip() for p in pkg_names.split(',')]
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| forwarder.py | 174 tokens = output.split(':') 353 (pid, process_start_time) = pid_with_start_time.split(':')
|