/external/elfutils/libelf/ |
elf_error.c | 167 N_("archive/member file descriptor mismatch") 170 (ELF_E_FD_MISMATCH_IDX + sizeof "archive/member file descriptor mismatch") 179 N_("data/scn mismatch") 182 (ELF_E_DATA_MISMATCH_IDX + sizeof "data/scn mismatch")
|
/external/gmock/test/ |
gmock_output_test_.cc | 186 foo_.Bar("Ho", 0, -0.1); // Mismatch arguments 194 foo_.Bar2(2, 3); // Mismatch With() 202 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With()
|
/external/google-breakpad/src/testing/test/ |
gmock_output_test_.cc | 185 foo_.Bar("Ho", 0, -0.1); // Mismatch arguments 193 foo_.Bar2(2, 3); // Mismatch With() 201 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With()
|
/external/libvorbis/doc/ |
vorbis-errors.txt | 33 OV_EVERSION Vorbis version mismatch.
|
/external/skia/gyp/ |
icu.gyp | 103 '-Wno-implicit-exception-spec-mismatch',
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
BigDecimalBeanConstructorTest.java | 55 assertEquals("argument type mismatch", e.getCause().getMessage());
|
/external/v8/testing/ |
gmock-support.h | 71 static_assert(sizeof(x) == sizeof(arg), "Size mismatch");
|
/external/valgrind/none/tests/ |
tls.c | 62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",
|
/external/vulkan-validation-layers/build-android/gradle-templates/ |
common.gradle | 40 ldFlags.add("-Wl,--no-warn-mismatch")
|
/external/vulkan-validation-layers/tests/ |
CMakeLists.txt | 23 # If MSVC, disable some signed/unsigned mismatch warnings.
|
/frameworks/base/cmds/app_process/ |
Android.mk | 4 # bad apps. This prevents a library from having a mismatch when resolving
|
/frameworks/rs/tests/cppstrided/ |
compute.cpp | 61 printf("Mismatch at location %d, %d: %u\n", i, ct, *(buf+(stride*i)+ct));
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalSensorAttrib.java | 75 Log.i(TAG, "mismatch in weights and order array, raw sensor temp will be used");
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestIncompatibleException.java | 18 * This exception represents a mismatch between the
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
argv_traverser.hpp | 70 // returns true if mismatch detected during input parsing handled successfully
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapMemoryLiteral.java | 47 VvmLog.w(TAG, "length mismatch");
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug484.go | 12 // did not. This mismatch meant that s would be marked live
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug484.go | 12 // did not. This mismatch meant that s would be marked live
|
/external/clang/test/SemaCXX/ |
delete.cpp | 2 // RUN: %clang_cc1 -fsyntax-only -include %S/delete-mismatch.h -fdiagnostics-parseable-fixits -std=c++11 %s 2>&1 | FileCheck %s 5 // RUN: %clang_cc1 -x c++-header -std=c++11 -emit-pch -o %t %S/delete-mismatch.h 72 // At least one constructor's body is missing; no proof of mismatch.
|
/external/freetype/src/cff/ |
cf2stack.c | 138 return 0; /* type mismatch */ 147 /* Note: type mismatch is silently cast */ 172 /* Note: type mismatch is silently cast */
|
/external/jemalloc/test/integration/ |
mallocx.c | 118 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch"); 130 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch"); 171 "nallocx()/sallocx() size mismatch for "
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2stack.c | 138 return 0; /* type mismatch */ 147 /* Note: type mismatch is silently cast */ 172 /* Note: type mismatch is silently cast */
|
/external/libopus/celt/tests/ |
test_unit_cwrs32.c | 132 fprintf(stderr,"N=%d Pulse count mismatch in cwrsi (%d!=%d).\n", 146 fprintf(stderr,"Combination-index mismatch (%lu!=%lu).\n", 151 fprintf(stderr,"Combination count mismatch (%lu!=%lu).\n",
|
/external/libvpx/libvpx/test/ |
cpu_speed_test.cc | 73 // without a mismatch when passing in a very low max q. This pushes 108 // without a mismatch when passing in a very low max q. This pushes 124 // Validate that this clip encodes and decodes without a mismatch
|
quantize_test.cc | 101 << "qcoeff mismatch"; 105 << "dqcoeff mismatch"; 108 << "eobs mismatch";
|