Home
last modified time | relevance | path

Searched refs:countdown (Results 1 – 25 of 56) sorted by relevance

123

/external/eigen/test/
Dexceptions.cpp43 countdown--; in operator +()
44 if(countdown<=0) in operator +()
69 static int countdown; member in ScalarWithExceptions
77 int ScalarWithExceptions::countdown = 0; member in ScalarWithExceptions
81 ScalarWithExceptions::countdown = 100; \
/external/zstd/tests/
DpoolTests.c93 int countdown; member
111 test->countdown--; in waitLongFn()
112 if (test->countdown == 0) in waitLongFn()
121 test.countdown = nbWaits; in testThreadReduction_internal()
130 while (test.countdown > 0) in testThreadReduction_internal()
137 test.countdown = nbWaits; in testThreadReduction_internal()
145 while (test.countdown > 0) in testThreadReduction_internal()
/external/llvm-project/lldb/test/API/functionalities/recursion/
Dmain.cpp15 int countdown=1; in make_tree() local
18 root->value = countdown; in make_tree()
21 root->next = new node(++countdown); in make_tree()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc34 int countdown = -1; variable
39 if (countdown-- == 0) { in MaybeThrow()
46 int countdown) noexcept { in FailureMessage() argument
/external/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc34 int countdown = -1; variable
39 if (countdown-- == 0) { in MaybeThrow()
46 int countdown) noexcept { in FailureMessage() argument
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dexception_safety_testing.cc34 int countdown = -1; variable
39 if (countdown-- == 0) { in MaybeThrow()
46 int countdown) noexcept { in FailureMessage() argument
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc34 int countdown = -1; variable
39 if (countdown-- == 0) { in MaybeThrow()
46 int countdown) noexcept { in FailureMessage() argument
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc34 int countdown = -1; variable
39 if (countdown-- == 0) { in MaybeThrow()
46 int countdown) noexcept { in FailureMessage() argument
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc34 int countdown = -1; variable
39 if (countdown-- == 0) { in MaybeThrow()
46 int countdown) noexcept { in FailureMessage() argument
/external/bcc/tools/
Dsoftirqs.py44 countdown = int(args.count) variable
151 countdown -= 1
152 if exiting or countdown == 0:
Dslabratetop.py49 countdown = int(args.count) variable
140 countdown -= 1
141 if exiting or countdown == 0:
Dbiolatency.py46 countdown = int(args.count) variable
143 countdown -= 1
144 if exiting or countdown == 0:
Dhardirqs.py47 countdown = int(args.outputs) variable
178 countdown -= 1
179 if exiting or countdown == 0:
Dxfsdist.py44 countdown = int(args.count) variable
170 countdown -= 1
171 if exiting or countdown == 0:
Dnfsdist.py41 countdown = int(args.count) variable
171 countdown -= 1
172 if exiting or countdown == 0:
Dcpudist.py50 countdown = int(args.count) variable
187 countdown -= 1
188 if exiting or countdown == 0:
Drunqlat.py65 countdown = int(args.count) variable
275 countdown -= 1
276 if exiting or countdown == 0:
Dbtrfsdist.py47 countdown = int(args.count) variable
227 countdown -= 1
228 if exiting or countdown == 0:
Dbiotop.py47 countdown = int(args.count) variable
233 countdown -= 1
234 if exiting or countdown == 0:
Dext4dist.py47 countdown = int(args.count) variable
222 countdown -= 1
223 if exiting or countdown == 0:
Dfiletop.py54 countdown = int(args.count) variable
208 countdown -= 1
209 if exiting or countdown == 0:
Dzfsdist.py44 countdown = int(args.count) variable
184 countdown -= 1
185 if exiting or countdown == 0:
/external/bcc/tools/old/
Dsoftirqs.py43 countdown = int(args.count) variable
202 countdown -= 1
203 if exiting or countdown == 0:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D3-1.c49 static volatile int countdown = BUF_NB; variable
62 countdown--; in sig_handler()
149 while (countdown) in main()
/external/rust/crates/futures-channel/tests/
Dmpsc-close.rs174 countdown: usize, in stress_try_send_as_receiver_closes() field
184 countdown: 0, // 0 means no countdown is in progress. in stress_try_send_as_receiver_closes()
202 self.countdown -= 1; in stress_try_send_as_receiver_closes()
210 self.countdown = poll_count; in stress_try_send_as_receiver_closes()
216 if self.countdown == 0 { in stress_try_send_as_receiver_closes()

123