Home
last modified time | relevance | path

Searched refs:infinite (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dasrc_anoisesrc.c40 int infinite; member
174 s->infinite = 1; in config_props()
200 if (!s->infinite && s->duration <= 0) { in activate()
203 } else if (!s->infinite && s->duration < s->nb_samples) { in activate()
219 if (!s->infinite) in activate()
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp109 mLoop->Run(zx::time::infinite(), true /* once */); in initializeImpl()
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c137 int i_opt = 0; /* iterations - 0 implies infinite */
151 int Iterations; /* # requests to generate (0 --> infinite) */
382 int rseed, outfd, infinite; in main() local
424 infinite = !Iterations; in main()
427 while (infinite || in main()
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc904 status_zx = port.wait(zx::time::infinite(), &packet); in Wait()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc892 status_zx = port.wait(zx::time::infinite(), &packet); in Wait()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc911 status_zx = port.wait(zx::time::infinite(), &packet); in Wait()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs338 /// is needed to avoid infinite recursion when parsing a type like:
625 /// `currently_parsed_types` stack so that we won't infinite recurse if we

Completed in 14 milliseconds