/external/python/cpython2/Lib/test/ |
D | test_gdbm.py | 63 size0 = os.path.getsize(filename) 70 size1 = os.path.getsize(filename) 75 self.assertEqual(os.path.getsize(filename), size1) 78 size2 = os.path.getsize(filename)
|
/external/python/cpython3/Lib/test/ |
D | test_dbm_gnu.py | 73 size0 = os.path.getsize(filename) 80 size1 = os.path.getsize(filename) 85 self.assertEqual(os.path.getsize(filename), size1) 88 size2 = os.path.getsize(filename)
|
/external/e2fsprogs/lib/blkid/ |
D | Makefile.in | 21 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \ 25 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c \ 94 tst_getsize: $(srcdir)/getsize.c $(DEPLIBS_BLKID) 96 $(Q) $(CC) -o tst_getsize -DTEST_PROGRAM $(srcdir)/getsize.c $(LIBS_BLKID) $(ALL_CFLAGS) 207 getsize.o: $(srcdir)/getsize.c $(top_builddir)/lib/config.h \
|
D | Android.bp | 14 "getsize.c",
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | sortvisu.py | 106 def getsize(self): member in Array 229 if i >= self.array.getsize(): 230 i = self.array.getsize() - 1 361 size = array.getsize() 366 size = array.getsize() 372 n = array.getsize() 379 size = array.getsize() 391 size = array.getsize() 404 size = array.getsize() 413 size = array.getsize()
|
/external/skqp/infra/bots/buildstats/ |
D | buildstats_web.py | 35 'total_size_bytes': os.path.getsize(input_file) 44 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
|
D | buildstats_wasm.py | 51 'total_size_bytes': os.path.getsize(input_file) 60 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
|
D | buildstats_cpp.py | 52 'total_size_bytes': os.path.getsize(input_file)
|
/external/skia/infra/bots/buildstats/ |
D | buildstats_web.py | 35 'total_size_bytes': os.path.getsize(input_file) 44 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
|
D | buildstats_wasm.py | 51 'total_size_bytes': os.path.getsize(input_file) 60 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
|
D | buildstats_cpp.py | 52 'total_size_bytes': os.path.getsize(input_file)
|
/external/u-boot/fs/fat/ |
D | fat_write.c | 108 int getsize = FATBUFBLOCKS; in flush_dirty_fat_buffer() local 120 if (startblock + getsize > fatlength) in flush_dirty_fat_buffer() 121 getsize = fatlength - startblock; in flush_dirty_fat_buffer() 126 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer() 134 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer() 390 int getsize = FATBUFBLOCKS; in set_fatent_value() local 396 if (startblock + getsize > fatlength) in set_fatent_value() 397 getsize = fatlength - startblock; in set_fatent_value() 404 if (disk_read(startblock, getsize, bufptr) < 0) { in set_fatent_value()
|
/external/python/cpython3/Tools/demo/ |
D | sortvisu.py | 104 def getsize(self): member in Array 229 if i >= self.array.getsize(): 230 i = self.array.getsize() - 1 363 size = array.getsize() 368 size = array.getsize() 374 n = array.getsize() 381 size = array.getsize() 393 size = array.getsize() 406 size = array.getsize() 415 size = array.getsize()
|
/external/autotest/client/site_tests/audio_Microphone/ |
D | audio_Microphone.py | 35 os.path.getsize(recorded_file.name), 45 os.path.getsize(recorded_file.name),
|
/external/u-boot/board/synopsys/hsdk/ |
D | headerize-hsdk.py | 80 uboot_img_size = os.path.getsize(uboot_bin_filename) 114 load_size = os.path.getsize(headerised_filename)
|
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | coord.h | 66 UINT_32 getsize(); 89 UINT_32 getsize();
|
D | coord.cpp | 232 UINT_32 CoordTerm::getsize() in getsize() function in CoordTerm 384 UINT_32 CoordEq::getsize() in getsize() function in CoordEq 420 UINT_32 termSize = temp.m_eq[i].getsize(); in solveAddr() 478 UINT_32 termSize = temp.m_eq[i].getsize(); in solveAddr()
|
/external/lz4/tests/ |
D | test-lz4-versions.py | 108 print(lz4 + ' : ' + repr(os.path.getsize(lz4))) 128 print(lz4 + ' : ' + repr(os.path.getsize(lz4)) + ', ' + sha1_of_file(lz4))
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | host_utils.py | 13 return os.path.getsize(filepath)
|
/external/python/cpython2/Tools/unicode/ |
D | makeunicodedata.py | 676 assert getsize(phrasebook) == 1 1039 size = getsize(self.data) 1063 def getsize(data): function 1092 print >>sys.stderr, "Size of original table:", len(t)*getsize(t), \ 1117 b = len(t1)*getsize(t1) + len(t2)*getsize(t2)
|
/external/autotest/client/site_tests/platform_FileSize/ |
D | platform_FileSize.py | 45 fsize = os.path.getsize(fname)
|
/external/clang/bindings/python/tests/cindex/ |
D | test_translation_unit.py | 109 assert os.path.getsize(path) > 0 135 assert os.path.getsize(path) > 0
|
/external/autotest/client/site_tests/platform_DMVerityCorruption/ |
D | platform_DMVerityCorruption.py | 39 hash_blocks = (os.path.getsize(self.verity.hash_file) /
|
/external/webrtc/webrtc/tools/barcode_tools/ |
D | yuv_cropper.py | 114 if os.path.getsize(options.yuv_file) == 0:
|
/external/python/cpython2/Lib/ |
D | genericpath.py | 55 def getsize(filename): function
|