Home
last modified time | relevance | path

Searched refs:getsize (Results 1 – 25 of 69) sorted by relevance

123

/external/python/cpython2/Lib/test/
Dtest_gdbm.py63 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/
Dhost_utils.py10 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/
Dhost_utils.py10 running_size = os.path.getsize(path)
13 running_size += sum([os.path.getsize(os.path.join(root, f))
/external/e2fsprogs/lib/blkid/
DMakefile.in21 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 \
DAndroid.bp12 "getsize.c",
/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py106 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/
Daudio_Microphone.py33 os.path.getsize(recorded_file.name),
43 os.path.getsize(recorded_file.name),
/external/lz4/tests/
Dtest-lz4-versions.py108 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/
Dplatform_FileSize.py45 fsize = os.path.getsize(fname)
/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dplatform_DMVerityCorruption.py39 hash_blocks = (os.path.getsize(self.verity.hash_file) /
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py676 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/
Dtest_translation_unit.py109 assert os.path.getsize(path) > 0
135 assert os.path.getsize(path) > 0
/external/python/cpython2/Lib/
Dgenericpath.py55 def getsize(filename): function
Dchunk.py82 def getsize(self): member in Chunk
/external/webrtc/webrtc/tools/barcode_tools/
Dyuv_cropper.py114 if os.path.getsize(options.yuv_file) == 0:
/external/autotest/client/site_tests/logging_CrashServices/
Dlogging_CrashServices.py74 if os.path.getsize(path + '/' + entry) > 0 :
/external/r8/tools/
Dtest_framework.py107 code_size += os.path.getsize(dex_file)
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dplatform_DMVerityBitCorruption.py59 hash_blocks = (os.path.getsize(self.verity.hash_file) /
/external/libmojo/third_party/catapult/devil/devil/android/
Dmd5sum.py70 md5sum_file_size = os.path.getsize(md5sum_dist_bin_path)
/external/autotest/client/site_tests/hardware_Usb30Throughput/
Dhardware_Usb30Throughput.py113 size_Mbit = (os.path.getsize(src)*8.0)/(1000*1000)
/external/chromium-trace/catapult/devil/devil/android/
Dmd5sum.py70 md5sum_file_size = os.path.getsize(md5sum_dist_bin_path)
/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py49 def getsize(self): member in VideoFormat
274 imgw, imgh = videofmt.getsize()
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py141 position = os.path.getsize(path) / 2
/external/autotest/client/site_tests/platform_TabletMode/
Dplatform_TabletMode.py31 return round(100. * diff_bytes / os.path.getsize(file1))
/external/autotest/client/profilers/ftrace/
Dftrace.py128 compressed_output_size = os.path.getsize(compressed_output)

123