Searched refs:expected (Results 276 - 300 of 3852) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/Mips/
H A Dset-at-noat-bad-syntax.s5 # CHECK: error: unexpected token, expected equals sign
11 # CHECK: error: unexpected token, expected dollar sign '$'
14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
26 # CHECK: error: unexpected token, expected end of statement
29 # CHECK: error: unexpected token, expected end of statement
/external/protobuf/gtest/test/
H A Dgtest_uninitialized_test.py47 def AssertEq(expected, actual):
48 if expected != actual:
49 print 'Expected: %s' % (expected,)
/external/tensorflow/tensorflow/core/kernels/
H A Dcontrol_flow_ops_test.cc44 Tensor expected(allocator(), DT_INT32, TensorShape({6}));
45 test::FillValues<int32>(&expected, {1, 2, 3, 4, 5, 6});
46 test::ExpectTensorEqual<int32>(expected, *GetOutput(0));
55 Tensor expected(allocator(), DT_INT32, TensorShape({6}));
56 test::FillValues<int32>(&expected, {1, 2, 3, 4, 5, 6});
57 test::ExpectTensorEqual<int32>(expected, *GetOutput(1));
66 Tensor expected(allocator(), DT_INT32, TensorShape({2, 3}));
67 test::FillValues<int32>(&expected, {1, 2, 3, 4, 5, 6});
68 test::ExpectTensorEqual<int32>(expected, *GetOutput(0));
77 Tensor expected(allocato
[all...]
/external/testng/src/test/java/test/inheritance/
H A DVerifyTest.java12 String[] expected = {
24 AssertJUnit.assertEquals(expected.length, l.size());
26 AssertJUnit.assertEquals(expected[i++], s);
/external/v8/testing/gtest/test/
H A Dgtest_uninitialized_test.py47 def AssertEq(expected, actual):
48 if expected != actual:
49 print 'Expected: %s' % (expected,)
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_uninitialized_test.py47 def AssertEq(expected, actual):
48 if expected != actual:
49 print 'Expected: %s' % (expected,)
/external/wayland/tests/
H A Dexec-fd-leak-checker.c58 int expected; local
63 if (parse_count(argv[1], &expected) < 0)
66 if (count_open_fds() == expected)
73 "where N is the expected number of open file descriptors.\n"
/external/llvm/test/MC/Mips/micromips32r6/
H A Dinvalid.s4 addiur1sp $7, 260 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4
5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4
9 addius5 $2, -9 # CHECK: :[[@LINE]]:15: error: expected 4-bit signed immediate
10 addius5 $2, 8 # CHECK: :[[@LINE]]:15: error: expected 4-bit signed immediate
12 align $4, $2, $3, -1 # CHECK: :[[@LINE]]:21: error: expected 2-bit unsigned immediate
13 align $4, $2, $3, 4 # CHECK: :[[@LINE]]:21: error: expected 2-bit unsigned immediate
20 break -1 # CHECK: :[[@LINE]]:9: error: expected 10-bit unsigned immediate
21 break 1024 # CHECK: :[[@LINE]]:9: error: expected 10-bit unsigned immediate
22 break -1, 5 # CHECK: :[[@LINE]]:9: error: expected 10-bit unsigned immediate
23 break 1024, 5 # CHECK: :[[@LINE]]:9: error: expected 1
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt059debug.py127 expected = ["enterRule a",
135 self.assertListEqual(found, expected)
155 expected = [['enterRule', 'T.g', 'a'],
170 self.assertListEqual(debugger.events, expected)
190 expected = [['enterRule', 'T.g', 'a'],
214 self.assertListEqual(debugger.events, expected)
235 expected = [['enterRule', 'T.g', 'a'],
252 self.assertListEqual(debugger.events, expected)
274 expected = [['enterRule', 'T.g', 'a'],
327 self.assertListEqual(debugger.events, expected)
[all...]
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dvector_ops_simple_test.cc57 std::vector<float> expected = {8.1662, 7.4274e-02, 13.4637, 1.8316e-02, local
61 ComputeAndCompareR1<float>(&builder, expected, {}, error_spec_);
75 std::vector<float> expected; local
76 expected.reserve(exponents.size());
78 expected.push_back(std::exp(exponent));
81 ComputeAndCompareR1<float>(&builder, expected, {},
99 Array4D<float> expected(2, 2, 2, 2, expected_vector);
104 ComputeAndCompareR4<float>(&builder, expected, {},
114 std::vector<float> expected = {-2.1, 2.6, -2.6, 4.0, -2.1, local
116 ComputeAndCompareR1<float>(&builder, expected, {}, error_spec
124 std::vector<int> expected = {-2, 2, -12, 4, -5, -20, 15, 0, 2, -1}; local
133 std::vector<uint32> expected = {0, static_cast<uint32>(-1), local
144 std::vector<float> expected = {4.41, 6.76, 6.76, 16., 4.41, local
155 std::vector<float> expected = { local
174 std::vector<float> expected = {4, 1, 32, 0.4, 0.4472, 111.1080}; local
184 std::vector<float> expected = {.25, 1, .03125, 2.5, local
200 std::vector<float> expected = {1.7, -3.2, -0.4, -3.8, 5.9, local
213 std::vector<float> expected = {2.1, -0.6, 2.6, 0.2, 3.8, local
283 std::vector<float> expected = {2.1, 0.0, 2.6, 0.0, 2.1, local
296 std::vector<float> expected = {-0.4, -2.6, -3.0, -4.0, 2.1, local
309 std::vector<float> expected = {1.0, 0.0, 1.0, 0.3, 1.0, local
322 std::vector<float> expected = {1.0, 0.0, 1.0, 0.3, 1.0, local
334 std::vector<float> expected = {1.0, 0.0}; local
346 std::vector<float> expected = {2.0, 1.0, 2.0, 1.0, 2.0, local
402 std::vector<float> expected = {4.7, 0.5, 5.0, 0.5, 4.7, local
413 std::vector<int32> expected = {-2, -1, 0, -2, -1, 0, 1, 2, 0, 1}; local
423 std::array<bool, 2> expected = {{false, false}}; local
433 std::array<bool, 2> expected = {{true, true}}; local
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DContentVerifier.java27 * @param expected expected value of the signature on the data.
30 boolean verify(byte[] expected); argument
/external/compiler-rt/test/builtins/Unit/
H A Dclzdi2_test.c23 int test__clzdi2(di_int a, si_int expected) argument
26 if (x != expected)
27 printf("error in __clzdi2(0x%llX) = %d, expected %d\n", a, x, expected);
28 return x != expected;
H A Dctzti2_test.c25 int test__ctzti2(ti_int a, si_int expected) argument
28 if (x != expected)
32 printf("error in __ctzti2(0x%llX%.16llX) = %d, expected %d\n",
33 at.s.high, at.s.low, x, expected);
35 return x != expected;
H A Dffsdi2_test.c22 int test__ffsdi2(di_int a, si_int expected) argument
25 if (x != expected)
26 printf("error in __ffsdi2(0x%llX) = %d, expected %d\n", a, x, expected);
27 return x != expected;
H A Dffsti2_test.c24 int test__ffsti2(ti_int a, si_int expected) argument
27 if (x != expected)
31 printf("error in __ffsti2(0x%llX%.16llX) = %d, expected %d\n",
32 at.s.high, at.s.low, x, expected);
34 return x != expected;
H A Dfixdfdi_test.c27 int test__fixdfdi(double a, di_int expected) argument
30 if (x != expected)
31 printf("error in __fixdfdi(%A) = %llX, expected %llX\n", a, x, expected);
32 return x != expected;
H A Dfixsfdi_test.c27 int test__fixsfdi(float a, di_int expected) argument
30 if (x != expected)
31 printf("error in __fixsfdi(%A) = %llX, expected %llX\n", a, x, expected);
32 return x != expected;
H A Dfixunsxfsi_test.c31 int test__fixunsxfsi(long double a, su_int expected) argument
34 if (x != expected)
35 printf("error in __fixunsxfsi(%LA) = %X, expected %X\n", a, x, expected);
36 return x != expected;
H A Dparityti2_test.c35 si_int expected = naive_parity(a); local
36 if (x != expected)
40 printf("error in __parityti2(0x%.16llX%.16llX) = %d, expected %d\n",
41 at.s.high, at.s.low, x, expected);
43 return x != expected;
H A Dpopcountdi2_test.c33 si_int expected = naive_popcount(a); local
34 if (x != expected)
35 printf("error in __popcountdi2(0x%llX) = %d, expected %d\n",
36 a, x, expected);
37 return x != expected;
H A Dpopcountsi2_test.c33 si_int expected = naive_popcount(a); local
34 if (x != expected)
35 printf("error in __popcountsi2(0x%X) = %d, expected %d\n",
36 a, x, expected);
37 return x != expected;
H A Ducmpdi2_test.c23 int test__ucmpdi2(du_int a, du_int b, si_int expected) argument
26 if (x != expected)
27 printf("error in __ucmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
28 a, b, x, expected);
29 return x != expected;
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeRefTest.java30 } catch (NullPointerException expected) {
/external/easymock/src/org/easymock/internal/
H A DAlwaysMatcher.java25 public boolean matches(Object[] expected, Object[] actual) { argument
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.h56 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);

Completed in 1551 milliseconds

<<11121314151617181920>>