Searched
refs:split (Results
1026 -
1050 of
7669) sorted by null
<<41424344454647484950>>
| /external/autotest/frontend/tko/ |
| preconfigs.py | 50 parts = line.split(':')
|
| /external/autotest/server/brillo/feedback/ |
| client_factory.py | 39 args = args_str.split(',') if args_str else []
|
| /external/autotest/server/cros/ |
| dnsname_mangler.py | 69 parts = client_hostname.split('.', 1)
|
| /external/autotest/server/cros/network/rf_switch/ |
| rf_switch.py | 100 relays)).strip().split(',') 140 self._CMD_GET_VERIFY, relays)).strip().split(',') 162 relays)).strip().split(',') 174 relays)).strip().split(',')
|
| /external/autotest/server/hosts/ |
| cros_firmware.py | 54 type=str).split(',')) 132 paragraphs = result.stdout.split('\n\n') 273 hardware_a = version_a.split('.')[0] 274 hardware_b = version_b.split('.')[0]
|
| /external/autotest/server/site_tests/android_CrashLogging/ |
| android_CrashLogging.py | 57 timeout=COMMAND_TIMEOUT_SECONDS).split()
|
| /external/autotest/server/site_tests/android_EasySetup/ |
| android_EasySetup.py | 39 testbed_name = hostname.split('.')[0]
|
| /external/autotest/server/site_tests/audio_InternalCardNodes/ |
| audio_InternalCardNodes.py | 60 board_name = host.get_board().split(':')[1]
|
| /external/autotest/server/site_tests/brillo_CrashLogging/ |
| brillo_CrashLogging.py | 52 timeout=COMMAND_TIMEOUT_SECONDS).split()
|
| /external/autotest/server/site_tests/brillo_Invariants/ |
| brillo_Invariants.py | 37 tokens = self.host.run_output('ls -LZ %s' % path).split()
|
| /external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
| firmware_Cr50ConsoleCommands.py | 54 """Split the output with the given delimeter and remove empty strings""" 55 output = output.split(split_str) if split_str else output.split() 59 line = ' '.join(line.strip().split()) 128 self.extra.append('%s-(%s)' % (cmd, ', '.join(output.split('\n'))))
|
| /external/autotest/server/site_tests/native_Benchmarks/ |
| native_Benchmarks.py | 44 flags = dict(i.split('=') for i in args)
|
| octane.py | 39 pairs = [line.split(': ') for line in log.splitlines()]
|
| /external/autotest/server/site_tests/platform_InternalDisplay/ |
| platform_InternalDisplay.py | 38 board = self.host.get_board().split(':')[-1]
|
| /external/autotest/server/site_tests/provision_Cr50Update/ |
| provision_Cr50Update.py | 20 Take value and split it into image_rw_ver, image_bid, and chip bid if it 21 is specifying a prod signed image. If it requests a selfsigned image split 46 source, test_info = value.split('-', 1) 93 values = value.split('/') 150 image_bid, image_mask, image_flags = image_bid_str.split(':') 181 chip_bid_info = self.chip_bid_str.split(':')
|
| /external/autotest/site_utils/ |
| control_file_preprocessor.py | 82 extra_autotest_dirs = options.extra_autotest_dirs.split(',')
|
| /external/autotest/site_utils/presubmit_hooks/ |
| check_control_files.py | 85 wrappers = subprocess.check_output(cmd).split() 197 suites = set(x.strip() for x in ctrl_data.suite.split(',') if x.strip()) 242 for file_path in file_list.split('\n'): 249 test_name = os.path.basename(os.path.split(file_path)[0])
|
| /external/autotest/tko/ |
| reason_qualifier.py | 33 reasons = reasons_txt.split('|')
|
| /external/brotli/python/tests/ |
| decompressor_test.py | 14 return test_data.split('.compressed')[0]
|
| /external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/ |
| EffectiveClassPath.java | 45 for (String entry : Splitter.on(PATH_SEPARATOR).split(JAVA_CLASS_PATH)) {
|
| /external/chromium-trace/catapult/common/eslint/eslint/ |
| __init__.py | 48 eslint_cmd.extend(extra_args.strip().split(' '))
|
| /external/chromium-trace/catapult/common/lab/ |
| hardware.py | 73 key, value = line.split(': ')
|
| /external/chromium-trace/catapult/third_party/pyserial/serial/ |
| __init__.py | 60 protocol = url_nocase.split('://', 1)[0]
|
| /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/ |
| protocol_socket.py | 102 url, options = url.split('/', 1) 104 for option in options.split('/'): 106 option, value = option.split('=', 1) 117 host, port = url.split(':', 1) # may raise ValueError because of unpacking
|
| /external/clang/docs/ |
| conf.py | 147 # If true, the index is split into individual pages for each letter. 245 # Split the name out of the title. 246 name,description = title.split(' - ', 1)
|
Completed in 1673 milliseconds
<<41424344454647484950>>