HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 251 - 275 of 2628) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/brillo_WebservdSanity/
brillo_WebservdSanity.py 27 pid = int(host.run('pgrep %s' % _WEBSERVD_TEST_CLIENT).stdout.strip())
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 44 stdout.strip().split('\n'))
62 tmp = self.host.run(cmd).stdout.strip().split('\n')
78 vendor_id = self.host.run('cat %s' % file_name).stdout.strip()
159 .stdout.strip())
  /external/autotest/tko/
query_lib.py 20 # strip white space
21 condition = condition.strip()
site_parse.py 151 if not status or not status.reason.strip() or status.status == 'GOOD':
218 result_log += '%s\n\n' % r.strip()
222 result_log.splitlines()[-1 * _STATUS_LOG_LIMIT:]).strip()
225 if short_result_log != result_log.strip():
  /external/autotest/utils/
reverify_repair_failed.py 19 __doc__.strip())
  /external/chromium-trace/catapult/systrace/systrace/
output_generator_unittest.py 51 atrace_data = f.read().replace(" ", "").strip()
62 '</script>'))[0].replace(" ", "").strip()
83 trace_results_expected.append(str(data).replace(" ", "").strip())
92 '</script>'))[0].replace(" ", "").strip()
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
conf.py 22 version = ln.split('=')[-1].strip()
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
conf.py 22 version = ln.split('=')[-1].strip()
  /external/e2fsprogs/lib/
Makefile.solaris-lib 50 install-strip: install
51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
53 install-shlibs-strip: install-shlibs
54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
  /external/elfutils/tests/
run-strip-test.sh 30 testrun ${abs_top_builddir}/src/strip -o testfile.temp $debugout $original
52 # Now strip in-place and make sure it is smaller.
54 testrun ${abs_top_builddir}/src/strip $original
57 { echo "*** failure in-place strip file not smaller $original"; status=1; }
  /external/googletest/googletest/scripts/
common.py 50 lines = [line.strip() for line in f.readlines()]
  /external/icu/icu4c/source/samples/layout/
FontMap.h 46 static char *strip(char *s);
  /external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarMojo.java 48 proc.strip(toJar);
JarJarTask.java 51 proc.strip(getDestFile());
  /external/llvm/utils/release/
findRegressions-simple.py 30 fname = tmp[1].strip('\r\n')
32 fname = tmp[0].strip('\r\n')
47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
  /external/ltp/android/tools/
make_install_parser.py 55 line = line.strip()
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.py 92 print CopyRight.strip()
  /external/skia/tools/lua/
gradients.py 30 for line in [line.strip() for line in results]:
  /external/skia/tools/svg/
svg_downloader.py 21 svg_url = url.strip()
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
Makefile 13 ifneq ($(strip $(LLVMCC)),)
  /external/swiftshader/third_party/LLVM/utils/release/
findRegressions.py 30 fname = tmp[1].strip('\r\n')
32 fname = tmp[0].strip('\r\n')
47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
  /external/syslinux/mk/
com32.mk 23 ifeq ($(strip $(ARCH)),i386)
29 ifeq ($(strip $(ARCH)),x86_64)
116 $(OBJCOPY) --strip-debug --strip-unneeded $< $@
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
testing_test.py 28 test_file = test_file.strip()
  /external/toolchain-utils/mem_tests/
total_mem_actual.py 35 memory_used = int(line.strip().split()[1])
  /external/v8/
Android.mk 23 ifneq ($(strip $(ARCH_ARM_HAVE_ARMV7A)),true)

Completed in 667 milliseconds

<<11121314151617181920>>