| /external/autotest/client/profilers/cpistat/ |
| cpistat | 33 cpus = options.cpulist.split(',') 38 events = options.events.split(',')
|
| /external/autotest/client/site_tests/hardware_GobiGPS/ |
| hardware_GobiGPS.py | 38 for line in nmea.split('\n'): 44 fields = line.split(',')[4:]
|
| /external/autotest/client/site_tests/hardware_Resolution/ |
| hardware_Resolution.py | 57 sections = line.split(',') 60 res = item.split()
|
| /external/autotest/client/site_tests/security_CpuVulnerabilities/ |
| security_CpuVulnerabilities.py | 102 mit_list = actual.split(':', 1)[1].split(',')
|
| /external/autotest/client/tests/bonnie/ |
| bonnie.py | 6 values = values.split(':') 77 fields = line.split(',')
|
| /external/autotest/server/cros/network/rf_switch/ |
| scpi.py | 115 .strip().split(',', 3))) 138 code, msg = self.query('%s\n' % self.CMD_ERROR_CHECK).split(', ')
|
| /external/autotest/server/site_tests/firmware_Cr50U2fPowerwash/ |
| firmware_Cr50U2fPowerwash.py | 23 for k,v in (line.split('=') 24 for line in stdout.strip().split('\n')))
|
| /external/autotest/server/site_tests/provision_FirmwareUpdate/ |
| provision_FirmwareUpdate.py | 44 return result.stdout.split('.', 1)[1] 54 return result.stdout.split('.', 1)[1]
|
| /external/autotest/server/ |
| system_utils.py | 28 return [hostname.strip() for hostname in drones.split(',')] 40 return [hostname.strip() for hostname in shards.split(',')]
|
| /external/capstone/bindings/ |
| const_generator.py | 94 tmp = line.strip().split(',') 98 f = re.split('\s+', t)
|
| /external/catch2/scripts/ |
| benchmarkRunner.py | 10 res = subprocess.run('git rev-parse HEAD'.split(), check=True, stdout=subprocess.PIPE, universal_newlines=True) 37 call = [binary] + '-d yes -r xml -o'.split()
|
| /external/compiler-rt/lib/dfsan/scripts/ |
| build-libc-list.py | 24 readelf = readelf_proc.communicate()[0].split('\n') 31 function_name = line[59:].split('@')[0]
|
| /external/compiler-rt/lib/sanitizer_common/scripts/ |
| gen_dynamic_list.py | 47 nm_out = nm_proc.communicate()[0].decode().split('\n') 55 cols = line.split(' ')
|
| /external/curl/tests/libtest/ |
| test1013.pl | 23 @curl = split / /,$1;
|
| /external/grpc-grpc/tools/buildgen/plugins/ |
| expand_version.py | 40 s, self.tag = s.split('-') 41 self.major, self.minor, self.patch = [int(x) for x in s.split('.')]
|
| /external/icu/icu4j/perf-tests/ |
| collationperf.pl | 72 @ff = split(/[\s]+/, $ff); 116 ($_[1], $_[2]) = split(/\,/, $x); # collperf returns "time, keylength" string.
|
| /external/jemalloc/include/jemalloc/ |
| jemalloc_typedefs.h.in | 55 chunk_split_t *split;
|
| /external/jsoncpp/devtools/ |
| licenseupdater.py | 41 print('\n'.join( difflib.unified_diff( original_text.split('\n'), 42 new_text.split('\n') ) ))
|
| /external/libcap-ng/libcap-ng-0.7/ |
| py-compile | 125 for file in files.split(): 142 for file in files.split():
|
| /external/llvm/utils/ |
| wciia.py | 36 # split paths 38 for path in paths.split(): 54 for word in line.split():
|
| /external/markdown/markdown/extensions/ |
| imagelinks.py | 101 parts = line.split() 105 album, photo = line.split("/")
|
| /external/mesa3d/src/compiler/glsl/ |
| opt_array_splitting.cpp | 28 * split it apart into its elements, making it more amenable to other 53 this->split = true; 66 /** Whether this array should be split or not. */ 67 bool split; member in class:__anon33043::opt_array_splitting::variable_entry 87 * variables that could be split by looking to see if they are arrays 137 /* If the array hasn't been sized yet, we can't split it. After 151 * ends up being split up into: 210 /* Allow whole-array assignments on the LHS. We can split those 218 * (see the visit_continue_with_parent below), so we can't split 222 entry->split = false [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
| PPreferredServiceParser.java | 110 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1]; 124 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1];
|
| /external/protobuf/jenkins/ |
| make_test_output.py | 35 values = line.split("\t") 37 name = values[8].split()[-1]
|
| /external/python/cpython2/Lib/ |
| macurl2path.py | 24 components = pathname.split('/') 57 components = pathname.split(':')
|