Home
last modified time | relevance | path

Searched defs:image_path (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp56 base::FilePath image_path = iter->second.path; in CalcVBMetaDigest() local
120 base::FilePath BaseFsAvbTest::ExtractVBMetaImage(const base::FilePath& image_path, in ExtractVBMetaImage()
152 base::FilePath image_path = test_dir_.Append(file_name); in GenerateImage() local
159 void BaseFsAvbTest::AddAvbFooter(const base::FilePath& image_path, const std::string& footer_type, in AddAvbFooter()
192 base::FilePath image_path = GenerateImage(partition_name + ".img", image_size); in GenerateImageAndExtractVBMetaData() local
214 base::FilePath image_path = iter->second.path; in LoadVBMetaData() local
224 VBMetaData BaseFsAvbTest::ExtractAndLoadVBMetaData(const base::FilePath& image_path, in ExtractAndLoadVBMetaData()
230 std::string BaseFsAvbTest::InfoImage(const base::FilePath& image_path) { in InfoImage()
243 base::FilePath image_path = iter->second.path; in InfoImage() local
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/cntk/
H A Dimagenet_test.py28 def preprocess(self, image_path): argument
42 def inference(self, image_path): argument
57 def detect(self, image_path, path = None): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/image_writer_private/
H A Dunzip_helper.cc35 void UnzipHelper::Unzip(const base::FilePath& image_path, in Unzip()
44 void UnzipHelper::UnzipImpl(const base::FilePath& image_path, in UnzipImpl()
81 void UnzipHelper::OnOpenSuccess(const base::FilePath& image_path) { in OnOpenSuccess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/image_writer_private/
H A Dunzip_helper.cc35 void UnzipHelper::Unzip(const base::FilePath& image_path, in Unzip()
44 void UnzipHelper::UnzipImpl(const base::FilePath& image_path, in UnzipImpl()
81 void UnzipHelper::OnOpenSuccess(const base::FilePath& image_path) { in OnOpenSuccess()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/ui/
H A Dimage.cpp3 UIImage::UIImage(const std::string& image_path) in UIImage()
10 UIImage::UIImage(const std::string& image_path, const vec2& rect, const vec4& coords) in UIImage()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/keras/
H A Dimagenet_test.py34 def preprocess(self, image_path): argument
118 def inference(self, image_path): argument
135 def detect(self, image_path, path = None): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/db/fixtures/development/
H A D26_container_images.rb31 def build_image(image_path) argument
35 def push_image(image_path) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dimage_sanitizer.cc137 const base::FilePath& image_path, in ImageFileRead()
155 void ImageSanitizer::ImageDecoded(const base::FilePath& image_path, in ImageDecoded()
184 const base::FilePath& image_path, in ImageReencoded()
202 void ImageSanitizer::ImageWritten(const base::FilePath& image_path, in ImageWritten()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dimage_sanitizer.cc133 const base::FilePath& image_path, in ImageFileRead()
151 void ImageSanitizer::ImageDecoded(const base::FilePath& image_path, in ImageDecoded()
172 const base::FilePath& image_path, in ImageReencoded()
190 void ImageSanitizer::ImageWritten(const base::FilePath& image_path, in ImageWritten()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/onnx/
H A Dimagenet_test.py22 def preprocess(self, image_path): argument
43 def inference(self, image_path): argument
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/coreml/
H A Dimagenet_test.py49 def preprocess(self, image_path): argument
66 def inference(self, image_path): argument
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/paddle/
H A Dimagenet_test.py58 def preprocess(self, image_path): argument
84 def inference(self, image_path): argument
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/pytorch/
H A Dimagenet_test.py25 def preprocess(self, image_path): argument
44 def inference(self, image_path): argument
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/caffe/
H A Dimagenet_test.py33 def preprocess(self, image_path): argument
51 def inference(self, image_path): argument
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/
H A Dimagenet_test.py24 def preprocess(self, image_path): argument
49 def inference(self, image_path): argument
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Denvironment.h65 std::string image_path (void) const { return m_image_path; } in image_path() function
67 std::string image_path (const std::string& path) in image_path() function
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_disk_image.ps119 $image_path = Get-AnsibleParam $parsed_args "image_path" -failifempty $result variable
73 Dismount-DiskImage $image_path > $null variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_disk_image.ps119 $image_path = Get-AnsibleParam $parsed_args "image_path" -failifempty $result variable
71 Dismount-DiskImage $image_path > $null variable
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/mxnet/
H A Dimagenet_test.py26 def preprocess(self, image_path): argument
39 def inference(self, image_path): argument
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dinstall.php1878 var $image_path = 'albums/'; //path to store temp images variable in GDtest
1886 function __construct($image_path = '')
2079 var $image_path = 'albums/'; //path to store temp images variable in IMtest
2089 function __construct($IMpath, $image_path = '')
2114 function createImagePath($image_path, $dest = false)
2295 var $image_path = 'albums/'; //path to store temp images variable in IMXtest
2302 function __construct ($image_path = '')
2320 function createImagePath($image_path, $dest = false)
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/test/
H A Dtest_qrcode.cpp45 std::string image_path = findDataFile(root + qrcode_images_name[i]); in TEST() local
78 std::string image_path = findDataFile(root + qrcode_images_close[i]); in TEST() local
116 std::string image_path = findDataFile(root + qrcode_images_monitor[i]); in TEST() local
154 std::string image_path = findDataFile(root + qrcode_images_curved[i]); in TEST() local
244 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
306 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
373 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
440 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
502 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
614 std::string image_path = findDataFile(root + name_current_image); in TEST() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/test/
H A Dtest_qrcode.cpp52 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
99 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
146 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
193 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
240 std::string image_path = findDataFile(root + name_current_image); in TEST_P() local
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/perf/
H A Dperf_qrcode_pipeline.cpp19 std::string image_path = findDataFile(root + name_current_image); in PERF_TEST_P_() local
35 std::string image_path = findDataFile(root + name_current_image); in PERF_TEST_P_() local
63 std::string image_path = findDataFile(root + name_current_image); in PERF_TEST_P_() local
78 std::string image_path = findDataFile(root + name_current_image); in PERF_TEST_P_() local
/dports/x11/xfce4-screenshooter-plugin/xfce4-screenshooter-1.9.9/lib/
H A Dscreenshooter-imgur.c35 const gchar *image_path, *title; in imgur_upload_job() local
165 gboolean screenshooter_upload_to_imgur (const gchar *image_path, in screenshooter_upload_to_imgur()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/
H A Dimage_source.cc67 const base::FilePath image_path = asset_dir.AppendASCII(path); in StartDataRequest() local
77 const base::FilePath& image_path, in StartDataRequestAfterPathExists()

12345678910>>...25