Home
last modified time | relevance | path

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

12345

/external/python/cpython2/Lib/test/
Dtest_gdbm.py63 size0 = os.path.getsize(filename)
70 size1 = os.path.getsize(filename)
75 self.assertEqual(os.path.getsize(filename), size1)
78 size2 = os.path.getsize(filename)
/external/skqp/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)
/external/python/cpython3/Lib/test/
Dtest_dbm_gnu.py83 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)
Dtest_largefile.py176 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)
/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)
207 getsize.o: $(srcdir)/getsize.c $(top_builddir)/lib/config.h \
/external/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')
/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/python/cpython3/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()
/external/lz4/tests/
Dtest-lz4-list.py28 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])
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/audio_CrasPinnedStream/
Daudio_CrasPinnedStream.py94 os.path.getsize(internal_mic_recorded_file), TEST_DURATION)
96 os.path.getsize(loopback_recorded_file), TEST_DURATION)
/external/mesa3d/src/amd/addrlib/src/core/
Dcoord.h81 UINT_32 getsize();
104 UINT_32 getsize();
Dcoord.cpp229 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()
/external/chromium-trace/catapult/devil/devil/utils/
Dhost_utils.py14 return os.path.getsize(filepath)
/external/python/pyfakefs/pyfakefs/tests/
Dfake_open_test.py688 self.assertEqual(4, self.os.path.getsize(file_path))
698 self.assertEqual(4, self.os.path.getsize(file_path))
709 self.assertEqual(1, self.os.path.getsize(file_path))
766 self.assertEqual(4, self.os.path.getsize(file_path))
775 self.assertEqual(4, self.os.path.getsize(file_path))
784 self.assertEqual(4, self.os.path.getsize(file_path))
793 self.assertEqual(4, self.os.path.getsize(file_path))
800 self.assertEqual(0, self.os.path.getsize(file_path))
802 self.assertEqual(4, self.os.path.getsize(file_path))
809 self.assertEqual(0, self.os.path.getsize(file_path))
[all …]
/external/python/pybind11/tools/
Dlibsize.py20 libsize = os.path.getsize(lib)
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/
Dtrain.py171 basic_model_size = os.path.getsize("model.tflite")
173 quantized_model_size = os.path.getsize("model_quantized.tflite")
/external/autotest/client/site_tests/platform_FileSize/
Dplatform_FileSize.py45 fsize = os.path.getsize(fname)
/external/openscreen/testing/libfuzzer/
Darchive_corpus.py51 if os.path.getsize(seed_corpus_path) > SEED_CORPUS_LIMIT_MB * 1024 * 1024:
/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/llvm-project/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py166 self.assertGreater(os.path.getsize(path), 0)
176 self.assertGreater(os.path.getsize(path), 0)
199 self.assertGreater(os.path.getsize(path), 0)
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py109 assert os.path.getsize(path) > 0
135 assert os.path.getsize(path) > 0

12345