Home
last modified time | relevance | path

Searched refs:looped (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
DLRUCacheTests.cpp49 bool looped = false; in TEST() local
53 looped = true; in TEST()
55 if(looped) in TEST()
/third_party/node/test/parallel/
Dtest-events-on-async-iterator.js53 let looped = false;
59 looped = true;
66 assert.strictEqual(looped, false);
/third_party/skia/tools/viewer/
DParticlesSlide.cpp243 static bool looped = true; in draw() local
244 ImGui::Checkbox("Looped", &looped); in draw()
286 effect->start(fAnimationTime, looped, { 0, 0 }, { 0, -1 }, 1, { 0, 0 }, 0, in draw()
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp413 bool looped = false; in moveForward() local
424 … if (looped && ((lastBreakPos_ == breakPos) || (newWidth/currentMax < MINIMUM_FILL_RATIO))) { in moveForward()
489 looped = true; in moveForward()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DAutomatedTesting.md8 …run. Then you can give permission for using the microphone to record the looped back sound, and gi…
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp2135 bool looped = false; in DebugCheckBetween() local
2137 if ((looped = checkPtT == ptT)) { in DebugCheckBetween()
2142 if (looped) { in DebugCheckBetween()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_acceleration_structure.txt412 - Add language to help deal with looped self-intersecting fans (#1901)
DVK_KHR_acceleration_structure.adoc412 ** Add language to help deal with looped self-intersecting fans (#1901)
/third_party/python/Doc/howto/
Dfunctional.rst387 ``sequence2`` is looped over from the beginning. ``sequence3`` is then looped
/third_party/vk-gl-cts/android/cts/main/vk-master-2022-03-01/
Dgraphicsfuzz.txt106 dEQP-VK.graphicsfuzz.cov-function-nested-do-whiles-looped-once
/third_party/python/Doc/whatsnew/
D2.2.rst424 Python levels. Objects can define how they can be looped over by callers.
435 Consider some file-like object that wants to be looped over; the *index*
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/
Dgraphicsfuzz.txt152 dEQP-VK.graphicsfuzz.cov-function-nested-do-whiles-looped-once
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dgraphicsfuzz.txt164 dEQP-VK.graphicsfuzz.cov-function-nested-do-whiles-looped-once
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dgraphicsfuzz.txt164 dEQP-VK.graphicsfuzz.cov-function-nested-do-whiles-looped-once
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dgraphicsfuzz.txt164 dEQP-VK.graphicsfuzz.cov-function-nested-do-whiles-looped-once
/third_party/python/Doc/tutorial/
Dclasses.rst774 By now you have probably noticed that most container objects can be looped over
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt870 interpreted as a looped source (see Section 8.2).
3353 A source may discover that its own packets are being looped, or that
3354 packets from another source are being looped (a third-party loop).
3369 looped source. (This is not MUST because in some applications of RTP
3374 to be looped because the SSRC identifiers are applied by the original
3503 count occurrence of own traffic looped;
/third_party/vk-gl-cts/android/cts/main/vk-master/
Dgraphicsfuzz.txt216 dEQP-VK.graphicsfuzz.cov-function-nested-do-whiles-looped-once
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/
Dgraphicsfuzz.txt216 dEQP-VK.graphicsfuzz.cov-function-nested-do-whiles-looped-once
/third_party/python/Doc/library/
Dast.rst1032 the item to be looped over, again as a single node. ``body`` and ``orelse``
Dsocket.rst195 looped back to a packet socket.
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dindex.txt216 { "cov-function-nested-do-whiles-looped-once.amber", "cov-function-nested-do-whiles-loope…
/third_party/ffmpeg/doc/
Dffmpeg.texi449 Set number of times input stream shall be looped. Loop 0 means no loop,
Dfilters.texi29984 If the value is 0, the stream will be looped infinitely.
29987 Note that when the movie is looped the source timestamps are not
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1369 …/node/commit/67782613bb)] - **doc**: make sure that calls to .read() are looped (Matteo Collina) […

12