HomeSort by relevance Sort by last modified time
    Searched defs:showDiff (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/ts/src/
ocl_test.cpp 298 void TestUtils::showDiff(InputArray _src, InputArray _gold, InputArray _actual, double eps, bool alwaysShow)
cuda_test.cpp 415 void showDiff(InputArray gold_, InputArray actual_, double eps)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BNF.java 82 String msg = showDiff(variables, ruleSet);
84 String temp = showDiff(ruleSet, variables);
94 String msg = showDiff(variables, ruleSet);
96 String temp = showDiff(ruleSet, variables);
127 String showDiff(Set a, Set b) {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 81 String msg = showDiff(variables, ruleSet);
83 String temp = showDiff(ruleSet, variables);
93 String msg = showDiff(variables, ruleSet);
95 String temp = showDiff(ruleSet, variables);
126 String showDiff(Set a, Set b) {

Completed in 580 milliseconds