Searched defs:Host (Results 1 - 25 of 26) sorted by relevance

12

/external/autotest/client/common_lib/hosts/
H A D__init__.py10 from base_classes import Host namespace
H A Dbase_classes.py4 This module defines the base classes for the Host hierarchy.
9 Host: a machine on which you can run programs
24 class Host(object): class in inherits:object
38 to super. When overriding methods that are a NOP in Host, the subclass
46 then the method should raise NotImplementedError in Host, and
230 calls to Host.get_boot_id() return the same string if the host did
303 raise error.AutoservShutdownError("Host did not shut down")
309 "Host did not return from reboot")
310 raise error.AutoservRebootError("Host did not return from reboot")
474 # Host machin
[all...]
/external/perfetto/include/perfetto/ipc/
H A Dhost.h39 class Host { class in namespace:perfetto::ipc
43 static std::unique_ptr<Host> CreateInstance(const char* socket_name,
48 static std::unique_ptr<Host> CreateInstance(base::ScopedFile socket_fd,
51 virtual ~Host();
55 // Host instance if ExposeService suceeds and returns true, or immediately
/external/autotest/frontend/client/src/autotest/afe/models/
H A DHost.java7 public class Host extends JSONObject { class in inherits:JSONObject
8 public static Host fromJsonObject(JSONObject object) {
10 Host host = new Host();
17 if (!(other instanceof Host)) {
21 Host otherHost = (Host) other;
/external/autotest/server/hosts/
H A Dbase_classes.py5 This module defines the base classes for the server Host hierarchy.
10 Host: a machine on which you can run programs
24 class Host(hosts.Host): class in inherits:hosts.Host
38 to super. When overriding methods that are a NOP in Host, the subclass
46 then the method should raise NotImplementedError in Host, and
56 super(Host, self).__init__(*args, **dargs)
64 super(Host, self)._initialize(*args, **dargs)
71 super(Host, self).close()
H A D__init__.py12 from base_classes import Host namespace
/external/llvm/unittests/Support/
H A DThreadPool.cpp15 #include "llvm/Support/Host.h"
25 Triple Host; member in class:ThreadPoolTest
32 Triple Host(Triple::normalize(sys::getProcessTriple()));
35 Host.getEnvironment()) != UnsupportedEnvironments.end())
38 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS())
42 if (std::find(UnsupportedArchs.begin(), UnsupportedArchs.end(), Host.getArch())
/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DHost.java39 public final class Host { class
40 static final Host DEFAULT = new Host();
41 private static final Logger logger = Logger.getLogger(Host.class.getName());
47 private Host() { method in class:Host
51 private Host(Builder builder) { method in class:Host
64 } else if (obj instanceof Host) {
65 Host that = (Host) obj;
93 enum HostFunnel implements Funnel<Host> {
[all...]
/external/nist-sip/java/gov/nist/core/
H A DHost.java55 public class Host extends GenericObject { class in inherits:GenericObject
85 public Host() { method in class:Host
94 public Host(String hostName) throws IllegalArgumentException { method in class:Host
108 public Host(String name, int addrType) { method in class:Host
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMeta.h198 struct Host struct in struct:Eigen::internal::is_base_of
208 static const bool value = sizeof(check(Host<B,D>(), int())) == sizeof(yes);
/external/autotest/server/
H A Dfrontend.py529 return [Host(self, h) for h in hosts]
533 """Like get_hosts() but returns hostnames instead of Host objects."""
872 self.host = Host(afe, self.host)
889 self.host = Host(afe, self.host)
896 class Host(RpcObject): class in inherits:RpcObject
/external/v8/samples/
H A Dprocess.cc54 virtual const string& Host() = 0;
514 const string& path = request->Host();
583 virtual const string& Host() { return host_; } function in class:StringHttpRequest
/external/autotest/scheduler/
H A Dscheduler_models.py126 # particular id. This prevents us from creating new Job() and Host()
363 class Host(DBObject): class in inherits:DBObject
447 A comparison function for sorting Host objects by hostname.
749 body += "Host: %s\n" % hostname
782 summary.append("Host: %s Status: %s" %
861 self.host.set_status(models.Host.Status.PENDING)
898 self.host.set_status(models.Host.Status.READY)
903 host=models.Host.objects.get(id=self.host.id),
908 host=models.Host.objects.get(id=self.host.id),
1154 child_entry.host.status = models.Host
[all...]
/external/python/cpython3/Modules/
H A Doverlapped.c976 Py_UNICODE *Host; local
983 if (PyArg_ParseTuple(obj, "uH", &Host, &Port))
986 if (WSAStringToAddressW(Host, AF_INET, NULL, Address, &Length) < 0) {
993 else if (PyArg_ParseTuple(obj, "uHkk", &Host, &Port, &FlowInfo, &ScopeId))
997 if (WSAStringToAddressW(Host, AF_INET6, NULL, Address, &Length) < 0) {
/external/autotest/frontend/afe/
H A Dmodels.py108 only_if_needed: If True, a Host with this label can only be used if that
472 class Host(model_logic.ModelWithInvalid, rdb_model_extensions.AbstractHostModel,
520 super(Host, self).__init__(*args, **kwargs)
561 @param initial_query: a model_logic.QuerySet of Host object, e.g.
563 Host.objects.all(), Host.valid_objects.all().
567 Host.objects.all().filter(query_limit=10)
592 @param initial_query: a list of Host object, e.g.
593 [<Host: 100.107.151.253>, <Host
473 model_logic.ModelWithAttributes): class in inherits:model_logic.ModelWithInvalid, rdb_model_extensions.AbstractHostModel, model_logic.ModelWithAttributes
[all...]
/external/v8/src/debug/
H A Ddebug.js57 Debug.ScriptCompilationType = { Host: 0,
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c307 char Host[16]; variable
773 gethostname(Host, sizeof(Host));
774 if ((cp = strchr(Host, '.')) != NULL)
777 Pattern_Length = sprintf(Pattern, "-:%d:%s:%s*", getpid(), Host, Prog);
781 getpid(), Host, Prog);
1772 wrec.w_hostlen = strlen(Host);
1773 memcpy(wrec.w_host, Host, wrec.w_hostlen);
3290 wrec.w_hostlen = strlen(Host);
3291 memcpy(wrec.w_host, Host, wre
[all...]
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h322 Host, member in class:XFA_AttributeEnum
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h169 kDNSType_HINFO, // 13 Host information
209 kDNSType_HIP = 55, // 55 Host Identity Protocol
760 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
1646 domainname Host; // Discovered result: Target host from SRV record member in struct:ZoneData_struct
1870 domainname MulticastHostname; // Fully Qualified "dot-local" Host Name, e.g. "Foo.local."
2472 // Host domains added prior to specification of the primary interface address and computer name will be deferred until
2686 // -- Host information (HINFO)
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5611 milliseconds

12