/external/autotest/client/tests/kvm/deps/ |
whql_submission_15.cs | 20 static void FindMachine(IResourcePool rootPool, string machineName) 22 Console.WriteLine("Looking for machine '{0}'", machineName); 28 machine = rootPool.GetResourceByName(machineName); 45 machineName, machine.OperatingSystem, machine.ProcessorArchitecture); 69 static void ResetMachine(IResourcePool rootPool, string machineName, bool wait) 71 Console.WriteLine("Resetting machine '{0}'", machineName); 77 machine = rootPool.GetResourceByName(machineName); 89 Console.WriteLine("Waiting for machine '{0}' to be ready", machineName); 94 machine = rootPool.GetResourceByName(machineName); 102 Console.WriteLine("Machine '{0}' is ready", machineName); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
BuildMachineManager.java | 101 private boolean createNewMarker(String machineName) { 113 out.println(markerKey+"=" + machineName); 124 private boolean inUse(String machineName) { 139 if (properties.containsValue(machineName)){
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
setupapi.h | [all...] |
dhcpssdk.h | 24 CHAR *MachineName;
|
lmdfs.h | 335 NET_API_STATUS WINAPI NetDfsGetStdContainerSecurity(LPWSTR MachineName,SECURITY_INFORMATION SecurityInformation,PSECURITY_DESCRIPTOR *ppSecurityDescriptor,LPDWORD lpcbSecurityDescriptor); 336 NET_API_STATUS WINAPI NetDfsSetStdContainerSecurity(LPWSTR MachineName,SECURITY_INFORMATION SecurityInformation,PSECURITY_DESCRIPTOR pSecurityDescriptor);
|
mswsock.h | 163 WCHAR machineName[256];
|
ntsecpkg.h | 89 typedef NTSTATUS (NTAPI LSA_AP_LOGON_USER_EX)(PLSA_CLIENT_REQUEST ClientRequest,SECURITY_LOGON_TYPE LogonType,PVOID AuthenticationInformation,PVOID ClientAuthenticationBase,ULONG AuthenticationInformationLength,PVOID *ProfileBuffer,PULONG ProfileBufferLength,PLUID LogonId,PNTSTATUS SubStatus,PLSA_TOKEN_INFORMATION_TYPE TokenInformationType,PVOID *TokenInformation,PUNICODE_STRING *AccountName,PUNICODE_STRING *AuthenticatingAuthority,PUNICODE_STRING *MachineName); 559 typedef NTSTATUS (LSA_AP_LOGON_USER_EX2)(PLSA_CLIENT_REQUEST ClientRequest,SECURITY_LOGON_TYPE LogonType,PVOID AuthenticationInformation,PVOID ClientAuthenticationBase,ULONG AuthenticationInformationLength,PVOID *ProfileBuffer,PULONG ProfileBufferLength,PLUID LogonId,PNTSTATUS SubStatus,PLSA_TOKEN_INFORMATION_TYPE TokenInformationType,PVOID *TokenInformation,PUNICODE_STRING *AccountName,PUNICODE_STRING *AuthenticatingAuthority,PUNICODE_STRING *MachineName,PSECPKG_PRIMARY_CRED PrimaryCredentials,PSECPKG_SUPPLEMENTAL_CRED_ARRAY *CachedCredentials); [all...] |
mqoai.h | [all...] |
netmon.h | 493 BYTE MachineName[16]; 532 BYTE MachineName[16]; [all...] |
/external/autotest/tko/ |
machine_aggr.cgi | 51 #get the machine type from machinename
|
/external/wpa_supplicant_8/src/eap_peer/ |
tncc.c | 1177 char *machinename = "wpa_supplicant@w1.fi"; local 1244 /* MS-MachineName */ 1246 wpabuf_put_be16(buf, os_strlen(machinename) + 1); 1247 wpabuf_put_data(buf, machinename, os_strlen(machinename) + 1);
|
/external/llvm/include/llvm/Analysis/ |
BlockFrequencyInfoImpl.h | 523 auto MachineName = "BB" + Twine(BB->getNumber()); 525 return (MachineName + "[" + BB->getName() + "]").str(); 526 return MachineName.str(); [all...] |
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
control.py | 273 # if data_suffix=True, use .machinename.pid.random [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
buildTools.jar | |