HomeSort by relevance Sort by last modified time
    Searched refs:Server (Results 1 - 25 of 68) sorted by null

1 2 3

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
Server.h 5 * Connection server.
9 * Iterative socket server using UNIX domain stream protocol.
54 class Server: public CThread
59 * Server contructor.
64 Server(
70 * Server destructor.
73 virtual ~Server(
78 * Start server and listen for incoming connections.
79 * Implements the central socket server loop. Incoming connections will be stored.
88 * be handled by the server
    [all...]
NetlinkServer.h 5 * Connection server.
9 * Iterative socket server using Netlink dgram protocol.
49 #include "Server.h"
51 class NetlinkServer: public Server, public NetlinkConnectionManager
55 * Server contructor.
64 * Server destructor.
72 * Start server and listen for incoming connections.
73 * Implements the central socket server loop. Incoming connections will be stored.
83 * be the server's responsability.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AppBridge.java 55 public interface Server {
70 // If server is null, the services are not available.
71 public abstract void setServer(Server server);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Android.mk 3 # MC driver server files
10 SERVER_PATH := Daemon/Server
16 LOCAL_SRC_FILES += $(SERVER_PATH)/Server.cpp \
Server.cpp 5 * Connection server.
35 #include "public/Server.h"
44 Server::Server(
54 void Server::run(
59 LOG_I("Server: start listening on socket %s", socketAddr.c_str());
77 LOG_ERRNO("Binding to server socket failed, because bind");
94 // Select server socket descriptor
112 LOG_V(" Server: waiting on sockets");
126 LOG_W(" Server: select() returned 0, spurious event?.")
    [all...]
NetlinkServer.cpp 5 * Connection server.
51 ): Server(connectionHandler, "dummy")
82 LOG_ERRNO("Binding to server socket failed, because bind");
182 // Shut down the server socket
  /external/nist-sip/java/gov/nist/javax/sip/header/
Server.java 47 public class Server extends SIPHeader implements ServerHeader {
85 public Server() {
126 * $Log: Server.java,v $
NameMap.java 119 putNameMap(SERVER, Server.class.getName()); //21
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 90 class Server;
93 ForwarderThreadInfo(Server* a_server, int a_forwarder_index)
94 : server(a_server),
97 Server* server; member in struct:__anon115::ForwarderThreadInfo
111 class Server {
113 Server()
137 LOG(INFO) << "Server information: " << forward_to_;
174 // 1. Server thread will get a free ForwarderInfo and initialize it;
186 DISALLOW_COPY_AND_ASSIGN(Server);
193 Server* server = thread_info->server; local
257 Server* server = reinterpret_cast<Server*>(arg); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmjoin.h 45 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);
stm.h 24 IPX_SERVER_ENTRY Server;
dbgeng.h 213 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) PURE
    [all...]
dhcpssdk.h 21 DHCP_IP_ADDRESS UNALIGNED *Server;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ServerParser.java 32 * Parser for Server header.
45 * @param server the header to parse
47 public ServerParser(String server) {
48 super(server);
60 * parse the String server
61 * @return SIPHeader (Server object)
68 Server server = new Server(); local
70 headerName(TokenTypes.SERVER);
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketImplTest.java 67 Server server = null; local
70 server = new Server();
74 new InetSocketAddress("localhost", server.getPort()));
78 server.start();
93 while (!server.handshakeStarted()) {
102 server.close();
113 if (server != null) {
115 server.close()
133 Server server = null; local
197 Server server = null; local
264 Server server = null; local
330 Server server = null; local
620 private final ServerSocket server; field in class:SSLSocketImplTest.Server
678 Server server = null; local
797 Server server = null; local
912 Server server = null; local
974 Server server = null; local
1036 Server server = null; local
1098 Server server = null; local
1130 Server server = null; local
1162 Server server = null; local
1194 Server server = null; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
UnixSelectorTest.java 30 static class Server {
34 Server() throws Exception {
64 Server server = new Server(); local
65 SelectionKey mkey0 = server.serverChannel.register(sel0, SelectionKey.OP_ACCEPT);
66 server.serverChannel.register(sel1, SelectionKey.OP_ACCEPT);
71 server.initialize();
74 server.accept();
80 boolean isConnected = socketChannel.connect(server.socket.getLocalSocketAddress())
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 42 ATTRIBUTE MS-Primary-DNS-Server 28 ipaddr Microsoft
43 ATTRIBUTE MS-Secondary-DNS-Server 29 ipaddr Microsoft
44 ATTRIBUTE MS-Primary-NBNS-Server 30 ipaddr Microsoft
45 ATTRIBUTE MS-Secondary-NBNS-Server 31 ipaddr Microsoft
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 13 class Server(object):
14 """A running ChromeDriver server."""
17 """Starts the ChromeDriver server and waits for it to be ready.
35 raise RuntimeError('ChromeDriver server cannot be started')
41 raise RuntimeError('ChromeDriver server did not start')
58 """Returns whether the server is up and running."""
66 """Kills the ChromeDriver server, if it is running."""
  /external/chromium_org/v8/tools/
test-server.py 36 PIDFILE = "/tmp/v8-distributed-testing-server.pid"
44 start Starts the server. Forks to the background.
45 stop Stops the server.
46 restart Stops, then restarts the server.
47 setup Creates or updates the environment for the server to run.
112 # Check out or update the server implementation in the current directory.
114 if os.path.exists(os.path.join(testrunner_dir, "server/daemon.py")):
123 "tools/test-server.py")
142 print("Please stop the server before updating. Exiting.")
153 from testrunner.server import constant
    [all...]
  /external/clang/utils/analyzer/
ubiviz 60 server = xmlrpclib.Server('http://127.0.0.1:20738/RPC2')
61 G = server.ubigraph
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.h 37 #include "Server/public/ConnectionHandler.h"
38 #include "Server/public/Server.h"
125 Server *servers[MAX_SERVERS];
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 6 // a) That a server experiencing overload will actually benefit from the
9 // b) That "well-behaved" clients of a server under DDoS attack actually
118 // Represents a web server in a simulation of a server under attack by
121 class Server : public DiscreteTimeSimulation::Actor {
123 Server(int max_queries_per_tick, double request_drop_ratio)
149 // We pretend the server fails for the next several ticks after it
162 // the server.
169 // queries seen by the server (assuming a front-end reverse proxy
171 // visualize the traffic spike seen by the server when it comes up
    [all...]
  /external/chromium-trace/trace-viewer/
run_dev_server.py 79 if self.server.next_deps_check < current_time:
82 self.server.deps = deps_generator.generate_deps_js()
95 self.server.next_deps_check = current_time + DEPS_CHECK_DELAY
99 self.send_header('Content-Length', len(self.server.deps))
101 self.wfile.write(self.server.deps)
142 class Server(SocketServer.ThreadingMixIn, BaseHTTPServer.HTTPServer):
156 server = Server(('', options.port), Handler)
158 server.serve_forever()
  /external/chromium_org/v8/tools/testrunner/server/
main.py 45 class Server(daemon.Daemon):
49 super(Server, self).__init__(pidfile, stdin, stdout, stderr)
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 23 from http.server import HTTPServer, SimpleHTTPRequestHandler
57 server HOST:PORT DIRECTORY
398 server = xmlrpclib.Server('https://%s:%s' % address)
399 assert server.add(1,2) == 3
400 assert server.pow(2,4) == 16
404 server = xmlrpclib.Server('https://%s:%s' % address, transport)
405 assert server.add(1,2) == 3
406 assert server.pow(2,4) == 1
    [all...]

Completed in 661 milliseconds

1 2 3