Searched refs:Server (Results 1 - 25 of 52) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dlmjoin.h45 NET_API_STATUS WINAPI NetAddAlternateComputerName(LPCWSTR Server,LPCWSTR AlternateName,LPCWSTR DomainAccount,LPCWSTR DomainAccountPassword,ULONG Reserved);
46 NET_API_STATUS WINAPI NetRemoveAlternateComputerName(LPCWSTR Server,LPCWSTR AlternateName,LPCWSTR DomainAccount,LPCWSTR DomainAccountPassword,ULONG Reserved);
47 NET_API_STATUS WINAPI NetSetPrimaryComputerName(LPCWSTR Server,LPCWSTR PrimaryName,LPCWSTR DomainAccount,LPCWSTR DomainAccountPassword,ULONG Reserved);
53 NET_API_STATUS WINAPI NetEnumerateComputerNames(LPCWSTR Server,NET_COMPUTER_NAME_TYPE NameType,ULONG Reserved,PDWORD EntryCount,LPWSTR **ComputerNames);
H A Dstm.h24 IPX_SERVER_ENTRY Server; member in struct:_IPX_SERVICE
H A Ddbgeng.h213 STDMETHOD(ConnectProcessServer)(THIS_ PCSTR RemoteOptions,PULONG64 Server) PURE;
214 STDMETHOD(DisconnectProcessServer)(THIS_ ULONG64 Server) PURE;
215 STDMETHOD(GetRunningProcessSystemIds)(THIS_ ULONG64 Server,PULONG Ids,ULONG Count,PULONG ActualCount) PURE;
216 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
217 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
218 STDMETHOD(AttachProcess)(THIS_ ULONG64 Server,ULONG ProcessId,ULONG AttachFlags) PURE;
219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
220 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
284 STDMETHOD(ConnectProcessServer)(THIS_ PCSTR RemoteOptions,PULONG64 Server) PURE;
285 STDMETHOD(DisconnectProcessServer)(THIS_ ULONG64 Server) PUR
[all...]
H A Ddhcpssdk.h21 DHCP_IP_ADDRESS UNALIGNED *Server; member in struct:_DHCP_SERVER_OPTIONS
H A Dwinevt.h183 LPWSTR Server; member in struct:_EVT_RPC_LOGIN
H A Dasptlb.h110 typedef class Server Server; typedef in typeref:class:Server
112 typedef struct Server Server; typedef in typeref:struct:Server
1050 class Server;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dlmjoin.h45 NET_API_STATUS WINAPI NetAddAlternateComputerName(LPCWSTR Server,LPCWSTR AlternateName,LPCWSTR DomainAccount,LPCWSTR DomainAccountPassword,ULONG Reserved);
46 NET_API_STATUS WINAPI NetRemoveAlternateComputerName(LPCWSTR Server,LPCWSTR AlternateName,LPCWSTR DomainAccount,LPCWSTR DomainAccountPassword,ULONG Reserved);
47 NET_API_STATUS WINAPI NetSetPrimaryComputerName(LPCWSTR Server,LPCWSTR PrimaryName,LPCWSTR DomainAccount,LPCWSTR DomainAccountPassword,ULONG Reserved);
53 NET_API_STATUS WINAPI NetEnumerateComputerNames(LPCWSTR Server,NET_COMPUTER_NAME_TYPE NameType,ULONG Reserved,PDWORD EntryCount,LPWSTR **ComputerNames);
H A Dstm.h24 IPX_SERVER_ENTRY Server; member in struct:_IPX_SERVICE
H A Ddbgeng.h213 STDMETHOD(ConnectProcessServer)(THIS_ PCSTR RemoteOptions,PULONG64 Server) PURE;
214 STDMETHOD(DisconnectProcessServer)(THIS_ ULONG64 Server) PURE;
215 STDMETHOD(GetRunningProcessSystemIds)(THIS_ ULONG64 Server,PULONG Ids,ULONG Count,PULONG ActualCount) PURE;
216 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
217 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
218 STDMETHOD(AttachProcess)(THIS_ ULONG64 Server,ULONG ProcessId,ULONG AttachFlags) PURE;
219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
220 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
284 STDMETHOD(ConnectProcessServer)(THIS_ PCSTR RemoteOptions,PULONG64 Server) PURE;
285 STDMETHOD(DisconnectProcessServer)(THIS_ ULONG64 Server) PUR
[all...]
H A Ddhcpssdk.h21 DHCP_IP_ADDRESS UNALIGNED *Server; member in struct:_DHCP_SERVER_OPTIONS
H A Dwinevt.h183 LPWSTR Server; member in struct:_EVT_RPC_LOGIN
H A Dasptlb.h110 typedef class Server Server; typedef in typeref:class:Server
112 typedef struct Server Server; typedef in typeref:struct:Server
1050 class Server;
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/
H A Dconfig.py898 class Server(threading.Thread): class in function:listen
901 super(Server, self).__init__()
919 return Server(ConfigSocketReceiver, ConfigStreamHandler, port)
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dmanagers.py145 # Server which is run in a process controlled by a manager
148 class Server(object): class in inherits:object
150 Server class which runs in a process controlled by a manager object
471 _Server = Server
492 return Server(self._registry, self._address,
/prebuilts/gdb/linux-x86/lib/python2.7/logging/
H A Dconfig.py898 class Server(threading.Thread): class in function:listen
901 super(Server, self).__init__()
919 return Server(ConfigSocketReceiver, ConfigStreamHandler, port)
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dmanagers.py145 # Server which is run in a process controlled by a manager
148 class Server(object): class in inherits:object
150 Server class which runs in a process controlled by a manager object
471 _Server = Server
492 return Server(self._registry, self._address,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
H A Dconfig.py898 class Server(threading.Thread): class in function:listen
901 super(Server, self).__init__()
919 return Server(ConfigSocketReceiver, ConfigStreamHandler, port)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dmanagers.py145 # Server which is run in a process controlled by a manager
148 class Server(object): class in inherits:object
150 Server class which runs in a process controlled by a manager object
471 _Server = Server
492 return Server(self._registry, self._address,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
H A Dconfig.py898 class Server(threading.Thread): class in function:listen
901 super(Server, self).__init__()
919 return Server(ConfigSocketReceiver, ConfigStreamHandler, port)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dmanagers.py145 # Server which is run in a process controlled by a manager
148 class Server(object): class in inherits:object
150 Server class which runs in a process controlled by a manager object
471 _Server = Server
492 return Server(self._registry, self._address,
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dmaven-settings-3.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/maven/ org/apache/maven/settings/ ...
/prebuilts/misc/common/robolectric/lib/
H A Dmaven-settings-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/plexus/ org/ org/apache/ org/apache/maven/ ...
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
H A Dmaven-settings-2.0.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/plexus/ org/ org/apache/ org/apache/maven/ ...
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
H A Dmaven-settings-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/plexus/ org/ org/apache/ org/apache/maven/ ...
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
H A Dgrpc-core-0.13.2.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/grpc/internal/ io/grpc/internal/package ...

Completed in 1100 milliseconds

123