Searched
refs:split (Results
2826 -
2850 of
6499) sorted by null
<<111112113114115116117118119120>>
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| filelist.py | 60 sortable_files = map(os.path.split, self.files)
79 words = line.split()
113 # Parse the line: split it up, make sure the right number of words
|
| unixccompiler.py | 57 major_version = int(kernel_version.split('.')[0])
79 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_importhooks.py | 110 subname = fullname.split(".")[-1]
240 parent = mname.split(".")[0]
|
| test_pkg.py | 60 if self.pkgname in name.split('.')]
73 comps = name.split()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
| validate.py | 371 status_code = status.split(None, 1)[0]
408 code = int(status.split(None, 1)[0])
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
| astgen.py | 59 for arg in args.split(',') if arg]
211 name, args = line.split(':')
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| fixcid.py | 130 head, tail = os.path.split(filename)
291 words = line[:i].split()
|
| /external/autotest/client/bin/ |
| fio_util.py | 99 t, v, _, _ = [int(x) for x in line.split(', ')] 338 for log in logs.split():
|
| /external/autotest/client/common_lib/cros/network/ |
| interface.py | 139 address_parts = address_line.lstrip().split() 228 flags = flags_str.split(',')
|
| /external/autotest/client/cros/cellular/ |
| base_station_8960.py | 72 result = [float(x) for x in result_text.rstrip().split(',')] 221 """Split and remove comments from a config stanza.""" 223 for line in command_sequence.split('\n')]
|
| /external/autotest/client/cros/ |
| httpd.py | 115 words = path.split('/') 120 head, word = os.path.split(word)
|
| /external/autotest/client/site_tests/kernel_CheckArmErrata/ |
| kernel_CheckArmErrata.py | 132 (cpu_id, line.split(":")[0])) 134 _, _, regid, val = line.split(":")
|
| /external/autotest/client/site_tests/power_Thermal/ |
| power_Thermal.py | 206 cpu, AVAILABLE_GOVERNORS)).split() 280 (min_core, max_core) = tuple(int(x) for x in present.split('-'))
|
| /external/autotest/client/site_tests/security_ASLR/ |
| security_ASLR.py | 27 return [int(pid) for pid in output.split()] 73 pids = ps_results.split()
|
| /external/autotest/client/tests/cgroup/ |
| cgroup_common.py | 323 line = fp.readline().split() 327 line = fp.readline().split()
|
| /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
| enterprise_LongevityTrackerServer.py | 51 self.temp_dir = os.path.split(self.tmpdir)[0] 210 self.kiosk_app_name, ext_id = kiosk_app_attributes.split(':')[:2]
|
| /external/bison/doc/ |
| Makefile.am | 18 AM_MAKEINFOFLAGS = --no-split
|
| /external/curl/lib/ |
| mk-ca-bundle.pl | 223 } split( ',', $param_string ); 274 (my $included_mozilla_trust_purposes_string, my $included_mozilla_trust_levels_string) = split( ':', $opt_p ); 456 my @octets = split(/\\/);
|
| /external/curl/tests/ |
| pathhelp.pm | 558 @arr = split(m{\/|\\}, $3); 570 @arr = split(m{\/|\\}, $path);
|
| /external/deqp/android/scripts/ |
| build.py | 202 keyValue = map(lambda x: string.strip(x), line.split("=")) 204 versionParts = keyValue[1].split(".")
|
| common.py | 68 for path in os.environ['PATH'].split(os.pathsep): 101 args = shlex.split(commandLine)
|
| /external/deqp/scripts/ |
| testset.py | 95 args = line.split(',') 149 parts = case.name.split('.')
|
| /external/f2fs-tools/ |
| Android.mk | 9 # Workaround for the <sys/types.h>/<sys/sysmacros.h> split, here now for
|
| /external/fonttools/Lib/fontTools/ |
| ttx.py | 33 -s Split tables: save the TTX data into separate TTX files per 88 dirName, fileName = os.path.split(input) 92 fileName = numberAddedRE.split(fileName)[0]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| TextTrieMap.java | 305 next.split(matchLen); 346 private void split(int offset) { 347 // split the current node at the offset
|
Completed in 1422 milliseconds
<<111112113114115116117118119120>>