HomeSort by relevance Sort by last modified time
    Searched refs:StreamBase (Results 1 - 8 of 8) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
ctor2.cpp 17 struct StreamBase
19 virtual ~StreamBase() {}
22 struct Stream : public virtual VBase, public StreamBase
  /ndk/tests/device/test-stlport_static-exception/jni/
ctor2.cpp 17 struct StreamBase
19 virtual ~StreamBase() {}
22 struct Stream : public virtual VBase, public StreamBase
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hixie75.py 43 from mod_pywebsocket._stream_base import StreamBase
48 class StreamHixie75(StreamBase):
63 StreamBase.__init__(self, request)
_stream_base.py 90 class StreamBase(object):
_stream_hybi.py 51 from mod_pywebsocket._stream_base import StreamBase
411 class Stream(StreamBase):
423 StreamBase.__init__(self, request)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hixie75.py 44 from mod_pywebsocket._stream_base import StreamBase
49 class StreamHixie75(StreamBase):
64 StreamBase.__init__(self, request)
_stream_base.py 92 class StreamBase(object):
_stream_hybi.py 51 from mod_pywebsocket._stream_base import StreamBase
405 class Stream(StreamBase):
417 StreamBase.__init__(self, request)

Completed in 355 milliseconds