Searched refs:refResult (Results 1 – 4 of 4) sorted by relevance
/external/deqp/scripts/ |
D | run_nightly.py | 249 def statusCodesMatch (refResult, resResult): argument 250 return refResult == 'Missing' or resResult == 'Missing' or refResult == resResult 258 refResult = result.statusCodes[0] 261 if not statusCodesMatch(refResult, resResult):
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 1096 int32_t result, refResult; in TestCompare() local 1112 refResult=ref_norm_compare(s[i], s[j], opt[k].options, errorCode); in TestCompare() 1113 if(_sign(result)!=_sign(refResult)) { in TestCompare() 1115 i, j, opt[k].name, _signString(result), _signString(refResult), in TestCompare() 1123 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 1124 if(_sign(result)!=_sign(refResult)) { in TestCompare() 1126 i, j, opt[k].name, _signString(result), _signString(refResult), in TestCompare() 1169 refResult=ref_norm_compare(s1, s2, opt[k].options, errorCode); in TestCompare() 1170 if(_sign(result)!=_sign(refResult)) { in TestCompare() 1172 c, opt[k].name, _signString(result), _signString(refResult), in TestCompare() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 1969 int result, refResult; in TestCompareDebug() local 1984 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 1985 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 1986 … " + i +", "+j + ", " +k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 2001 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 2002 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 2003 …( " + i +", "+j + ", "+k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 2021 int result, refResult; in TestCompare() local 2034 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompare() 2035 if(sign(result)!=sign(refResult)) { in TestCompare() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 1972 int result, refResult; in TestCompareDebug() local 1987 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 1988 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 1989 … " + i +", "+j + ", " +k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 2004 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 2005 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 2006 …( " + i +", "+j + ", "+k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 2024 int result, refResult; in TestCompare() local 2037 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompare() 2038 if(sign(result)!=sign(refResult)) { in TestCompare() [all …]
|