HomeSort by relevance Sort by last modified time
    Searched refs:looped (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/profiler/
profiler.cc 278 bool looped = false; local
282 if (!looped) {
289 looped = true;
  /external/skia/tools/viewer/
ParticlesSlide.cpp 227 static bool looped = true; local
228 ImGui::Checkbox("Looped", &looped);
270 effect->start(fTimer->secs(), looped);
  /external/e2fsprogs/lib/ext2fs/
alloc.c 410 int looped = 0; local
446 while (!looped || start <= goal) {
497 if (looped)
499 looped = 1;
  /external/ppp/pppd/
sys-linux.c 218 static int looped; /* 1 if using loop */ variable
417 if (!new_style_driver && looped
486 if (!looped)
488 if (!looped && !multilink) {
496 if (looped)
518 if (looped && x != ifunit)
536 if (!looped)
539 looped = 0;
604 looped = 1;
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 2158 bool looped = false; local
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp 2158 bool looped = false; local
    [all...]

Completed in 585 milliseconds