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

<<31323334353637383940>>

  /ndk/build/core/
add-toolchain.mk 64 $(if $(strip $($(_toolchain).defined)),\
73 $(if $(strip $($(_toolchain).setup)),,\
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 10 LIBCXX_FORCE_REBUILD := $(strip $(LIBCXX_FORCE_REBUILD))
12 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libc++_static$(TARGET_LIB_EXTENSION))))
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /prebuilts/clang/linux-x86/host/3.6/
update.sh 12 strip $b
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 66 content = [line.strip() for line in open(foo).readlines()]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 66 content = [line.strip() for line in open(foo).readlines()]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /system/sepolicy/tools/
post_process_mac_perms 48 if err and err.strip():
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 80 clean_lines = str(out, 'utf-8').strip().split('\n')
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config_unittest.py 162 self.assertEqual(expected_file_lines.pop(0), line.strip())
205 self.assertEqual(expected_file_lines.pop(0), line.strip())
216 self.assertEqual(expected_file_lines.pop(0), line.strip())
232 self.assertEqual(expected_file_lines.pop(0), line.strip())
265 self.assertEqual(expected_file_lines.pop(0), line.strip())
313 self.assertEqual(expected_file_lines.pop(0), line.strip())
355 self.assertEqual(expected_file_lines.pop(0), line.strip())
399 self.assertEqual(expected_file_lines.pop(0), line.strip())
451 self.assertEqual(expected_file_lines.pop(0), line.strip())
512 self.assertEqual(expected_file_lines.pop(0), line.strip())
    [all...]
  /build/core/
Makefile 135 ifeq (,$(strip $(BUILD_FINGERPRINT)))
154 ifeq (,$(strip $(BUILD_THUMBPRINT)))
189 $(strip $(subst _,-, $(firstword $(1))))
322 $(hide) grep -v "$(subst $(space),\|,$(strip \
451 ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
453 ifeq ($(strip $(TARGET_BOOTLOADER_IS_2ND)),true)
462 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
488 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
502 BOARD_KERNEL_BASE := $(strip $(BOARD_KERNEL_BASE))
507 BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE)
    [all...]
  /external/autotest/server/hosts/
cros_host.py     [all...]
  /bionic/libc/arch-arm/
arm.mk 38 ifeq ($(strip $(TARGET_$(my_2nd_arch_prefix)CPU_VARIANT)),)
  /bionic/libc/arch-arm64/
arm64.mk 59 ifeq ($(strip $(TARGET_CPU_VARIANT)),)
  /build/core/clang/
HOST_x86_common.mk 23 ifneq ($(strip $($(clang_2nd_arch_prefix)HOST_IS_64_BIT)),)
TARGET_x86.mk 47 $(strip \
  /build/core/combo/arch/arm/
armv7-a-neon.mk 22 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a8)
  /build/core/combo/
mac_version.mk 13 ifneq ($(strip $(MAC_SDK_VERSION)),)

Completed in 506 milliseconds

<<31323334353637383940>>