Home
last modified time | relevance | path

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

1234567891011

/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 …]
/third_party/flutter/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/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/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/gstreamer/gstreamer/docs/random/wtay/
Dthreading56 on the srcpad of the queue, even if that element is streaming the old
71 When setting an element property while streaming, the element does no
74 - No control over streaming.
87 and streaming, the first frame/sample almost always arrives late at the
92 have no control over the streaming threads, they cannot block them or
128 - Introduce the concept of the application and the streaming thread. All data
129 passing is done in the streaming thread. This also means that all operations
130 either are performed in the application thread or streaming thread and that
137 by creating the threads in the element, it is possible to sync the streaming
141 streaming and negotiating elements.
[all …]
/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/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c437 if (wav->streaming) { in gst_wavparse_perform_seek()
616 if (!wav->streaming) { in gst_wavparse_perform_seek()
753 if (wav->streaming) { in gst_waveparse_ignore_chunk()
761 if (wav->streaming) { in gst_waveparse_ignore_chunk()
1116 if (wav->streaming) { in gst_wavparse_stream_headers()
1286 if (wav->streaming) { in gst_wavparse_stream_headers()
1333 if (wav->streaming) { in gst_wavparse_stream_headers()
1360 if (!wav->streaming) { in gst_wavparse_stream_headers()
1384 if (wav->streaming) { in gst_wavparse_stream_headers()
1432 if (wav->streaming) { in gst_wavparse_stream_headers()
[all …]
/third_party/openssl/doc/man3/
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
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
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/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.c363 if (aiff->streaming && !starting) { in gst_aiff_parse_perform_seek()
527 if (!aiff->streaming) { in gst_aiff_parse_perform_seek()
655 if (aiff->streaming) { in gst_aiff_parse_ignore_chunk()
666 if (aiff->streaming) { in gst_aiff_parse_ignore_chunk()
923 if (aiff->streaming) { in gst_aiff_parse_stream_headers()
954 if (aiff->streaming) { in gst_aiff_parse_stream_headers()
1036 if (aiff->streaming) { in gst_aiff_parse_stream_headers()
1076 if (!aiff->streaming) { in gst_aiff_parse_stream_headers()
1082 if (aiff->streaming) { in gst_aiff_parse_stream_headers()
1090 if (aiff->streaming) { in gst_aiff_parse_stream_headers()
[all …]
/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/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.h46 #define GST_V4L2_BUFFER_POOL_IS_STREAMING(obj) (GST_V4L2_BUFFER_POOL (obj)->streaming)
92 gboolean streaming; member
/third_party/mbedtls/tests/suites/
Dtest_suite_chacha20.function35 * Test the streaming API
50 * Test the streaming API again, piecewise
Dtest_suite_poly1305.function29 * Test the streaming API
43 * Test the streaming API again, piecewise
/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/src/bits/
Dmod.rs5 pub mod streaming; module
116 use crate::bits::streaming::take;
/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};

1234567891011