HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 451 - 475 of 6288) sorted by null

<<11121314151617181920>>

  /external/curl/tests/data/
test55 51 <strip>
53 </strip>
test550 51 <strip>
53 </strip>
test561 52 <strip>
54 </strip>
test570 58 <strip>
60 </strip>
test585 59 <strip>
61 </strip>
test7 41 <strip>
43 </strip>
test73 38 <strip>
40 </strip>
test74 53 <strip>
55 </strip>
test77 45 <strip>
47 </strip>
test78 57 <strip>
59 </strip>
test82 43 <strip>
45 </strip>
test84 41 <strip>
43 </strip>
test85 44 <strip>
46 </strip>
test92 43 <strip>
45 </strip>
test94 47 <strip>
49 </strip>
  /external/e2fsprogs/lib/
Makefile.bsd-lib 37 install-strip: install
39 install-shlibs-strip: install-shlibs
  /external/elfutils/tests/
run-low_high_pc.sh 30 testrun ${abs_builddir}/low_high_pc -e ${abs_top_builddir}/src/strip
31 testrun ${abs_builddir}/low_high_pc -e ${abs_top_builddir}/src/strip.o
run-strip-strmerge.sh 21 # strip and unstrip it. Check all files with elflint.
38 echo strip
39 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
66 echo strip
67 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
URLHandler.java 170 public void guide(URLVisitor v, boolean recurse, boolean strip) {
172 process(v, recurse, strip, "/", file.listFiles());
178 private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) {
185 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles());
188 v.visit(strip? f.getName() : path + f.getName());
230 public void guide(URLVisitor v, boolean recurse, boolean strip) {
246 if (strip && ix != -1) {
265 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
URLHandler.java 166 public void guide(URLVisitor v, boolean recurse, boolean strip) {
168 process(v, recurse, strip, "/", file.listFiles());
174 private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) {
181 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles());
184 v.visit(strip? f.getName() : path + f.getName());
226 public void guide(URLVisitor v, boolean recurse, boolean strip) {
242 if (strip && ix != -1) {
261 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip);
  /external/python/cpython2/Lib/idlelib/
RstripExtension.py 1 'Provides "Strip trailing whitespace" under the "Format" menu.'
6 ('format', [None, ('Strip trailing whitespace', '<<do-rstrip>>'), ] ), ]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTriStrip.cpp 85 @Description Object used to store the triangles that a given strip is
198 triangle in the strip, the connection with the next triangle
199 in the strip is removed.
215 @Input pRevNew The triangle that is before pTri in the new strip
216 @Return int Returns 1 if a new strip has been created
217 @Description Removes the triangle from it's current strip
218 and places it in a new one (following pRevNew in the new strip).
236 // If in the middle of a Strip, this will generate a new Strip
239 // The second tri in the strip may need to be orphaned, or it will have wrong winding orde
    [all...]
  /libcore/tools/docs/crypto/
crypto_docs.py 24 # so strip comments out before parsing
27 if not line.strip().startswith('#'):
  /external/flatbuffers/android/jni/
include.mk 133 ifeq ($(strip $(FLATBUFFERS_FLATC)),)
220 $(schema),$(strip $(2)),$(strip $(3)),$(strip $(4))))\
221 $(foreach src,$(strip $(5)),\
223 $(foreach schema,$(strip $(1)),\
224 $(call flatbuffers_fbs_to_h,$(strip $(2)),$(strip $(3)),$(schema)))))\
226 $(foreach schema,$(strip $(1)),\
228 $(call flatbuffers_fbs_to_h,$(strip $(2)),$(strip $(3)),$(schema)))),)
    [all...]
  /external/v8/tools/release/
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):
87 return result.strip()
102 return self.Git("status -s -uno", **kwargs).strip() == ""
104 @Strip
125 return map(str.strip,
151 return map(str.strip, files.splitlines())
157 @Strip
    [all...]

Completed in 289 milliseconds

<<11121314151617181920>>