/external/python/cpython2/Lib/test/ |
D | test_gdbm.py | 63 size0 = os.path.getsize(filename) 66 size1 = os.path.getsize(filename) 71 self.assertEqual(os.path.getsize(filename), size1) 74 size2 = os.path.getsize(filename)
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | host_utils.py | 10 running_size = os.path.getsize(path) 13 running_size += sum([os.path.getsize(os.path.join(root, f))
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | host_utils.py | 10 running_size = os.path.getsize(path) 13 running_size += sum([os.path.getsize(os.path.join(root, f))
|
/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) 206 getsize.o: $(srcdir)/getsize.c $(top_builddir)/lib/config.h \
|
D | Android.bp | 12 "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/autotest/client/site_tests/audio_Microphone/ |
D | audio_Microphone.py | 33 os.path.getsize(recorded_file.name), 43 os.path.getsize(recorded_file.name),
|
/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/autotest/client/site_tests/platform_FileSize/ |
D | platform_FileSize.py | 45 fsize = os.path.getsize(fname)
|
/external/autotest/client/site_tests/platform_DMVerityCorruption/ |
D | platform_DMVerityCorruption.py | 39 hash_blocks = (os.path.getsize(self.verity.hash_file) /
|
/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/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/python/cpython2/Lib/ |
D | genericpath.py | 55 def getsize(filename): function
|
D | chunk.py | 82 def getsize(self): member in Chunk
|
/external/webrtc/webrtc/tools/barcode_tools/ |
D | yuv_cropper.py | 114 if os.path.getsize(options.yuv_file) == 0:
|
/external/autotest/client/site_tests/logging_CrashServices/ |
D | logging_CrashServices.py | 74 if os.path.getsize(path + '/' + entry) > 0 :
|
/external/r8/tools/ |
D | test_framework.py | 107 code_size += os.path.getsize(dex_file)
|
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/ |
D | platform_DMVerityBitCorruption.py | 59 hash_blocks = (os.path.getsize(self.verity.hash_file) /
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | md5sum.py | 70 md5sum_file_size = os.path.getsize(md5sum_dist_bin_path)
|
/external/autotest/client/site_tests/hardware_Usb30Throughput/ |
D | hardware_Usb30Throughput.py | 113 size_Mbit = (os.path.getsize(src)*8.0)/(1000*1000)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | md5sum.py | 70 md5sum_file_size = os.path.getsize(md5sum_dist_bin_path)
|
/external/python/cpython2/Lib/plat-mac/ |
D | videoreader.py | 49 def getsize(self): member in VideoFormat 274 imgw, imgh = videofmt.getsize()
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
D | hardware_UsbBasicFileOperations.py | 141 position = os.path.getsize(path) / 2
|
/external/autotest/client/site_tests/platform_TabletMode/ |
D | platform_TabletMode.py | 31 return round(100. * diff_bytes / os.path.getsize(file1))
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 128 compressed_output_size = os.path.getsize(compressed_output)
|