HomeSort by relevance Sort by last modified time
    Searched defs:Stream (Results 51 - 60 of 60) sorted by null

1 23

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 54 from mod_pywebsocket._stream_hybi import Stream
647 class _LogicalStream(Stream):
648 """Mimics the Stream class. This class interprets multiplexed WebSocket
663 # Physical stream is responsible for masking.
667 Stream.__init__(self, request, stream_options)
753 """Override Stream.send_message."""
772 """Overrides Stream._receive_frame.
774 In addition to call Stream._receive_frame, this method adds the amount
776 We need to do it here because Stream.receive_message() handles
780 opcode, payload, fin, rsv1, rsv2, rsv3 = Stream._receive_frame(self
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 55 from mod_pywebsocket._stream_hybi import Stream
808 class _LogicalStream(Stream):
809 """Mimics the Stream class. This class interprets multiplexed WebSocket
823 # Physical stream is responsible for masking.
825 Stream.__init__(self, request, stream_options)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 106 // Add a stream with MediaType type and id.
126 struct Stream {
127 Stream(MediaType type,
137 typedef std::vector<Stream> Streams;
221 void AddStream(const StreamParams& stream) {
222 streams_.push_back(stream);
399 // even if |options| don't include a Stream. This is needed to support legacy
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.h 178 unsigned int Stream;
  /external/clang/include/clang/Serialization/
ASTWriter.h 88 /// output stream, plus those deserialized from a chained PCH.
92 /// stored in the stream, the ID number is shifted by 2 bits to
101 llvm::BitstreamWriter &Stream;
164 /// the output stream, as well as those deserialized from a chained PCH.
199 /// output stream, plus those deserialized from a chained PCH.
203 /// stored in the stream, the ID number is shifted by 2 bits to
220 /// the output stream.
485 ASTWriter(llvm::BitstreamWriter &Stream);
752 llvm::BitstreamWriter Stream;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 218 Stream,
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.h 178 unsigned int Stream;
  /external/clang/lib/Frontend/
ASTUnit.cpp 186 llvm::BitstreamWriter Stream;
189 ASTWriterData() : Stream(Buffer), Writer(Stream) { }
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 836 // the stream. This cursor will be used to read the contents of the
839 SLocEntryCursor = F.Stream;
841 // The stream itself is going to skip over the source manager block.
842 if (F.Stream.SkipBlock()) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1015 milliseconds

1 23