/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
SPVRemapper.h | 56 STRIP = (1<<0), 70 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP) 236 void stripDebug(); // strip debug info 237 void strip(); // remove debug symbols 254 // Add a strip range for a given instruction starting at 'start' 274 // Sections of the binary to strip, given as [begin,end)
|
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
SPVRemapper.h | 56 STRIP = (1<<0), 70 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP) 236 void stripDebug(); // strip debug info 237 void strip(); // remove debug symbols 254 // Add a strip range for a given instruction starting at 'start' 274 // Sections of the binary to strip, given as [begin,end)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
traceback.py | 25 _print(file, ' %s' % line.strip()) 41 item = item + ' %s\n' % line.strip() 70 if line: _print(file, ' ' + line.strip()) 102 if line: line = line.strip() 190 lines.append(' %s\n' % badline.strip()) 306 if line: line = line.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
traceback.py | 25 _print(file, ' %s' % line.strip()) 41 item = item + ' %s\n' % line.strip() 70 if line: _print(file, ' ' + line.strip()) 102 if line: line = line.strip() 190 lines.append(' %s\n' % badline.strip()) 306 if line: line = line.strip()
|
/test/vts/testcases/template/gtest_binary_test/ |
gtest_binary_test.py | 108 if not len(line.strip()): 111 test_name = line.split('#')[0].strip() 119 test_suite = line.strip() 167 if stderr and stderr.strip(): 171 xml_str = command_results[const.STDOUT][1].strip() 178 if stdout and stdout.strip():
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-objcopy.1 | 149 [\fB\-S\fR|\fB\-\-strip\-all\fR] 150 [\fB\-g\fR|\fB\-\-strip\-debug\fR] 152 [\fB\-N\fR \fIsymbolname\fR|\fB\-\-strip\-symbol=\fR\fIsymbolname\fR] 153 [\fB\-\-strip\-unneeded\-symbol=\fR\fIsymbolname\fR] 192 [\fB\-\-strip\-symbols=\fR\fIfilename\fR] 193 [\fB\-\-strip\-unneeded\-symbols=\fR\fIfilename\fR] 205 [\fB\-\-strip\-dwo\fR] 338 .IP "\fB\-\-strip\-all\fR" 4 339 .IX Item "--strip-all" 345 .IP "\fB\-\-strip\-debug\fR" [all...] |
/external/libvpx/libvpx/build/make/ |
Makefile | 212 # If we're in debug mode, pretend we don't have GNU strip, to fall back to 216 # Older binutils strip global symbols not needed for relocation processing 217 # when given --strip-unneeded. Using nm and awk to identify globals and 219 # test_libvpx were observed under OS/2: simply use --strip-debug. 221 $(if $(quiet),@echo " [STRIP] $@ < $<") 222 $(qexec)$(STRIP) --strip-debug \ 233 pairmap=$(if $(strip $(2)),\ 242 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) [all...] |
/external/protobuf/gtest/scripts/ |
pump.py | 487 elif not next.value.strip(): 651 identifier = node.identifier.value.strip() 657 identifier = node.identifier.value.strip() 662 identifier = node.identifier.value.strip() 720 comment = line[loc + 2:].strip() 727 if cur_line.strip() != '': 730 if cur_line.strip() != '': 731 output.append(prefix + cur_line.strip()) 741 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg != ''] 745 while cur_line == '' and len(seg.strip()) > max_len [all...] |
/build/make/core/ |
config.mk | 49 ifneq (1,$(strip $(shell expr $(MAKE_VERSION) \>= 3.81))) 223 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers)) 234 TARGET_BOARD_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_BOARD_KERNEL_HEADERS))) 240 TARGET_PRODUCT_KERNEL_HEADERS := $(strip $(wildcard $(PRODUCT_VENDOR_KERNEL_HEADERS))) 245 TARGET_BOOTLOADER_BOARD_NAME := $(strip $(TARGET_BOOTLOADER_BOARD_NAME)) 246 TARGET_CPU_ABI := $(strip $(TARGET_CPU_ABI)) 250 TARGET_CPU_ABI2 := $(strip $(TARGET_CPU_ABI2)) 252 BOARD_KERNEL_BASE := $(strip $(BOARD_KERNEL_BASE)) 253 BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE)) 362 # Strip whitespace from the ABI list string [all...] |
cxx_stl_setup.mk | 8 ifeq ($(strip $(LOCAL_CXX_STL)),default) 26 my_cxx_stl := $(strip $(LOCAL_CXX_STL))
|
distdir.mk | 20 dist_goal := $(strip $(filter dist,$(MAKECMDGOALS))) 21 MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS)))
|
notice_files.mk | 7 notice_file:=$(strip $(LOCAL_NOTICE_FILE)) 9 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))
|
soong_config.mk | 46 echo ' "HostStaticBinaries": $(if $(strip $(BUILD_HOST_static)),true,false),'; \ 92 echo ' "DeviceKernelHeaders": $(call json_list,$(strip $(TARGET_PROJECT_SYSTEM_INCLUDES)))'; \
|
/art/runtime/ |
elf_file.h | 80 // Strip an ELF file of unneeded debugging information. 82 static bool Strip(File* file, std::string* error_msg);
|
/build/soong/cc/ |
gen_stub_libs.py | 46 _, _, all_tags = line.strip().partition('#') 47 return [e for e in re.split(r'\s+', all_tags) if e.strip()] 242 name = self.current_line.split('{')[0].strip() 252 base = base.partition('#')[0].strip() 261 visibility = self.current_line.split(':')[0].strip() 284 name, _, _ = self.current_line.strip().partition(';') 295 while line.strip() == '' or line.strip().startswith('#'):
|
/developers/samples/android/ui/views/EffectiveNavigation/ |
template-params.xml | 30 scrollable, meaning that users can scroll horizontally through the tab strip and 58 scrollable, meaning that users can scroll horizontally through the tab strip and
|
/development/scripts/ |
add-accounts | 97 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip() 98 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
|
add-accounts-sdk | 94 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip() 95 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
lpwatch.py | 21 # Strip '-P' from printer names just in case
70 line = line.strip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
config.py | 68 _servers = [server.strip() for server in
70 if server.strip() != '']
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_pydoc.py | 77 """.strip()
170 """.strip()
187 return output.strip()
198 return output.strip(), loc
212 return output.strip(), loc
301 expected = missing_pattern % missing_module.strip()
309 # strip the id
314 # nothing to strip, return the same text
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
ifdef.py | 63 tmp = line.strip()
67 tmp = tmp[1:].strip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/ |
pyversioncheck.py | 62 version = version.lower().strip()
63 newversion = newversion.lower().strip()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
InfSectionParser.py | 43 line = str(FileLinesList[Index]).strip()
48 NextLine = str(FileLinesList[Index + 1]).strip()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
InfPackageSectionParser.py | 52 if PkgLineContent.strip() == '':
58 if PkgLineContent.strip().startswith(DT.TAB_COMMENT_SPLIT):
|