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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.cpp 18 #include "ServerConnection.h"
24 gl_client_context_t *ServerConnection::s_getGlContext()
33 gl2_client_context_t *ServerConnection::s_getGl2Context()
42 ServerConnection *ServerConnection::s_getServerConnection()
47 ti->serverConn = new ServerConnection();
58 ServerConnection::ServerConnection() :
65 ServerConnection::~ServerConnection()
    [all...]
ServerConnection.h 29 class ServerConnection {
31 ~ServerConnection();
34 static ServerConnection *s_getServerConnection();
41 ServerConnection();
ThreadInfo.h 19 #include "ServerConnection.h"
44 ServerConnection *serverConn;
egl.cpp 32 #include "ServerConnection.h"
214 ServerConnection * connection = ServerConnection::s_getServerConnection();
363 ServerConnection *server;
364 if (s_needEncode && (server = ServerConnection::s_getServerConnection()) != NULL) {
375 ServerConnection *server;
376 if (s_needEncode && (server = ServerConnection::s_getServerConnection()) != NULL) {
387 ServerConnection *server;
388 if (s_needEncode && (server = ServerConnection::s_getServerConnection()) != NULL) {
399 ServerConnection *server
    [all...]
Android.mk 40 ServerConnection.cpp \
  /external/clang/test/CodeGenObjC/
debug-info-block-line.m 59 - (void)serverConnection:(TConnection *)connection getCommand:(NSString *)str
64 // CHECK: define internal void @"__39-[TServer serverConnection:getCommand:]_block_invoke"
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 341 const AtomicString& WebSocketHandshake::serverConnection() const
501 const AtomicString& serverConnection = this->serverConnection();
508 if (serverConnection.isNull()) {
521 if (!equalIgnoringCase(serverConnection, "upgrade")) {
522 m_failureReason = formatHandshakeFailureReason("'Connection' header value is not 'Upgrade': " + serverConnection);
WebSocketHandshake.h 90 const AtomicString& serverConnection() const;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 146 An alternative is to just call ServerConnection.process_once()
165 """Creates and returns a ServerConnection object."""
167 c = ServerConnection(self)
368 class ServerConnection(Connection):
371 ServerConnection objects are instantiated by calling the server
409 Returns the ServerConnection object.
    [all...]

Completed in 920 milliseconds