HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 551 - 575 of 2233) sorted by null

<<21222324252627282930>>

  /external/replicaisland/
Android.mk 23 # and because it is in data, do not strip classes.dex
  /external/skia/bench/
bench_compare.py 183 bench=bench_diff.old.bench.strip()
184 , config=bench_diff.old.config.strip()
  /external/skia/bin/
sync-and-gyp 62 current_deps_hash = f.read().strip()
143 if cat_if_exists(hash_path).strip() != gyp_hash:
  /external/skia/tools/
parse_llvm_coverage.py 81 cov = cov.strip()
86 linenum = int(linenum.strip())
  /external/v8/test/mjsunit/
testcfg.py 67 flags += match.strip().split()
74 files_list += files_match.group(1).strip().split()
  /external/v8/tools/gcmole/
bootstrap.sh 116 strip ${STRIP_FLAGS} Release+Asserts/bin/clang
  /external/v8/tools/
js2c.py 113 replacement = expander(str.strip())
174 line = line.strip()
179 value = const_match.group(2).strip()
185 args = [match.strip() for match in macro_match.group(2).split(',')]
186 body = macro_match.group(3).strip()
192 args = [match.strip() for match in python_match.group(2).split(',')]
193 body = python_match.group(3).strip()
226 args = [match.strip() for match in macro_match.group(2).split(',')]
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 164 getBucket(buckets, domain[0]).add(domain.strip())
167 puny = domain.strip()[4:]
  /hardware/broadcom/libbt/
Android.mk 17 ifeq ($(strip $(USE_BLUETOOTH_BCM4343)),true)
  /hardware/intel/common/wrs_omxil_core/
Android.mk 1 ifeq ($(strip $(BOARD_USES_WRS_OMXIL_CORE)),true)
  /hardware/libhardware_legacy/audio/
Android.mk 70 #ifeq ($(strip $(BOARD_USES_GENERIC_AUDIO)),true)
  /hardware/qcom/audio/legacy/libalsa-intf/
Android.mk 3 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/
Android.mk 18 ifeq ($(strip $(TARGET_USES_ION)),true)
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/
Android.mk 24 ifeq ($(strip $(TARGET_USES_ION)),true)
  /ndk/build/core/
add-platform.mk 21 _abis := $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
build-module.mk 23 LOCAL_MODULE_CLASS := $(strip $(LOCAL_MODULE_CLASS))
setup-app.mk 51 NDK_APP_ABI := $(subst $(comma),$(space),$(strip $(NDK_APP_ABI)))
57 NDK_ABI_FILTER := $(strip $(NDK_ABI_FILTER))
90 _unknown_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
114 _bad_abis = $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
setup-imports.mk 22 NDK_MODULE_PATH := $(strip $(NDK_MODULE_PATH))
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 7 gnustl_exported_cppflags := $(strip \
  /prebuilts/clang/darwin-x86/host/3.6/
update.sh 12 strip $b
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 63 name.strip()
81 self.result=self.name.get().strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 63 name.strip()
81 self.result=self.name.get().strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 63 name.strip()
81 self.result=self.name.get().strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 63 name.strip()
81 self.result=self.name.get().strip()
  /system/bt/hci/
Android.mk 47 ifeq (,$(strip $(SANITIZE_TARGET)))

Completed in 1101 milliseconds

<<21222324252627282930>>