Home
last modified time | relevance | path

Searched refs:late (Results 1 – 25 of 217) sorted by relevance

123456789

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock_test.cc86 absl::Duration late, in AssertSleepForBounded() argument
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded()
108 const absl::Duration late = absl::Milliseconds(300); 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/promise-all-reject-late/test/
Dindex.js68 const late = lateFail([ constant
81 return Promise.all([all, late]).then(([all, late]) => {
83 t.strictSame(late, expect)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_swap_control_tear.txt46 negative <interval> allows late swaps to occur without synchronization
47 to the video frame. This reduces the visual stutter on late frames and
57 currently part of a swap group, late unsynchronized swaps will implicitly be
124 determine whether a particular drawable allows late unsynchronized
126 GLX_LATE_SWAPS_TEAR_EXT. If late swaps are enabled, <value> will
DWGL_EXT_swap_control_tear.txt44 The negative <interval> allows late swaps to occur without
46 on late frames and reduces the stall on subsequent frames.
/third_party/openGLES/extensions/EXT/
DGLX_EXT_swap_control_tear.txt46 negative <interval> allows late swaps to occur without synchronization
47 to the video frame. This reduces the visual stutter on late frames and
57 currently part of a swap group, late unsynchronized swaps will implicitly be
124 determine whether a particular drawable allows late unsynchronized
126 GLX_LATE_SWAPS_TEAR_EXT. If late swaps are enabled, <value> will
DWGL_EXT_swap_control_tear.txt44 The negative <interval> allows late swaps to occur without
46 on late frames and reduces the stall on subsequent frames.
/third_party/curl/tests/data/
Dtest129547 …679012345679012345679: 300" -d "Mr. Sherlock Holmes, who was usually very late in the mornings, sa…
63 Mr. Sherlock Holmes, who was usually very late in the mornings, save upon those not infrequent occa…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-kannada/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-gujarati/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-oriya/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-tamil/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-gurmukhi/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-devanagari/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-bengali/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-assamese/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-sinhala/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-malayalam/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-telugu/utrrs/
DSOURCES2 Fetched in late 2011
/third_party/rust/crates/memchr/bench/data/sherlock/
Dtiny.txt1 Mr. Sherlock Holmes, who was usually very late in the mornings, save
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_layout_test.cpp613 OpModuleProcessed "this is too late" in TEST_F()
632 OpModuleProcessed "this is too late, in function before label" in TEST_F()
655 OpModuleProcessed "this is too late, in basic block" in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_layout_test.cpp613 OpModuleProcessed "this is too late" in TEST_F()
632 OpModuleProcessed "this is too late, in function before label" in TEST_F()
655 OpModuleProcessed "this is too late, in basic block" in TEST_F()
/third_party/node/test/es-module/
Dtest-loaders-workers-spawned.mjs57 // The worker code should always run before the --import, but the console.log might arrive late.
78 // The worker code should always run before the --import, but the console.log might arrive late.
/third_party/spirv-tools/test/val/
Dval_layout_test.cpp613 OpModuleProcessed "this is too late" in TEST_F()
632 OpModuleProcessed "this is too late, in function before label" in TEST_F()
655 OpModuleProcessed "this is too late, in basic block" in TEST_F()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_AMD_shader_early_and_late_fragment_tests.adoc19 …ading, allowing a conservative early test to discard most fragments and a late test to discard wit…
70 …h allows for early depth and stencil tests to be performed both early and late when depth and sten…
77 … _FragDepth_ and _FragStencilRefEXT_ into account. Early tests are not guaranteed, late tests are.+
137 This allows implementations to perform both early and late tests explicitly.
181 * `early_and_late_tests`: Marks an entry point as enabling early and late depth tests.
205 …eature/property indiciting if the implementation is actually going to perform early and late tests?
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_AMD_shader_early_and_late_fragment_tests.adoc21 _and_ late fragment tests with the code:EarlyAndLateFragmentTestsAMD

123456789