| /external/skia/tests/ |
| D | SpecialImageTest.cpp | 73 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() function 146 test_image(subSImg1, reporter, nullptr, false); in DEF_TEST() 151 test_image(subSImg2, reporter, nullptr, false); in DEF_TEST() 168 test_image(subSImg1, reporter, nullptr, false); in test_specialimage_image() 173 test_image(subSImg2, reporter, nullptr, false); in test_specialimage_image() 210 test_image(subSImg1, reporter, context, true); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 215 test_image(subSImg2, reporter, context, true); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
| /external/tensorflow/tensorflow/lite/g3doc/performance/ |
| D | post_training_float16_quant.ipynb | 360 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n", 365 "interpreter.set_tensor(input_index, test_image)\n", 395 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n", 400 "interpreter_fp16.set_tensor(input_index, test_image)\n", 444 " for test_image in test_images:\n", 447 " test_image = np.expand_dims(test_image, axis=0).astype(np.float32)\n", 448 " interpreter.set_tensor(input_index, test_image)\n",
|
| D | post_training_integer_quant_16x8.ipynb | 423 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n", 428 "interpreter.set_tensor(input_index, test_image)\n", 458 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n", 463 "interpreter_16x8.set_tensor(input_index, test_image)\n", 507 " for test_image in test_images:\n", 510 " test_image = np.expand_dims(test_image, axis=0).astype(np.float32)\n", 511 " interpreter.set_tensor(input_index, test_image)\n",
|
| D | post_training_quant.ipynb | 358 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n", 363 "interpreter.set_tensor(input_index, test_image)\n", 409 " for test_image in test_images:\n", 412 " test_image = np.expand_dims(test_image, axis=0).astype(np.float32)\n", 413 " interpreter.set_tensor(input_index, test_image)\n",
|
| D | post_training_integer_quant.ipynb | 493 " test_image = test_images[test_image_index]\n", 499 " test_image = test_image / input_scale + input_zero_point\n", 501 " test_image = np.expand_dims(test_image, axis=0).astype(input_details[\"dtype\"])\n", 502 " interpreter.set_tensor(input_details[\"index\"], test_image)\n",
|
| /external/autotest/server/site_tests/platform_StageAndRecover/ |
| D | platform_StageAndRecover.py | 60 @param artifact: image type - recovery_image or test_image 94 if process.find('TEST_IMAGE') != -1: 149 self.stage_copy_recover_with('test_image') 152 if self.wait_for_dut_ping_after('TEST_IMAGE RECOVERY BOOT FROM USB',
|
| /external/wayland-protocols/freedesktop.org/ |
| D | .gitlab-ci.yml | 4 TEST_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG" 24 image: $TEST_IMAGE
|
| /external/autotest/server/cros/ |
| D | factory_install_test.py | 16 test_image: (required) path to ChromeOS test image 187 def _make_factory_package(self, factory_test_image, test_image): argument 201 factory_test_image, test_image, hwid_updater)) 345 def run_once(self, factory_install_image, factory_test_image, test_image, argument 362 self._make_factory_package(factory_test_image, test_image)
|
| /external/crosvm/disk/src/ |
| D | android_sparse.rs | 553 fn test_image(chunks: Vec<ChunkWithSize>) -> AndroidSparse { in test_image() function 565 let mut image = test_image(chunks); in read_dontcare() 580 let mut image = test_image(chunks); in read_fill_simple() 595 let mut image = test_image(chunks); in read_fill_edges() 616 let mut image = test_image(chunks); in read_fill_offset_edges() 631 let mut image = test_image(chunks); in read_raw() 653 let mut image = test_image(chunks); in read_two_fills() 674 Box::new(test_image(chunks)).to_async_disk(ex) in test_async_image() 852 let mut image = Box::new(test_image(chunks)); in async_read_raw() 870 let mut image = Box::new(test_image(chunks)); in async_read_fill_raw_with_offset()
|
| /external/oss-fuzz/infra/build/functions/ |
| D | build_lib.py | 233 test_image = image + '-' + test_image_suffix 238 test_image, 254 'args': ['tag', test_image, image],
|
| /external/zucchini/ |
| D | element_detection.cc | 188 ConstBufferView test_image = in GetNext() local 190 absl::optional<Element> element = detector_.Run(test_image); in GetNext()
|
| /external/toolchain-utils/crosperf/experiment_files/ |
| D | aes_perf.exp | 19 test_image {
|
| D | morejs_perf.exp | 23 test_image {
|
| D | bloat_perf.exp | 23 test_image {
|
| D | non-telemetry-tests.exp | 29 test_image {
|
| D | page_cycler.exp | 26 test_image {
|
| D | telemetry-crosperf-with-external-chrome-src.exp | 24 test_image {
|
| D | page_cycler_perf.exp | 43 test_image {
|
| D | telemetry-without-autotest.exp | 29 test_image {
|
| D | telemetry-crosperf-with-profiler.exp | 32 test_image {
|
| D | telemetry-crosperf.exp | 30 test_image {
|
| D | enable_aslr.exp | 35 test_image {
|
| D | dut_config.exp | 64 test_image {
|
| /external/skia/gm/ |
| D | aaclip.cpp | 109 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function 153 test_image(canvas, info);
|
| /external/avb/rust/tests/ |
| D | test_data.rs | 19 pub const TEST_IMAGE_PATH: &str = "test_image.img";
|