/external/pdfium/testing/tools/ |
text_diff.py | 21 str1, str2, fromfile=filename1, tofile=filename2)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
maint-tool | 172 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}}; 173 $fromfile{$seen_in{$k}} .= $k; 176 for $f (sort keys %fromfile) { 177 $out = "$f: $fromfile{$f}";
|
/external/clang/utils/check_cfc/ |
obj_diff.py | 39 def first_diff(a, b, fromfile, tofile): 60 fromfile,
|
/cts/apps/CameraITS/pymodules/its/ |
image.py | 471 y = numpy.fromfile(f, numpy.uint8, w*h, "") 472 v = numpy.fromfile(f, numpy.uint8, w*h/4, "") 473 u = numpy.fromfile(f, numpy.uint8, w*h/4, "") 476 y = numpy.fromfile(f, numpy.uint8, w*h, "") 477 vu = numpy.fromfile(f, numpy.uint8, w*h/2, "") 500 y = numpy.fromfile(f, numpy.uint8, w*h, "") 501 v = numpy.fromfile(f, numpy.uint8, w*h/4, "") 502 u = numpy.fromfile(f, numpy.uint8, w*h/4, "")
|
/external/autotest/client/tests/kvm/scripts/ |
ksm_overcommit_guest.py | 144 pf.fromfile(self.f, PAGE_SIZE / pf.itemsize) 204 pf.fromfile(self.f, PAGE_SIZE / pf.itemsize)
|
/external/parameter-framework/upstream/test/xml-generator/ |
test.py | 82 fromfile="reference.xml",
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_array.py | 174 self.assertRaises(TypeError, b.fromfile) 177 b.fromfile, 180 b.fromfile(f, len(self.example)) 183 b.fromfile(f, len(self.example)) 185 self.assertRaises(EOFError, b.fromfile, f, 1) 193 # Issue #5395: Check if fromfile raises a proper IOError 198 self.assertRaises(IOError, a.fromfile, f, len(self.example)) 211 b.fromfile(f, len(self.example)) 214 b.fromfile(f, len(self.example)) [all...] |
regrtest.py | 37 -f/--fromfile -- read names of tests to run from a file (see below) 230 exclude=False, single=False, randomize=False, fromfile=None, 262 'exclude', 'single', 'slow', 'randomize', 'fromfile=', 'findleaks', 296 elif o in ('-f', '--fromfile'): 297 fromfile = a 364 if single and fromfile: 401 if fromfile: 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_array.py | 174 self.assertRaises(TypeError, b.fromfile) 177 b.fromfile, 180 b.fromfile(f, len(self.example)) 183 b.fromfile(f, len(self.example)) 185 self.assertRaises(EOFError, b.fromfile, f, 1) 193 # Issue #5395: Check if fromfile raises a proper IOError 198 self.assertRaises(IOError, a.fromfile, f, len(self.example)) 211 b.fromfile(f, len(self.example)) 214 b.fromfile(f, len(self.example)) [all...] |
regrtest.py | 37 -f/--fromfile -- read names of tests to run from a file (see below) 230 exclude=False, single=False, randomize=False, fromfile=None, 262 'exclude', 'single', 'slow', 'randomize', 'fromfile=', 'findleaks', 296 elif o in ('-f', '--fromfile'): 297 fromfile = a 364 if single and fromfile: 401 if fromfile: 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_array.py | 174 self.assertRaises(TypeError, b.fromfile) 177 b.fromfile, 180 b.fromfile(f, len(self.example)) 183 b.fromfile(f, len(self.example)) 185 self.assertRaises(EOFError, b.fromfile, f, 1) 193 # Issue #5395: Check if fromfile raises a proper IOError 198 self.assertRaises(IOError, a.fromfile, f, len(self.example)) 211 b.fromfile(f, len(self.example)) 214 b.fromfile(f, len(self.example)) [all...] |
regrtest.py | 37 -f/--fromfile -- read names of tests to run from a file (see below) 230 exclude=False, single=False, randomize=False, fromfile=None, 262 'exclude', 'single', 'slow', 'randomize', 'fromfile=', 'findleaks', 296 elif o in ('-f', '--fromfile'): 297 fromfile = a 364 if single and fromfile: 401 if fromfile: 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_array.py | 174 self.assertRaises(TypeError, b.fromfile) 177 b.fromfile, 180 b.fromfile(f, len(self.example)) 183 b.fromfile(f, len(self.example)) 185 self.assertRaises(EOFError, b.fromfile, f, 1) 193 # Issue #5395: Check if fromfile raises a proper IOError 198 self.assertRaises(IOError, a.fromfile, f, len(self.example)) 211 b.fromfile(f, len(self.example)) 214 b.fromfile(f, len(self.example)) [all...] |
regrtest.py | 37 -f/--fromfile -- read names of tests to run from a file (see below) 230 exclude=False, single=False, randomize=False, fromfile=None, 262 'exclude', 'single', 'slow', 'randomize', 'fromfile=', 'findleaks', 296 elif o in ('-f', '--fromfile'): 297 fromfile = a 364 if single and fromfile: 401 if fromfile: 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile)) [all...] |
/external/curl/lib/ |
cookie.c | 889 bool fromfile=TRUE; local 909 fromfile=FALSE; 944 if(fromfile) 958 if(fromfile && fp) [all...] |
/external/v8/build/ |
landmines.py | 142 fromfile='old_landmines', tofile='new_landmines',
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
difflib.py | [all...] |
wave.py | 235 # unfortunately the fromfile() method does not take 244 data.fromfile(chunk.file.file, nitems)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
difflib.py | [all...] |
wave.py | 235 # unfortunately the fromfile() method does not take 244 data.fromfile(chunk.file.file, nitems)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
difflib.py | [all...] |
wave.py | 235 # unfortunately the fromfile() method does not take 244 data.fromfile(chunk.file.file, nitems)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
difflib.py | [all...] |
wave.py | 235 # unfortunately the fromfile() method does not take 244 data.fromfile(chunk.file.file, nitems)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-oro.jar | |