HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 1301 - 1325 of 6499) sorted by null

<<51525354555657585960>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fpformat.py 37 num, exp = expected.split("e")
test_imgfile.py 36 parts = ourname.split(os.sep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
domreg.py 84 parts = s.split()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
makefreeze.py 40 mangled = "__".join(mod.split("."))
90 ## '\\"'.join(map(lambda s: repr(s)[1:-1], str.split('"')))))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
get-remote-certificate.py 77 host, port = arg.split(":")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableFile.py 87 (Filepath, Name) = os.path.split(FileFullPath)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
XmlParserMisc.py 42 ValueList = VariableName.split(' ')
  /external/autotest/client/common_lib/
lsbrelease_utils.py 36 for line in lsb_release_content.split('\n'):
  /external/autotest/client/cros/chameleon/
edid.py 25 prefix = platform.lower().split('_')[0]
  /external/autotest/client/cros/networking/chrome_testing/
test_utils.py 41 path = property_name.split('.', expansion_level)
  /external/autotest/client/site_tests/enterprise_KioskEnrollment/
enterprise_KioskEnrollment.py 44 kiosk_app_attributes.rstrip().split(':')
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
create_version.py 80 date, time, _ = ts.split()
mtplot_play.py 50 proc = subprocess.Popen(mtplot_cmd.split(), stdout=devnull)
  /external/autotest/client/site_tests/graphics_GLAPICheck/
graphics_GLAPICheck.py 21 info_split = info.split()
  /external/autotest/client/site_tests/graphics_dEQP/scripts/
process_logs.py 62 job_id = gs_path.split('/')[3].split('-')[0]
74 job_id = name.split('_')[0]
77 job_id = name.split('_')[0]
  /external/autotest/client/site_tests/hardware_MemoryLatency/
hardware_MemoryLatency.py 49 # split the output into lines and multiply the first column by
53 s = line.split()
  /external/autotest/client/site_tests/hardware_MemoryThroughput/
hardware_MemoryThroughput.py 49 s = lines[0].split()
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
kernel_CpufreqMinMax.py 81 available_freqs = sorted(map(int, f.readline().split()))
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 82 select_tests = select_tests.split(',')
  /external/autotest/client/site_tests/network_WiFiCaps/
network_WiFiCaps.py 25 for line in lines.split('\n'):
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py 78 columns = line.split()
  /external/autotest/client/site_tests/policy_ManagedBookmarks/
policy_ManagedBookmarks.py 81 domain_name = self.username.split('@')[1]
  /external/autotest/client/site_tests/security_RuntimeExecStack/
security_RuntimeExecStack.py 44 perms = line.split(' ', 2)[1]
  /external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
video_ChromeRTCHWEncodeUsed.py 65 'document.documentElement.innerText').split("\n")
  /external/autotest/client/tests/tracing_microbenchmark/
tracers.py 53 key, val = line.split(': ')

Completed in 1217 milliseconds

<<51525354555657585960>>