Searched refs:refResult (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 1067 int32_t result, refResult; in TestCompare() local 1083 refResult=ref_norm_compare(s[i], s[j], opt[k].options, errorCode); in TestCompare() 1084 if(_sign(result)!=_sign(refResult)) { in TestCompare() 1086 i, j, opt[k].name, _signString(result), _signString(refResult), in TestCompare() 1094 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 1095 if(_sign(result)!=_sign(refResult)) { in TestCompare() 1097 i, j, opt[k].name, _signString(result), _signString(refResult), in TestCompare() 1140 refResult=ref_norm_compare(s1, s2, opt[k].options, errorCode); in TestCompare() 1141 if(_sign(result)!=_sign(refResult)) { in TestCompare() 1143 c, opt[k].name, _signString(result), _signString(refResult), in TestCompare() [all …]
|
/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/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 1919 int result, refResult; in TestCompareDebug() local 1934 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 1935 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 1936 … " + i +", "+j + ", " +k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 1951 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 1952 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 1953 …( " + i +", "+j + ", "+k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 1970 int result, refResult; in TestCompare() local 1983 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompare() 1984 if(sign(result)!=sign(refResult)) { in TestCompare() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 1915 int result, refResult; in TestCompareDebug() local 1930 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 1931 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 1932 … " + i +", "+j + ", " +k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 1947 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 1948 if(sign(result)!=sign(refResult)) { in TestCompareDebug() 1949 …( " + i +", "+j + ", "+k+"( " +opt[k].name+"))=" + result +" should be same sign as " + refResult); in TestCompareDebug() 1966 int result, refResult; in TestCompare() local 1979 refResult=ref_norm_compare(s[i], s[j], opt[k].options); in TestCompare() 1980 if(sign(result)!=sign(refResult)) { in TestCompare() [all …]
|