/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
strip-3.d | 1 #PROG: strip 3 #strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo -R .gnu.attributes -R .MIPS.abiflags -R .pdr -R .xtensa.info 5 #name: strip empty file
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
compressed-1b.d | 1 #PROG: strip 4 #strip: 6 #name: strip on uncompressed debug sections
|
compressed-1c.d | 1 #PROG: strip 4 #strip: 6 #name: strip on compressed debug sections
|
/build/core/ |
product_config.mk | 37 $(strip \ 91 product_goals := $(strip $(filter PRODUCT-%,$(MAKECMDGOALS))) 149 unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS))) 154 TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals)))) 182 ifneq ($(strip $(TARGET_BUILD_APPS)),) 213 current_product_makefile := $(strip $(current_product_makefile)) 214 all_product_makefiles := $(strip $(all_product_makefiles)) 265 PRODUCT_BOOT_JARS := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_BOOT_JARS)) 266 PRODUCT_SYSTEM_SERVER_JARS := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SYSTEM_SERVER_JARS)) 273 PRODUCT_LOCALES := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_LOCALES) [all...] |
product-graph.mk | 22 , $(if $(strip $(p)),$(strip $(p)),)) \ 31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM)) 42 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),) 45 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all) 62 label=\"$(dir $(1))\\n$(notdir $(1))\\n\\n$(subst $(close_parenthesis),,$(subst $(open_parethesis),,$(PRODUCTS.$(strip $(1)).PRODUCT_MODEL)))\\n$(PRODUCTS.$(strip $(1)).PRODUCT_DEVICE)\" \ 77 $(foreach d,$(PRODUCTS.$(strip $(p)).INHERITS_FROM), echo \"$(d)\" -\> \"$(p)\" >> $@.in;)) 85 $(OUT_DIR)/products/$(strip $(1)).html 91 $(OUT_DIR)/products/$(strip $(1)).txt: $(this_makefile [all...] |
host_executable_internal.mk | 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),) 11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
|
host_shared_library_internal.mk | 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),) 13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),) 16 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),) 19 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
|
/development/build/ |
sdk-darwin-x86.atree | 21 lib/libc++.dylib strip platform-tools/lib/libc++.dylib 31 lib64/libLLVM.dylib strip build-tools/${PLATFORM_NAME}/lib64/libLLVM.dylib 32 lib64/libbcc.dylib strip build-tools/${PLATFORM_NAME}/lib64/libbcc.dylib 33 lib64/libbcinfo.dylib strip build-tools/${PLATFORM_NAME}/lib64/libbcinfo.dylib 34 lib64/libclang.dylib strip build-tools/${PLATFORM_NAME}/lib64/libclang.dylib 35 lib64/libc++.dylib strip build-tools/${PLATFORM_NAME}/lib64/libc++.dylib 37 prebuilts/sdk/tools/darwin/bin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld 38 prebuilts/sdk/tools/darwin/bin/aarch64-linux-android-ld strip build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld 39 prebuilts/sdk/tools/darwin/bin/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld 40 prebuilts/sdk/tools/darwin/bin/x86_64-linux-android-ld strip build-tools/${PLATFORM_NAME}/x86_64-linux-android-l [all...] |
sdk-windows-x86.atree | 35 bin/adb.exe strip platform-tools/adb.exe 36 bin/fastboot.exe strip platform-tools/fastboot.exe 41 bin/sqlite3.exe strip platform-tools/sqlite3.exe 44 bin/dmtracedump.exe strip platform-tools/dmtracedump.exe 47 bin/hprof-conv.exe strip platform-tools/hprof-conv.exe 50 bin/etc1tool.exe strip platform-tools/etc1tool.exe 62 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe 65 bin/aapt2.exe strip build-tools/${PLATFORM_NAME}/aapt2.exe 68 bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe 71 bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.ex [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
binutils.exp | 47 global strip 131 binutils_test strip "-z max-page-size=0x200000" maxpage1 132 binutils_test strip "-z max-page-size=0x200000 -z common-page-size=0x100000" maxpage1 133 binutils_test strip "-z max-page-size=0x100000" maxpage1 134 binutils_test strip "-z max-page-size=0x100000 -z common-page-size=0x1000" maxpage1 136 binutils_test strip "" maxpage1 137 binutils_test strip "-shared" maxpage1 141 binutils_test strip "-z relro" relro1 142 binutils_test strip "-z relro -shared" relro1 154 binutils_test strip "-z relro -shared" relro [all...] |
linkinfo1b.d | 3 #objcopy_linked_file: --strip-debug
|
/external/elfutils/tests/ |
run-line2addr.sh | 32 testrun_compare ${abs_builddir}/line2addr -e testfile8 strip.c:953 strip.c:365 <<\EOF 33 strip.c:953 -> (.text)+0x169f (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953) 34 strip.c:953 -> (.text)+0x16aa (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953) 35 strip.c:365 -> (.text)+0x278b (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365) 36 strip.c:365 -> (.text)+0x2797 (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365 [all...] |
/external/mesa3d/src/gallium/docs/source/exts/ |
formatting.py | 11 envvar = envvar.strip().upper() 12 t = " Type: %s" % t.strip(" <>").lower() 13 default = " Default: %s" % default.strip(" ()") 21 opcode = opcode.strip().upper() 22 desc = " (%s)" % desc.strip()
|
/ndk/sources/host-tools/ndk-depends/ |
GNUmakefile | 19 STRIP := strip 31 ifneq (,$(strip $(DEBUG))) 34 strip-cmd = 38 strip-cmd = $(STRIP) $1 72 $(call strip-cmd,$@)
|
/external/llvm/test/Object/Inputs/ |
elfver.S | 6 # Also, strip off non-dynamic symbols: 7 # strip elf-versioning-test.i386 8 # strip elf-versioning-test.x86_64
|
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/ |
platform_CryptohomeChangePassword.py | 29 user_hash = self.__run_cmd(cmd).strip() 48 if (self.__run_cmd(cmd).strip() == 'false'): 56 if (self.__run_cmd(cmd).strip() != 'false'): 72 if (self.__run_cmd(cmd).strip() == 'false'): 81 if (self.__run_cmd(cmd).strip() == 'true'): 90 if (self.__run_cmd(cmd).strip() != 'false'):
|
/external/llvm/lib/Support/ |
regfree.c | 63 if (g->strip != NULL) 64 free((char *)g->strip);
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regfree.c | 64 if (g->strip != NULL) 65 free((char *)g->strip);
|
/ndk/tests/build/issue22345-ICE-postreload/jni/ |
Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/ndk/tests/build/issue34613-neon/jni/ |
Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/ndk/tests/build/ssax-instructions/jni/ |
Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/build/tools/ |
normalize_path.py | 29 print os.path.normpath(line.strip())
|
/external/autotest/client/site_tests/kernel_VbootContextEC/ |
kernel_VbootContextEC.py | 25 media = utils.read_file(self.dts_node_path).strip('\n\x00') 42 vboot_context = utils.system_output('mosys nvram vboot read').strip() 46 vc_got = utils.read_file(sysfs_entry).strip('\n\x00') 55 vc_got = utils.system_output('mosys nvram vboot read').strip()
|
/external/autotest/server/brillo/ |
host_utils.py | 29 return int(host.run_output(background_cmd).strip())
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
util.py | 6 color = color.strip('#')
|