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

1 2 3

  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 23 const std::string &Expected,
36 EXPECT_EQ(Expected, Context.getRewrittenText(ID));
41 std::string Expected = "void f() { ; }";
43 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
48 std::string Expected = "#define A void f() { ; }\nA";
50 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
55 std::string Expected = "#define A void f() { int i = 1; }";
57 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
62 std::string Expected = "void f() { int i = 2; }";
64 expectRewritten(Code, Expected, id("id", expr(integerLiteral()))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 16 template <bool Expected, class T>
20 static_assert(std::is_bind_expression<T>::value == Expected, "");
is_placeholder.pass.cpp 16 template <int Expected, class T>
20 static_assert(std::is_placeholder<T>::value == Expected, "");
  /external/llvm/unittests/Support/
ConvertUTFTest.cpp 23 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0");
24 EXPECT_EQ(Expected, Result);
34 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0");
35 EXPECT_EQ(Expected, Result);
  /external/valgrind/main/gdbserver_tests/
mcwatchpoints.stderr.exp 7 u: Expected value at 0
8 f: Expected value at 4
9 d: Expected value at 8
  /external/chromium_org/native_client_sdk/src/tools/tests/
chrome_mock.py 29 parser.error('Expected URL to load.')
44 PrintAndFlush('Done sleeping. Expected to be killed.')
  /external/chromium_org/webkit/common/user_agent/
user_agent_unittest.cc 28 struct Expected {
33 Expected expected[] = { local
48 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(expected); ++i) {
49 EXPECT_EQ((expected[i].os_mask & os_bit) != 0,
51 webkit_glue::GetUserAgent(GURL(expected[i].url))));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults_unittest.py 61 <failure message="Value of: scale&#x0A; Actual: 4&#x0A;Expected: 1" type=""><![CDATA[../../Source/WebKit/chromium/tests/WebFrameTest.cpp:191
64 Expected: 1]]></failure>
68 expected = ["WebFrameTest.FAILS_DivAutoZoomParamsTest"]
69 self.assertEqual(expected, UnitTestResults.results_from_string(one_failure_xml))
76 <failure message="Value of: pi&#x0A; Actual: 3&#x0A;Expected: 3.14" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassOneTest.cpp:42
79 Expected: 3.14]]></failure>
82 <failure message="Value of: e&#x0A; Actual: 2&#x0A;Expected: 2.71" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:30
85 Expected: 2.71]]></failure>
86 <failure message="Value of: tau&#x0A; Actual: 6&#x0A;Expected: 6.28" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:55
89 Expected: 6.28]]></failure
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 146 SmallVector<StringRef, 5> expected; local
148 expected.push_back("ab"); expected.push_back("c");
150 EXPECT_TRUE(parts == expected);
152 expected.clear(); parts.clear();
153 expected.push_back(""); expected.push_back("ab"); expected.push_back("");
154 expected.push_back("c"); expected.push_back("")
    [all...]
  /libcore/json/src/main/java/org/json/
JSONTokener.java 285 throw syntaxError("Expected literal value");
379 throw syntaxError("Expected ':' after " + name);
492 throw syntaxError("Expected " + c + " but was " + result);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 2 // failing. It tests that functions return the expected values.
23 function expectEq(expected, actual) {
24 if (expected != actual)
25 throw "Expected " + expected + " but was " + actual;
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 2 // failing. It tests that functions return the expected values.
23 function expectEq(expected, actual) {
24 if (expected != actual)
25 throw "Expected " + expected + " but was " + actual;
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
dns_fail.js 2 // failing. It tests that functions return the expected values.
23 function expectEq(expected, actual) {
24 if (expected != actual)
25 throw "Expected " + expected + " but was " + actual;
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
65 Expected: 1%(stack)s]]></failure>
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
73 Expected: 1%(stack)s]]></failure>
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
76 Expected: 2%(stack)s]]></failure>
124 tests that the XML output is expected.
131 tests that the XML output is expected.
139 Confirms that Google Test produces an XML output file with the expected
183 "the expected exit code %s.
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-builtin-callback.js 44 // Check whether we break at the expected line.
46 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0);
56 print("element " + num); // Expected to step to this point.
61 print("element " + num); // Expected to step to this point.
66 print("elements " + a + " and " + b); // Expected to step to this point.
131 // Check whether we break at the expected line.
132 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0);
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 93 << "Expected \"" << ExpectedPrinted << "\", "
632 SmallString<128> Expected;
633 Expected.append("void operator");
634 Expected.append(OperatorNames[i]);
635 Expected.append("(Z z)");
641 Expected));
656 SmallString<128> Expected;
657 Expected.append("void operator");
658 Expected.append(OperatorNames[i]);
659 Expected.append("()")
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 238 assertTrue('Expected wrapper element to be in document',
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
283 assertTrue("Expected jstGetTemplate('template') to return a dom element",
289 assertFalse("Expected jstGetTemplate('zxcv') to return null",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 238 assertTrue('Expected wrapper element to be in document',
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
283 assertTrue("Expected jstGetTemplate('template') to return a dom element",
289 assertFalse("Expected jstGetTemplate('zxcv') to return null",
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 238 assertTrue('Expected wrapper element to be in document',
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
283 assertTrue("Expected jstGetTemplate('template') to return a dom element",
289 assertFalse("Expected jstGetTemplate('zxcv') to return null",
  /external/nist-pkits/
extract-pkits-tests.pl 183 if ($_ =~ /Expected Result:.*(should validate|should not validate)/) {
189 } elsif ($_ =~ /Expected Result:/) {
190 die "Can not determine expected result for test:\n\t${testName}";
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
65 Expected: 1%(stack)s]]></failure>
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
73 Expected: 1%(stack)s]]></failure>
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
76 Expected: 2%(stack)s]]></failure>
142 tests that the XML output is expected.
149 tests that the XML output is expected.
157 Confirms that Google Test produces an XML output file with the expected
201 "the expected exit code %s.
    [all...]
  /external/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
65 Expected: 1%(stack)s]]></failure>
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
73 Expected: 1%(stack)s]]></failure>
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
76 Expected: 2%(stack)s]]></failure>
142 tests that the XML output is expected.
149 tests that the XML output is expected.
157 Confirms that Google Test produces an XML output file with the expected
201 "the expected exit code %s.
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 66 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
68 Expected: 1%(stack)s]]></failure>
74 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
76 Expected: 1%(stack)s]]></failure>
77 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
79 Expected: 2%(stack)s]]></failure>
153 tests that the XML output is expected.
161 tests that the XML output is expected.
175 # parse the expected datetime manually.
193 Confirms that Google Test produces an XML output file with the expected
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 66 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
68 Expected: 1%(stack)s]]></failure>
74 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
76 Expected: 1%(stack)s]]></failure>
77 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
79 Expected: 2%(stack)s]]></failure>
153 tests that the XML output is expected.
161 tests that the XML output is expected.
175 # parse the expected datetime manually.
193 Confirms that Google Test produces an XML output file with the expected
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 239 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl();
240 if (!Expected)
241 Expected = Ty->getAsCXXRecordDecl();
243 return Expected->getCanonicalDecl() == RD->getCanonicalDecl();

Completed in 943 milliseconds

1 2 3