HomeSort by relevance Sort by last modified time
    Searched full:host (Results 326 - 350 of 10789) sorted by null

<<11121314151617181920>>

  /external/autotest/scheduler/
host_scheduler.py 8 """Host scheduler.
10 If run as a standalone service, the host scheduler ensures the following:
13 column of a row in the afe_host_queue_entries table, to reflect the host
14 id of a leased host matching the dependencies of the job.
18 In addition to these guarantees, the host scheduler also confirms that no 2
19 active hqes/special tasks are assigned the same host, and sets the leased bit
30 it requires, the host scheduler will try to meet the requirement first,
32 all suites' minimum duts requirement have been fullfilled, the host
43 Restart host scheduler if you manually released a host by settin
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965DomainAttributeHandler.java 83 // MAY NOT be an IP address of a host name
92 * Host A's name domain-matches host B's if
94 * <ul>their host name strings string-compare equal; or</ul>
100 * @param host host name where cookie is received from or being sent to.
102 * @return true if the specified host matches the given domain.
104 public boolean domainMatch(String host, String domain) {
105 boolean match = host.equals(domain)
106 || (domain.startsWith(".") && host.endsWith(domain))
122 String host = origin.getHost().toLowerCase(Locale.ENGLISH); local
186 String host = origin.getHost().toLowerCase(Locale.ENGLISH); local
    [all...]
  /hardware/libhardware/include/hardware/
input.h 416 input_device_identifier_t* (*create_device_identifier)(input_host_t* host,
424 input_device_definition_t* (*create_device_definition)(input_host_t* host);
427 * Allocate either an input report, which the HAL will use to tell the host of incoming input
428 * events, or an output report, which the host will use to tell the HAL of desired state
431 input_report_definition_t* (*create_input_report_definition)(input_host_t* host);
432 input_report_definition_t* (*create_output_report_definition)(input_host_t* host);
437 void (*free_report_definition)(input_host_t* host, input_report_definition_t* report_def);
442 void (*input_device_definition_add_report)(input_host_t* host,
455 void (*input_report_definition_add_collection)(input_host_t* host,
462 void (*input_report_definition_declare_usage_int)(input_host_t* host,
    [all...]
  /external/autotest/server/
rpm_kernel_unittest.py 24 host = self.god.create_mock_class(hosts.RemoteHost, "host")
25 host.bootloader = self.god.create_mock_class(bootloader.Bootloader,
34 host.get_tmp_dir.expect_call().and_return(remote_tmpdir)
41 host.send_file.expect_call(rpm, remote_rpm)
42 host.run.expect_call('rpm -e ' + rpm_package, ignore_status = True)
43 host.run.expect_call('rpm --force -i ' + remote_rpm)
45 host.run.expect_call('cd /;rpm2cpio %s | cpio -imuv ./boot/vmlinux' %
47 host.run.expect_call('ls /boot/vmlinux')
48 host.bootloader.remove_kernel.expect_call('autotest'
    [all...]
  /external/autotest/server/site_tests/display_Resolution/
display_Resolution.py 44 def run_once(self, host, test_mirrored=False, test_suspend_resume=False,
48 if test_lid_close_open and host.servo is None:
49 raise error.TestError('Invalid servo object found on the host.')
50 if test_lid_close_open and not host.get_board_type() == 'CHROMEBOOK':
53 factory = remote_facade_factory.RemoteFacadeFactory(host)
55 chameleon_board = host.chameleon
75 if not edid.is_edid_supported(host, interface, width, height):
81 host.servo.lid_close()
86 boot_id = host.get_boot_id()
87 host.reboot(wait=False
    [all...]
  /external/autotest/server/site_tests/audio_AudioBluetoothConnectionStability/
audio_AudioBluetoothConnectionStability.py 31 self.host, self.audio_facade, self.resultsdir,
35 def run_once(self, host, suspend=False,
38 self.host = host
40 factory = self.create_remote_facade_factory(host)
43 chameleon_board = host.chameleon
47 factory, host)
62 host, self.audio_facade, self.resultsdir, 'after_binding')
64 if audio_test_utils.has_internal_microphone(host):
  /external/autotest/server/site_tests/buffet_PrivetInfo/
buffet_PrivetInfo.py 41 def warmup(self, host):
43 config.restart_with_config(host=host)
46 def cleanup(self, host):
47 buffet_config.naive_restart(host=host)
50 def run_once(self, host):
51 helper = privet_helper.PrivetHelper(host=host)
  /external/curl/tests/data/
test1506 66 Host: %HOSTIP:%HTTPPORT
70 Host: %HOSTIP:%HTTPPORT
74 Host: %HOSTIP:%HTTPPORT
78 Host: %HOSTIP:%HTTPPORT
83 ^Host:.*
86 * Connection #0 to host server1.example.com left intact
87 * Connection #1 to host server2.example.com left intact
88 * Connection #2 to host server3.example.com left intact
90 * Connection #3 to host server4.example.com left intact
test1510 66 Host: %HOSTIP:%HTTPPORT
70 Host: %HOSTIP:%HTTPPORT
74 Host: %HOSTIP:%HTTPPORT
78 Host: %HOSTIP:%HTTPPORT
83 ^Host:.*
86 * Connection #0 to host server1.example.com left intact
87 * Connection #1 to host server2.example.com left intact
88 * Connection #2 to host server3.example.com left intact
90 * Connection #3 to host server4.example.com left intact
test2049 30 Connect to specific host
46 Host: www1.example.com:8081
50 Host: www2.example.com:8082
54 Host: www3.example.com:8083
58 Host: www4.example.com:8084
test73 29 HTTP, receive cookies when using custom Host:, domain using only two dots
32 http://%HOSTIP:%HTTPPORT/we/want/73 -c log/jar73.txt -H "Host: host.NOT_DISCLOSED.se"
43 Host: host.NOT_DISCLOSED.se
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
OverviewAccessibilityDelegate.java 41 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) {
42 super.onInitializeAccessibilityNodeInfo(host, info);
44 Context context = host.getContext();
55 public boolean performAccessibilityAction(View host, int action, Bundle args) {
56 Launcher launcher = Launcher.getLauncher(host.getContext());
61 launcher.onClickWallpaperPicker(host);
64 launcher.onClickAddWidgetButton(host);
67 launcher.onClickSettingsButton(host);
70 return super.performAccessibilityAction(host, action, args);
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 17 echo "usage: source run-tests.sh [--host] [--target] [-h] [--help]" 1>&2
18 echo " --host: run test on the host environment" 1>&2
19 echo " --no-host: skip host test" 1>&2
40 "--host") enable_host_test=yes;;
41 "--no-host") enable_host_test=no;;
51 # Host build is never supported in unbundled (NDK/tapas) build
53 echo "Host build is never supported in tapas build." 1>&2
  /cts/tests/signature/tests/
run_unit_tests.sh 27 HOST=`uname`
28 if [ "$HOST" == "Linux" ]; then
30 elif [ "$HOST" == "Darwin" ]; then
38 JAR_DIR=${ANDROID_BUILD_TOP}/out/host/$OS/framework
47 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class android.signature.cts.tests.AllTests "$@"
  /external/autotest/client/common_lib/cros/
autoupdater_unittest.py 40 update_url, host=self.mox.CreateMockAnything())
43 self.mox.StubOutWithMock(updater.host, 'get_release_version')
44 updater.host.get_release_version().MultipleTimes().AndReturn(
52 self.mox.StubOutWithMock(updater.host, 'get_release_version')
53 updater.host.get_release_version().MultipleTimes().AndReturn(
61 self.mox.StubOutWithMock(updater.host, 'get_release_version')
62 updater.host.get_release_version().MultipleTimes().AndReturn('1111.0.0')
69 self.mox.StubOutWithMock(updater.host, 'get_release_version')
70 updater.host.get_release_version().MultipleTimes().AndReturn(
91 update_url, host=self.mox.CreateMockAnything()
    [all...]
  /external/autotest/server/cros/
dnsname_mangler_unittest.py 12 HOST = 'chromeos1-row1-rack1-host1'
17 HOST_FROM_OUTSIDE_LAB = HOST + '.cros'
29 self.assertEquals(ROUTER, dnsname_mangler.get_router_addr(HOST))
37 self.assertEquals(ATTENUATOR, dnsname_mangler.get_attenuator_addr(HOST))
45 self.assertEquals(TESTER, dnsname_mangler.get_tester_addr(HOST))
  /external/autotest/server/cros/network/
lucid_sleep_test_base.py 22 def initialize(self, host):
23 super(LucidSleepTestBase, self).initialize(host)
24 self._dr_utils = dark_resume_utils.DarkResumeUtils(host)
27 def warmup(self, host, raw_cmdline_args, additional_params=None):
29 host, raw_cmdline_args, additional_params)
  /external/autotest/server/site_tests/provision_AndroidUpdate/
control 16 ab-version label of a host to the desired setting and reimage the host to a
35 host = hosts.create_host(machine, initialize=False)
36 job.run_test('provision_AndroidBuildUpdate', host=host, value=value)
  /external/avahi/avahi-sharp/en/Avahi/
HostAddressArgs.xml 13 <MemberSignature Language="C#" Value="public HostAddressArgs (string host, System.Net.IPAddress address);" />
16 <Parameter Name="host" Type="System.String" />
20 <param name="host">To be added.</param>
26 <Member MemberName="Host">
27 <MemberSignature Language="C#" Value="public string Host { get; };" />
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
https_connection.py 34 def __init__(self, host, cert, reason):
38 host: The hostname the connection was made to.
39 cert: The SSL certificate (as a dictionary) the host returned.
42 self.host = host
47 return ('Host %s returned an invalid certificate (%s): %s' %
48 (self.host, self.reason, self.cert))
52 """Returns a list of valid host globs for an SSL certificate.
57 list: A list of valid host globs.
79 for host in hosts
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
pool.py 20 from typ.host import Host
23 def make_pool(host, jobs, callback, context, pre_fn, post_fn):
26 return _ProcessPool(host, jobs, callback, context, pre_fn, post_fn)
28 return _AsyncPool(host, jobs, callback, context, pre_fn, post_fn)
60 def __init__(self, host, jobs, callback, context, pre_fn, post_fn):
61 self.host = host
72 host.for_mp(), worker_num,
103 if self.host.is_python3: # pragma: python
    [all...]
  /external/junit/
build.gradle 5 host.extendsFrom(hostCompile)
10 host {
41 from sourceSets.host.output
44 classifier "host"
48 host hostJar
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
DefaultSocketFactory.java 32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException {
41 return new Socket(host, port);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/
DefaultSocketFactory.java 32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException {
41 return new Socket(host, port);
  /frameworks/base/tools/layoutlib/.idea/runConfigurations/
Create.xml 6 <option name="PROGRAM_PARAMETERS" value="out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/classes.jar out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar out/host/common/obj/JAVA_LIBRARIES/icu4j-icudata-host-jarjar_intermediates/classes-jarjar.jar out/host/common/obj/JAVA_LIBRARIES/icu4j-icutzdata-host-jarjar_intermediates/classes-jarjar.jar out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar" />

Completed in 1327 milliseconds

<<11121314151617181920>>