Home
last modified time | relevance | path

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

/external/autotest/client/tests/profiler_sync/
Dprofiler_sync.py13 hostid, mainid, all_ids): argument
29 b0 = self.job.barrier(hostid, "sync_profilers", timeout_start,
31 b0.rendezvous_servers(mainid, hostid)
33 b1 = self.job.barrier(hostid, "start_profilers", timeout_start,
35 b1.rendezvous_servers(mainid, 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(mainid, hostid)
49 b4 = self.job.barrier(hostid, "finish_profilers", timeout_stop,
51 b4.rendezvous_servers(mainid, 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.py9 def _get_host_from_id(hostid): argument
13 if not hostid.startswith('#'):
14 return hostid.split('#')[0]
139 def __init__(self, hostid, tag, timeout=None, port=None, argument
153 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/linux-kselftest/tools/testing/selftests/net/
Dfib_nexthop_multiprefix.sh155 local hostid=$1
158 run_cmd ip -netns h${hostid} li set eth0 mtu ${mtu}
159 run_cmd ip -netns r1 li set eth${hostid} mtu ${mtu}
/external/icu/icu4c/source/common/
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Dlocmap.cpp1052 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument
1068 if ((hostid & 0x3FF) != 0x92) { in uprv_convertToPosix()
1073 …tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCA… in uprv_convertToPosix()
1114 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix()
1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
Duloc.cpp2050 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument
2053 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
/external/icu/libicu/cts_headers/
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
/external/autotest/server/samples/
Dprofilertest.srv16 "hostid='%s', masterid='%s', all_ids=%s)")
/external/llvm-project/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h753 #define __sanitizer_syscall_pre_compat_43_osethostid(hostid) \ argument
754 __sanitizer_syscall_pre_impl_compat_43_osethostid((long long)(hostid))
755 #define __sanitizer_syscall_post_compat_43_osethostid(res, hostid) \ argument
756 __sanitizer_syscall_post_impl_compat_43_osethostid(res, (long long)(hostid))
3408 void __sanitizer_syscall_pre_impl_compat_43_osethostid(long long hostid);
3410 long long hostid);
/external/toybox/android/mac/generated/
Dnewtoys.h117 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4708 #define TT this.hostid
/external/toybox/android/device/generated/
Dnewtoys.h117 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4708 #define TT this.hostid
/external/toybox/android/linux/generated/
Dnewtoys.h117 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4708 #define TT this.hostid
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp5316 for (uint32_t hostid = 0; hostid < 0x500; ++hostid) { in TestBug13554() local
5318 uprv_convertToPosix(hostid, posixID, BUFFER_SIZE, &status); in TestBug13554()