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

<<11121314151617181920>>

  /packages/apps/Gallery2/
Android.mk 35 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_MozillaCookieJar.py 66 if (line.strip().startswith(("#", "$")) or
67 line.strip() == ""):
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
config.py 63 _servers = [server.strip() for server in
65 if server.strip() != '']
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 217 ofi.write(line.strip() + "\n")
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/gdb/linux-x86/lib/python2.7/
_MozillaCookieJar.py 66 if (line.strip().startswith(("#", "$")) or
67 line.strip() == ""):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
config.py 63 _servers = [server.strip() for server in
65 if server.strip() != '']
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 217 ofi.write(line.strip() + "\n")
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 66 if (line.strip().startswith(("#", "$")) or
67 line.strip() == ""):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 63 _servers = [server.strip() for server in
65 if server.strip() != '']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 217 ofi.write(line.strip() + "\n")
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 66 if (line.strip().startswith(("#", "$")) or
67 line.strip() == ""):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 63 _servers = [server.strip() for server in
65 if server.strip() != '']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 217 ofi.write(line.strip() + "\n")
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 59 sop *strip; /* malloced strip */ member in struct:parse
60 sopno ssize; /* malloced strip size (allocated) */
61 sopno slen; /* malloced strip length (used) */
179 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
181 if (p->strip == NULL) {
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
940 sopno start, /* operand from here to end of strip */
1287 (void) memcpy((char *)(p->strip + p->slen)
    [all...]
  /build/core/
binary.mk 62 my_allow_undefined_symbols := $(strip $(LOCAL_ALLOW_UNDEFINED_SYMBOLS))
118 LOCAL_NDK_STL_VARIANT := $(strip $(LOCAL_NDK_STL_VARIANT))
204 my_clang := $(strip $(LOCAL_CLANG))
206 my_clang := $(strip $(LOCAL_CLANG_$(my_32_64_bit_suffix)))
209 my_clang := $(strip $(LOCAL_CLANG_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)))
269 ifneq ($(strip $(CUSTOM_$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)LINKER)),)
397 $(strip $(LOCAL_NO_DEFAULT_COMPILER_FLAGS))
399 ifeq ($(strip $(WITH_SYNTAX_CHECK)),)
403 ifeq ($(strip $(WITH_STATIC_ANALYZER)),)
413 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),
    [all...]
definitions.mk 134 $(strip \
470 $(strip \
471 $(eval _fpf := $(sort $(wildcard $(foreach f, $(2), $(strip $(1))/$(f))))) \
511 $(strip \
512 $(eval _idfClass := $(strip $(1))) \
515 $(eval _idfName := $(strip $(2))) \
518 $(eval _idfPrefix := $(if $(strip $(3)),$(if $(strip $(6)),HOST_CROSS,HOST),TARGET)) \
519 $(eval _idf2ndArchPrefix := $(if $(strip $(5)),$(TARGET_2ND_ARCH_VAR_PREFIX))) \
538 $(strip \
    [all...]
  /art/test/utils/python/testgen/
utils.py 48 return "\n".join(a for a in s.split("\n") if a.strip() != "")
  /build/core/combo/
HOST_darwin-x86_64.mk 23 ifneq ($(strip $(BUILD_HOST_static)),)
  /build/core/tasks/tools/
package-modules.mk 21 $(eval _pickup_files := $(strip $(ALL_MODULES.$(m).PICKUP_FILES)\
23 $(eval _built_files := $(strip $(ALL_MODULES.$(m).BUILT_INSTALLED)\
  /build/tools/
diff_package_overlays.py 52 line = line.strip()
  /cts/hostsidetests/theme/app/
Android.mk 24 # and because it is in data, do not strip classes.dex
33 #Flags to tell the Android Asset Packaging Tool not to strip for some densities
  /cts/tests/tests/os/jni/
Android.mk 37 ifeq ($(strip $(TARGET_ARCH)),mips)
40 ifeq ($(strip $(TARGET_ARCH)),mips64)
  /development/samples/SupportLeanbackShowcase/
build-local.py 35 return matchObj.group(1).strip(' \t\n\r')
  /development/scripts/
compare-installed-size.py 47 line = line.strip()
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
53 ifeq ($(strip $(TARGET_USES_ION)),true)

Completed in 530 milliseconds

<<11121314151617181920>>