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

<<21222324252627282930>>

  /external/clang/test/Sema/
pass-object-size.c 41 void (*p3)(void *) = IsOverloaded; //expected-warning{{incompatible pointer types initializing 'void (*)(void *)' with an expression of type '<overloaded function type>'}} expected-note@-6{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@-5{{type mismatch}}
42 void (*p4)(void *) = &IsOverloaded; //expected-warning{{incompatible pointer types initializing 'void (*)(void *)' with an expression of type '<overloaded function type>'}} expected-note@-7{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@-6{{type mismatch}}
  /external/clang/test/SemaObjC/
related-result-type-inference.m 25 // Do not infer when the return types mismatch.
63 // Not inferred due to return type mismatch
  /external/eigen/unsupported/test/
cxx11_tensor_contract_cuda.cu 79 std::cout << "mismatch detected at index " << i << ": " << t_result(i)
137 std::cout << "mismatch detected: " << t_result()
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeMatcher.java 20 * mismatch between the text and this matcher. The text contains
93 * match, or a mismatch. If incremental is FALSE then
  /external/icu/icu4c/source/common/unicode/
unimatch.h 35 * mismatch between the text and this matcher. The text contains
121 * match, or a mismatch. If incremental is FALSE then
  /external/icu/icu4c/source/samples/citer/
citer.cpp 93 u_fprintf(out, "Character mismatch at position %d\n" + i);
156 u_fprintf(out, "Character mismatch at position %d\n", i);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeMatcher.java 20 * mismatch between the text and this matcher. The text contains
97 * match, or a mismatch. If incremental is FALSE then
  /external/jemalloc/test/unit/
mallctl.c 17 "mallctl() should return EINVAL for input size mismatch");
20 "mallctl() should return EINVAL for input size mismatch");
24 "mallctl() should return EINVAL for output size mismatch");
27 "mallctl() should return EINVAL for output size mismatch");
63 "mallctlbymib() should return EINVAL for input size mismatch");
66 "mallctlbymib() should return EINVAL for input size mismatch");
71 "mallctlbymib() should return EINVAL for output size mismatch");
75 "mallctlbymib() should return EINVAL for output size mismatch");
  /external/libnl/tests/
check-addr.c 128 "Cloned address should not mismatch original");
169 "Cloned address should not mismatch original");
  /external/libxml2/result/HTML/
doc3.htm.err 61 ./test/HTML/doc3.htm:826: HTML parser error : Opening and ending tag mismatch: form and center
67 ./test/HTML/doc3.htm:833: HTML parser error : Opening and ending tag mismatch: center and td
  /external/libxml2/win32/wince/
libxml2.vcl 108 C:\ppc\libxml\XML\nanoftp.c(892) : warning C4761: integral size mismatch in argument; conversion supplied
110 C:\ppc\libxml\XML\nanohttp.c(921) : warning C4761: integral size mismatch in argument; conversion supplied
  /external/ltp/testcases/kernel/syscalls/accept4/
accept4_01.c 149 "Close-on-exec flag mismatch, should be %x, actual %x",
163 "nonblock flag mismatch, should be %x, actual %x",
  /external/mockito/src/test/java/org/mockitousage/junitrule/
StrictJUnitRuleTest.java 87 "Strict stubbing argument mismatch. Please check:\n" +
96 "Typically, stubbing argument mismatch indicates user mistake when writing tests.\n" +
StubbingWarningsJUnitRuleTest.java 138 useStubbingWithArg(mock, "d"); // <-- arg mismatch
157 useStubbingWithArg(mock, "d"); // <-- arg mismatch, but the stub was already used
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
tensor_signature_test.py 43 name='mismatch', shape=[256, 100], dtype=dtypes.float32)
45 name='mismatch', shape=[128, 100], dtype=dtypes.int32)
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator.h 72 return errors::InvalidArgument("Shape mismatch: expected ",
79 return errors::InvalidArgument("Shape mismatch: expected ",
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
integral_image.h 96 LOGE("Mismatch! %d vs %d", curr_val, image_base[y][x]);
101 LOGE("Mismatch!");
  /external/tensorflow/tensorflow/python/kernel_tests/
sparse_conditional_accumulator_test.py 452 "Shape mismatch: expected shape rank at least 3, got 2"):
461 "Shape mismatch: expected shape dim 1 to be 2, got 3"):
470 "Shape mismatch: index of slice 0 exceeded limits of shape;"
479 "Shape mismatch: expected values rank at least 3, got 2"):
487 "Shape mismatch: expected values dim 1 to be 2, got 3"):
503 "Shape mismatch: expected values rank 4, got 3"):
511 "Shape mismatch: expected values dim 3 to be 2, got 3"):
532 "Shape mismatch: expected values dim 3 to be 3, got 2"):
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayoutLandscapeTest.java 71 assertEquals("Row mismatch", expectedRows, layoutNumRows);
74 assertEquals("Col mismatch on row " + row, expectedLayout[row].intValue(),
MenuLayoutPortraitTest.java 67 assertEquals("Row mismatch", expectedRows, layoutNumRows);
70 assertEquals("Col mismatch on row " + row, expectedLayout[row].intValue(),
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest10.java 137 assertExpectException(SecurityException.class, "Calling uid mismatch",
146 assertExpectException(SecurityException.class, "Calling uid mismatch",
  /frameworks/compile/slang/tests/P_reduce_general_examples_halter/
ScriptC_reduce_general_examples_halter.java.expect 146 throw new RSRuntimeException("Type mismatch with I32!");
179 throw new RSRuntimeException("Type mismatch with I32!");
  /frameworks/native/cmds/installd/
installd.cpp 43 static_assert(kPropertyKeyMax == PROPERTY_KEY_MAX, "Size mismatch.");
44 static_assert(kPropertyValueMax == PROPERTY_VALUE_MAX, "Size mismatch.");
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 101 assertEquals("digest length mismatch", checkDigest.length, computedDigest.length);
119 assertEquals("digest length mismatch", checkDigest.length, computedDigest.length);
  /packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
AssistedDialingSettingFragment.java 107 // This might happen if there is a mismatch between the automatically
173 throw new IllegalStateException("Unexpected mismatch in country chooser key/value size");

Completed in 1410 milliseconds

<<21222324252627282930>>