Searched refs:server_url (Results 1 – 17 of 17) sorted by relevance
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
D | client_lib_test.py | 53 server_url, api_key = 'http://localhost:8080', None 61 server_url, api_key = SERVER_URL, API_KEY 65 r_client = registration.RegistrationClient(server_url=server_url, 84 d_client = devices.DevicesClient(server_url=server_url, 98 c_client = commands.CommandsClient(server_url=server_url,
|
D | common_client.py | 18 def __init__(self, method, server_url=_DEFAULT_SERVER_URL, api_key=None, argument 27 self.server_url = server_url 78 server_url=self.server_url,
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | rietveld_service.py | 48 server_url = ndb.TextProperty() variable in RietveldConfig 84 server_url = self.Config().internal_server_url 86 server_url = self.Config().server_url 87 url = '%s/%s' % (server_url, path)
|
D | post_bisect_results_test.py | 86 server_url='https://test-rietveld.appspot.com',
|
D | auto_triage.py | 158 server_url = app_identity.get_default_version_hostname() 159 graphs_url = 'https://%s/group_report?bug_id=%s' % (server_url, bug_id)
|
D | post_bisect_results.py | 110 config.server_url)
|
D | testing_common.py | 69 server_url='https://test-rietveld.appspot.com',
|
D | start_try_job_test.py | 361 server_url='https://test-rietveld.appspot.com')
|
D | update_bug_with_results_test.py | 171 server_url='https://test-rietveld.appspot.com',
|
D | start_try_job.py | 663 issue_url = '%s/%s' % (server.Config().server_url.strip('/bots'), issue_id)
|
/external/autotest/client/common_lib/cros/tendo/ |
D | buffet_tester.py | 95 server_url=buffet_config.LOCAL_SERVICE_URL, 98 server_url=buffet_config.LOCAL_SERVICE_URL, 101 server_url=buffet_config.LOCAL_SERVICE_URL, 104 server_url=buffet_config.LOCAL_SERVICE_URL, 107 server_url=buffet_config.LOCAL_SERVICE_URL,
|
/external/wpa_supplicant_8/hs20/client/ |
D | spp_client.c | 794 os_free(ctx->server_url); in spp_sub_rem() 795 ctx->server_url = os_strdup(address); in spp_sub_rem() 941 os_free(ctx->server_url); in spp_pol_upd() 942 ctx->server_url = os_strdup(address); in spp_pol_upd() 966 os_free(ctx->server_url); in cmd_prov() 967 ctx->server_url = os_strdup(url); in cmd_prov() 988 os_free(ctx->server_url); in cmd_sim_prov() 989 ctx->server_url = os_strdup(url); in cmd_sim_prov()
|
D | osu_client.h | 39 char *server_url; member
|
D | oma_dm_client.c | 950 os_free(ctx->server_url); in oma_dm_send_recv() 951 ctx->server_url = os_strdup(url); in oma_dm_send_recv()
|
D | osu_client.c | 2750 !ctx->no_osu_cert_validation, ctx->server_url); in osu_cert_cb() 2752 host = get_hostname(ctx->server_url); in osu_cert_cb() 2962 os_free(ctx->server_url); in deinit_ctx()
|
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/html/war/ |
D | index | 12 …ev" href="javascript:%7B%20window.__gwt_bookmarklet_params%20%3D%20%7B'server_url'%3A'http%3A%2F%2…
|
/external/autotest/client/virt/ |
D | virt_utils.py | 1806 server_url = self.config_options['server'] 1808 self.session = koji.ClientSession(server_url,
|