Home
last modified time | relevance | path

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

/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D3-1.c49 static volatile int countdown = BUF_NB; variable
61 countdown--; in sig_handler()
142 while (countdown) in main()
/external/autotest/client/site_tests/network_3GDormancyDance/
Dnetwork_3GDormancyDance.py34 def countdown(self): member in DormancyTester
100 self.countdown()
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h120 Packet4f countdown = vld1q_f32(f);
121 return vaddq_f32(pset1<Packet4f>(a), countdown);
126 Packet4i countdown = vld1q_s32(i);
127 return vaddq_s32(pset1<Packet4i>(a), countdown);
585 const Packet2d countdown = vld1q_f64(countdown_raw);
586 return vaddq_f64(pset1<Packet2d>(a), countdown);
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DLevenbergMarquardtEstimator.java588 for (int countdown = 10; countdown >= 0; --countdown) { in determineLMParameter()
/external/libmicrohttpd/doc/chapters/
Dresponseheaders.inc178 program's start time @code{t} and implement a response simulating a countdown that reaches 0 at
179 @code{t+60}. Returning a message saying on which point the countdown is, the response should
189 Maybe you want also to visualize the countdown as a status bar by creating a
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DLevenbergMarquardtOptimizer.java589 for (int countdown = 10; countdown >= 0; --countdown) { in determineLMParameter()
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small295 pytest_name='countdown',
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1308 countdown = 50
1309 while countdown and not all(w.is_alive() for w in p._pool):
1310 countdown -= 1
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info620 response simulating a countdown that reaches 0 at `t+60'.
621 Returning a message saying on which point the countdown is, the
634 Maybe you want also to visualize the countdown as a status bar by