Home
last modified time | relevance | path

Searched refs:early (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/third_party/openssl/doc/man3/
DSSL_read_early_data.pod21 - 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 …]
DSSL_in_init.pod37 Note that in some circumstances (such as when early data is being transferred)
84 Awaiting the end of early data processing
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock_test.cc85 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/curl/docs/
DEARLY-RELEASE.md1 # How to determine if an early patch release is warranted
4 and do an early patch release.
14 is this bug and associated fix important enough for an early patch release?
21 An early patch release means that we ship a new, complete and full release
33 If the answer is yes to one or more of the above, an early release might be
59 ## If an early release is deemed necessary
61 Unless done for security or similarly important reasons, an early release
/third_party/curl/tests/data/
Dtest12475 --fail-early
23 --fail-early
26 --fail-early h1234://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
/third_party/openGLES/extensions/NV/
DNV_representative_fragment_test.txt48 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/ltp/testcases/kernel/mce-test/tsrc/
Dtprctl.c39 void test(int early) in test() argument
62 if (seq == 1 && early) in test()
64 if (seq == 0 && !early) in test()
/third_party/skia/docs/examples/
DSurface_makeImageSnapshot_2.cpp11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local
14 canvas->drawImage(early, 0, 0); in draw()
DSurface_makeImageSnapshot.cpp11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local
14 canvas->drawImage(early, 0, 0); in draw()
/third_party/nghttp2/doc/bash_completion/
Dnghttpx11early-data --tls-max-early-data --tls-ktls --frontend-http2-max-concurrent-streams --backend-http2…
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_post_depth_coverage.txt54 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/
DARB_post_depth_coverage.txt64 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/curl/docs/cmdline-opts/
Dfail-early.d3 Long: fail-early
7 Example: --fail-early $URL https://two.example
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_representative_fragment_test.txt25 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
DVK_EXT_post_depth_coverage.txt28 code:SampleMask built-in input variable reflect the coverage after early
36 reflects the coverage after the <<shaders-fragment-earlytest, early fragment
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_post_depth_coverage.txt52 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/openGLES/extensions/EXT/
DEXT_post_depth_coverage.txt52 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/
D0003-delete-static-initializer-in-stacktrace.patch7 // 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/
Dstacktrace_emscripten-inl.inc46 // 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
Dstacktrace_generic-inl.inc41 // The stack trace function might be invoked very early in the program's
44 // As such, we suppress usage of backtrace during this early stage of execution.
/third_party/elfutils/tests/
Drun-early-offscn.sh22 testrun ${abs_builddir}/early-offscn testfile 0x500
/third_party/skia/tests/sksl/errors/
DVertexEarlyReturn.glsl3 error: 5: early returns from vertex programs are not supported
/third_party/typescript/tests/baselines/reference/
DgetEmitOutputWithEarlySyntacticErrors.baseline4 // File contains early errors. All outputs should be skipped.
/third_party/grpc/
Dsrc_core_lib_debug.patch54 - return false; /* early return */
57 + return false; /* early return */
/third_party/openssl/doc/internal/man7/
Ddeprecation.pod65 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

12345678910>>...24