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

1 2 3 4 5 6 7 8 91011>>

  /external/jsoncpp/test/jsonchecker/
fail33.json 0 ["mismatch"
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/jsonchecker/
fail33.json 0 ["mismatch"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
mism-2.s 1 ! Test architecture mismatch warnings from v9b upwards.
2 ! We don't test every possible mismatch, we just want to be reasonable sure
3 ! the mismatch checking code works.
10 addxc %g1,%g2,%g3 ! { dg-error "mismatch|v9d" "v9d addxc mismatch" }
14 aes_kexpand0 %f0,%f2,%f4 ! { dg-error "mismatch|v9e" "v9b aes_kexpand0 mismatch" }
18 fnumaddd %f0,%f2,%f0,%f4 ! { dg-error "mismatch|v9v" "v9v fnumaddd mismatch" }
22 xmpmul 4 ! { dg-error "mismatch|v9m" "v9m xmpmul mismatch"
    [all...]
mism-1.s 1 ! Test architecture mismatch warnings.
2 ! We don't test every possible mismatch, we just want to be reasonable sure
3 ! the mismatch checking code works.
10 divscc %g1,%g2,%g3 ! { dg-error "mismatch|sparclite" "sparclite divscc mismatch" }
12 scan %g1,%g2,%g3 ! { dg-error "mismatch|sparclite" "sparclite scan mismatch" }
16 movrz %g1,%g2,%g3 ! { dg-error "mismatch|v9" "v9 fp reg mismatch" }
20 shutdown ! { dg-error "mismatch|v9a" "v9a shutdown mismatch"
    [all...]
  /external/valgrind/none/tests/
tls.stdout.exp 1 tls_ptr: case "race" has mismatch: *ip=1 here=0
2 tls_ptr: case "race" has mismatch: *ip=2 here=1
3 tls_ptr: case "race" has mismatch: *ip=3 here=1
4 tls_ptr: case "race" has mismatch: *ip=4 here=2
5 tls_ptr: case "race" has mismatch: *ip=5 here=2
6 tls_ptr: case "race" has mismatch: *ip=6 here=3
7 tls_ptr: case "race" has mismatch: *ip=7 here=3
8 tls_ptr: case "race" has mismatch: *ip=8 here=4
9 tls_ptr: case "race" has mismatch: *ip=9 here=4
10 tls_ptr: case "race" has mismatch: *ip=10 here=
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetSetTest.java 298 verify(tmp, tmp2, out1DAlloc, "Data mismatch char: ", 1);
300 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char: ", 1);
303 verify(tmp, tmp2, out2DAlloc, "Data mismatch char: ", 1);
305 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char: ", 1);
308 verify(tmp, tmp2, out3DAlloc, "Data mismatch char: ", 1);
310 verify(tmp, tmp2, out3DAlloc, "Data mismatch relaxed char: ", 1);
318 verify(tmp, tmp2, out1DAlloc, "Data mismatch char2: ", 2);
320 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char2: ", 2);
323 verify(tmp, tmp2, out2DAlloc, "Data mismatch char2: ", 2);
325 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char2: ", 2)
    [all...]
  /external/llvm/test/tools/dsymutil/X86/
mismatch.m 3 module mismatch {
4 header "mismatch.h"
7 echo "struct s;"> mismatch.h
10 -fdisable-module-hash mismatch.m -o 1.o
11 echo > mismatch.h
14 -fdisable-module-hash mismatch.m -o /dev/null
18 // RUN: cp %p/../Inputs/mismatch/1.o %p/../Inputs/mismatch/mismatch.pcm %t.dir
19 // RUN: cp %p/../Inputs/mismatch/1.o %t.dir/2.
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
arch-err-1.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
  /external/clang/test/ASTMerge/Inputs/
enum1.c 8 // Value mismatch
15 // Name mismatch
enum2.c 8 // Value mismatch
15 // Name mismatch
struct1.c 12 // Mismatch in field type
20 // Mismatch in tag kind.
32 // Bit-field mismatch
35 // Bit-field mismatch
53 // Mismatch due to struct used internally
struct2.c 9 // Mismatch in field type
17 // Mismatch in tag kind.
29 // Bit-field mismatch
32 // Bit-field mismatch
50 // Mismatch due to struct used internally
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
Condition.java 17 Condition<O> apply(I value, Description mismatch);
33 public static <T> Condition<T> matched(final T theValue, final Description mismatch) {
34 return new Matched<T>(theValue, mismatch);
39 private final Description mismatch; field in class:Condition.Matched
41 private Matched(T theValue, Description mismatch) {
43 this.mismatch = mismatch;
51 mismatch.appendText(message);
52 matcher.describeMismatch(theValue, mismatch);
58 return next.apply(theValue, mismatch);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
comparecodecs.py 15 mismatch = 0
28 print ' * encoding mismatch for 0x%04X: %-14r != %r' % \
30 mismatch += 1
43 print ' * decoding mismatch for 0x%04X: %-14r != %r' % \
45 mismatch += 1
46 if mismatch:
48 print 'Found %i mismatches' % mismatch
  /external/python/cpython2/Tools/unicode/
comparecodecs.py 15 mismatch = 0
28 print ' * encoding mismatch for 0x%04X: %-14r != %r' % \
30 mismatch += 1
43 print ' * decoding mismatch for 0x%04X: %-14r != %r' % \
45 mismatch += 1
46 if mismatch:
48 print 'Found %i mismatches' % mismatch
  /external/python/cpython3/Tools/unicode/
comparecodecs.py 15 mismatch = 0
28 print(' * encoding mismatch for 0x%04X: %-14r != %r' % \
30 mismatch += 1
43 print(' * decoding mismatch for 0x%04X: %-14r != %r' % \
45 mismatch += 1
46 if mismatch:
48 print('Found %i mismatches' % mismatch)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug487.go 17 a, b := G() // ERROR "assignment mismatch"
18 a, b = G() // ERROR "assignment mismatch"
23 return G() // ERROR "too many|mismatch"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug487.go 17 a, b := G() // ERROR "assignment mismatch"
18 a, b = G() // ERROR "assignment mismatch"
23 return G() // ERROR "too many|mismatch"
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 66 assertEquals(i + " Final state mismatch", aDataTruncation
68 assertEquals(i + " Final state mismatch", aDataTruncation
70 assertEquals(i + " Final state mismatch", aDataTruncation
72 assertEquals(i + " Final state mismatch", aDataTruncation
74 assertEquals(i + " Final state mismatch", aDataTruncation
76 assertEquals(i + " Final state mismatch", aDataTruncation
78 assertEquals(i + " Final state mismatch", aDataTruncation
80 assertEquals(i + " Final state mismatch", aDataTruncation
87 assertEquals(i + "Exception mismatch", e.getClass(),
89 assertEquals(i + "Exception mismatch", e.getMessage()
    [all...]
  /dalvik/dx/tests/100-local-mismatch/
run 18 dx --dex Blort1.class 2>&1 | grep mismatch
21 dx --dex Blort2.class 2>&1 | grep mismatch
24 dx --dex Blort3.class 2>&1 | grep mismatch
27 dx --dex Blort4.class 2>&1 | grep mismatch
  /external/clang/test/SemaTemplate/
instantiate-array.cpp 16 static_assert(sizeof(IntArray<10>) == sizeof(int) * 10, "Array size mismatch");
17 static_assert(sizeof(IntArray<1>) == sizeof(int) * 1, "Array size mismatch");
23 static_assert(sizeof(TenElementArray<int>) == sizeof(int) * 10, "Array size mismatch");
29 static_assert(sizeof(Array<int, 10>) == sizeof(int) * 10, "Array size mismatch");
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
expr-1.s 2 % the known expression evaluation order mismatch problem.
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.h 294 "Debug level value mismatch");
297 "Debug level value mismatch");
302 "KeyMgmt value mismatch");
306 "KeyMgmt value mismatch");
310 "KeyMgmt value mismatch");
314 "KeyMgmt value mismatch");
318 "KeyMgmt value mismatch");
322 "KeyMgmt value mismatch");
326 "KeyMgmt value mismatch");
330 "Proto value mismatch");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
hidl_manager.h 303 "Debug level value mismatch");
306 "Debug level value mismatch");
311 "KeyMgmt value mismatch");
315 "KeyMgmt value mismatch");
319 "KeyMgmt value mismatch");
323 "KeyMgmt value mismatch");
327 "KeyMgmt value mismatch");
331 "KeyMgmt value mismatch");
335 "KeyMgmt value mismatch");
339 "Proto value mismatch");
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/global/
main.go 15 panic("testLoop: mismatch")
29 panic("testMediumOffset: index mismatch")
35 panic("testMediumOffset: direct mismatch")
40 panic("testMediumOffset: address mismatch")
48 panic("testLargeOffset: index mismatch")
54 panic("testLargeOffset: direct mismatch")
59 panic("testLargeOffset: address mismatch")

Completed in 1304 milliseconds

1 2 3 4 5 6 7 8 91011>>