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

1 2

  /art/compiler/
elf_stripper.h 27 // Strip an ELF file of unneeded debugging information.
29 static bool Strip(File* file);
elf_stripper.cc 30 bool ElfStripper::Strip(File* file) {
58 // To strip:
61 // - move the sections are keeping up to fill in gaps of sections we want to strip
  /bootable/recovery/minui/
Android.mk 13 # 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/chrome/renderer/resources/extensions/
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/tools/
host_gcc.mk 21 HOST_STRIP ?= strip
135 # Strip Macro
136 # The host build makes shared libraries, so the best we can do is strip-debug.
137 # We cannot strip the symbol names.
145 $(call LOG,STRIP,$$@,$(HOST_STRIP) --strip-debug -o $$@ $$^)
host_vc.mk 119 # Strip Macro
nacl_gcc.mk 32 X86_32_STRIP ?= $(X86_TC_BIN)/i686-nacl-strip
39 X86_64_STRIP ?= $(X86_TC_BIN)/x86_64-nacl-strip
46 ARM_STRIP ?= $(ARM_TC_BIN)/arm-nacl-strip
318 # Strip Macro for each arch (e.g., each arch supported by LINKER_RULE).
326 $(call LOG,STRIP,$$@,$(X86_32_STRIP) -o $$@ $$^)
331 $(call LOG,STRIP,$$@,$(X86_64_STRIP) -o $$@ $$^)
336 $(call LOG,STRIP,$$@,$(ARM_STRIP) -o $$@ $$^)
342 # Top-level Strip Macro
353 # Strip Macro for each arch (e.g., each arch supported by MAP_RULE).
nacl_llvm.mk 18 PNACL_STRIP ?= $(PNACL_BIN)/pnacl-strip
142 # Strip Macro
144 # NOTE: pnacl-strip does not currently support stripping finalized pexes (in a
  /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
  /ndk/build/core/
definitions-utils.mk 48 remove-duplicates = $(strip \
81 filter-by = $(strip \
105 filter-out-by = $(strip \
154 # Strip any 'lib' prefix in front of a given string.
156 # Function : strip-lib-prefix
159 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE))
161 strip-lib-prefix = $(1:lib%=%)
163 -test-strip-lib-prefix = \
164 $(call test-expect,,$(call strip-lib-prefix,))\
165 $(call test-expect,foo,$(call strip-lib-prefix,foo))
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 310 // Strip the trailing CRLF that params.line contains.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 68 // Cut out a small vertical strip at the top of the window, to display
383 // Strip that prefix since it is redundant and only clutters the output.
log_view_painter.js 559 // Strip the trailing CRLF that params.line contains.
  /external/chromium_org/third_party/lcov/bin/
lcov 144 our $strip; # If set, strip leading directories when applying diff
209 "strip=i" => \$strip,
408 --strip DEPTH Strip initial DEPTH directory levels in diff
409 --path PATH Strip PATH from tracefile when applying diff
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 322 # Strip any lines consisting only of spaces and tabs.
339 # Strip link definitions, store in hashes.
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 159 our $strip; # If set, strip leading directories when applying diff
246 "strip=i" => \$strip,
484 --strip DEPTH Strip initial DEPTH directory levels in diff
485 --path PATH Strip PATH from tracefile when applying diff
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 4737 milliseconds

1 2