Home
last modified time | relevance | path

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

12

/external/swiftshader/tests/SystemUnitTests/
DLRUCacheTests.cpp49 bool looped = false; in TEST() local
53 looped = true; in TEST()
55 if(looped) in TEST()
/external/libxkbcommon/test/data/rules/
Dinc-src-looped1 ! include %S/inc-src-looped
/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc279 bool looped = false; in Run() local
283 if (!looped) { in Run()
290 looped = true; in Run()
/external/e2fsprogs/lib/ext2fs/
Dalloc.c410 int looped = 0; in ext2fs_new_range() local
446 while (!looped || start <= goal) { in ext2fs_new_range()
497 if (looped) in ext2fs_new_range()
499 looped = 1; in ext2fs_new_range()
/external/ppp/pppd/
Dsys-linux.c218 static int looped; /* 1 if using loop */ variable
417 if (!new_style_driver && looped in tty_establish_ppp()
486 if (!looped) in generic_establish_ppp()
488 if (!looped && !multilink) { in generic_establish_ppp()
496 if (looped) in generic_establish_ppp()
518 if (looped && x != ifunit) in generic_establish_ppp()
536 if (!looped) in generic_establish_ppp()
539 looped = 0; in generic_establish_ppp()
604 looped = 1; in generic_disestablish_ppp()
2692 looped = 1; in open_ppp_loopback()
/external/autotest/client/samples/
Dfilesystem6 part = job.partition('/tmp/looped', 1024, job.tmpdir)
Dcontrol.fs14 partition = job.partition('/tmp/looped', 1024, job.tmpdir)
Dcontrol.fs_options14 partition = job.partition(device='/tmp/looped', loop_size=1024,
/external/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()
/external/autotest/client/site_tests/audio_CRASFormatConversion/
Dcontrol19 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/autotest/client/site_tests/audio_YoutubePlayback/
Dcontrol21 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/autotest/client/site_tests/audio_CrasPinnedStream/
Dcontrol25 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Dcontrol25 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/llvm/test/Transforms/Util/MemorySSA/
Dphi-translation.ll115 ; CHECK-LABEL: define void @looped
116 define void @looped(i8* noalias %p1, i8* noalias %p2) {
/external/catch2/docs/
Dother-macros.md145 TEST_CASE( "looped SECTION tests" ) {
/external/catch2/projects/SelfTest/Baselines/
Dautomake.std.approved.txt135 :test-result: FAIL looped SECTION tests
136 :test-result: FAIL looped tests
Dconsole.std.approved.txt1186 looped SECTION tests
1198 looped SECTION tests
1210 looped tests
Dconsole.sw.approved.txt11892 looped SECTION tests
11904 looped SECTION tests
11916 looped SECTION tests
11928 looped SECTION tests
11940 looped SECTION tests
11952 looped SECTION tests
11964 looped SECTION tests
11976 looped SECTION tests
11988 looped SECTION tests
12000 looped SECTION tests
[all …]
/external/oboe/apps/OboeTester/docs/
DAutomatedTesting.md8 …run. Then you can give permission for using the microphone to record the looped back sound, and gi…
/external/llvm-project/llvm/test/Analysis/MemorySSA/
Dphi-translation.ll125 ; CHECK-LABEL: define void @looped
126 define void @looped(i8* noalias %p1, i8* noalias %p2) {
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2135 bool looped = false; in DebugCheckBetween() local
2137 if ((looped = checkPtT == ptT)) { in DebugCheckBetween()
2142 if (looped) { in DebugCheckBetween()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp2158 bool looped = false; in DebugCheckBetween() local
2160 if ((looped = checkPtT == ptT)) { in DebugCheckBetween()
2165 if (looped) { in DebugCheckBetween()
/external/python/cpython3/Doc/howto/
Dfunctional.rst388 ``sequence2`` is looped over from the beginning. ``sequence3`` is then looped
/external/python/cpython2/Doc/howto/
Dfunctional.rst386 ``sequence2`` is looped over from the beginning. ``sequence3`` is then looped
/external/python/cpython3/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*

12