HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 101 - 125 of 3039) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/server/site_tests/display_SuspendStress/
control.extended_10min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
control.extended_30min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
control.mirrored_10min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
control.mirrored_30min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
  /external/chromium-trace/catapult/tracing/tracing_build/
check_common_unittest.py 19 First mismatch:
  /external/e2fsprogs/lib/et/test_cases/
simple.et 34 "Protocol version mismatch"
  /external/fec/
peaktest.c 35 printf("peak mismatch: %d != %d\n",result,rresult);
sqtest.c 28 printf("sum mismatch: %lld != %lld\n",result,rresult);
  /external/icu/icu4c/source/samples/uresb/
en.txt 23 "Resource type mismatch",
  /external/llvm/test/TableGen/
BitsInit.td 33 bits<3> D3 = { 0, 0 }; // type mismatch. RHS doesn't have enough bits
34 bits<3> D4 = { 0b00 }; // type mismatch. RHS doesn't have enough bits
37 bits<1> D7 = { 3 }; // type mismatch. LHS doesn't have enough bits
38 bits<2> D8 = { 0 }; // type mismatch. RHS doesn't have enough bits
  /external/strace/tests/
uid.test 26 match_awk "$LOG" "$srcdir"/uid.awk "$STRACE $args output mismatch" -v suffix="$s"
  /frameworks/compile/slang/tests/P_reduce_general_accumulator/
ScriptC_reduce_general_accumulator.java.expect 105 throw new RSRuntimeException("Type mismatch with I32!");
138 throw new RSRuntimeException("Type mismatch with I32!");
171 throw new RSRuntimeException("Type mismatch with I32!");
204 throw new RSRuntimeException("Type mismatch with I32!");
237 throw new RSRuntimeException("Type mismatch with I32!");
270 throw new RSRuntimeException("Type mismatch with I32!");
303 throw new RSRuntimeException("Type mismatch with I32!");
336 throw new RSRuntimeException("Type mismatch with I32!");
369 throw new RSRuntimeException("Type mismatch with I32!");
402 throw new RSRuntimeException("Type mismatch with I32!")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cif-code.def 95 DEFCIFCODE(EH_PERSONALITY, N_("exception handling personality mismatch"))
99 DEFCIFCODE(NON_CALL_EXCEPTIONS, N_("non-call exception handling mismatch"))
102 DEFCIFCODE(TARGET_OPTION_MISMATCH, N_("target specific option mismatch"))
105 DEFCIFCODE(OPTIMIZATION_MISMATCH, N_("optimization level attribute mismatch"))
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug143.go 41 * bug143.go:19: assignment count mismatch: 2 = 1
issue5607.go 17 // part of init() (funcdepth mismatch).
issue7316.go 9 // of the sources of etype mismatch during register allocation in 8g.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug143.go 41 * bug143.go:19: assignment count mismatch: 2 = 1
issue5607.go 17 // part of init() (funcdepth mismatch).
issue7316.go 9 // of the sources of etype mismatch during register allocation in 8g.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
weakref1.d 7 # confused symbol reference count mismatch with a bfd assertion. Linking
  /frameworks/av/include/media/
Modulo.h 103 static_assert(sizeof(T) <= sizeof(S), "argument size mismatch");
111 static_assert(sizeof(T) <= sizeof(S), "argument size mismatch");
121 static_assert(sizeof(T) == sizeof(S), "argument size mismatch");
128 static_assert(sizeof(T) == sizeof(S), "argument size mismatch");
140 static_assert(sizeof(T) == sizeof(S), "argument size mismatch");
147 static_assert(sizeof(T) == sizeof(S), "argument size mismatch");
154 static_assert(sizeof(T) == sizeof(S), "argument size mismatch");
161 static_assert(sizeof(T) == sizeof(S), "argument size mismatch");
168 static_assert(sizeof(T) == sizeof(S), "argument size mismatch");
200 static_assert(sizeof(T) >= sizeof(S), "argument size mismatch");
    [all...]
  /external/clang/test/SemaObjCXX/
related-result-type-inference.mm 25 // Do not infer when the return types mismatch.
63 // Not inferred due to return type mismatch
  /external/compiler-rt/test/asan/TestCases/Linux/
malloc_delete_mismatch.cc 1 // Check that we detect malloc/delete mismatch only if the approptiate flag
26 // CHECK: ERROR: AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete) on 0x
  /external/curl/tests/data/
test1105 20 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
62 127.0.0.1 FALSE "/silly/" FALSE 0 mismatch this
  /external/autotest/client/tests/kvm/tests/
physical_resources_check.py 35 fail_log = "%s number mismatch:\n" % str(devices)
67 fail_log = "%s model mismatch:\n" % str(device)
80 fail_log = "%s mismatch:\n" % name
108 fail_log = "CPU count mismatch:\n"
119 fail_log = "Memory size mismatch:\n"
159 fail_log = "MAC address mismatch:\n"

Completed in 1194 milliseconds

1 2 3 45 6 7 8 91011>>