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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link.py 37 self.mismatches = []
50 self.mismatches.append(attrs["href"])
57 a tuple of two URL lists, (matches, mismatches).
63 return parser.matches, parser.mismatches
extract_reference_link_unittest.py 57 matches, mismatches = extract_reference_link.get_reference_link(html_1)
60 self.assertItemsEqual(mismatches,
  /external/valgrind/main/memcheck/tests/
mismatches.stderr.exp 3 by 0x........: main (mismatches.cpp:6)
6 by 0x........: main (mismatches.cpp:5)
10 by 0x........: main (mismatches.cpp:8)
13 by 0x........: main (mismatches.cpp:7)
17 by 0x........: main (mismatches.cpp:13)
20 by 0x........: main (mismatches.cpp:12)
24 by 0x........: main (mismatches.cpp:15)
27 by 0x........: main (mismatches.cpp:14)
31 by 0x........: main (mismatches.cpp:20)
34 by 0x........: main (mismatches.cpp:19
    [all...]
  /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/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/oprofile/events/x86-64/family10/
unit_masks 264 0x01 Address mismatches (starting byte not the same)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 277 milliseconds