Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_options.cpp153 cl_int firstResult, secondResult; in test_options_build_macro() local
168 error = get_result_from_program( context, queue, program, &secondResult ); in test_options_build_macro()
171 if( secondResult != 5 ) in test_options_build_macro()
173 if( secondResult == firstResult ) in test_options_build_macro()
176 …rror( "ERROR: Result from second program did not validate! (Expected 5, got %d)\n", secondResult ); in test_options_build_macro()
202 cl_int firstResult, secondResult; in test_options_build_macro_existence() local
217 error = get_result_from_program( context, queue, program, &secondResult ); in test_options_build_macro_existence()
220 if( secondResult != 42 ) in test_options_build_macro_existence()
222 if( secondResult == firstResult ) in test_options_build_macro_existence()
225 …ror( "ERROR: Result from second program did not validate! (Expected 42, got %d)\n", secondResult ); in test_options_build_macro_existence()
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformerTest.java473 ImmutableList<Result> secondResult = transformPath( in testBaseXpath() local
480secondResult, "/territoryInfo/CI/territoryF:intvector", "97160000000", "57", "26260600"); in testBaseXpath()
484 assertThat(firstResult).isEqualTo(secondResult); in testBaseXpath()