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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-libpac/test/js-unittest/
return_empty_string.js 1 function FindProxyForURL(url, host) {
direct.js 1 function FindProxyForURL(url, host) {
return_function.js 1 function FindProxyForURL(url, host) {
return_integer.js 1 function FindProxyForURL(url, host) {
return_null.js 1 function FindProxyForURL(url, host) {
return_undefined.js 1 function FindProxyForURL(url, host) {
return_object.js 1 function FindProxyForURL(url, host) {
unhandled_exception.js 1 function FindProxyForURL(url, host) {
  /external/autotest/server/samples/
parallel.srv 4 host = hosts.create_host(machine)
5 at.run_test('sleeptest', host = host)
reboot.srv 2 host = hosts.create_host(machine)
3 print host.is_up()
4 host.reboot()
info.srv 2 host = hosts.create_host(machine, initialize = False)
3 print 'Uptime: ' + host.check_uptime()
4 print 'Arch: ' + host.get_arch()
5 print 'Kernel ver: ' + host.get_kernel_ver()
6 print 'Kernel cmdline: ' + host.get_cmdline()
uname.srv 3 for host in hosts:
4 print host.hostname
5 print host.run('uname -a').stdout.rstrip()
continuous_reboot.srv 2 host = hosts.create_host(machine)
4 host.reboot()
failtest.srv 2 host = hosts.create_host(machine)
3 at = autotest.Autotest(host)
sleeptest.srv 2 host = hosts.create_host(machine)
3 at = autotest.Autotest(host)
  /external/autotest/frontend/afe/templates/feeds/
job_feed_title.html 1 {{ obj.job.name }} ({{ obj.host.hostname }})
  /external/autotest/server/control_segments/
client_wrapper 5 host = hosts.create_host(machine)
6 host.log_kernel()
7 at.run(control, host=host, use_packaging=use_packaging)
  /external/tcpdump/tests/
msnlb.out 1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82
2 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
  /external/autotest/server/site_tests/platform_CloseOpenLid/
platform_CloseOpenLid.py 9 """Uses servo to send the host to sleep and wake back up.
16 def run_once(self, host):
18 boot_id = host.get_boot_id()
19 host.servo.lid_close()
20 host.test_wait_for_shutdown()
22 host.servo.lid_open()
23 host.servo.pass_devmode()
24 host.test_wait_for_boot(boot_id)
27 boot_id = host.get_boot_id()
28 host.servo.power_long_press(
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/models/
Host.java 7 public class Host extends JSONObject {
8 public static Host fromJsonObject(JSONObject object) {
10 Host host = new Host(); local
11 Utils.updateObject(host, object);
12 return host;
17 if (!(other instanceof Host)) {
21 Host otherHost = (Host) other
    [all...]
  /frameworks/support/compat/ics/android/support/v4/view/
AccessibilityDelegateCompatIcs.java 31 public boolean dispatchPopulateAccessibilityEvent(View host, AccessibilityEvent event);
32 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event);
33 public void onInitializeAccessibilityNodeInfo(View host, Object info);
34 public void onPopulateAccessibilityEvent(View host, AccessibilityEvent event);
35 public boolean onRequestSendAccessibilityEvent(ViewGroup host, View child,
37 public void sendAccessibilityEvent(View host, int eventType);
38 public void sendAccessibilityEventUnchecked(View host, AccessibilityEvent event);
48 public boolean dispatchPopulateAccessibilityEvent(View host, AccessibilityEvent event) {
49 return bridge.dispatchPopulateAccessibilityEvent(host, event);
53 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event)
    [all...]
  /external/autotest/server/
afe_utils.py 19 def host_in_lab(host):
20 """Check if the host is in the lab and an object the AFE knows.
22 This check ensures that autoserv and the host's current job is running
24 case it then verifies the host is registed with the configured AFE
27 @param host: Host object to verify.
29 @returns The host model object.
31 if not host.job or not host.job.in_lab:
33 return AFE.get_hosts(hostname=host.hostname
    [all...]
  /frameworks/support/compat/jellybean/android/support/v4/view/
AccessibilityDelegateCompatJellyBean.java 33 public boolean dispatchPopulateAccessibilityEvent(View host, AccessibilityEvent event);
34 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event);
35 public void onInitializeAccessibilityNodeInfo(View host, Object info);
36 public void onPopulateAccessibilityEvent(View host, AccessibilityEvent event);
37 public boolean onRequestSendAccessibilityEvent(ViewGroup host, View child,
39 public void sendAccessibilityEvent(View host, int eventType);
40 public void sendAccessibilityEventUnchecked(View host, AccessibilityEvent event);
41 public Object getAccessibilityNodeProvider(View host);
42 public boolean performAccessibilityAction(View host, int action, Bundle args);
50 public boolean dispatchPopulateAccessibilityEvent(View host, AccessibilityEvent event)
    [all...]
  /external/iproute2/etc/iproute2/
rt_scopes 6 254 host
  /ndk/
.gitignore 7 /host-tools/

Completed in 227 milliseconds

1 2 3 4 5 6 7 8 91011>>