/external/valgrind/main/memcheck/tests/ |
mismatches.vgtest | 1 prog: mismatches
|
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/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/clang/test/CodeGenObjC/ |
try.m | 6 // __objc_personality_v0 mismatches with an actual one.
|
/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/clang/test/Lexer/ |
pragma-region.c | 33 // {{unclosed pragma region}} - region mismatches is not detected yet
|
/external/clang/test/SemaObjCXX/ |
related-result-type-inference.mm | 19 // Do not infer when instance/class mismatches 57 // Not inferred due to instance/class mismatches
|
/external/webrtc/src/system_wrappers/interface/ |
critical_section_wrapper.h | 36 // RAII extension of the critical section. Prevents Enter/Leave mismatches and
|
/libcore/json/src/main/java/org/json/ |
JSONException.java | 29 * <li>Type mismatches on lookups
|
/external/llvm/test/Other/ |
lint.ll | 73 ; CHECK: Call argument count mismatches callee argument count 75 ; CHECK: Call argument count mismatches callee argument count 77 ; CHECK: Call argument type mismatches callee parameter type 179 ; CHECK: Call return type mismatches callee return type
|
/external/chromium_org/media/base/ |
audio_pull_fifo.h | 14 // A FIFO (First In First Out) buffer to handle mismatches in buffer sizes
|
/external/chromium_org/sync/internal_api/ |
README | 19 application's own build, to avoid e.g. mismatches in calling convention,
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
comparator.h | 29 // mismatches (i.e., a DB created with one comparator is
|
/external/chromium_org/third_party/mesa/src/docs/ |
opengles.html | 55 <li>When a function is in Mesa but the type mismatches, it checks and converts the arguments before calling the Mesa function.</li>
|
/external/mesa3d/docs/ |
opengles.html | 55 <li>When a function is in Mesa but the type mismatches, it checks and converts the arguments before calling the Mesa function.</li>
|
/external/clang/test/SemaObjC/ |
related-result-type-inference.m | 19 // Do not infer when instance/class mismatches 57 // Not inferred due to instance/class mismatches
|
/external/chromium_org/content/browser/worker_host/ |
worker_service_impl.h | 139 // URL mismatches when two pages launch shared workers simultaneously.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
AudioPullFIFO.h | 38 // A FIFO (First In First Out) buffer to handle mismatches in buffer sizes between a provider and
|
/external/llvm/test/MC/MachO/ |
lcomm-attributes.s | 3 // Note, this test intentionally mismatches Darwin 'as', which loses the
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
modsupport.h | 49 so we can detect mismatches between the interpreter and dynamically
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
modsupport.h | 49 so we can detect mismatches between the interpreter and dynamically
|
/external/chromium_org/ppapi/tests/ |
test_var.cc | 169 return "String mismatches on conversion back from PP_Var."; 193 return "String mismatches on conversion back from PP_Var.";
|
/external/jpeg/ |
change.log | 72 Library initialization sequence modified to detect version mismatches 73 and struct field packing mismatches between library and calling application.
|