HomeSort by relevance Sort by last modified time
    Searched full:mismatches (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /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...]
Makefile.am 138 mismatches.stderr.exp mismatches.vgtest \
269 mismatches new_override metadata \
337 mismatches_SOURCES = mismatches.cpp
  /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/clang/test/CodeGenObjC/
try.m 6 // __objc_personality_v0 mismatches with an actual one.
  /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/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/llvm/test/MC/MachO/
lcomm-attributes.s 3 // Note, this test intentionally mismatches Darwin 'as', which loses the
  /external/jpeg/
change.log 72 Library initialization sequence modified to detect version mismatches
73 and struct field packing mismatches between library and calling application.
  /external/qemu/distrib/jpeg-6b/
change.log 72 Library initialization sequence modified to detect version mismatches
73 and struct field packing mismatches between library and calling application.
  /external/chromium/net/base/
load_flags_list.h 42 // If present, ignores certificate mismatches with the domain name.
  /external/e2fsprogs/include/nonunix/
getopt.h 91 type mismatches in all the code that assumes it is an int. */
  /external/grub/lib/
getopt.h 89 type mismatches in all the code that assumes it is an int. */
  /external/libmtp/
hotplug.sh.in 152 # were mismatches, then patch the installed file.
  /external/libvorbis/doc/vorbisfile/
ov_test_callbacks.html 85 mismatches and runtime protection faults
  /external/llvm/docs/
MarkedUpDisassembly.rst 22 mismatches between consumers and producers. That is, the syntax generally does
  /ndk/sources/host-tools/make-3.81/
getopt.h 89 type mismatches in all the code that assumes it is an int. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
getopt.h 110 type mismatches in all the code that assumes it is an int. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
getopt.h 110 type mismatches in all the code that assumes it is an int. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
getopt.h 110 type mismatches in all the code that assumes it is an int. */
  /frameworks/native/libs/utils/tests/
BlobCache_test.cpp 376 // Version mismatches shouldn't cause errors, but should not use the
395 // Version mismatches shouldn't cause errors, but should not use the

Completed in 2573 milliseconds

1 2 3 4 5 6 7 8 9