OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:run_this_test
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/ctestfw/
uperf.cpp
344
UBool
run_this_test
;
local
358
run_this_test
= TRUE;
360
run_this_test
= (UBool) (strcmp( name, testname ) == 0);
362
if (
run_this_test
) {
/external/icu/icu4c/source/test/intltest/
intltest.cpp
708
UBool
run_this_test
;
local
729
run_this_test
= FALSE;
734
run_this_test
= TRUE;
736
run_this_test
= (UBool) (strcmp( name, testname ) == 0);
739
if (
run_this_test
) {
[
all
...]
Completed in 97 milliseconds