/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/e2fsprogs/lib/blkid/ |
D | Makefile.in | 22 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \ 26 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c \ 95 tst_getsize: $(srcdir)/getsize.c $(DEPLIBS_BLKID) 97 $(Q) $(CC) -o tst_getsize -DTEST_PROGRAM $(srcdir)/getsize.c $(LIBS_BLKID) $(ALL_CFLAGS) 208 getsize.o: $(srcdir)/getsize.c $(top_builddir)/lib/config.h \
|
D | Android.bp | 28 "getsize.c",
|
D | BUILD.gn | 37 "getsize.c",
|
/third_party/python/Lib/test/ |
D | test_dbm_gnu.py | 90 size0 = os.path.getsize(filename) 97 size1 = os.path.getsize(filename) 102 self.assertEqual(os.path.getsize(filename), size1) 105 size2 = os.path.getsize(filename)
|
D | test_largefile.py | 177 size = os.path.getsize(TESTFN) 179 self.assertEqual(os.path.getsize(TESTFN2), size) 232 size = os.path.getsize(TESTFN) 233 self.assertEqual(os.path.getsize(TESTFN2), size)
|
/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/boost/libs/sort/example/ |
D | charstringsample.cpp | 35 struct getsize { struct 76 string_sort(array.begin(), array.end(), bracket(), getsize()); in main()
|
D | reversestringfunctorsample.cpp | 39 struct getsize { struct 89 reverse_string_sort(array.begin(), array.end(), bracket(), getsize(), in main()
|
D | caseinsensitive.cpp | 40 struct getsize { struct 79 string_sort(array.begin(), array.end(), bracket(), getsize(), lessthan()); in main()
|
D | stringfunctorsample.cpp | 49 struct getsize { struct 101 string_sort(array.begin(), array.end(), bracket(), getsize(), lessthan()); in main()
|
D | generalizedstruct.cpp | 110 struct getsize { struct 165 string_sort(array.begin(), array.end(), bracket(), getsize(), lessthan()); in main()
|
/third_party/lz4/tests/ |
D | test-lz4-list.py | 28 self.exp_unc_size += os.path.getsize("{}/test_list_{}M".format(TEMP, i)) 31 self.exp_unc_size += os.path.getsize("{}/{}".format(TEMP, uncompressed_filename)) 32 self.exp_comp_size = os.path.getsize("{}/{}".format(TEMP, self.filename)) 133 self.cvinfo.compressed_size = os.path.getsize("{}/test_list_concat-all.lz4".format(TEMP)) 169 expected_size = os.path.getsize(self.cvinfo.file_frame_map[i])
|
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))
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | coord.h | 96 UINT_32 getsize(); 119 UINT_32 getsize();
|
D | coord.cpp | 229 UINT_32 CoordTerm::getsize() in getsize() function in Addr::V2::CoordTerm 356 UINT_32 CoordEq::getsize() in getsize() function in Addr::V2::CoordEq 385 UINT_32 termSize = temp.m_eq[i].getsize(); in solveAddr() 420 UINT_32 termSize = temp.m_eq[i].getsize(); in solveAddr()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 366 pOut->equation.gfx9.num_bits = Min(32u, eq->getsize()); in HwlComputeCmaskInfo() 372 for (c = 0; c < bit.getsize(); c++) { in HwlComputeCmaskInfo() 386 if (cur.getsize() == 1 && cur[0].getdim() == DIM_M && in HwlComputeCmaskInfo() 387 prev.getsize() == 1 && prev[0].getdim() == DIM_M && in HwlComputeCmaskInfo() 731 pOut->equation.gfx9.num_bits = Min(32u, eq->getsize()); in HwlComputeDccInfo() 737 for (c = 0; c < bit.getsize(); c++) { in HwlComputeDccInfo() 751 if (cur.getsize() == 1 && cur[0].getdim() == DIM_M && in HwlComputeDccInfo() 752 prev.getsize() == 1 && prev[0].getdim() == DIM_M && in HwlComputeDccInfo() 1900 numPipeTotalLog2 = pipeEquation.getsize(); in GenMetaEquation() 2027 if (pipeEquation.getsize() != numPipeTotalLog2) in GenMetaEquation() [all …]
|
/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
|