/third_party/openssl/doc/man3/ |
D | SSL_read_early_data.pod | 21 - functions for sending and receiving early data 58 These functions are used to send and receive early data where TLSv1.3 has been 70 below). For these reasons extreme care should be exercised when using early 73 When a server receives early data it may opt to immediately respond by sending 84 determine if a session established with a server can be used to send early data. 86 will return the maximum number of early data bytes that can be sent. 88 The function SSL_SESSION_set_max_early_data() sets the maximum number of early 94 A client uses the function SSL_write_early_data() to send early data. This 114 When the client no longer wishes to send any more early data then it should 120 A server may choose to ignore early data that has been sent to it. Once the [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | clock_test.cc | 85 absl::Duration early, in AssertSleepForBounded() argument 89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() 107 const absl::Duration early = absl::Milliseconds(100); in TEST() local 110 EXPECT_TRUE(AssertSleepForBounded(d, early, late, timeout, in TEST() 113 EXPECT_TRUE(AssertSleepForBounded(d, early, late, timeout, in TEST()
|
/third_party/node/deps/npm/node_modules/end-of-stream/ |
D | README.md | 17 if (err) return console.log('stream had an error or closed early'); 22 if (err) return console.log('stream had an error or closed early'); 27 if (err) return console.log('stream had an error or closed early'); 32 if (err) return console.log('stream had an error or closed early'); 37 if (err) return console.log('stream had an error or closed early');
|
/third_party/openGLES/extensions/NV/ |
D | NV_representative_fragment_test.txt | 48 early fragment tests, the implementation is permitted to choose one or 54 This extension is useful for applications that use an early render pass 57 shader that enables early fragment tests and writes to an image or shader 64 The representative fragment test has no effect if early fragment tests are 88 now four optional early fragment tests) 93 (modify the last paragraph, p. 578, to list the new early fragment test) 95 If early per-fragment operations are enabled, these tests are also 110 occlusion query sample counting are performed if and only if early 122 more fragments that pass all prior early fragment tests, the 133 REPRESENTATIVE_FRAGMENT_NV. If early fragment tests (section 15.2.4) are
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_AMD_shader_early_and_late_fragment_tests.adoc | 10 …new SPIR-V execution mode that allows fragment shaders to be discarded by early fragment operation… 15 Most graphics devices are able to take advantage of early fragment operations when a fragment shade… 19 …testing both before _and_ after fragment shading, allowing a conservative early test to discard mo… 70 …w execution mode is introduced which allows for early depth and stencil tests to be performed both… 88 Indicates that early per-fragment tests may assume that any _FragStencilRefEXT_ built in-decorated … 96 Indicates that early per-fragment tests may assume that any _FragStencilRefEXT_ built in-decorated … 104 Indicates that early per-fragment tests may assume that any _FragStencilRefEXT_ built in-decorated … 112 Indicates that early per-fragment tests may assume that any _FragStencilRefEXT_ built in-decorated … 120 Indicates that early per-fragment tests may assume that any _FragStencilRefEXT_ built in-decorated … 128 Indicates that early per-fragment tests may assume that any _FragStencilRefEXT_ built in-decorated … [all …]
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | tprctl.c | 39 void test(int early) in test() argument 62 if (seq == 1 && early) in test() 64 if (seq == 0 && !early) in test()
|
/third_party/node/deps/npm/node_modules/is-regex/ |
D | CHANGELOG.md | 4 …* [Refactor] when try/catch is needed, bail early if the value lacks an own `lastIndex` data prope… 5 * [Refactor] use an early return instead of a ternary 18 …* Improve optimization by separating the try/catch, and bailing out early when not typeof "object".
|
/third_party/nghttp2/doc/bash_completion/ |
D | nghttpx | 11 …early-data --tls-max-early-data --tls-ktls --frontend-http2-max-concurrent-streams --backend-http2…
|
/third_party/skia/docs/examples/ |
D | Surface_makeImageSnapshot_2.cpp | 11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local 14 canvas->drawImage(early, 0, 0); in draw()
|
D | Surface_makeImageSnapshot.cpp | 11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local 14 canvas->drawImage(early, 0, 0); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Surface_makeImageSnapshot_2.cpp | 11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local 14 canvas->drawImage(early, 0, 0); in draw()
|
D | Surface_makeImageSnapshot.cpp | 11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local 14 canvas->drawImage(early, 0, 0); in draw()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_post_depth_coverage.txt | 54 gl_SampleMaskIn[] reflect the coverage after application of the early 60 Use of this feature implicitly enables early fragment tests. 92 the early fragment tests (as described in Section 15.2.4). If these layout 151 reflect the result of the early fragment tests, as described in section 168 sample mask will reflect the result of the early fragment tests, as 204 already passed the early fragment operations.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_post_depth_coverage.txt | 64 gl_SampleMaskIn[] reflect the coverage after application of the early 70 Use of this feature implicitly enables early fragment tests. 102 the early fragment tests (as described in Section 15.2.4). If these layout 161 reflect the result of the early fragment tests, as described in section 178 sample mask will reflect the result of the early fragment tests, as 214 already passed the early fragment operations.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_representative_fragment_test.txt | 25 early fragment tests, the implementation is permitted to choose one or more 31 This extension is useful for applications that use an early render pass to 35 enables early fragment tests and writes to an image or shader storage buffer 42 The representative fragment test has no effect if early fragment tests are
|
D | VK_NV_representative_fragment_test.adoc | 25 early fragment tests, the implementation is permitted to choose one or more 31 This extension is useful for applications that use an early render pass to 35 enables early fragment tests and writes to an image or shader storage buffer 42 The representative fragment test has no effect if early fragment tests are
|
D | VK_AMD_shader_early_and_late_fragment_tests.adoc | 22 extension, allowing shaders to explicitly opt in to allowing both early 28 modes allowing early depth tests similar to code:DepthUnchanged,
|
D | VK_EXT_post_depth_coverage.adoc | 28 code:SampleMask built-in input variable reflect the coverage after early 36 reflects the coverage after the early fragment tests are applied.
|
D | VK_EXT_post_depth_coverage.txt | 28 code:SampleMask built-in input variable reflect the coverage after early 36 reflects the coverage after the <<shaders-fragment-earlytest, early fragment
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_post_depth_coverage.txt | 52 gl_SampleMaskIn[] reflect the coverage after application of the early 58 To use this feature, early fragment tests must also be enabled in the 93 the early fragment tests (as described in Section 15.2.4). If these layout 150 reflect the result of the early fragment tests, as described in section 168 sample mask will reflect the result of the early fragment tests, as
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_post_depth_coverage.txt | 52 gl_SampleMaskIn[] reflect the coverage after application of the early 58 To use this feature, early fragment tests must also be enabled in the 93 the early fragment tests (as described in Section 15.2.4). If these layout 150 reflect the result of the early fragment tests, as described in section 168 sample mask will reflect the result of the early fragment tests, as
|
/third_party/skia/third_party/externals/abseil-cpp/patches/ |
D | 0003-delete-static-initializer-in-stacktrace.patch | 7 // As such, we suppress usage of backtrace during this early stage of execution. 13 - // Force the first backtrace to happen early to get the one-time shared lib
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_emscripten-inl.inc | 46 // The stack trace function might be invoked very early in the program's 48 // As such, we suppress usage of backtrace during this early stage of execution. 53 // Check if we can even create stacktraces. If not, bail early and leave
|
/third_party/openssl/doc/internal/man7/ |
D | deprecation.pod | 65 including an internal header file very early in the affected translation 94 RSA_new_method(), the following should be found very early (before including 117 RSA_size(), the following should be found very early (before including any
|
/third_party/grpc/ |
D | src_core_lib_debug.patch | 54 - return false; /* early return */ 57 + return false; /* early return */
|