/external/autotest/client/tests/profiler_sync/ |
D | profiler_sync.py | 13 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/ |
D | gethostid01.c | 144 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/ |
D | barrier.py | 8 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/ |
D | mimetools.py | 140 hostid = socket.gethostbyname(socket.gethostname()) 142 hostid = '127.0.0.1' 151 _prefix = hostid + '.' + uid + '.' + pid
|
/external/icu/icu4c/source/common/ |
D | locmap.cpp | 1057 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument 1071 if ((hostid & 0x3FF) != 0x92) { in uprv_convertToPosix() 1076 …tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCA… in uprv_convertToPosix() 1117 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix() 1121 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
D | locmap.h | 33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
|
D | uloc.cpp | 2232 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument 2235 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
|
/external/autotest/server/samples/ |
D | profilertest.srv | 16 "hostid='%s', masterid='%s', all_ids=%s)")
|
/external/u-boot/drivers/nvme/ |
D | nvme.h | 205 __le64 hostid; member
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 2945 for (uint32_t hostid = 0; hostid < 0x500; ++hostid) { in TestBug13554() local 2947 uprv_convertToPosix(hostid, posixID, BUFFER_SIZE, &status); in TestBug13554()
|
/external/toybox/generated/ |
D | newtoys.h | 105 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
|
D | flags.h | 4337 #define TT this.hostid
|