OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServerConnection
(Results
1 - 3
of
3
) 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
();
/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 233 milliseconds