Home
last modified time | relevance | path

Searched refs:hostid (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/tests/profiler_sync/
Dprofiler_sync.py13 hostid, masterid, all_ids): argument
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,
51 b4.rendezvous_servers(masterid, hostid)
/external/ltp/testcases/kernel/syscalls/gethostid/
Dgethostid01.c144 char name[HOSTIDLEN], name2[HOSTIDLEN], hostid[HOSTIDLEN], in main() local
163 sprintf(hostid, "%08lx", TEST_RETURN); in main()
176 if (strstr(hostid, "000000")) in main()
179 if (strcmp(name, hostid) == 0) { in main()
182 "hostid is %s", hostid); in main()
204 if (0 == strncmp(hostid, hex_64, 8)) in main()
212 hostid2[j] = hostid[j + 8]; in main()
214 strncpy(hostid2, hostid, in main()
215 strlen(hostid) + 1); in main()
/external/autotest/client/common_lib/
Dbarrier.py8 def _get_host_from_id(hostid): argument
12 if not hostid.startswith('#'):
13 return hostid.split('#')[0]
138 def __init__(self, hostid, tag, timeout=None, port=None, argument
152 self._hostid = hostid
/external/python/cpython2/Lib/
Dmimetools.py140 hostid = socket.gethostbyname(socket.gethostname())
142 hostid = '127.0.0.1'
151 _prefix = hostid + '.' + uid + '.' + pid
/external/icu/icu4c/source/common/
Dlocmap.c1013 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument
1025 if ((hostid & 0x3FF) != 0x92) { in uprv_convertToPosix()
1029 tmpLen = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)locName, UPRV_LENGTHOF(locName)); in uprv_convertToPosix()
1059 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix()
1063 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Duloc.cpp2165 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument
2168 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
/external/autotest/server/samples/
Dprofilertest.srv16 "hostid='%s', masterid='%s', all_ids=%s)")
/external/toybox/generated/
Dnewtoys.h97 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4119 #define TT this.hostid