/external/autotest/client/common_lib/cros/ |
D | avahi_utils.py | 25 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument 64 def avahi_ping(host=None): argument 83 def avahi_start(config_file=None, host=None): argument 108 def avahi_stop(ignore_status=False, host=None): argument 119 def avahi_start_on_iface(iface, host=None): argument 134 def avahi_get_hostname(host=None): argument 147 def avahi_get_domain_name(host=None): argument 160 def avahi_browse(host=None, ignore_local=True): argument
|
/external/autotest/server/ |
D | crashcollect.py | 21 def get_crashdumps(host, test_start_time): argument 26 def get_crashinfo(host, test_start_time): argument 68 def wait_for_machine_to_recover(host, hours_to_wait=HOURS_TO_WAIT): argument 93 def get_crashinfo_dir(host, dir_prefix): argument 112 def collect_log_file(host, log_path, dest_path, use_tmp=False): argument 141 def collect_command(host, command, dest_path): argument 165 def collect_uncollected_logs(host): argument 183 def collect_messages(host): argument
|
D | afe_utils.py | 19 def host_in_lab(host): argument 36 def get_build(host): argument 51 def get_board(host): argument 65 def clear_version_labels(host): argument 82 def add_version_label(host, image_name): argument 94 def machine_install_and_update_labels(host, *args, **dargs): argument
|
D | autotest.py | 72 def __init__(self, host=None): argument 90 def get_client_autodir_paths(cls, host): argument 96 def get_installed_autodir(cls, host): argument 121 def get_install_dir(cls, host): argument 140 def _find_installable_dir(cls, host): argument 166 def install(self, host=None, autodir=None, use_packaging=True): argument 170 def install_full_client(self, host=None, autodir=None): argument 175 def install_no_autoserv(self, host=None, autodir=None): argument 179 def _install_using_packaging(self, host, autodir): argument 201 def _install_using_send_file(self, host, autodir): argument [all …]
|
D | test.py | 140 def _pull_pickle(self, host, outputdir): argument 149 def _push_pickle(self, host, outputdir): argument 159 def _pull_sysinfo_keyval(self, host, outputdir, mytest): argument 176 def before_hook(self, mytest, host, at, outputdir): argument 186 def before_iteration_hook(self, mytest, host, at, outputdir): argument 202 def after_iteration_hook(self, mytest, host, at, outputdir): argument 217 def after_hook(self, mytest, host, at, outputdir): argument
|
D | profilers.py | 109 def _get_hosts(self, host=None): argument 137 def _get_failure_logs(self, autodir, test, host): argument 160 def _get_profiler_logs(self, autodir, test, host): argument 210 def before_start(self, test, host=None): argument 217 def start(self, test, host=None): argument 244 def report(self, test, host=None): argument 263 def handle_reboot(self, host): argument
|
D | site_crashcollect.py | 126 def fetch_orphaned_crashdumps(host, host_resultdir): argument 142 def get_site_crashdumps(host, test_start_time): argument 185 def find_package_of(host, exec_name): argument 264 def report_bug_from_crash(host, minidump_path): argument
|
/external/autotest/server/site_tests/power_BatteryStateOnResume/ |
D | power_BatteryStateOnResume.py | 29 def initialize(self, host, client_ip, cmdline_args): argument 47 def run_once(self, host): argument 56 def unplug_ac_on_suspend(self, host): argument 65 def plug_ac_on_suspend(self, host): argument 81 def loggedin(self, host): argument 95 def test_charge_state(self, host): argument 102 def test_discharge_state(self, host): argument 110 def get_bat_status(self, host): argument
|
/external/autotest/server/site_tests/power_DarkResumeDisplay/ |
D | power_DarkResumeDisplay.py | 23 def initialize(self, host): argument 28 def verify_host_supports_test(self, host): argument 47 def get_crtc_error_count(self, host): argument 69 def run_once(self, host=None): argument 117 def cleanup(self, host): argument
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Scenario.java | 38 private Host host; field in Scenario 56 public Host host() { in host() method in Scenario 106 private Host host; field in Scenario.Builder 110 public Builder host(Host.Builder hostBuilder) { in host() method in Scenario.Builder 114 public Builder host(Host host) { in host() method in Scenario.Builder
|
/external/autotest/site_utils/deploy_autotest/ |
D | lab_deploy_helper.py | 46 def devserver_restart(host): argument 55 def devserver_sync(host): argument 64 def autotest_restart(host): argument 73 def autotest_sync(host): argument
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 69 String host = "new host"; in test03() local 72 assertEquals(e.getPeerHost(), host); in test03() local 92 String host = "new host"; in testWrap01() local 120 String host = "new host"; in testWrap02() local 153 String host = "new host"; in testWrap03() local 183 String host = "new host"; in testWrap04() local 199 String host = "new host"; in testWrap05() local 224 String host = "new host"; in testUnwrap01() local 252 String host = "new host"; in testUnwrap02() local 314 String host = "new host"; in testUnwrap04() local [all …]
|
/external/clang/ |
D | update-prebuilts.py | 57 def host_to_build_host(host): argument 69 def build_name(host): argument 82 def package_name(build_number, host): argument 91 def download_build(host, build_number, download_dir): argument 118 def update_clang(host, build_number, use_current_branch, download_dir, bug): argument
|
D | build.py | 108 def package_toolchain(build_dir, build_name, host, dist_dir): argument 134 def install_toolchain(build_dir, install_dir, host): argument 146 def install_built_host_files(build_dir, install_dir, host): argument 247 def install_headers(build_dir, install_dir, host): argument 278 def install_profile_rt(build_dir, install_dir, host): argument 309 def install_host_profile_rt(build_dir, host, lib_dir): argument 324 def install_sanitizers(build_dir, install_dir, host): argument 350 def install_host_sanitizers(build_dir, host, lib_dst): argument
|
/external/autotest/client/cros/chameleon/ |
D | audio_test_utils.py | 83 def _get_board_name(host): argument 94 def correction_plug_unplug_for_audio(host, port): argument 117 def has_internal_speaker(host): argument 132 def has_internal_microphone(host): argument 147 def suspend_resume(host, suspend_time_secs, resume_network_timeout_secs=50): argument 170 def dump_cros_audio_logs(host, audio_facade, directory, suffix=''): argument
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | ClientSessionContext.java | 51 String host = session.getPeerHost(); in sessionRemoved() local 69 public SSLSession getSession(String host, int port) { in getSession() 104 String host = session.getPeerHost(); in putSession() local 125 final String host; field in ClientSessionContext.HostAndPort 128 HostAndPort(String host, int port) { in HostAndPort()
|
/external/guava/guava/src/com/google/common/net/ |
D | HostAndPort.java | 72 private final String host; field in HostAndPort 80 private HostAndPort(String host, int port, boolean hasBracketlessColons) { in HostAndPort() 133 public static HostAndPort fromParts(String host, int port) { in fromParts() 151 public static HostAndPort fromHost(String host) { in fromHost() 169 String host; in fromString() local 223 String host = hostPortString.substring(1, closeBracketIndex); in getHostAndPortFromBracketedHost() local
|
/external/autotest/server/site_tests/platform_Vpd/ |
D | platform_Vpd.py | 39 def get_stat(self, host, path): argument 57 def file_exists(self, host, path): argument 68 def is_symlink(self, host, path): argument 79 def run_once(self, host): argument
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | DelegatingSSLSocketFactory.java | 45 public SSLSocket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 51 public SSLSocket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket() 58 public SSLSocket createSocket(InetAddress host, int port) throws IOException { in createSocket() 64 public SSLSocket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket() 81 public SSLSocket createSocket(Socket socket, String host, int port, boolean autoClose) in createSocket()
|
D | DelegatingSocketFactory.java | 43 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 49 public Socket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket() 56 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() 62 public Socket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket()
|
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/ |
D | brillo_RecoverFromBadImage.py | 25 def resolve_slot(self, host, partition): argument 72 def find_partition_device(self, host, partition): argument 96 def get_device_block_info(self, host, device): argument 118 def run_once(self, host=None, image_file=None, partition=_DEFAULT_PART_NAME, argument
|
/external/apache-http/android/src/android/net/http/ |
D | RequestQueue.java | 153 ConnectionThread getThread(HttpHost host) { in getThread() 166 public Connection getConnection(Context context, HttpHost host) { in getConnection() 260 String host = Proxy.getHost(mContext); in setProxyConfig() local 352 public Request getRequest(HttpHost host) { in getRequest() 355 public boolean haveRequest(HttpHost host) { in haveRequest() 371 HttpHost host = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme()); in queueSynchronousRequest() local 390 private HttpHost determineHost(HttpHost host) { in determineHost() 456 public synchronized Request getRequest(HttpHost host) { in getRequest() 473 public synchronized boolean haveRequest(HttpHost host) { in haveRequest() 492 HttpHost host = request.mProxyHost == null ? request.mHost : request.mProxyHost; in queueRequest() local [all …]
|
/external/autotest/server/site_tests/power_ChargeStatus/ |
D | power_ChargeStatus.py | 23 def initialize(self, host, cmdline_args): argument 38 def run_once(self, host): argument 76 def get_ac_status(self, host): argument 83 def get_bat_status(self, host): argument
|
/external/autotest/client/common_lib/cros/tendo/ |
D | webservd_helper.py | 8 def run_and_check_result(host, command): argument 22 def webservd_is_installed(host=None): argument 32 def webservd_is_running(host=None, startup_timeout_seconds=5): argument
|
/external/autotest/server/site_tests/buffet_WebServerSanity/ |
D | buffet_WebServerSanity.py | 14 def warmup(self, host): argument 19 def cleanup(self, host): argument 23 def run_once(self, host): argument
|