Searched refs:hostid (Results 1 – 9 of 9) sorted by relevance
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
D | test_resourcerecordsets.py | 46 for hostid in range(hosts): 47 rec = "test" + str(hostid) + ".%s" % self.base_domain 49 ip = '192.168.0.' + str(hostid) 53 if (hostid + 1) % 100 == 0: 73 for hostid in range(hosts): 74 rec = "test" + str(hostid) + ".%s" % self.base_domain 76 ip = '192.168.0.' + str(hostid) 80 if (hostid + 1) % 100 == 0:
|
/external/autotest/client/common_lib/ |
D | base_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/icu/icu4c/source/common/ |
D | locmap.h | 31 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
|
D | locmap.c | 980 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument 991 … tmpLen = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)locName, sizeof(locName)/sizeof(locName[0])); in uprv_convertToPosix() 1019 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix() 1023 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
D | uloc.cpp | 2156 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument 2159 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/toybox/generated/ |
D | newtoys.h | 94 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
|
D | flags.h | 3883 #define TT this.hostid
|