Searched defs:test_ok (Results 1 - 2 of 2) sorted by relevance

/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, "");
/external/chromium_org/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...]

Completed in 124 milliseconds