Home
last modified time | relevance | path

Searched refs:retCount (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_preprocessors.cpp288 int retCount = 1; in test_kernel_preprocessor_macros() local
290 retCount++; in test_kernel_preprocessor_macros()
292 if( retCount != results[ 4 ] ) in test_kernel_preprocessor_macros()
295 results[ 4 ], retCount ); in test_kernel_preprocessor_macros()
/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp231 int32_t retCount; in TestComplexExample()
232 const double* retLimits = fileform->getLimits( retCount ); in TestComplexExample()
233 if ((retCount == 4) && (retLimits) in TestComplexExample()
243 const UnicodeString* retFormats = fileform->getFormats( retCount ); in TestComplexExample()
244 if ((retCount == 4) && (retFormats) in TestComplexExample()