Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/infra/bots/buildstats/
Dbuildstats_web.py35 'total_size_bytes': os.path.getsize(input_file)
44 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
Dbuildstats_wasm.py51 'total_size_bytes': os.path.getsize(input_file)
60 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
Dbuildstats_cpp.py52 'total_size_bytes': os.path.getsize(input_file)
/third_party/skia/infra/bots/buildstats/
Dbuildstats_web.py38 total_size_bytes_key: os.path.getsize(input_file)
47 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
Dbuildstats_wasm.py53 total_size_bytes_key: os.path.getsize(input_file)
62 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
Dbuildstats_cpp.py56 total_size_bytes_key: os.path.getsize(input_file)
/third_party/python/Lib/test/
Dtest_dbm_gnu.py90 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)
Dtest_largefile.py177 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)
Dtest_genericpath.py105 self.assertEqual(self.pathmodule.getsize(filename), 5)
109 self.assertEqual(self.pathmodule.getsize(filename), 12)
560 self.assertPathEqual(os.path.getsize)
Dtest_file.py241 size = os.path.getsize(TESTFN)
/third_party/python/Tools/demo/
Dsortvisu.py104 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()
Dspreadsheet.py134 def getsize(self): member in Sheet
153 maxx, maxy = self.getsize()
503 maxx, maxy = self.sheet.getsize()
/third_party/lz4/tests/
Dtest-lz4-list.py29 self.exp_unc_size += os.path.getsize(f"{TEMP}/test_list_{i}M")
32 self.exp_unc_size += os.path.getsize(f"{TEMP}/{uncompressed_filename}")
33 self.exp_comp_size = os.path.getsize(f"{TEMP}/{self.filename}")
139 self.cvinfo.compressed_size = os.path.getsize(f"{TEMP}/test_list_concat-all.lz4")
175 expected_size = os.path.getsize(self.cvinfo.file_frame_map[i])
Dtest-lz4-versions.py108 print(lz4 + ' : ' + repr(os.path.getsize(lz4)))
128 print(lz4 + ' : ' + repr(os.path.getsize(lz4)) + ', ' + sha1_of_file(lz4))
/third_party/libfuse/test/
Dtest_ctests.py88 size = os.path.getsize(filename)
90 new_size = os.path.getsize(filename)
/third_party/mesa3d/src/amd/addrlib/src/core/
Dcoord.h95 UINT_32 getsize();
118 UINT_32 getsize();
Dcoord.cpp228 UINT_32 CoordTerm::getsize() in getsize() function in Addr::V2::CoordTerm
355 UINT_32 CoordEq::getsize() in getsize() function in Addr::V2::CoordEq
384 UINT_32 termSize = temp.m_eq[i].getsize(); in solveAddr()
419 UINT_32 termSize = temp.m_eq[i].getsize(); in solveAddr()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp365 pOut->equation.gfx9.num_bits = Min(32u, eq->getsize()); in HwlComputeCmaskInfo()
371 for (c = 0; c < bit.getsize(); c++) { in HwlComputeCmaskInfo()
385 if (cur.getsize() == 1 && cur[0].getdim() == DIM_M && in HwlComputeCmaskInfo()
386 prev.getsize() == 1 && prev[0].getdim() == DIM_M && in HwlComputeCmaskInfo()
730 pOut->equation.gfx9.num_bits = Min(32u, eq->getsize()); in HwlComputeDccInfo()
736 for (c = 0; c < bit.getsize(); c++) { in HwlComputeDccInfo()
750 if (cur.getsize() == 1 && cur[0].getdim() == DIM_M && in HwlComputeDccInfo()
751 prev.getsize() == 1 && prev[0].getdim() == DIM_M && in HwlComputeDccInfo()
1899 numPipeTotalLog2 = pipeEquation.getsize(); in GenMetaEquation()
2026 if (pipeEquation.getsize() != numPipeTotalLog2) in GenMetaEquation()
[all …]
/third_party/python/Tools/unicode/
Dmakeunicodedata.py714 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/
Dgenericpath.py48 def getsize(filename): function
Dchunk.py82 def getsize(self): member in Chunk
/third_party/python/Tools/iobench/
Diobench.py379 if os.path.isfile(name) and os.path.getsize(name) == size:
402 if os.path.isfile(name) and os.path.getsize(name) == size:
/third_party/python/Doc/library/
Dchunk.rst82 .. method:: getsize()
/third_party/e2fsprogs/
DBUILD.gn183 "e2fsprogs/lib/blkid/getsize.c",
353 "e2fsprogs/lib/ext2fs/getsize.c",
/third_party/skia/tools/skp/
Dwebpages_playback.py450 skp_size = os.path.getsize(dest)

12