/art/compiler/ |
elf_stripper.h | 29 // Strip an ELF file of unneeded debugging information. 31 static bool Strip(File* file, std::string* error_msg);
|
elf_stripper.cc | 32 bool ElfStripper::Strip(File* file, std::string* error_msg) { 62 // To strip: 65 // - move the sections are keeping up to fill in gaps of sections we want to strip
|
/bootable/recovery/minui/ |
Android.mk | 16 # ordinary characters in this context). Strip double-quotes from the
|
/external/chromium_org/v8/tools/push-to-trunk/ |
git_recipes.py | 59 for line in message.strip().splitlines(): 60 line = line.strip() 73 footers[m.group(1)] = m.group(2).strip() 81 def Strip(f): 83 return f(*args, **kwargs).strip() 98 return self.Git("status -s -uno", **kwargs).strip() == "" 100 @Strip 120 return map(str.strip, 146 return map(str.strip, files.splitlines()) 152 @Strip [all...] |
/external/chromium_org/net/http/ |
http_security_headers.cc | 95 std::string Strip(const std::string& source) { 290 semicolon.first = Strip(semicolon.first); 291 semicolon.second = Strip(semicolon.second); 293 equals.first = Strip(equals.first); 294 equals.second = Strip(equals.second);
|
/external/chromium_org/extensions/renderer/resources/ |
entry_id_manager.js | 19 // Strip the leading '/' from the path.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Strip.java | 41 public class Strip { 48 Strip s = new Strip(args); 53 public Strip(String[] args) { this.args = args; } 263 System.err.println("usage: java org.antlr.tool.Strip [args] file.g");
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/ |
frame.js | 85 // Strip trailing slash, if any.
|
/external/chromium_org/native_client_sdk/src/tools/ |
host_vc.mk | 119 # Strip Macro
|
host_gcc.mk | 21 STRIP ?= strip 149 # Strip Macro 150 # The host build makes shared libraries, so the best we can do is strip-debug. 151 # We cannot strip the symbol names. 159 $(call LOG,STRIP,$$@,$(STRIP) --strip-debug -o $$@ $$^)
|
nacl_llvm.mk | 17 PNACL_STRIP := $(shell $(NACL_CONFIG) -t $(TOOLCHAIN) --tool=strip) 122 # Strip Macro 124 # NOTE: pnacl-strip does not really do much for finalized pexes (in a 133 $(call LOG,STRIP,$$@,$(PNACL_STRIP) $$^ -o $$@)
|
nacl_gcc.mk | 18 X86_32_STRIP := $(shell $(NACL_CONFIG) -t $(TOOLCHAIN) -a x86_32 --tool=strip) 25 X86_64_STRIP := $(shell $(NACL_CONFIG) -t $(TOOLCHAIN) -a x86_64 --tool=strip) 34 ARM_STRIP := $(shell $(NACL_CONFIG) -t $(TOOLCHAIN) -a arm --tool=strip) 392 # Strip Macro for each arch (e.g., each arch supported by LINKER_RULE). 400 $(call LOG,STRIP,$$@,$(X86_32_STRIP) -o $$@ $$^) 405 $(call LOG,STRIP,$$@,$(X86_64_STRIP) -o $$@ $$^) 410 $(call LOG,STRIP,$$@,$(ARM_STRIP) -o $$@ $$^) 416 # Top-level Strip Macro 427 # Strip Macro for each arch (e.g., each arch supported by MAP_RULE).
|
/external/chromium_org/tools/grit/grit/extern/ |
tclib.py | 44 # To avoid negative ids we strip the high-order bit 150 def Strip(self): 377 def Strip(self):
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
main.js | 69 // Cut out a small vertical strip at the top of the window, to display 386 // Strip that prefix since it is redundant and only clutters the output.
|
log_view_painter.js | 574 // Strip the trailing CRLF that params.line contains.
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
plotBenchmark.m | 422 % Strip whitespace from string
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
key_util.js | 454 // Strip trailing +.
|
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/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...] |
/external/chromium_org/third_party/lcov/bin/ |
lcov | 161 our $strip; # If set, strip leading directories when applying diff 266 "strip=i" => \$strip, 522 --strip DEPTH Strip initial DEPTH directory levels in diff 523 --path PATH Strip PATH from tracefile when applying diff [all...] |
/art/dex2oat/ |
dex2oat.cc | [all...] |
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/external/chromium_org/third_party/closure_compiler/compiler/ |
compiler.jar | |