OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_ok
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libevent/test/
regress.c
69
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
= 0
[
all
...]
regress_http.c
61
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
...]
regress_rpc.c
65
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
+= 1
[
all
...]
/external/clang/test/CXX/expr/expr.const/
p5-0x.cpp
37
constexpr int
test_ok
= ok; // ok
variable
41
static_assert(
test_ok
== 8, "");
Completed in 91 milliseconds