Searched refs:image_url (Results 1 – 10 of 10) sorted by relevance
/external/autotest/server/site_tests/provision_FactoryImage/ |
D | provision_FactoryImage.py | 15 def run_once(self, host, image_url): argument 21 logging.info('Installing image from url %s', image_url) 24 image_url=image_url,
|
D | control | 52 image_url = host.stage_factory_image_for_servo(image_name=image_name) 54 disable_sysinfo=True, image_url=image_url)
|
/external/armnn/python/pyarmnn/examples/image_classification/ |
D | example_utils.py | 337 def get_images(image_dir: str, image_url: str = DEFAULT_IMAGE_URL): 348 if not images and image_url is not None: 351 images = [download_file(image_url)] 353 print("Unable to download file ({0}).".format(image_url))
|
/external/python/google-api-python-client/samples/compute/ |
D | create_instance.py | 51 image_url = "http://storage.googleapis.com/gce-demo-input/photo.jpg" 97 'value': image_url
|
/external/autotest/server/site_tests/servo_Verification/ |
D | servo_Verification.py | 131 _, image_url = host.stage_image_for_servo() 132 host.servo.image_to_servo_usb(image_url)
|
/external/cronet/net/base/ |
D | data_url_unittest.cc | 275 GURL image_url( in TEST() local 302 EXPECT_EQ(OK, DataURL::BuildResponse(image_url, "GET", &mime_type, &charset, in TEST()
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewDisplay.java | 54 private TextBoxImpl image_url = new TextBoxImpl(); field in CreateJobViewDisplay 171 image_url.addStyleName("jobname-image-boundedwidth"); in initialize() 345 panel.add(image_url, "create_image_url"); in initialize() 423 return image_url; in getImageUrl()
|
/external/autotest/server/hosts/ |
D | cros_host.py | 1111 def install_image_to_servo_usb(self, image_url=None): argument 1122 if not image_url: 1127 metrics_field = {'download': bool(image_url)} 1134 self.servo.image_to_servo_usb(image_path=image_url, 1284 image_url=None, argument 1312 if image_url: 1313 self.install_image_to_servo_usb(image_url=image_url)
|
D | cros_repair.py | 1268 host.install_image_to_servo_usb(image_url=update_url)
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 634 self.image_url = ( 642 self.image_url_resp = urllib.request.urlopen(self.image_url) 665 self.assertEqual(self.image_url_resp.geturl(), self.image_url)
|