Searched defs:mismatches (Results 1 - 4 of 4) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DRobolectricWiringTest.java18 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/courgette/
H A Ddifference_estimator.cc97 size_t mismatches = 0; local
105 ++mismatches;
110 if (mismatches == 0) {
114 ++mismatches; // Guarantee not zero.
115 return mismatches;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 8248 milliseconds