HomeSort by relevance Sort by last modified time
    Searched refs:Strip (Results 1 - 25 of 28) sorted by null

1 2

  /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
  /external/chromium_org/v8/tools/push-to-trunk/
git_recipes.py 36 def Strip(f):
38 return f(*args, **kwargs).strip()
53 return self.Git("status -s -uno").strip() == ""
55 @Strip
72 return map(str.strip, self.Git(MakeArgs(["branch -r"])).splitlines())
97 return map(str.strip, files.splitlines())
103 @Strip
105 for line in self.Git("status -s -b -uno").strip().splitlines():
110 @Strip
184 @Strip
    [all...]
  /bootable/recovery/minui/
Android.mk 16 # ordinary characters in this context). Strip double-quotes from the
  /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 86 // 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/ppp/pppd/plugins/radius/etc/
dictionary 100 ATTRIBUTE Strip-User-Name 1035 integer
  /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
389 // 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
  /ndk/build/core/
definitions-utils.mk 55 remove-duplicates = $(strip \
88 filter-by = $(strip \
112 filter-out-by = $(strip \
161 # Strip any 'lib' prefix in front of a given string.
163 # Function : strip-lib-prefix
166 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE))
168 strip-lib-prefix = $(1:lib%=%)
170 -test-strip-lib-prefix = \
171 $(call test-expect,,$(call strip-lib-prefix,))\
172 $(call test-expect,foo,$(call strip-lib-prefix,foo))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 471 // Strip trailing +.
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
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...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 1120 milliseconds

1 2