HomeSort by relevance Sort by last modified time
    Searched full:machinename (Results 1 - 12 of 12) sorted by null

  /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/wpa_supplicant_8/src/eap_peer/
tncc.c 1175 char *machinename = "wpa_supplicant@w1.fi"; local
1242 /* MS-MachineName */
1244 wpabuf_put_be16(buf, os_strlen(machinename) + 1);
1245 wpabuf_put_data(buf, machinename, os_strlen(machinename) + 1);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 500 auto MachineName = "BB" + Twine(BB->getNumber());
502 return (MachineName + "[" + BB->getName() + "]").str();
503 return MachineName.str();
    [all...]
  /frameworks/base/docs/html/tools/devices/
emulator.jd     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 2629 milliseconds