Searched refs:test_ok (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress.c69 int test_ok; variable
109 test_ok = 1;
124 test_ok = 0;
126 test_ok = 1;
201 test_ok = 1;
208 test_ok = 2;
217 test_ok = 1;
289 test_ok = 0;
304 if (test_ok)
310 test_ok
[all...]
H A Dregress_http.c61 extern int test_ok;
184 test_ok++;
202 test_ok++;
209 test_ok = -2;
227 test_ok++;
229 test_ok++;
313 test_ok = 0;
342 if (test_ok != 3) {
372 if (test_ok != 5) {
389 ++test_ok;
[all...]
H A Dregress_rpc.c65 extern int test_ok;
124 test_ok += 1;
167 test_ok = 1;
216 test_ok = 0;
224 if (test_ok != 1) {
254 test_ok = 1;
306 test_ok = 0;
314 if (test_ok != 1) {
373 test_ok += 1;
404 test_ok
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp37 constexpr int test_ok = ok; // ok variable
41 static_assert(test_ok == 8, "");

Completed in 89 milliseconds