HomeSort by relevance Sort by last modified time
    Searched refs:fromfile (Results 1 - 25 of 30) sorted by null

1 2

  /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 492 y = numpy.fromfile(f, numpy.uint8, w*h, "")
493 v = numpy.fromfile(f, numpy.uint8, w*h/4, "")
494 u = numpy.fromfile(f, numpy.uint8, w*h/4, "")
497 y = numpy.fromfile(f, numpy.uint8, w*h, "")
498 vu = numpy.fromfile(f, numpy.uint8, w*h/2, "")
521 y = numpy.fromfile(f, numpy.uint8, w*h, "")
522 v = numpy.fromfile(f, numpy.uint8, w*h/4, "")
523 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",
  /external/v8/build/
landmines.py 72 fromfile='old_landmines', tofile='new_landmines',
  /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 922 bool fromfile=TRUE; local
942 fromfile=FALSE;
977 if(fromfile)
991 if(fromfile && fp)
    [all...]
  /external/v8/gypfiles/
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)

Completed in 1007 milliseconds

1 2