Home
last modified time | relevance | path

Searched refs:framing (Results 1 – 25 of 50) sorted by relevance

12

/external/libogg/src/
DMakefile.in60 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 …]
DMakefile.am7 libogg_la_SOURCES = framing.c bitwise.c
17 test_framing_SOURCES = framing.c
/external/libogg/macosx/Ogg.xcodeproj/
Dproject.pbxproj11 …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/
Dimport_test.js48 var framing1 = new proto.jspb.test.framing.FramingMessage([]);
49 var framing2 = new proto.jspb.test.framing.FramingMessage([]);
/external/grpc-grpc/doc/
DPROTOCOL-WEB.md19 * 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))
DPROTOCOL-HTTP2.md4 …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/
Dpptp.c107 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/
DAndroid.bp6 "src/framing.c",
Dlibogg.spec65 %doc doc/framing.html
Dlibogg.spec.in65 %doc doc/framing.html
Dconfigure.in3 AC_INIT(src/framing.c)
/external/libogg/doc/
DMakefile.am7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
/external/tremolo/
DAndroid.bp12 "Tremolo/framing.c",
/external/curl/tests/data/
Dtest153851 e16: Error in the HTTP2 framing layer
127 e92: Stream error in the HTTP/2 framing layer
/external/protobuf/js/commonjs/test7/
Dtest7.proto36 package jspb.test.framing;
/external/libopus/
DREADME.draft54 with simple opus_demo proprietary framing.
/external/nanopb-c/docs/
Dconcepts.rst384 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/
Dconcepts.rst359 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/
Dstreaming_api_basics.md9 It guarantees interoperability with other LZ4 framing format compliant tools/libraries
/external/libogg/win32/VS6/
Dogg_static.dsp92 SOURCE=..\..\src\framing.c
Dogg_dynamic.dsp100 SOURCE=..\..\src\framing.c
/external/ukey2/
DREADME.md155 …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/
Dpage-footer102 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.c622 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/
Ddocdescr.doc78 which have navigation framing, are generated from this step

12