/third_party/node/deps/v8/src/wasm/ |
D | streaming-decoder.cc | 126 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/ |
D | tests.rs | 2 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 …]
|
D | mod.rs | 4 pub mod streaming; module
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | BufferImplementation.md | 6 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/ |
D | issues.rs | 25 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()
|
D | overflow.rs | 4 use nom::bytes::streaming::take; 8 use nom::number::streaming::be_u64; 122 use nom::number::streaming::be_u8; in overflow_incomplete_length_count()
|
D | custom_errors.rs | 3 use nom::bytes::streaming::tag; 4 use nom::character::streaming::digit1 as digit;
|
/third_party/node/src/ |
D | node_wasm_web_api.cc | 61 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/ |
D | list-of-packages.md | 5 …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/ |
D | str.rs | 40 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/ |
D | README.md | 6 (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/ |
D | tests.rs | 3 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/ |
D | SMIME_write_CMS.pod | 19 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
|
D | SMIME_write_PKCS7.pod | 19 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
|
D | CMS_final.pod | 25 should only be used when streaming is not performed because the streaming
|
D | SMIME_write_ASN1.pod | 27 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
|
D | OSSL_HTTP_REQ_CTX.pod | 96 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/ |
D | v3d-rpi4-skips.txt | 2 spec@!opengl 1.1@streaming-texture-leak 22 spec@!opengl 1.1@streaming-texture-leak
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_chacha20.function | 36 * Test the streaming API 51 * Test the streaming API again, piecewise
|
D | test_suite_poly1305.function | 29 * Test the streaming API 43 * Test the streaming API again, piecewise
|
/third_party/node/doc/contributing/ |
D | streaming-to-youtube.md | 17 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/ |
D | dashenc.c | 180 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/ |
D | upgrading_to_nom_5.md | 67 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/ |
D | string.rs | 15 use nom::bytes::streaming::{is_not, take_while_m_n}; 16 use nom::character::streaming::{char, multispace1};
|
/third_party/rust/crates/nom/src/bits/ |
D | mod.rs | 5 pub mod streaming; module 116 use crate::bits::streaming::take;
|