OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFailed
(Results
1 - 13
of
13
) sorted by null
/system/extras/tests/bionic/libstdc++/
test_csetjmp.cpp
37
const int
kFailed
= 1;
38
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_csignal.cpp
36
const int
kFailed
= 1;
37
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_cmath.cpp
37
const int
kFailed
= 1;
38
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_climits.cpp
38
const int
kFailed
= 1;
39
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_cstddef.cpp
37
const int
kFailed
= 1;
38
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_cstdlib.cpp
37
const int
kFailed
= 1;
38
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_cstring.cpp
36
const int
kFailed
= 1;
37
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_ctime.cpp
37
const int
kFailed
= 1;
38
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
test_cstdio.cpp
36
const int
kFailed
= 1;
37
#define FAIL_UNLESS(f) if (!android::f()) return
kFailed
;
/external/skia/tests/
Test.h
18
kFailed
,
20
kLastResult =
kFailed
37
this->report(desc,
kFailed
);
42
this->report(desc,
kFailed
);
46
this->report(desc,
kFailed
);
49
this->report(desc.c_str(),
kFailed
);
Test.cpp
29
if (
kFailed
== result) {
TriangulationTest.cpp
179
: reporter->
kFailed
);
210
: reporter->
kFailed
);
237
: reporter->
kFailed
);
280
: reporter->
kFailed
);
/external/astl/tests/
common.h
38
const int
kFailed
= 1;
39
#define FAIL_UNLESS(v) if (!android::v()) return
kFailed
;
Completed in 200 milliseconds