HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1276 - 1300 of 2233) sorted by null

<<51525354555657585960>>

  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 295 print copyright.strip()
  /external/mesa3d/src/gallium/tools/trace/
model.py 159 if len(node.value) >= 4096 or node.value.strip(string.printable):
  /external/opencv3/modules/ts/misc/
testlog_parser.py 72 self.metrix[name] = tmp.strip()
  /external/skia/platform_tools/android/bin/
download_utils.py 262 return data.strip()
  /external/toybox/scripts/
make.sh 293 if [ ! -z "$NOSTRIP" ] || ! do_loudly ${CROSS_COMPILE}strip toybox_unstripped -o toybox
295 echo "strip failed, using unstripped" && cp toybox_unstripped toybox ||
299 # gcc 4.4's strip command is buggy, and doesn't set the executable bit on
  /external/v8/tools/release/
create_release.py 146 # Strip comments and reformat with correct indentation.
201 "\n\n", SplitMapJoin("\n", str.strip, " "), "\n\n")(text)
merge_to_branch.py 126 bugs.extend(s.strip() for s in bug.split(","))
  /external/v8/tools/
trace-maps-processor.py 114 if words[8].strip() != "]":
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 140 if (line.find(skip) < 0 and len(line.strip(' \t\n\r')) > 0):
  /frameworks/base/tools/localedata/
extract_icu_data.py 62 line = unicode(line, 'UTF-8').strip(u' \n\uFEFF').encode('UTF-8')
  /frameworks/minikin/tools/
mk_hyb_file.py 274 pat = l.strip()
284 l = l.strip()
299 hyph.add_exception(l.strip())
419 file_lines = [l.strip() for l in io.open(fn, encoding='UTF-8')]
487 exceptions.append(pat_str[1:-1]) # strip leading and trailing '.'
  /frameworks/native/opengl/tools/glgen2/
glgen.py 69 return (type.strip(), name)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
executor.py 169 temp_path = temp_path.strip()
  /pdk/build/
pdk_utils.py 151 result.append(line.strip())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_LWPCookieJar.py 116 line = line[len(header):].strip()
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 209 line = line.strip()
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
StackViewer.py 72 sourceline = sourceline.strip()
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 281 STRIP_EXEC = "/usr/bin/strip"
410 # Strip binaries from debug info.
411 strip = 0 variable in class:AppBuilder
526 if self.strip and not self.symlink:
602 self.message("Error: can't strip binaries: no strip program at "
622 output = outf.read().strip()
625 # trying to strip a script
837 --strip strip binaries (remove debug info
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hash.py 165 return int(out.strip())
test_new.py 72 codestr = "\n".join(l.strip() for l in codestr.splitlines())
test_platform.py 176 real_ver = ln.strip().split()[-1]
test_strop.py 49 self.assertTrue(strop.strip(" \t\n hello \t\n ") == "hello")
  /prebuilts/gdb/linux-x86/lib/python2.7/
_LWPCookieJar.py 116 line = line[len(header):].strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 209 line = line.strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
StackViewer.py 72 sourceline = sourceline.strip()

Completed in 884 milliseconds

<<51525354555657585960>>