HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 1001 - 1025 of 7669) sorted by null

<<41424344454647484950>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
genwincodec.py 55 ) + code.split('"""#"', 1)[1]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileCommentParser.py 45 for Word in Comment[0].replace('#', ' ').split():
  /external/ImageMagick/PerlMagick/demo/
lsys.pl 75 foreach $command (split(//, $string))
  /external/autotest/client/bin/
update_intel_pci_ids 64 cset_attr = cset[len('CHIPSET('):-2].split(',')
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_port_manager.py 57 return self._host.get_board().split(':')[1].strip()
  /external/autotest/client/common_lib/cros/
crash_detector.py 59 crash_files = crash_out.strip().split('\n')
path_utils.py 36 found_path = result.stdout.split('\n')[0].strip()
  /external/autotest/client/common_lib/cros/fake_device_server/
common_util.py 40 fields = header.split()
  /external/autotest/client/common_lib/cros/tendo/
buffet_dbus_helper.py 60 components = name.split('_')
  /external/autotest/client/cros/
backchannel.py 78 self.gateway, self.interface = line.strip().split(' ')
88 open_ssh = list(set(item.strip().split(':')[0] for item in
89 out.split('\n') if item.strip()))
176 return self._run(cmd).stdout.split('\n')[0]
liststorage.py 65 udev_key, udev_val = line.split('=')
146 part = part_path.split('/')[-1]
172 dev, mount, proc_fstype, flags = line.split(' ', 3)
175 if 'rw' in flags.split(','):
pkcs11.py 28 for line in __run_cmd('chaps_client --list').split('\n'):
44 for line in token_list.split('\n'):
65 for line in token_list.split('\n'):
89 (user, group) = item[1].split(':')
  /external/autotest/client/site_tests/audio_CrasOutputStress/
audio_CrasOutputStress.py 67 for line in output.split('\n'):
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 34 log_entries.split('\n')
  /external/autotest/client/site_tests/hardware_GPS/
hardware_GPS.py 39 for line in gpspipe.split('\n'):
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 57 stuff = line.split()
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
main.js 54 var lines = data.split(/[\n\r]+/);
61 var cmd=line.split(/\s+/);
  /external/autotest/client/site_tests/network_WlanRegulatory/
network_WlanRegulatory.py 27 self.REGULATORY_DATABASE).split()
  /external/autotest/client/site_tests/platform_KernelVersionByBoard/
platform_KernelVersionByBoard.py 28 file_board, expected = line.split()
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 45 ' '.join([field.split(':')[0].lower()
132 status_list = list(dict(attr.split(':', 1) for attr in line.split())
150 fields = line.split(None, ps_fields_len - 1)
  /external/autotest/client/site_tests/video_VideoCapability/
video_VideoCapability.py 40 label = line.split(':')[1].strip()
  /external/autotest/client/tests/compilebench/
compilebench.py 68 l = line.split()
  /external/autotest/client/tools/
avgtime 23 (user, system, elapsed, cpu) = line.split()[0:4]
  /external/autotest/contrib/
poolhistory.py 19 "awk '{ print $1}'" % (pool, board)).read().split('\n')
  /external/autotest/frontend/afe/json_rpc/
serviceHandler_unittest.py 16 return path.split('/')[-1]

Completed in 1204 milliseconds

<<41424344454647484950>>