Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_vault.py36 self.getsize = self.size_patch.start()
50 self.getsize.return_value = 1
66 self.getsize.return_value = 1
79 self.getsize.return_value = 1
90 self.getsize.return_value = 400 * 1024 * 1024 * 1024
/external/opencv3/samples/python2/
Dlappyr.py18 from common import nothing, getsize
25 img1 = cv2.pyrUp(next_img, dstsize=getsize(img))
34 img = cv2.pyrUp(img, dstsize=getsize(lev_img))
Dfeature_homography.py31 from common import getsize, draw_keypoints
58 w, h = getsize(self.frame)
/external/chromium-trace/catapult/devil/devil/utils/
Dhost_utils.py10 running_size = os.path.getsize(path)
13 running_size += sum([os.path.getsize(os.path.join(root, f))
/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 \
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 \
DAndroid.mk8 getsize.c \
/external/autotest/client/site_tests/audio_Microphone/
Daudio_Microphone.py32 os.path.getsize(recorded_file.name),
42 os.path.getsize(recorded_file.name),
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_hashing_helper.py75 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)
/external/autotest/client/site_tests/platform_FileSize/
Dplatform_FileSize.py45 fsize = os.path.getsize(fname)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dvault.py86 if os.path.getsize(filename) > self.SingleOperationThreshold:
161 file_size = os.path.getsize(filename)
/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dplatform_DMVerityCorruption.py39 hash_blocks = (os.path.getsize(self.verity.hash_file) /
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py109 assert os.path.getsize(path) > 0
135 assert os.path.getsize(path) > 0
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dfile-example.txt95 ... res.content_length = os.path.getsize(filename)
120 ... res.content_length = os.path.getsize(filename)
123 ... os.path.getsize(filename), hash(filename))
/external/skia/platform_tools/android/bin/
Dhttp_download.py75 file_size = os.path.getsize(target)
/external/webrtc/webrtc/tools/barcode_tools/
Dyuv_cropper.py114 if os.path.getsize(options.yuv_file) == 0:
/external/autotest/client/site_tests/logging_CrashServices/
Dlogging_CrashServices.py73 if os.path.getsize(path + '/' + entry) > 0 :
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dplatform_DMVerityBitCorruption.py59 hash_blocks = (os.path.getsize(self.verity.hash_file) /
/external/autotest/client/site_tests/hardware_Usb30Throughput/
Dhardware_Usb30Throughput.py113 size_Mbit = (os.path.getsize(src)*8.0)/(1000*1000)
/external/chromium-trace/catapult/devil/devil/android/
Dmd5sum.py70 md5sum_file_size = os.path.getsize(md5sum_dist_bin_path)
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dhash.py169 file_size = os.path.getsize(file_name)
/external/autotest/client/profilers/ftrace/
Dftrace.py128 compressed_output_size = os.path.getsize(compressed_output)
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py141 position = os.path.getsize(path) / 2
/external/e2fsprogs/lib/ext2fs/
DAndroid.mk38 getsize.c \
/external/autotest/client/tests/dma_memtest/
Ddma_memtest.py42 size_tarball = os.path.getsize(self.tarball) / 1024 / 1024
/external/autotest/client/site_tests/graphics_VTSwitch/
Dgraphics_VTSwitch.py22 sizes[filename] = os.path.getsize(filename)

123