HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1151 - 1175 of 2341) sorted by null

<<41424344454647484950>>

  /external/autotest/client/common_lib/
base_packages.py 48 repo = repo.strip()
98 repo_run_command(repo, 'touch %s' % repo_testfile).stdout.strip()
148 dest_file_path = self.run_command(mktemp).stdout.strip()
692 if not checksum_file_contents.strip():
    [all...]
software_manager.py 589 line = [a.strip() for a in line.split('|')]
734 package = line[0].strip()
735 path = line[1].strip()
  /external/autotest/server/
autoserv 94 machines = parser.options.machines.replace(',', ' ').strip().split()
102 m = re.sub('#.*', '', m).strip()
557 ',', ' ').strip().split() if options.machines else []
587 measure_run_time_tests = [t.strip() for t in
701 ).strip().split()
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 110 c_type = m.group('type').strip()
176 cols.extend([p.strip() for p in params.split(',')])
187 cols = [col.strip() for col in line.split(',')]
219 lines = [line.strip() for line in fp.readlines()
220 if not line.startswith('#') and line.strip()]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 601 b = b.strip()
884 desc = b.find("desc").find("p").text.strip("\n")
888 desc = b.find("desc").find("p").text.strip("\n")
892 desc = i.find("desc").find("p").text.strip("\n")
896 desc = i.find("desc").find("p").text.strip("\n")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 296 self.addcontinue(headerseen, line.strip())
308 self.addheader(headerseen, line[len(headerseen)+1:].strip())
417 skip = skip.strip()
424 self.reason = reason.strip()
590 line = line[:i] # strip chunk-extensions
757 message.strip()))
    [all...]
mhlib.py 311 (fullname, line.strip()))
312 key = fields[0].strip()
313 value = IntSet(fields[1].strip(), ' ').tolist()
894 s = subp.strip()
925 return text.strip()
    [all...]
platform.py 214 version = string.strip(value)
284 l = string.split(string.strip(firstline))
520 info = string.strip(info)
524 # Strip trailing dots from version and release
929 map(string.strip,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 296 self.addcontinue(headerseen, line.strip())
308 self.addheader(headerseen, line[len(headerseen)+1:].strip())
417 skip = skip.strip()
424 self.reason = reason.strip()
590 line = line[:i] # strip chunk-extensions
757 message.strip()))
    [all...]
mhlib.py 311 (fullname, line.strip()))
312 key = fields[0].strip()
313 value = IntSet(fields[1].strip(), ' ').tolist()
894 s = subp.strip()
925 return text.strip()
    [all...]
platform.py 214 version = string.strip(value)
284 l = string.split(string.strip(firstline))
520 info = string.strip(info)
524 # Strip trailing dots from version and release
929 map(string.strip,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 296 self.addcontinue(headerseen, line.strip())
308 self.addheader(headerseen, line[len(headerseen)+1:].strip())
417 skip = skip.strip()
424 self.reason = reason.strip()
590 line = line[:i] # strip chunk-extensions
757 message.strip()))
    [all...]
mhlib.py 311 (fullname, line.strip()))
312 key = fields[0].strip()
313 value = IntSet(fields[1].strip(), ' ').tolist()
894 s = subp.strip()
925 return text.strip()
    [all...]
platform.py 214 version = string.strip(value)
284 l = string.split(string.strip(firstline))
520 info = string.strip(info)
524 # Strip trailing dots from version and release
929 map(string.strip,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 296 self.addcontinue(headerseen, line.strip())
308 self.addheader(headerseen, line[len(headerseen)+1:].strip())
417 skip = skip.strip()
424 self.reason = reason.strip()
590 line = line[:i] # strip chunk-extensions
757 message.strip()))
    [all...]
mhlib.py 311 (fullname, line.strip()))
312 key = fields[0].strip()
313 value = IntSet(fields[1].strip(), ' ').tolist()
894 s = subp.strip()
925 return text.strip()
    [all...]
platform.py 214 version = string.strip(value)
284 l = string.split(string.strip(firstline))
520 info = string.strip(info)
524 # Strip trailing dots from version and release
929 map(string.strip,
    [all...]
  /development/build/
sdk.atree 45 bin/adb strip platform-tools/adb
46 bin/fastboot strip platform-tools/fastboot
47 bin/sqlite3 strip platform-tools/sqlite3
48 bin/dmtracedump strip platform-tools/dmtracedump
49 bin/etc1tool strip platform-tools/etc1tool
50 bin/hprof-conv strip platform-tools/hprof-conv
80 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
81 bin/aapt2 strip build-tools/${PLATFORM_NAME}/aapt2
82 bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
83 bin/split-select strip build-tools/${PLATFORM_NAME}/split-selec
    [all...]
  /external/curl/tests/
runtests.pl     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_agent_unittest.py 329 config_file_str.strip())
353 config_file_str.strip())
378 config_file_str.strip())
  /external/chromium-trace/catapult/third_party/coverage/coverage/
cmdline.py 546 print(parser.format_help().strip())
550 help_msg = textwrap.dedent(HELP_TOPICS.get(topic, '')).strip()
682 # argument, so we have to strip them off here.
683 s = s.strip("'")
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 189 """.strip() + "\n") % {
240 code = int(result.splitlines()[-1].strip())
284 """.strip() + "\n") % {
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 189 """.strip() + "\n") % {
240 code = int(result.splitlines()[-1].strip())
284 """.strip() + "\n") % {
  /external/elfutils/src/
ldscript.y 214 if (ld_state.strip == strip_debug
237 if (ld_state.strip == strip_debug
552 if (mode == 0 && ld_state.strip == strip_all)
  /ndk/build/tools/
prebuilt-common.sh 936 STRIP=${STRIP:-strip}
1000 STRIP=$ABI_CONFIGURE_HOST-strip
1001 export CC CXX CPP LD AR AS RANLIB STRIP
1046 STRIP=$ABI_CONFIGURE_HOST-strip
    [all...]

Completed in 803 milliseconds

<<41424344454647484950>>