OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_this_test
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/ctestfw/
uperf.cpp
335
UBool
run_this_test
;
local
349
run_this_test
= TRUE;
351
run_this_test
= (UBool) (strcmp( name, testname ) == 0);
353
if (
run_this_test
) {
/external/icu4c/test/intltest/
intltest.cpp
640
UBool
run_this_test
;
local
652
run_this_test
= TRUE;
654
run_this_test
= (UBool) (strcmp( name, testname ) == 0);
656
if (
run_this_test
) {
[
all
...]
Completed in 3600 milliseconds