/third_party/flutter/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)
|
/third_party/skia/infra/bots/buildstats/ |
D | buildstats_web.py | 38 total_size_bytes_key: os.path.getsize(input_file) 47 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
|
D | buildstats_wasm.py | 53 total_size_bytes_key: os.path.getsize(input_file) 62 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
|
D | buildstats_cpp.py | 56 total_size_bytes_key: os.path.getsize(input_file)
|
/third_party/python/Lib/test/ |
D | test_dbm_gnu.py | 83 size0 = os.path.getsize(filename) 90 size1 = os.path.getsize(filename) 95 self.assertEqual(os.path.getsize(filename), size1) 98 size2 = os.path.getsize(filename)
|
D | test_largefile.py | 176 size = os.path.getsize(TESTFN) 178 self.assertEqual(os.path.getsize(TESTFN2), size) 231 size = os.path.getsize(TESTFN) 232 self.assertEqual(os.path.getsize(TESTFN2), size)
|
/third_party/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 | 15 "getsize.c",
|
D | BUILD.gn | 37 "getsize.c",
|
/third_party/boost/libs/sort/example/ |
D | charstringsample.cpp | 35 struct getsize { struct 76 string_sort(array.begin(), array.end(), bracket(), getsize()); in main()
|
D | stringfunctorsample.cpp | 49 struct getsize { struct 101 string_sort(array.begin(), array.end(), bracket(), getsize(), lessthan()); in main()
|
D | caseinsensitive.cpp | 40 struct getsize { struct 79 string_sort(array.begin(), array.end(), bracket(), getsize(), lessthan()); in main()
|
D | reversestringfunctorsample.cpp | 39 struct getsize { struct 89 reverse_string_sort(array.begin(), array.end(), bracket(), getsize(), in main()
|
D | generalizedstruct.cpp | 110 struct getsize { struct 165 string_sort(array.begin(), array.end(), bracket(), getsize(), lessthan()); in main()
|
/third_party/python/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()
|
/third_party/uboot/u-boot-2020.01/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)
|
/third_party/uboot/u-boot-2020.01/board/synopsys/axs10x/ |
D | headerize-axs.py | 89 uboot_img_size = os.path.getsize(uboot_bin_filename) 132 load_size = os.path.getsize(headerised_filename)
|
/third_party/uboot/u-boot-2020.01/fs/fat/ |
D | fat_write.c | 107 int getsize = FATBUFBLOCKS; in flush_dirty_fat_buffer() local 119 if (startblock + getsize > fatlength) in flush_dirty_fat_buffer() 120 getsize = fatlength - startblock; in flush_dirty_fat_buffer() 125 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer() 133 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer() 289 int getsize = FATBUFBLOCKS; in set_fatent_value() local 295 if (startblock + getsize > fatlength) in set_fatent_value() 296 getsize = fatlength - startblock; in set_fatent_value() 303 if (disk_read(startblock, getsize, bufptr) < 0) { in set_fatent_value()
|
D | fat.c | 197 __u32 getsize = FATBUFBLOCKS; in get_fatent() local 203 if (startblock + getsize > fatlength) in get_fatent() 204 getsize = fatlength - startblock; in get_fatent() 212 if (disk_read(startblock, getsize, bufptr) < 0) { in get_fatent()
|
/third_party/python/Tools/unicode/ |
D | makeunicodedata.py | 714 assert getsize(phrasebook) == 1 1262 size = getsize(self.data) 1287 def getsize(data): function 1317 print("Size of original table:", len(t)*getsize(t), "bytes", 1342 b = len(t1)*getsize(t1) + len(t2)*getsize(t2)
|
/third_party/python/Lib/ |
D | genericpath.py | 48 def getsize(filename): function
|
D | chunk.py | 82 def getsize(self): member in Chunk
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | Android.bp | 50 "getsize.c",
|