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

  /art/compiler/
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/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/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/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/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/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 274 milliseconds