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

  /external/chromium_org/courgette/
difference_estimator.cc 97 size_t mismatches = 0; local
105 ++mismatches;
110 if (mismatches == 0) {
114 ++mismatches; // Guarantee not zero.
115 return mismatches;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
RobolectricWiringTest.java 18 private List<String> mismatches; field in class:RobolectricWiringTest
21 mismatches = new ArrayList<String>();
30 Assert.assertEquals("@Implementation method mismatch: " + Join.join("\n", mismatches), 0, mismatches.size());
43 mismatches.add("Missing constructor for " + shadowClass.getSimpleName());
63 mismatches.add(shadowMethod.toGenericString() + " doesn't match a real method");
65 mismatches.add(shadowMethod.toGenericString() + " doesn't match the staticness of the real method");
68 mismatches.add(shadowMethod.toGenericString() + " should be public");
73 mismatches.add(shadowMethod.toGenericString() + " should be annotated @Implementation");
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 49 milliseconds