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

  /external/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...]
  /bootable/recovery/minui/
Android.mk 21 # ordinary characters in this context). Strip double-quotes from the
  /art/runtime/
elf_file.h 71 // Strip an ELF file of unneeded debugging information.
73 static bool Strip(File* file, std::string* error_msg);
elf_file_impl.h 127 bool Strip(std::string* error_msg);
elf_file.cc     [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");
  /external/ppp/pppd/plugins/radius/etc/
dictionary 100 ATTRIBUTE Strip-User-Name 1035 integer
  /ndk/build/core/
definitions-utils.mk 62 remove-duplicates = $(strip \
95 filter-by = $(strip \
119 filter-out-by = $(strip \
168 # Strip any 'lib' prefix in front of a given string.
170 # Function : strip-lib-prefix
173 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE))
175 strip-lib-prefix = $(1:lib%=%)
177 -test-strip-lib-prefix = \
178 $(call test-expect,,$(call strip-lib-prefix,))\
179 $(call test-expect,foo,$(call strip-lib-prefix,foo))
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /build/core/
config.mk 201 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers))
212 TARGET_BOARD_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_BOARD_KERNEL_HEADERS)))
218 TARGET_PRODUCT_KERNEL_HEADERS := $(strip $(wildcard $(PRODUCT_VENDOR_KERNEL_HEADERS)))
223 TARGET_BOOTLOADER_BOARD_NAME := $(strip $(TARGET_BOOTLOADER_BOARD_NAME))
224 TARGET_CPU_ABI := $(strip $(TARGET_CPU_ABI))
228 TARGET_CPU_ABI2 := $(strip $(TARGET_CPU_ABI2))
310 # Strip whitespace from the ABI list string.
311 TARGET_CPU_ABI_LIST := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST)))
312 TARGET_CPU_ABI_LIST_32_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_32_BIT)))
313 TARGET_CPU_ABI_LIST_64_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_64_BIT))
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2913 milliseconds