Home
last modified time | relevance | path

Searched refs:image_url (Results 1 – 10 of 10) sorted by relevance

/external/autotest/server/site_tests/provision_FactoryImage/
Dprovision_FactoryImage.py15 def run_once(self, host, image_url): argument
21 logging.info('Installing image from url %s', image_url)
24 image_url=image_url,
Dcontrol52 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/
Dexample_utils.py337 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/
Dcreate_instance.py51 image_url = "http://storage.googleapis.com/gce-demo-input/photo.jpg"
97 'value': image_url
/external/autotest/server/site_tests/servo_Verification/
Dservo_Verification.py131 _, image_url = host.stage_image_for_servo()
132 host.servo.image_to_servo_usb(image_url)
/external/cronet/net/base/
Ddata_url_unittest.cc275 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/
DCreateJobViewDisplay.java54 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/
Dcros_host.py1111 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)
Dcros_repair.py1268 host.install_image_to_servo_usb(image_url=update_url)
/external/python/cpython3/Lib/test/
Dtest_urllib.py634 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)