OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_STATUS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
hpmufn.c
48
#define
TEST_STATUS
(status, expected) \
139
TEST_STATUS
(status, U_INVALID_STATE_ERROR);
147
TEST_STATUS
(status, U_ILLEGAL_ARGUMENT_ERROR);
150
TEST_STATUS
(status, U_ILLEGAL_ARGUMENT_ERROR);
153
TEST_STATUS
(status, U_ILLEGAL_ARGUMENT_ERROR);
158
TEST_STATUS
(status, U_ZERO_ERROR);
160
TEST_STATUS
(status, U_ZERO_ERROR);
167
TEST_STATUS
(status, U_ZERO_ERROR);
169
TEST_STATUS
(status, U_INVALID_STATE_ERROR);
175
TEST_STATUS
(status, U_ZERO_ERROR)
[
all
...]
/external/icu4c/test/cintltst/
hpmufn.c
48
#define
TEST_STATUS
(status, expected) \
139
TEST_STATUS
(status, U_INVALID_STATE_ERROR);
147
TEST_STATUS
(status, U_ILLEGAL_ARGUMENT_ERROR);
150
TEST_STATUS
(status, U_ILLEGAL_ARGUMENT_ERROR);
153
TEST_STATUS
(status, U_ILLEGAL_ARGUMENT_ERROR);
158
TEST_STATUS
(status, U_ZERO_ERROR);
160
TEST_STATUS
(status, U_ZERO_ERROR);
167
TEST_STATUS
(status, U_ZERO_ERROR);
169
TEST_STATUS
(status, U_INVALID_STATE_ERROR);
175
TEST_STATUS
(status, U_ZERO_ERROR)
[
all
...]
/frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java
56
public final static int
TEST_STATUS
= 1;
166
eventsReceived[
TEST_STATUS
] = true;
167
if (notExpecting[
TEST_STATUS
]) {
209
expects[
TEST_STATUS
] = false;
615
expects[
TEST_STATUS
] = true;
619
notExpecting[
TEST_STATUS
] = true;
623
expects[
TEST_STATUS
] = true;
630
expects[
TEST_STATUS
] = true;
Completed in 66 milliseconds