HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 426 - 450 of 1457) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 100 self.variableVtx = (var0 + var1 + var2).strip()
101 self.variableFrg = (var0 + var1).strip() # Omit 'attribute' in frag shader
  /external/expat/
import_expat.sh 11 tar --extract --ungzip --strip-components=1 --file $1
  /external/icu/icu4c/source/config/
mh-solaris-gcc 33 ifeq (strip $(GENCCODE_ASSEMBLY),)
  /external/lldb/examples/scripting/
dictionary.c 26 strip (char **word) function
105 new_word = strip (&new_word);
  /external/lldb/
lldb-build.mk 45 # strip out flags from clang/llvm that we know we don't handle
  /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/tools/
git-sync-deps 62 return disable.lower().strip() in ['true', '1', 'yes', 'on']
78 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 141 getBucket(buckets, domain[0]).add(domain.strip())
144 puny = domain.strip()[4:]
  /frameworks/rs/
update_rs_prebuilts.sh 166 strip tools/$SHORT_OSNAME/$a
171 strip tools/$SHORT_OSNAME/$a
  /hardware/intel/common/wrs_omxil_core/
Android.mk 1 ifeq ($(strip $(BOARD_USES_WRS_OMXIL_CORE)),true)
  /hardware/libhardware_legacy/audio/
Android.mk 68 #ifeq ($(strip $(BOARD_USES_GENERIC_AUDIO)),true)
  /hardware/qcom/audio/legacy/libalsa-intf/
Android.mk 3 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
  /ndk/build/core/
add-platform.mk 21 _abis := $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
build-binary.mk 41 $(if $(strip $($(_notvar))),\
85 ifneq (,$(strip $(libs_in_ldflags)))
96 thin_archive := $(strip $(LOCAL_THIN_ARCHIVE))
104 thin_archive := $(strip $(NDK_APP_THIN_ARCHIVE))
160 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION)))
165 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION))
226 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE))
262 LOCAL_ARM_NEON := $(strip $(LOCAL_ARM_NEON))
277 neon_sources := $(strip $(neon_sources))
289 # strip the .arm suffix from LOCAL_SRC_FILE
    [all...]
build-module.mk 23 LOCAL_MODULE_CLASS := $(strip $(LOCAL_MODULE_CLASS))
setup-app.mk 46 NDK_APP_ABI := $(subst $(comma),$(space),$(strip $(NDK_APP_ABI)))
52 NDK_ABI_FILTER := $(strip $(NDK_ABI_FILTER))
70 _unknown_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
93 _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 \
  /packages/apps/Gallery2/
Android.mk 44 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
  /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()

Completed in 9405 milliseconds

<<11121314151617181920>>