/build/core/ |
config.mk | 190 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers)) 201 TARGET_BOARD_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_BOARD_KERNEL_HEADERS))) 207 TARGET_PRODUCT_KERNEL_HEADERS := $(strip $(wildcard $(PRODUCT_VENDOR_KERNEL_HEADERS))) 212 TARGET_BOOTLOADER_BOARD_NAME := $(strip $(TARGET_BOOTLOADER_BOARD_NAME)) 213 TARGET_CPU_ABI := $(strip $(TARGET_CPU_ABI)) 217 TARGET_CPU_ABI2 := $(strip $(TARGET_CPU_ABI2)) 297 # Strip whitespace from the ABI list string. 298 TARGET_CPU_ABI_LIST := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST))) 299 TARGET_CPU_ABI_LIST_32_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_32_BIT))) 300 TARGET_CPU_ABI_LIST_64_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_64_BIT)) [all...] |
android_manifest.mk | 5 ifeq ($(strip $(LOCAL_MANIFEST_FILE)),)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 303 if line.strip().startswith('--formats=')] 416 manifest = [line.strip() for line in f.read().split('\n') 417 if line.strip() != ''] 435 manifest2 = [line.strip() for line in f.read().split('\n') 436 if line.strip() != ''] 453 manifest = [line.strip() for line in f.read().split('\n') 454 if line.strip() != ''] 492 manifest = [line.strip() for line in f.read().split('\n') 493 if line.strip() != '']
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 303 if line.strip().startswith('--formats=')] 416 manifest = [line.strip() for line in f.read().split('\n') 417 if line.strip() != ''] 435 manifest2 = [line.strip() for line in f.read().split('\n') 436 if line.strip() != ''] 453 manifest = [line.strip() for line in f.read().split('\n') 454 if line.strip() != ''] 492 manifest = [line.strip() for line in f.read().split('\n') 493 if line.strip() != '']
|
/ndk/sources/cxx-stl/llvm-libc++/ |
Android.mk | 10 LIBCXX_FORCE_REBUILD := $(strip $(LIBCXX_FORCE_REBUILD)) 15 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libc++_static$(TARGET_LIB_EXTENSION)))) 32 LIBCXX_USE_GABIXX := $(strip $(LIBCXX_USE_GABIXX)) 104 libgabi++_sources_dir := $(strip $(wildcard $(LOCAL_PATH)/../gabi++)) 108 libgabi++_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/gabi++)) 123 libcxxabi_sources_dir := $(strip $(wildcard $(LOCAL_PATH)/../llvm-libc++abi)) 127 libcxxabi_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/llvm-libc++abi))
|
/build/tools/releasetools/ |
check_target_files_signatures | 100 if err and not err.strip(): 103 line = line.strip() 105 return line[8:].strip() 159 if err and not err.strip(): 214 line = line.strip() 378 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
|
/development/build/tools/ |
windows_sdk.mk | 18 ifeq ($(strip $(shell which i586-mingw32msvc-gcc 2>/dev/null)),) 21 ifeq ($(strip $(shell which unix2dos todos 2>/dev/null)),) 84 $(hide) USE_MINGW=1 USE_CCACHE="" $(MAKE) PRODUCT-$(TARGET_PRODUCT)-$(strip $(WIN_TARGETS)) $(if $(hide),,showcommands)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
git.py | 79 checkout_root = self._run_git(['rev-parse', '--show-toplevel'], cwd=(path or "./")).strip() 137 return self._branch_from_ref(self._run_git(['symbolic-ref', '-q', 'HEAD']).strip()) 141 return self._branch_from_ref(self.read_git_config('branch.%s.merge' % current_branch, cwd=self.checkout_root, executive=self._executive).strip()) 260 return self._run_git(['merge-base', self._remote_branch_ref(), 'HEAD']).strip() 289 return self._run_git(['log', '-1', '--format=%H']).strip() 306 return self._branch_from_ref(self._run_git(['rev-parse', '--symbolic-full-name', branch]).strip())
|
/external/chromium_org/third_party/markdown/ |
treeprocessors.py | 216 if child.tail.strip(): 219 if child.text.strip(): 365 if (not elem.text or not elem.text.strip()) \ 371 if not elem.tail or not elem.tail.strip(): 373 if not elem.tail or not elem.tail.strip(): 384 if not br.tail or not br.tail.strip():
|
/external/chromium_org/third_party/sqlite/src/ |
publish.sh | 31 strip sqlite3 47 strip tclsqlite3.so 53 strip sqlite3.so
|
/external/chromium_org/ui/webui/resources/css/ |
overlay.css | 139 .overlay .page .button-strip { 144 .overlay .page .button-strip > button { 149 .overlay .page .button-strip > .default-button:not(:focus) {
|
/external/markdown/markdown/ |
__init__.py | 372 if not source.strip(): 399 # Serialize _properly_. Strip top-level tags. 405 output = output[start:end].strip() 407 if output.strip().endswith('<%s />'%DOC_TAG): 412 message(CRITICAL, 'Failed to strip top level tags.') 418 return output.strip() 523 configs.update([(x.strip(), y.strip()) for (x, y) in pairs])
|
/external/mesa3d/src/mesa/ |
Android.mk | 50 ifeq ($(strip $(MESA_ENABLE_ASM)),true) 70 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true) 96 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
|
/ndk/sources/cxx-stl/stlport/ |
Android.mk | 7 STLPORT_FORCE_REBUILD := $(strip $(STLPORT_FORCE_REBUILD)) 9 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libstlport_static$(TARGET_LIB_EXTENSION)))) 68 ifneq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/ndk/toolchains/llvm-3.3/ |
setup-common.mk | 27 TARGET_STRIP := \# dont-strip-for-debugging-bitcode 29 TARGET_STRIP := $(TOOLCHAIN_PREFIX)$(LLVM_TRIPLE)-strip$(HOST_EXEEXT) 96 ifeq ($(strip $(filter-out $(NDK_KNOWN_ABIS),$(TARGET_ARCH_ABI))),)
|
/external/chromium_org/testing/gtest/scripts/ |
pump.py | 227 """Strip meta comments from each line in the given string.""" 496 elif not next.value.strip(): 658 identifier = node.identifier.value.strip() 664 identifier = node.identifier.value.strip() 669 identifier = node.identifier.value.strip() 727 comment = line[loc + 2:].strip() 734 if cur_line.strip() != '': 737 if cur_line.strip() != '': 738 output.append(prefix + cur_line.strip()) 748 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg != '' [all...] |
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regcomp.c | 112 sop *strip; /* malloced strip */ local 113 sopno ssize; /* malloced strip size (allocated) */ 114 sopno slen; /* malloced strip length (used) */ 270 p->strip = malloc(p->ssize * sizeof(sop)); 272 if (p->strip == NULL) { 684 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 685 assert(OP(p->strip[p->pend[i]]) == ORPAREN); 1134 sopno start, /* operand from here to end of strip */ [all...] |
/build/core/clang/ |
HOST_x86.mk | 48 $(strip \
|
TARGET_x86.mk | 37 $(strip \
|
/build/core/combo/ |
HOST_darwin-x86.mk | 23 ifneq ($(strip $(BUILD_HOST_static)),) 37 ifneq (,$(strip $(wildcard $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)-gcc)))
|
mac_version.mk | 13 ifneq ($(strip $(MAC_SDK_VERSION)),)
|
/build/core/tasks/ |
sdk-addon.mk | 18 addon_name := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_NAME)) 43 ifneq ($(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_COPY_MODULES)),) 55 ifneq ($(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_COPY_FILES)),) 101 doc_modules := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_DOC_MODULES))
|
/cts/tools/cts-holo-generation/ |
Android.mk | 22 # and because it is in data, do not strip classes.dex
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/ |
Android.mk | 15 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/ |
Android.mk | 16 ifeq ($(strip $(TARGET_USES_ION)),true)
|