Home
last modified time | relevance | path

Searched refs:server_url (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dclient_lib_test.py53 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,
Dcommon_client.py18 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/
Drietveld_service.py48 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)
Dpost_bisect_results_test.py86 server_url='https://test-rietveld.appspot.com',
Dauto_triage.py158 server_url = app_identity.get_default_version_hostname()
159 graphs_url = 'https://%s/group_report?bug_id=%s' % (server_url, bug_id)
Dpost_bisect_results.py110 config.server_url)
Dtesting_common.py69 server_url='https://test-rietveld.appspot.com',
Dstart_try_job_test.py361 server_url='https://test-rietveld.appspot.com')
Dupdate_bug_with_results_test.py171 server_url='https://test-rietveld.appspot.com',
Dstart_try_job.py663 issue_url = '%s/%s' % (server.Config().server_url.strip('/bots'), issue_id)
/external/autotest/client/common_lib/cros/tendo/
Dbuffet_tester.py95 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/
Dspp_client.c794 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()
Dosu_client.h39 char *server_url; member
Doma_dm_client.c950 os_free(ctx->server_url); in oma_dm_send_recv()
951 ctx->server_url = os_strdup(url); in oma_dm_send_recv()
Dosu_client.c2750 !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/
Dindex12 …ev" href="javascript:%7B%20window.__gwt_bookmarklet_params%20%3D%20%7B'server_url'%3A'http%3A%2F%2…
/external/autotest/client/virt/
Dvirt_utils.py1806 server_url = self.config_options['server']
1808 self.session = koji.ClientSession(server_url,