HomeSort by relevance Sort by last modified time
    Searched defs:expected (Results 51 - 75 of 967) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/Unit/
subdf3vfp_test.c 25 double expected = a - b; local
26 if (actual != expected)
27 printf("error in test__subdf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
subsf3vfp_test.c 25 float expected = a - b; local
26 if (actual != expected)
27 printf("error in test__subsf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
subvdi3_test.c 27 di_int expected = a - b; local
28 if (x != expected)
29 printf("error in test__subvsi3(0x%llX, 0x%llX) = %lld, expected %lld\n",
30 a, b, x, expected);
31 return x != expected;
subvsi3_test.c 27 si_int expected = a - b; local
28 if (x != expected)
29 printf("error in test__subvsi3(0x%X, 0x%X) = %d, expected %d\n",
30 a, b, x, expected);
31 return x != expected;
truncdfsf2vfp_test.c 25 float expected = a; local
26 if (actual != expected)
27 printf("error in test__truncdfsf2vfp(%f) = %f, expected %f\n",
28 a, actual, expected);
29 return actual != expected;
unorddf2vfp_test.c 26 int expected = (isnan(a) || isnan(b)) ? 1 : 0; local
27 if (actual != expected)
28 printf("error in __unorddf2vfp(%f, %f) = %d, expected %d\n",
29 a, b, actual, expected);
30 return actual != expected;
unordsf2vfp_test.c 26 int expected = (isnan(a) || isnan(b)) ? 1 : 0; local
27 if (actual != expected)
28 printf("error in __unordsf2vfp(%f, %f) = %d, expected %d\n",
29 a, b, actual, expected);
30 return actual != expected;
absvdi2_test.c 27 di_int expected = a; local
28 if (expected < 0)
29 expected = -expected;
30 if (x != expected || expected < 0)
31 printf("error in __absvdi2(0x%llX) = %lld, expected positive %lld\n",
32 a, x, expected);
33 return x != expected;
  /external/v8/test/mjsunit/
regexp-call-as-function.js 34 var expected = 'abc,b,c'; variable
35 assertEquals(expected, String(regexp.exec(subject)));
string-split-cache.js 39 var expected = ["a", "b", "c", "d", "e", "f"]; variable
40 assertArrayEquals(expected, array);
  /external/v8/test/mjsunit/regress/
regress-crbug-84186.js 28 // Test that the expected string is parsed in the json parser when the length
34 var expected = ''; variable
37 expected = expected + "TESTING" + i + "\n";
41 assertEquals(expected, out.key);
  /external/v8/test/mjsunit/compiler/
inline-literals.js 41 var expected = { 'a':a, 'x':{ 'b':b, 'c':c, 'y':b + c } };
43 assertEquals(expected, result, "TestObjectLiteral");
  /external/chromium/chrome/browser/ui/login/
login_prompt_unittest.cc 28 std::string expected[] = { local
40 EXPECT_EQ(expected[i], key);
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_unittest.cc 27 std::string expected[] = { local
39 EXPECT_EQ(expected[i], key);
  /external/chromium_org/net/quic/crypto/
null_decrypter_test.cc 14 unsigned char expected[] = { local
26 0, "hello world!", StringPiece(reinterpret_cast<const char*>(expected),
27 arraysize(expected))));
33 unsigned char expected[] = { local
45 0, "hello world!", StringPiece(reinterpret_cast<const char*>(expected),
46 arraysize(expected))));
51 unsigned char expected[] = { local
60 0, "hello world!", StringPiece(reinterpret_cast<const char*>(expected),
61 arraysize(expected))));
null_encrypter_test.cc 14 unsigned char expected[] = { local
30 reinterpret_cast<const char*>(expected), arraysize(expected));
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPathTest.cpp 40 void checkKeyPath(const String& keyPath, const Vector<String>& expected, int parserError)
52 ASSERT_EQ(expected.size(), keyPathElements.size());
53 for (size_t i = 0; i < expected.size(); ++i)
54 ASSERT_TRUE(expected[i] == keyPathElements[i]) << i;
59 Vector<String> expected; local
61 checkKeyPath(keyPath, expected, 0);
66 Vector<String> expected; local
68 expected.append(String("foo"));
69 checkKeyPath(keyPath, expected, 0);
74 Vector<String> expected; local
84 Vector<String> expected; local
91 Vector<String> expected; local
98 Vector<String> expected; local
106 Vector<String> expected; local
114 Vector<String> expected; local
122 Vector<String> expected; local
    [all...]
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
if_test.cpp 21 const char* expected = "pass_1\n" local
27 preprocess(str, expected);
37 const char* expected = "pass_1\n" local
43 preprocess(str, expected);
55 const char* expected = "pass_1\n" local
63 preprocess(str, expected);
75 const char* expected = "pass_1\n" local
83 preprocess(str, expected);
101 const char* expected = "pass_1\n" local
115 preprocess(str, expected);
131 const char* expected = "pass_1\\n" local
159 const char* expected = "pass_1\\n" local
188 const char* expected = "pass_1\\n" local
218 const char* expected = "pass_1\\n" local
241 const char* expected = "\\n" local
269 const char* expected = "\\n" local
297 const char* expected = "\\n" local
313 const char* expected = "\\n" local
329 const char* expected = "\\n" local
345 const char* expected = "\\n" local
366 const char* expected = "\\n" local
392 const char* expected = "\\n" local
413 const char* expected = "\\n" local
429 const char* expected = "\\n" local
445 const char* expected = "\\n" local
461 const char* expected = "\\n" local
477 const char* expected = "\\n" local
493 const char* expected = "\\n" local
512 const char* expected = "\\n" local
535 const char* expected = "\\n" local
562 const char* expected = "\\n" local
592 const char* expected = "\\n" local
719 const char* expected = "\\n" local
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
callbacks_unittest.cc 18 ListValue expected; local
19 expected.Append(expected_dict);
20 EXPECT_TRUE(results->Equals(&expected));
31 ListValue expected; local
32 expected.Append(Value::CreateIntegerValue(5));
33 expected.Append(expected_dict);
34 EXPECT_TRUE(results->Equals(&expected));
  /external/chromium_org/v8/test/mjsunit/
enumeration-order.js 97 var expected = ['23', '42', // indexed from 'o' variable
105 assertArrayEquals(expected, actual);
  /external/chromium_org/v8/test/webkit/
dfg-arguments-osr-exit-multiple-blocks.js 51 var expected = "74"; variable
56 expected = "\"4232\"";
59 shouldBe("bar(42)", expected);
dfg-arguments-osr-exit.js 47 var expected = "74"; variable
52 expected = "\"4232\"";
55 shouldBe("bar(42)", expected);
dfg-call-method-hit-watchpoint.js 46 var expected; variable
48 expected = 42;
50 expected = 56;
51 shouldBe("callFoo(o)", "" + expected);
dfg-dead-speculation.js 35 var expected = 84; variable
40 expected = 24;
43 shouldBe("variable", "" + expected);
dfg-to-string-toString-becomes-bad.js 34 var expected = "\"hello\""; variable
38 expected = "\"42\"";
40 shouldBe("\"\" + foo(\"hello\")", expected);

Completed in 371 milliseconds

1 23 4 5 6 7 8 91011>>