Searched refs:strip (Results 226 - 250 of 302) sorted by relevance

1234567891011>>

/external/bison/
H A DMakefile617 install-strip:
691 install-info install-info-am install-man install-strip \
/external/bison/doc/
H A DMakefile478 install-strip:
579 install-info-am install-man install-man1 install-strip \
/external/bison/examples/
H A DMakefile437 install-strip:
506 install-strip installcheck installcheck-am installdirs \
/external/bison/lib/
H A DMakefile525 install-strip:
598 install-strip installcheck installcheck-am installdirs \
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk82 # Forcibly strip off any -arch, as that totally breaks our universal support.
/external/e2fsprogs/debugfs/
H A DMakefile.in68 install-strip: install
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c2393 mDNSBool strip = mDNSfalse; local
2435 strip = mDNSfalse;
2442 strip = mDNStrue;
2447 strip = mDNSfalse;
2452 strip = mDNSfalse;
2469 strip = mDNStrue;
2489 strip = mDNStrue;
2509 if ( hasTSIG && strip )
2742 // After verifying the signature, it will strip the TSIG from the message
/external/webkit/Tools/Scripts/
H A Drun-qtwebkit-tests170 self._output = xml.strip()
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm.py867 branch_ref = self.run(['git', 'symbolic-ref', 'HEAD']).strip()
924 return self.run(['git', 'merge-base', self.remote_branch_ref(), 'HEAD']).strip()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js381 strip: function() {
420 var match = this.strip().match(/([^?#]*)(#.*)?$/);
947 string = string.strip();
1851 new RegExp("(^|\\s+)" + className + "(\\s+|$)"), ' ').strip();
2727 this.expression = expression.strip();
3392 expressions.push(m[1].strip());
3417 selector = new Selector(expressions[i].strip());
4257 className = className.toString().strip();
4261 className = className.toString().strip();
H A Dconcat-jquery-mootools-prototype.js8760 strip: function() {
8799 var match = this.strip().match(/([^?#]*)(#.*)?$/);
9326 string = string.strip();
10230 new RegExp("(^|\\s+)" + className + "(\\s+|$)"), ' ').strip();
11106 this.expression = expression.strip();
11771 expressions.push(m[1].strip());
11796 selector = new Selector(expressions[i].strip());
12636 className = className.toString().strip();
12640 className = className.toString().strip();
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py230 elif token.type == Type.WHITESPACE and not token.line.strip():
/external/clang/
H A Dclang-tblgen-rules.mk8 ifneq ($(strip $(TBLGEN_TABLES)),)
/external/elfutils/libelf-po/
H A DMakefile179 install-strip: install
/external/elfutils/src/
H A Dld.h845 } strip; member in struct:ld_state
/external/expat/amiga/
H A DMakefile81 STRIP := strip
/external/llvm/utils/lit/lit/
H A Dmain.py508 ln = ln.strip()
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dchecker_unittest.py172 self.assertEquals(rule, rule.strip())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/utils/
H A Dllvm-compilers-check325 includes.append(str(line, "utf-8").strip())
/external/strace/
H A Dstrace.spec439 - strip binary
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb185 rep.strip!
H A Dtree.rb160 <<-END.strip!
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb473 context.strip!
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
H A Dbasic.rb685 expected_tree = <<-END.strip!.gsub!( /\s+/, ' ' )

Completed in 522 milliseconds

1234567891011>>