HomeSort by relevance Sort by last modified time
    Searched refs:hostid (Results 1 - 15 of 15) sorted by null

  /external/autotest/client/tests/profiler_sync/
profiler_sync.py 13 hostid, masterid, all_ids):
22 @param hostid: This host's id (typically the hostname).
29 b0 = self.job.barrier(hostid, "sync_profilers", timeout_start,
31 b0.rendezvous_servers(masterid, hostid)
33 b1 = self.job.barrier(hostid, "start_profilers", timeout_start,
35 b1.rendezvous_servers(masterid, hostid)
37 b2 = self.job.barrier(hostid, "local_sync_profilers", timeout_sync)
42 b3 = self.job.barrier(hostid, "stop_profilers", timeout_stop,
44 b3.rendezvous_servers(masterid, hostid)
49 b4 = self.job.barrier(hostid, "finish_profilers", timeout_stop
    [all...]
  /external/ltp/testcases/kernel/syscalls/gethostid/
gethostid01.c 109 * output from hostid command and gethostid()
112 * distros that add "0x" to beginning of `hostid`
144 char name[HOSTIDLEN], name2[HOSTIDLEN], hostid[HOSTIDLEN], local
163 sprintf(hostid, "%08lx", TEST_RETURN);
165 if (system("hostid > hostid.x") == -1)
168 if ((fp = fopen("hostid.x", "r")) == NULL)
176 if (strstr(hostid, "000000"))
179 if (strcmp(name, hostid) == 0) {
181 "Hostid command and gethostid both report
    [all...]
  /external/icu/icu4c/source/common/
locmap.h 31 #define LANGUAGE_LCID(hostID) (uint16_t)(0x03FF & hostID)
33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorCode* status);
locmap.cpp 68 const uint32_t hostID;
91 * @param hostID LCID in host format such as 0x044d
95 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
97 {LANGUAGE_LCID(hostID), #languageID}, /* parent locale */ \
98 {hostID, #posixID}, \
    [all...]
uloc.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
142 hostid = '127.0.0.1'
151 _prefix = hostid + '.' + uid + '.' + pid
  /external/python/cpython2/Lib/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
142 hostid = '127.0.0.1'
151 _prefix = hostid + '.' + uid + '.' + pid
  /external/autotest/client/common_lib/
barrier.py 8 def _get_host_from_id(hostid):
12 if not hostid.startswith('#'):
13 return hostid.split('#')[0]
138 def __init__(self, hostid, tag, timeout=None, port=None,
141 @param hostid: My hostname/IP address + optional tag.
152 self._hostid = hostid
  /external/icu/icu4c/source/test/intltest/
loctest.cpp     [all...]
  /external/u-boot/drivers/nvme/
nvme.h 205 __le64 hostid; member in struct:nvme_reservation_status::__anon47403
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysctl_openbsd_386.go 55 {"kern.hostid", []_C_int{1, 11}},
zsysctl_openbsd_amd64.go 60 {"kern.hostid", []_C_int{1, 11}},
zsysctl_openbsd_arm.go 55 {"kern.hostid", []_C_int{1, 11}},
  /external/toybox/generated/
newtoys.h 105 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
flags.h 1180 // hostid >0
    [all...]

Completed in 612 milliseconds