OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_connection
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m
25
static Frob*
_connection
= ((void *)0);
36
_connection
= (Frob *) -1;
/external/chromium_org/sync/tools/testserver/
xmppserver.py
251
self.
_connection
= connection
291
self.
_connection
.SendData(stream_data)
315
self.
_connection
.HandshakeDone(self._jid)
319
self.
_connection
.SendStanza(self._AUTH_STANZA, False)
326
self.
_connection
.SendStanza(self._AUTH_SUCCESS_STANZA, False)
329
self.
_connection
.SendStanza(self._AUTH_FAILURE_STANZA, False)
334
self.
_connection
.SendStanza(self._BIND_STANZA, False)
348
self.
_connection
.SendStanza(response)
356
self.
_connection
.SendStanza(xml)
/external/chromium_org/tools/telemetry/third_party/davclient/
davclient.py
79
self.
_connection
= httplib.HTTPConnection(self._url[1])
81
self.
_connection
= httplib.HTTPSConnection(self._url[1])
85
self.
_connection
.request(method, path, body, headers)
87
self.response = self.
_connection
.getresponse()
/external/chromium/net/tools/testserver/
xmppserver.py
247
self.
_connection
= connection
286
self.
_connection
.SendData(stream_data)
310
self.
_connection
.SendStanza(self._AUTH_STANZA, False)
316
self.
_connection
.SendStanza(self._AUTH_SUCCESS_STANZA, False)
321
self.
_connection
.SendStanza(self._BIND_STANZA, False)
335
self.
_connection
.SendStanza(response)
343
self.
_connection
.SendStanza(xml)
345
self.
_connection
.HandshakeDone(self._jid)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py
395
self.
_connection
= connection
403
return self.
_connection
.remote_addr
436
read_data = self.
_connection
.read(1)
443
self.
_connection
.write(self._deflater.compress_and_flush(bytes))
standalone.py
252
self.
_connection
= connection
255
if name in ('
_connection
', 'makefile'):
257
return self.
_connection
.__getattribute__(name)
260
if name in ('
_connection
', 'makefile'):
262
return self.
_connection
.__setattr__(name, value)
265
return socket._fileobject(self.
_connection
, mode, bufsize)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py
[
all
...]
/external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py
256
self.
_connection
= connection
259
if name in ('
_connection
', 'makefile'):
261
return self.
_connection
.__getattribute__(name)
264
if name in ('
_connection
', 'makefile'):
266
return self.
_connection
.__setattr__(name, value)
269
return socket._fileobject(self.
_connection
, mode, bufsize)
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
dls.h
146
typedef struct
_CONNECTION
{
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py
289
self.
_connection
since it's immutable.
292
_OVERRIDDEN_ATTRIBUTES = ['
_connection
', 'makefile', 'shutdown', 'recv']
295
self.
_connection
= connection
300
return self.
_connection
.__getattribute__(name)
305
return self.
_connection
.__setattr__(name, value)
311
self.
_connection
.shutdown()
318
return self.
_connection
.recv(bufsize)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 596 milliseconds