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

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
util.py 61 return _util.strtobool(str(value).strip().lower() or 'no')
  /external/chromium-trace/catapult/third_party/typ/
setup.py 27 readme = fp.read().strip()
  /external/clang/
clang-host-build.mk 53 $(if $(strip $(CLANG_ROOT_PATH)),-I $(CLANG_ROOT_PATH)/include,) \
54 -gen-$(strip $(1)) \
  /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/icu/icu4c/source/samples/layout/
FontMap.h 42 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/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.py 92 print CopyRight.strip()
  /external/pdfium/testing/tools/
suppressor.py 23 return [y for y in [x.split('#')[0].strip() for x in f.readlines()] if y]
  /hardware/qcom/display/msm8909/libhwcomposer/
Android.mk 12 ifeq ($(strip $(TARGET_USES_QCOM_DISPLAY_PP)),true)
57 ifeq ($(strip $(TARGET_USES_QCOM_DISPLAY_PP)),true)
  /ndk/build/core/
clear-vars.mk 24 # strip LOCAL_PATH
25 LOCAL_PATH := $(strip $(LOCAL_PATH))
  /system/extras/tests/bootloader/
bootctl.py 61 return self._exec("get-suffix " + str(slot))[1].strip()
  /build/core/combo/
HOST_linux-x86.mk 20 ifeq ($(strip $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)),)
40 ifneq ($(strip $(BUILD_HOST_static)),)
  /build/core/
notice_files.mk 6 notice_file:=$(strip $(LOCAL_NOTICE_FILE))
8 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))
  /build/tools/
check_radio_versions.py 31 line = line.strip()
60 line = line.strip()
  /development/scripts/
add-accounts 97 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
98 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
add-accounts-sdk 94 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
95 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
  /external/autotest/client/bin/
fsinfo.py 17 item = item.strip()
40 if '[defaults]' == line.strip():
42 elif '[fs_types]' == line.strip():
47 default_opt[components[0].strip()] = components[1].strip()
55 default_opt[components[0].strip()] = components[1].strip()
130 value = components[1].strip()
  /external/autotest/client/cros/
gpio.py 94 value = value.strip()
95 debug_info = debug_info.strip()
  /external/autotest/client/site_tests/platform_LibCBench/
platform_LibCBench.py 57 elif line.strip().startswith('time'):
58 time = float(line.strip().split(',')[0].split(' ')[1])
  /external/autotest/client/site_tests/security_Firewall/
security_Firewall.py 22 return set([line.strip() for line in rules.splitlines()])
32 return set([line.strip() for line in f.readlines()])
  /external/autotest/contrib/
dhcp_failed_machines.py 30 hostconf = list(itertools.takewhile(lambda x: x.strip() != '}', f))
31 d = dict([h.strip().split()[-2:] for h in hostconf])
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
kernel_ExternalUsbPeripheralsDetectionStress.py 53 stdout.strip())
55 stdout.strip())
98 .stdout.strip())
168 cmd_output = self.host.run(cmd).stdout.strip().split('\n')
185 vendor_id = self.host.run('cat %s' % file_name).stdout.strip()
208 return self.host.run('cat %s' % product_file_name).stdout.strip()
229 stdout.strip().split('\n'))
261 stdout.strip().split('\n'))

Completed in 2106 milliseconds

<<11121314151617181920>>