Searched refs:framing (Results 1 – 25 of 50) sorted by relevance
12
/external/libogg/src/ |
D | Makefile.in | 60 am_libogg_la_OBJECTS = framing.lo bitwise.lo 66 am_test_framing_OBJECTS = test_framing-framing.$(OBJEXT) 207 libogg_la_SOURCES = framing.c bitwise.c 211 test_framing_SOURCES = framing.c 296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framing.Plo@am__quote@ 298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_framing-framing.Po@am__quote@ 335 test_framing-framing.o: framing.c 336 …framing-framing.o -MD -MP -MF "$(DEPDIR)/test_framing-framing.Tpo" -c -o test_framing-framing.o `t… 340 …t_framing_CFLAGS) $(CFLAGS) -c -o test_framing-framing.o `test -f 'framing.c' || echo '$(srcdir)/'… 342 test_framing-framing.obj: framing.c [all …]
|
D | Makefile.am | 7 libogg_la_SOURCES = framing.c bitwise.c 17 test_framing_SOURCES = framing.c
|
/external/libogg/macosx/Ogg.xcodeproj/ |
D | project.pbxproj | 11 …734FB2E80B18B36F00D561D7 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181… 18 …B638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode… 80 730F236209181A8D00AB638C /* framing.c */, 149 734FB2E80B18B36F00D561D7 /* framing.c in Sources */,
|
/external/protobuf/js/commonjs/ |
D | import_test.js | 48 var framing1 = new proto.jspb.test.framing.FramingMessage([]); 49 var framing2 = new proto.jspb.test.framing.FramingMessage([]);
|
/external/grpc-grpc/doc/ |
D | PROTOCOL-WEB.md | 19 * adopt the same framing as “application/grpc” whenever possible 20 * decouple from HTTP/2 framing which is not, and will never, be directly 50 1. support any HTTP/*, with no dependency on HTTP/2 specific framing 63 Message framing (vs. [http2-transport-mapping](PROTOCOL-HTTP2.md#http2-transport-mapping))
|
D | PROTOCOL-HTTP2.md | 4 …of gRPC carried over <a href="https://tools.ietf.org/html/rfc7540">HTTP2 framing</a>. It assumes f… 141 Sample unary-call showing HTTP2 framing sequence 210 In some cases it is possible that the framing of the message stream has become corrupt and the RPC …
|
/external/mtpd/ |
D | pptp.c | 107 uint32_t framing; member 119 uint32_t framing; member 231 outgoing.sccrq.framing = htonl(3); in pptp_connect() 463 outgoing.ocrq.framing = htonl(3); in pptp_process()
|
/external/libogg/ |
D | Android.bp | 6 "src/framing.c",
|
D | libogg.spec | 65 %doc doc/framing.html
|
D | libogg.spec.in | 65 %doc doc/framing.html
|
D | configure.in | 3 AC_INIT(src/framing.c)
|
/external/libogg/doc/ |
D | Makefile.am | 7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
|
/external/tremolo/ |
D | Android.bp | 12 "Tremolo/framing.c",
|
/external/curl/tests/data/ |
D | test1538 | 51 e16: Error in the HTTP2 framing layer 127 e92: Stream error in the HTTP/2 framing layer
|
/external/protobuf/js/commonjs/test7/ |
D | test7.proto | 36 package jspb.test.framing;
|
/external/libopus/ |
D | README.draft | 54 with simple opus_demo proprietary framing.
|
/external/nanopb-c/docs/ |
D | concepts.rst | 384 Message framing 386 Protocol Buffers does not specify a method of framing the messages for transmission. 388 solution. Typical needs for a framing format are to: 398 Nanopb provides a few helpers to facilitate implementing framing formats:
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | concepts.rst | 359 Message framing 361 Protocol Buffers does not specify a method of framing the messages for transmission. 363 solution. Typical needs for a framing format are to: 373 Nanopb provides a few helpers to facilitate implementing framing formats:
|
/external/lz4/examples/ |
D | streaming_api_basics.md | 9 It guarantees interoperability with other LZ4 framing format compliant tools/libraries
|
/external/libogg/win32/VS6/ |
D | ogg_static.dsp | 92 SOURCE=..\..\src\framing.c
|
D | ogg_dynamic.dsp | 100 SOURCE=..\..\src\framing.c
|
/external/ukey2/ |
D | README.md | 155 …hat would be sent if the cipher were selected (the serialized, including framing, raw bytes of the… 262 Let `M_1` = the serialized (including framing) raw bytes of the first message sent by 265 Let `M_2` = the serialized (including framing) raw bytes of the first message sent by
|
/external/curl/docs/cmdline-opts/ |
D | page-footer | 102 HTTP/2 error. A problem was detected in the HTTP2 framing layer. This is 245 Stream error in HTTP/2 framing layer.
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 622 int framing; /* True when framing is enabled, proto >= 4 */ member 954 if (!self->framing || self->frame_start == -1) in _Pickler_CommitFrame() 1009 if (!self->framing || self->frame_start == -1) { in _Pickler_OpcodeBoundary() 1044 need_new_frame = (self->framing && self->frame_start == -1); in _Pickler_Write() 1100 self->framing = 0; in _Pickler_New() 2141 int framing = self->framing; in _Pickler_write_bytes() local 2150 self->framing = 0; in _Pickler_write_bytes() 2195 self->framing = framing; in _Pickler_write_bytes() 4157 self->framing = 1; in dump() 4164 self->framing = 0; in dump()
|
/external/libxml2/doc/ |
D | docdescr.doc | 78 which have navigation framing, are generated from this step
|
12