Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 25 of 206) sorted by relevance

123456789

/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc126 virtual size_t ReadBytes(AsyncStreamingDecoder* streaming,
131 AsyncStreamingDecoder* streaming) = 0;
254 AsyncStreamingDecoder* streaming, base::Vector<const uint8_t> bytes) { in ReadBytes() argument
381 size_t ReadBytes(AsyncStreamingDecoder* streaming,
385 AsyncStreamingDecoder* streaming) override;
388 AsyncStreamingDecoder* streaming) = 0;
407 AsyncStreamingDecoder* streaming) override;
427 AsyncStreamingDecoder* streaming) override;
443 AsyncStreamingDecoder* streaming) override;
459 AsyncStreamingDecoder* streaming) override;
[all …]
/third_party/rust/crates/nom/src/bytes/
Dtests.rs2 use crate::character::streaming::{
19 use crate::bytes::streaming::is_a; in is_a()
43 use crate::bytes::streaming::is_not; in is_not()
72 use crate::character::streaming::one_of; in escaping()
107 use crate::character::streaming::one_of;
278 use crate::bytes::streaming::take_until;
289 use crate::bytes::streaming::take_until;
298 use crate::bytes::streaming::{tag, take};
355 use crate::bytes::streaming::take_while;
373 use crate::bytes::streaming::take_while1;
[all …]
Dmod.rs4 pub mod streaming; module
/third_party/skia/third_party/externals/angle2/doc/
DBufferImplementation.md6 the data into global vertex and index buffers. This streaming buffer
13 GL\_STREAM\_DRAW and GL\_DYNAMIC\_DRAW use the streaming buffer implementation.
16 a draw call, it falls back to the streaming buffer implementation, because
18 updating streaming ones (more on this later).
26 The streaming buffers implementation uses one Context-global vertex buffer
29 IndexDataManager::mStreamingBufferInt). The streaming behavior is achieved by
35 When the end of these streaming buffers is reached, they are 'recycled' by
52 buffer is invalidated (deleted) and the streaming buffer implementation is used
55 typical, and even when in some cases it falls back to the streaming buffer
62 size though, and can't be changed afterwards (streaming buffers can grow to
[all …]
/third_party/rust/crates/nom/tests/
Dissues.rs25 character::streaming::{digit1 as digit, space1 as space},
68 use nom::number::streaming::be_u16; in usize_length_bytes_issue()
74 use nom::bytes::streaming::take_till; in take_till_issue()
86 use nom::character::streaming::{line_ending, not_line_ending}; in issue_655()
111 use nom::bytes::streaming::tag;
114 use nom::{error::Error, number::streaming::be_f64, Err, IResult};
141 use nom::bytes::streaming::take; in issue_848_overflow_incomplete_bits_to_bytes()
Doverflow.rs4 use nom::bytes::streaming::take;
8 use nom::number::streaming::be_u64;
122 use nom::number::streaming::be_u8; in overflow_incomplete_length_count()
Dcustom_errors.rs3 use nom::bytes::streaming::tag;
4 use nom::character::streaming::digit1 as digit;
/third_party/node/src/
Dnode_wasm_web_api.cc61 Environment* env, std::shared_ptr<WasmStreaming> streaming) { in Create() argument
68 CHECK(streaming); in Create()
72 ptr->streaming_ = streaming; in Create()
159 std::shared_ptr<WasmStreaming> streaming = in StartStreamingCompilation() local
163 if (!WasmStreamingObject::Create(env, streaming).ToLocal(&obj)) { in StartStreamingCompilation()
/third_party/parse5/docs/
Dlist-of-packages.md5 …github.com/inikulin/parse5/tree/master/packages/parse5-parser-stream) - streaming HTML parser with…
7 …://github.com/inikulin/parse5/tree/master/packages/parse5-sax-parser) - streaming SAX-style HTML p…
8 …b.com/inikulin/parse5/tree/master/packages/parse5-html-rewriting-stream) - streaming HTML rewriter.
/third_party/rust/crates/nom/src/
Dstr.rs40 use crate::bytes::streaming::tag; in tagtr_incomplete()
138 use crate::bytes::streaming::take; in take_s_incomplete()
161 use crate::bytes::streaming::take_while; in take_while()
179 use crate::bytes::streaming::take_while1; in take_while1()
401 use crate::bytes::streaming::take_until; in take_until_incomplete()
487 use crate::bytes::streaming::take_until; in take_until_error()
/third_party/skia/third_party/externals/oboe/samples/iolib/
DREADME.md6 (Oboe) **iolib** contains classes implementing streaming audio playback and mixing from multiple so…
14 Contains classes to support streaming playback from (potentially) multiple audio sources.
35 * Logic for handling streaming restart on error (i.e. playback device changes)
/third_party/rust/crates/nom/src/combinator/
Dtests.rs3 use crate::bytes::streaming::tag;
113 crate::character::streaming::alphanumeric1(input) in custom_error()
174 verify(crate::number::streaming::be_u32, |val: &u32| *val < 3)(i) in test_verify_ref()
252 use crate::bytes::streaming::take; in verify_test()
/third_party/openssl/doc/man3/
DSMIME_write_CMS.pod19 B<CMS_ContentInfo> structure. If streaming is enabled then the content must be
33 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only
41 If streaming is performed the content is output in BER format using indefinite
DSMIME_write_PKCS7.pod19 structure. If streaming is enabled then the content must be supplied in the
34 If the B<PKCS7_STREAM> flag is set streaming is performed. This flag should
42 If streaming is performed the content is output in BER format using indefinite
DCMS_final.pod25 should only be used when streaming is not performed because the streaming
DSMIME_write_ASN1.pod27 structure (either CMS_ContentInfo or PKCS7). If streaming is enabled then the
50 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only
58 If streaming is performed the content is output in BER format using indefinite
DOSSL_HTTP_REQ_CTX.pod96 expected as the response content and input streaming is disabled. This means
101 be used directly to read the response contents, which may support streaming.
122 the ASN.1 template I<it> to do the encoding (which does not support streaming).
145 This memory BIO does not support streaming.
147 which may support streaming.
157 its contents can be read via this BIO, which does not support streaming.
/third_party/mesa3d/src/broadcom/ci/
Dv3d-rpi4-skips.txt2 spec@!opengl 1.1@streaming-texture-leak
22 spec@!opengl 1.1@streaming-texture-leak
/third_party/mbedtls/tests/suites/
Dtest_suite_chacha20.function36 * Test the streaming API
51 * Test the streaming API again, piecewise
Dtest_suite_poly1305.function29 * Test the streaming API
43 * Test the streaming API again, piecewise
/third_party/node/doc/contributing/
Dstreaming-to-youtube.md17 Include a short reason why access is needed(for example streaming
46 ## Live streaming a meeting
61 necessary privilege for live streaming". Copying the link from the default
97 This should say online when you are streaming, and usually be green.
/third_party/ffmpeg/libavformat/
Ddashenc.c180 int streaming; member
657 if (c->streaming && os->availability_time_offset) in output_segment_list()
661 if (c->streaming && os->availability_time_offset && !final) in output_segment_list()
1400 if (c->lhls && !c->streaming) { in dash_init()
1402 c->streaming = 1; in dash_init()
1410 if (c->ldash && !c->streaming) { in dash_init()
1412 c->streaming = 1; in dash_init()
1415 if (c->target_latency && !c->streaming) { in dash_init()
1425 if (c->global_sidx && c->streaming) { in dash_init()
1429 if (c->frag_type == FRAG_TYPE_NONE && c->streaming) { in dash_init()
[all …]
/third_party/rust/crates/nom/doc/
Dupgrading_to_nom_5.md67 solve issues with streaming parsers.
69 A core feature of nom is its support for streaming parsers: When you are
77 entirely loaded in memory, so handling the streaming case gets annoying.
89 In nom 5, those types were removed, and instead we have *streaming* and *complete*
93 have been rewritten to use the *streaming* version.
/third_party/rust/crates/nom/examples/
Dstring.rs15 use nom::bytes::streaming::{is_not, take_while_m_n};
16 use nom::character::streaming::{char, multispace1};
/third_party/rust/crates/nom/src/bits/
Dmod.rs5 pub mod streaming; module
116 use crate::bits::streaming::take;

123456789