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

  /external/llvm/tools/llvm-ld/
Optimize.cpp 53 static cl::opt<bool> Strip("strip-all",
54 cl::desc("Strip all symbol info from executable"));
56 static cl::alias A0("s", cl::desc("Alias for --strip-all"),
57 cl::aliasopt(Strip));
59 static cl::opt<bool> StripDebug("strip-debug",
60 cl::desc("Strip debugger symbol info from executable"));
62 static cl::alias A1("S", cl::desc("Alias for --strip-debug"),
96 // If the -s or -S command line options were specified, strip the symbols out
98 // that we are supporting; they alias -strip-all and -strip-debug
    [all...]
  /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");
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 1516 Strip strip = new Strip( local
1547 Strip strip = new Strip( local
1591 Strip strip; local
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 100 ATTRIBUTE Strip-User-Name 1035 integer
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 310 // Strip the trailing CRLF that params.line contains.
  /external/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...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /gdk/build/core/
definitions.mk 44 remove-duplicates = $(strip \
75 assert-defined = $(foreach __varname,$(strip $1),\
76 $(if $(strip $($(__varname))),,\
101 $(if $(strip $($(__varname))),,\
117 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
149 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
281 $(if $(strip $(__gdk_import_depth)),,\
329 module-get-listed-export = $(strip \
386 $(eval __gdk_modules.$1.$3 += $(filter-out $(__gdk_modules.$1.$3),$(call strip-lib-prefix,$2)))
410 $(strip $(call modules-get-closure,$1,depends)
    [all...]
  /ndk/build/core/
definitions.mk 76 remove-duplicates = $(strip \
107 assert-defined = $(foreach __varname,$(strip $1),\
108 $(if $(strip $($(__varname))),,\
133 $(if $(strip $($(__varname))),,\
149 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
315 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
465 $(if $(strip $(__ndk_import_depth)),,\
514 module-get-listed-export = $(strip \
537 $(eval __fieldval := $(strip $(__ndk_modules.$(__mod).$(__field))))\
580 $(eval __ndk_modules.$1.$3 += $(filter-out $(__ndk_modules.$1.$3),$(call strip-lib-prefix,$2))
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 1014 milliseconds