OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showTests
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c
53
typedef enum { RUNTESTS,
SHOWTESTS
} TestMode;
433
if(mode==
SHOWTESTS
) {
442
if(mode!=
SHOWTESTS
) {
450
if(mode!=
SHOWTESTS
) {
475
if(mode!=
SHOWTESTS
&& ON_LINE) {
487
showTests
( const TestNode *root )
495
iterateTestsWithLevel ( root, 0, nodeList,
SHOWTESTS
);
1074
showTests
(toRun);
1095
showTests
(toRun);
[
all
...]
/external/icu4c/tools/ctestfw/
ctest.c
53
typedef enum { RUNTESTS,
SHOWTESTS
} TestMode;
433
if(mode==
SHOWTESTS
) {
442
if(mode!=
SHOWTESTS
) {
450
if(mode!=
SHOWTESTS
) {
475
if(mode!=
SHOWTESTS
&& ON_LINE) {
487
showTests
( const TestNode *root )
495
iterateTestsWithLevel ( root, 0, nodeList,
SHOWTESTS
);
1074
showTests
(toRun);
1095
showTests
(toRun);
[
all
...]
Completed in 36 milliseconds