Searched refs:getsize (Results 1 – 25 of 52) sorted by relevance
123
36 self.getsize = self.size_patch.start()50 self.getsize.return_value = 166 self.getsize.return_value = 179 self.getsize.return_value = 190 self.getsize.return_value = 400 * 1024 * 1024 * 1024
18 from common import nothing, getsize25 img1 = cv2.pyrUp(next_img, dstsize=getsize(img))34 img = cv2.pyrUp(img, dstsize=getsize(lev_img))
31 from common import getsize, draw_keypoints58 w, h = getsize(self.frame)
10 running_size = os.path.getsize(path)13 running_size += sum([os.path.getsize(os.path.join(root, f))
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 \95 tst_getsize: $(srcdir)/getsize.c $(DEPLIBS_BLKID)97 $(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 \
8 getsize.c \
32 os.path.getsize(recorded_file.name),42 os.path.getsize(recorded_file.name),
75 tmp_file_len = os.path.getsize(tmp_file)155 tmp_file_len = os.path.getsize(tmp_file)199 tmp_file_len = os.path.getsize(tmp_file)
45 fsize = os.path.getsize(fname)
86 if os.path.getsize(filename) > self.SingleOperationThreshold:161 file_size = os.path.getsize(filename)
39 hash_blocks = (os.path.getsize(self.verity.hash_file) /
109 assert os.path.getsize(path) > 0135 assert os.path.getsize(path) > 0
95 ... res.content_length = os.path.getsize(filename)120 ... res.content_length = os.path.getsize(filename)123 ... os.path.getsize(filename), hash(filename))
75 file_size = os.path.getsize(target)
114 if os.path.getsize(options.yuv_file) == 0:
73 if os.path.getsize(path + '/' + entry) > 0 :
59 hash_blocks = (os.path.getsize(self.verity.hash_file) /
113 size_Mbit = (os.path.getsize(src)*8.0)/(1000*1000)
70 md5sum_file_size = os.path.getsize(md5sum_dist_bin_path)
169 file_size = os.path.getsize(file_name)
128 compressed_output_size = os.path.getsize(compressed_output)
141 position = os.path.getsize(path) / 2
38 getsize.c \
42 size_tarball = os.path.getsize(self.tarball) / 1024 / 1024
22 sizes[filename] = os.path.getsize(filename)