HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 176 - 200 of 2236) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 188 void (*ptr1)(double) = &fun; // expected-error {{cannot initialize a variable of type 'void (*)(double)' with an rvalue of type 'void (*)(int)': type mismatch at 1st parameter ('double' vs 'int')}}
190 ptr2 = &fun; // expected-error {{assigning to 'void (*)(double)' from incompatible type 'void (*)(int)': type mismatch at 1st parameter ('double' vs 'int')}}
201 int foo(double x) {return 0;} // expected-note {{candidate function has type mismatch at 1st parameter (expected 'int' but has 'double')}}
204 double foo(float x) {return 0;} // expected-note {{candidate function has type mismatch at 1st parameter (expected 'int' but has 'float')}}
  /external/clang/test/SemaObjC/
selector-1.m 1 // RUN: %clang_cc1 -Wselector-type-mismatch -verify %s
warn-superclass-method-mismatch.m 1 // RUN: %clang_cc1 -fsyntax-only -Wsuper-class-method-mismatch -verify %s
  /external/deqp/doc/testspecs/GLES2/
functional.texture.incomplete.txt 29 + Texture object and sampler type mismatch
  /external/e2fsprogs/lib/et/test_cases/
heimdal.et 39 ec RD_AP_VERSION, "Kerberos protocol version mismatch"
heimdal2.et 48 ec KADM_LENGTH_ERROR, "Length mismatch problem"
  /external/elfutils/0.153/libelf/
elf_error.c 192 N_("archive/member file descriptor mismatch")
195 (ELF_E_FD_MISMATCH_IDX + sizeof "archive/member file descriptor mismatch")
204 N_("data/scn mismatch")
207 (ELF_E_DATA_MISMATCH_IDX + sizeof "data/scn mismatch")
  /external/icu/icu4c/source/i18n/
quant.h 67 * match, or a mismatch. If incremental is FALSE then
  /external/libvorbis/doc/vorbisfile/
ov_test_open.html 53 <li>OV_EVERSION - Vorbis version mismatch.</li>
  /external/libvorbis/symbian/
config.h 50 #pragma warning(disable: 4761) /* integral size mismatch in argument: conversion supplied */
  /external/llvm/test/CodeGen/ARM/
fast-isel-load-store-verify.ll 5 ; of a mismatch in register classes in uses.
  /external/llvm/test/CodeGen/X86/
sse_partial_update.ll 5 ; There is a mismatch between the intrinsic and the actual instruction.
  /external/llvm/test/tools/llvm-profdata/
errors.test 2 HASH: foo4-1.profdata: foo: Function hash mismatch
  /frameworks/base/core/jni/
android_backup_BackupDataOutput.cpp 69 // size mismatch
  /frameworks/base/core/tests/coretests/src/android/app/backup/
BackupDataTest.java 271 assertEquals("Key mismatch",
273 assertEquals("data size mismatch",
280 assertEquals("payload mismatch",
286 assertEquals("Key mismatch",
  /frameworks/rs/tests/cppbasic-getpointer/
compute.cpp 79 printf("Mismatch at location %u, %u\n", j, i);
  /cts/suite/audio_quality/lib/src/audio/
Buffer.cpp 136 LOGD("stereo mismatch %d %d", mStereo, b.mStereo);
140 LOGD("size mismatch %d %d", mSize, b.mSize);
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 50 throw new IllegalArgumentException("info mismatch");
73 throw new IllegalArgumentException("info mismatch");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformListItem.java 175 "item size mismatch");
179 "item alignment mismatch");
  /dalvik/dx/src/com/android/dx/dex/file/
UniformListItem.java 173 "item size mismatch");
177 "item alignment mismatch");
  /external/bzip2/
unzcrash.c 114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
119 fprintf(stderr, "mismatch at %d\n", i );
  /external/chromium_org/chrome/browser/sync/test/integration/
quiesce_status_change_checker.cc 202 // Return false if there is a progress marker mismatch.
204 VLOG(1) << "Not quiesced: Progress marker mismatch.";
  /external/chromium_org/extensions/browser/
content_verify_job.h 103 // still ok so far, or false if a mismatch was detected.
141 // Set to true if we detected a mismatch and called the failure callback.
  /external/chromium_org/ppapi/generators/
idl_outfile.py 43 # If number of lines don't match, it's a mismatch
60 # If it's not a comment then it's a mismatch
  /external/chromium_org/third_party/icu/source/common/unicode/
unimatch.h 33 * mismatch between the text and this matcher. The text contains
119 * match, or a mismatch. If incremental is FALSE then

Completed in 3318 milliseconds

1 2 3 4 5 6 78 91011>>