HomeSort by relevance Sort by last modified time
    Searched refs:fileinput (Results 1 - 10 of 10) sorted by null

  /external/clang/www/
builtins.py 3 import sys, fileinput namespace
148 sys.stderr.write("%s:%d: x86 builtin %s used, replaced with %s\n" % (fileinput.filename(), fileinput.filelineno(), builtin, repl))
151 sys.stderr.write("%s:%d: x86 builtin %s used, too many replacements\n" % (fileinput.filename(), fileinput.filelineno(), builtin))
153 for line in fileinput.input(inplace=1):
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
vc98_swap.py 10 import os, shutil, string, fileinput, sys namespace
13 for l in fileinput.input(sp, inplace = 1) :
25 for l in fileinput.input(sp, inplace = 1) :
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-testharness-expected-pass 15 import fileinput namespace
sampstat 29 import fileinput namespace
73 for line in fileinput.input(files):
  /external/chromium_org/chromeos/ime/
gen_input_methods.py 47 import fileinput namespace
108 for line in fileinput.input(sys.argv[1]):
  /external/sepolicy/tools/
post_process_mac_perms 28 import fileinput namespace
88 for line in fileinput.input(args.policy, inplace=True):
  /external/lldb/utils/misc/
grep-svn-log.py 12 import fileinput, re, sys, StringIO namespace
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 10 import fileinput namespace
526 for line in fileinput.input(file_path, inplace=1):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 2 Tests for fileinput module.
11 from fileinput import FileInput, hook_encoded
13 # The fileinput module has 2 interfaces: the FileInput class which does
15 # variable. We only test the FileInput class, since the other functions
16 # only provide a thin facade over FileInput.
50 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
61 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
80 fi = FileInput(files=(t1, t2, t3, t4, '-'), bufsize=bs
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 2 Tests for fileinput module.
11 from fileinput import FileInput, hook_encoded
13 # The fileinput module has 2 interfaces: the FileInput class which does
15 # variable. We only test the FileInput class, since the other functions
16 # only provide a thin facade over FileInput.
50 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
61 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
80 fi = FileInput(files=(t1, t2, t3, t4, '-'), bufsize=bs
    [all...]

Completed in 220 milliseconds