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/icu/icu4c/source/tools/ctestfw/
uperf.cpp
346
UBool
run_this_test
;
local
360
run_this_test
= TRUE;
362
run_this_test
= (UBool) (strcmp( name, testname ) == 0);
364
if (
run_this_test
) {
/external/icu/icu4c/source/test/intltest/
intltest.cpp
731
UBool
run_this_test
;
local
752
run_this_test
= FALSE;
757
run_this_test
= TRUE;
759
run_this_test
= (UBool) (strcmp( name, testname ) == 0);
762
if (
run_this_test
) {
[
all
...]
Completed in 66 milliseconds