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

1 2 3 4 5 6 7 8 9

  /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
17 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \
20 @import mismatch;
23 // CHECK: warning: hash mismatch
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
illegal-lse.l 2 [^:]*:68: Error: operand mismatch -- `cas w0,x1,\[x2\]'
4 [^:]*:68: Error: operand mismatch -- `casa w0,x1,\[x2\]'
6 [^:]*:68: Error: operand mismatch -- `casl w0,x1,\[x2\]'
8 [^:]*:68: Error: operand mismatch -- `casal w0,x1,\[x2\]'
10 [^:]*:68: Error: operand mismatch -- `casb w0,x1,\[x2\]'
12 [^:]*:68: Error: operand mismatch -- `cash w0,x1,\[x2\]'
14 [^:]*:68: Error: operand mismatch -- `casab w0,x1,\[x2\]'
16 [^:]*:68: Error: operand mismatch -- `caslb w0,x1,\[x2\]'
18 [^:]*:68: Error: operand mismatch -- `casalb w0,x1,\[x2\]'
20 [^:]*:68: Error: operand mismatch -- `casah w0,x1,\[x2\]
    [all...]
verbose-error.l 3 [^:]*:5: Error: operand mismatch -- `ubfm w0,x1,8,31'
14 [^:]*:12: Error: operand mismatch -- `add v0.4s,v1.4s,v2.2s'
24 [^:]*:13: Error: operand mismatch -- `urecpe v0.1d,v7.1d'
29 [^:]*:14: Error: operand mismatch -- `adds w0,wsp,x0,uxtx#1'
35 [^:]*:15: Error: operand mismatch -- `fmov d0,s0'
40 [^:]*:16: Error: operand mismatch -- `ldnp h3,h7,\[sp\],#16'
46 [^:]*:18: Error: operand mismatch -- `suqadd v0.8b,v1.16b'
56 [^:]*:20: Error: operand mismatch -- `ursqrte v2.8b,v3.8b'
61 [^:]*:22: Error: operand mismatch -- `rev32 v4.2s,v5.2s'
68 [^:]*:24: Error: operand mismatch -- `frintn v6.8b,v7.8b
    [all...]
  /external/autotest/client/site_tests/security_Minijail0/src/
test-caps 17 mismatch=""
25 mismatch="$caps"
29 [ $matched -eq 1 ] || die "Did not drop non-CAP_DAC_OVERRIDE caps: $mismatch"
  /external/iproute2/examples/bpf/
bpf_shared.h 19 long mismatch; member in struct:count_queue
  /dalvik/dx/tests/100-local-mismatch/
run 23 dx --dex Blort1.class 2>&1 | grep mismatch
26 dx --dex Blort2.class 2>&1 | grep mismatch
29 dx --dex Blort3.class 2>&1 | grep mismatch
32 dx --dex Blort4.class 2>&1 | grep mismatch
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
arch-err-1.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-2.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-3.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-4.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-5.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
  /external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ())
43 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), EQ())
47 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), std::ref(bcp))
53 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), EQ())
55 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib + sb), EQ())
58 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), std::ref(bcp))
63 assert(std::mismatch(ia, ia + sa, ib, EQ()) ==
67 assert(std::mismatch(ia, ia + sa, ib, ib + sb, EQ()) ==
69 assert(std::mismatch(ia, ia + sa, ib, ib + 2, EQ()) =
    [all...]
mismatch.pass.cpp 15 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2);
34 assert(std::mismatch(II(ia), II(ia + sa), II(ib))
37 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib))
41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+sb))
44 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib+sb))
48 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+2))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
34 assert(std::mismatch(input_iterator<const int*>(ia),
43 assert(std::mismatch(input_iterator<const int*>(ia),
54 assert(std::mismatch(ia, ia + sa, ib, std::equal_to<int>()) ==
57 assert(std::mismatch(ia, ia + sa, ib, ib + sa, std::equal_to<int>()) ==
59 assert(std::mismatch(ia, ia + sa, ib, ib + 2, std::equal_to<int>()) ==
mismatch.pass.cpp 15 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2);
31 assert(std::mismatch(input_iterator<const int*>(ia),
40 assert(std::mismatch(input_iterator<const int*>(ia),
49 assert(std::mismatch(input_iterator<const int*>(ia),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
expr-1.s 2 % the known expression evaluation order mismatch problem.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-be.s 5 ! Check that a mismatch between command-line options and the .big
err-le.s 5 ! Check that a mismatch between command-line options and the .big
  /ndk/tests/device/test-gnustl-full/unit/
mismatch_test.cpp 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2);
47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3);
58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin());
63 result = mismatch(v1.begin(), v1.end(), v2.begin());
74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
  /ndk/tests/device/test-stlport/unit/
mismatch_test.cpp 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2);
47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3);
58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin());
63 result = mismatch(v1.begin(), v1.end(), v2.begin());
74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
  /build/core/combo/
fdo.mk 33 -DANDROID_FDO -fprofile-correction -Wcoverage-mismatch -Wno-error
  /external/chromium-trace/catapult/tracing/tracing_build/
check_common.py 28 mismatch = ''
31 mismatch = listed_files[i]
37 First mismatch:
44 {4}\n\n'''.format(group_name, src_file, mismatch, what_is, what_should_be)
check_common_unittest.py 19 First mismatch:
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 105 const char * const mismatch = pattern; local
108 *ep = mismatch;
115 *ep = mismatch;
132 *ep = mismatch;
147 const char * const mismatch = *pattern; local
246 *pattern = mismatch;
295 const char *mismatch = NULL; local
373 mismatch = pattern;
443 * but slashes will mismatch, and are not consumed)
457 pattern = mismatch;
    [all...]

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 9