/external/swiftshader/tests/SystemUnitTests/ |
D | LRUCacheTests.cpp | 49 bool looped = false; in TEST() local 53 looped = true; in TEST() 55 if(looped) in TEST()
|
/external/libxkbcommon/test/data/rules/ |
D | inc-src-looped | 1 ! include %S/inc-src-looped
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler.cc | 279 bool looped = false; in Run() local 283 if (!looped) { in Run() 290 looped = true; in Run()
|
/external/e2fsprogs/lib/ext2fs/ |
D | alloc.c | 410 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/ |
D | sys-linux.c | 218 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/ |
D | filesystem | 6 part = job.partition('/tmp/looped', 1024, job.tmpdir)
|
D | control.fs | 14 partition = job.partition('/tmp/looped', 1024, job.tmpdir)
|
D | control.fs_options | 14 partition = job.partition(device='/tmp/looped', loop_size=1024,
|
/external/skia/tools/viewer/ |
D | ParticlesSlide.cpp | 243 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/ |
D | control | 19 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/ |
D | control | 21 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/ |
D | control | 25 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/ |
D | control | 25 NOTE: For this test to pass you need to have the line out looped back to mic-in.
|
/external/llvm/test/Transforms/Util/MemorySSA/ |
D | phi-translation.ll | 115 ; CHECK-LABEL: define void @looped 116 define void @looped(i8* noalias %p1, i8* noalias %p2) {
|
/external/catch2/docs/ |
D | other-macros.md | 145 TEST_CASE( "looped SECTION tests" ) {
|
/external/catch2/projects/SelfTest/Baselines/ |
D | automake.std.approved.txt | 135 :test-result: FAIL looped SECTION tests 136 :test-result: FAIL looped tests
|
D | console.std.approved.txt | 1186 looped SECTION tests 1198 looped SECTION tests 1210 looped tests
|
D | console.sw.approved.txt | 11892 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/ |
D | AutomatedTesting.md | 8 …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/ |
D | phi-translation.ll | 125 ; CHECK-LABEL: define void @looped 126 define void @looped(i8* noalias %p1, i8* noalias %p2) {
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 2135 bool looped = false; in DebugCheckBetween() local 2137 if ((looped = checkPtT == ptT)) { in DebugCheckBetween() 2142 if (looped) { in DebugCheckBetween()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 2158 bool looped = false; in DebugCheckBetween() local 2160 if ((looped = checkPtT == ptT)) { in DebugCheckBetween() 2165 if (looped) { in DebugCheckBetween()
|
/external/python/cpython3/Doc/howto/ |
D | functional.rst | 388 ``sequence2`` is looped over from the beginning. ``sequence3`` is then looped
|
/external/python/cpython2/Doc/howto/ |
D | functional.rst | 386 ``sequence2`` is looped over from the beginning. ``sequence3`` is then looped
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.2.rst | 424 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*
|