HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 1251 - 1275 of 4810) sorted by null

<<51525354555657585960>>

  /external/pdfium/testing/tools/
test_runner.py 148 if matched == gold.GoldBaseline.MISMATCH:
149 print 'Skia Gold hash mismatch for test case: %s' % test_name
  /external/python/cpython3/Objects/
moduleobject.c 114 * Issues a warning on mismatch, which is usually not fatal.
123 "Python C API version mismatch for module %.100s: "
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass_test.cc 78 *diff = strings::StrCat(diff_preamble, " mismatch for node ", a.name(),
85 *diff = strings::StrCat(diff_preamble, " mismatch for node ", a.name(),
93 *diff = strings::StrCat(diff_preamble, " mismatch for node ", a.name(),
103 *diff = strings::StrCat(diff_preamble, " mismatch for node ", a.name(),
133 strings::StrCat(diff_preamble, " attr mismatch for node ", a.name()),
141 *diff = strings::StrCat("Signature mismatch for function ",
154 strings::StrCat("attr mismatch for function ", a.signature().name()),
164 strings::StrCat("ret mismatch for function ", a.signature().name()),
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
constant_op.cc 78 errors::InvalidArgument("Type mismatch between value (",
142 errors::InvalidArgument("Type mismatch between value (",
padding_fifo_queue.cc 242 return errors::InvalidArgument("Shape mismatch in tuple component ", i,
259 return errors::InvalidArgument("Shape mismatch in tuple component ", i,
  /external/tensorflow/tensorflow/python/debug/lib/
session_debug_testlib.py     [all...]
  /external/tensorflow/tensorflow/python/debug/wrappers/
framework_test.py 306 # No matrix size mismatch.
313 # Now there should be a matrix size mismatch error.
  /external/vboot_reference/firmware/lib/
vboot_kernel.c 231 VBDEBUG(("Key block developer flag mismatch.\n"));
238 VBDEBUG(("Key block recovery flag mismatch.\n"));
  /external/wayland-protocols/freedesktop.org/unstable/linux-dmabuf/
linux-dmabuf-unstable-v1.xml 264 mismatch between the number of planes and the format, bad
325 in case of argument errors such as mismatch between the number
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter.cc 92 LOG(LS_WARNING) << "SplitRed length mismatch";
412 LOG(LS_WARNING) << "SplitByFrames length mismatch";
  /frameworks/base/core/java/android/bluetooth/le/
ScanFilter.java 535 "size mismatch for service data and service data mask");
585 "size mismatch for manufacturerData and manufacturerDataMask");
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 305 + "packageName mismatch, expected: "
319 + "signature mismatch");
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 141 ALOGW("file_version mismatch! expected %d got %d", sCurrentFileVersion, file_version);
187 ALOGE("Histogram size mismatch, proto is %d expected %d", proto->histogram_size(),
  /frameworks/native/opengl/libs/EGL/
BlobCache_test.cpp 392 // The version mismatch should cause the unflatten to result in an empty
411 // The version mismatch should cause the unflatten to result in an empty
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
BaseWrapContentTest.java 368 assertEquals(prefix + "key mismatch at index " + index, key1, key2);
371 assertEquals(prefix + " value mismatch at index " + index, value1, value2);
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_tags.h 27 * must choose the union field, there could be a mismatch which the compiler has now way to
91 static_assert(typeFromTag(tag) == tag_type, "mismatch between tag and tag_type");
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
keymaster_tags.h 27 * must choose the union field, there could be a mismatch which the compiler has now way to
92 static_assert(typeFromTag(tag) == tag_type, "mismatch between tag and tag_type");
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoPeriodImpl.java 208 throw new ClassCastException("Chronology mismatch, expected: " + chrono.getId() + ", actual: " + period.getChronology().getId());
314 throw new DateTimeException("Chronology mismatch, expected: " + chrono.getId() + ", actual: " + temporalChrono.getId());
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS8Key.java 125 throw new IOException("version mismatch: (supported: " +
335 throw new IOException("version mismatch: (supported: " +
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java 304 assertEquals("Initial text mismatch", initialMessage, initial.getMessageText());
325 assertEquals("Draft text mismatch", draftMessage, actual.getMessageText());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 366 "Invalid complex int (type mismatch).");
373 "Invalid complex float (type mismatch).");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
APValue.h 366 "Invalid complex int (type mismatch).");
373 "Invalid complex float (type mismatch).");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
APValue.h 366 "Invalid complex int (type mismatch).");
373 "Invalid complex float (type mismatch).");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
APValue.h 366 "Invalid complex int (type mismatch).");
373 "Invalid complex float (type mismatch).");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
APValue.h 366 "Invalid complex int (type mismatch).");
373 "Invalid complex float (type mismatch).");

Completed in 1048 milliseconds

<<51525354555657585960>>