/external/icu4c/tools/genuca/ |
genteststub.py | 40 wrfile.write(line.rstrip()+"\n") 43 line = line.rstrip()
|
/external/oprofile/ |
opimport_pull | 19 arch_name = stream.readline().rstrip("\n"); 88 line = line.rstrip()
|
/development/testrunner/ |
android_mk.py | 91 self.app_path = app_path.rstrip("/")
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 210 while line.rstrip() != "#EOF": 228 actual_uri = line.rstrip()[5:] 234 actual_checksum = line.rstrip()[5:]
|
mac.py | 183 self._cached_build_root = executive.run_command(["webkit-build-directory", "--base"]).rstrip() 332 while not timeout and line.rstrip() != "#EOF": 364 while not timeout and not crash and line.rstrip() != "#EOF":
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
action_csspropertynames.py | 122 line = line.rstrip()
|
action_cssvaluekeywords.py | 127 line = line.rstrip()
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
credentials.py | 60 error_handler=Executive.ignore_error).rstrip('\n')
|
diff_parser.py | 125 line = line.rstrip("\n")
|
scm.py | 276 info_output = run_command(svn_info_args).rstrip() 372 return run_command(['git', 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "true" 428 return run_command(['git', 'svn', 'find-rev', 'r%s' % revision]).rstrip()
|
/external/icu4c/tools/genprops/misc/ |
ucdcopy.py | 41 line = line.rstrip()
|
/external/icu4c/tools/genprops/ |
ucdcopy.py | 41 line = line.rstrip()
|
/external/v8/test/message/ |
testcfg.py | 61 pattern = re.escape(line.rstrip() % env)
|
/build/tools/releasetools/ |
common.py | 222 cmd.append(open(fn).read().rstrip("\n")) 227 cmd.append(open(fn).read().rstrip("\n")) 232 cmd.append(open(fn).read().rstrip("\n")) 427 print docstring.rstrip("\n")
|
edify_generator.py | 64 return "".join(out).replace("\0", " ").rstrip("\n")
|
/packages/apps/Browser/tools/ |
get_search_engines.py | 168 engines_str = engines_str.rstrip(',')
|
/external/blktrace/btt/ |
btt_plot.py | 163 f = line.rstrip().split(None)
|
/external/v8/tools/ |
js2c.py | 85 return string.lstrip('[').rstrip(']').split()
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
checker.py | 768 lines[line_number] = lines[line_number].rstrip("\r")
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 615 output = add_output.upper().rstrip() 682 if (not output) or (output.upper().rstrip().endswith( [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp.py | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |