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

<<21222324252627282930>>

  /external/markdown/markdown/extensions/
codehilite.py 73 self.src = self.src.strip('\n')
173 self.src = "\n".join(lines).strip("\n")
wikilinks.py 120 if m.group(2).strip():
122 label = m.group(2).strip()
  /external/regex-re2/re2/
unicode.py 168 line = line.strip()
174 fields = [s.strip() for s in line.split(";")]
  /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/build/config/linux/
pkg-config.py 77 # To support this correctly, it's necessary to extract the prefix to strip
128 # Make a list of regular expressions to strip out.
162 sys.stdout.write(libdir.strip())
178 all_flags = flag_string.strip().split(' ')
  /external/v8/build/
landmines.py 45 output_dir = os.environ.get('CHROMIUM_OUT_DIR').strip()
141 landmines.extend([('%s\n' % l.strip()) for l in output.splitlines()])
  /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 23 ifeq ($(strip $(TARGET_USES_ION)),true)
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/
Android.mk 24 ifeq ($(strip $(TARGET_USES_ION)),true)
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-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 \

Completed in 632 milliseconds

<<21222324252627282930>>