HomeSort by relevance Sort by last modified time
    Searched refs:Expected (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/clang/unittests/Tooling/
RefactoringTest.cpp 398 std::vector<Replacement> Expected;
399 Expected.push_back(Replacement("fileA", 9, 3, " bar "));
400 Expected.push_back(Replacement("fileA", 10, 2, " bar "));
401 Expected.push_back(Replacement("fileA", 10, 3, " bar "));
402 Expected.push_back(Replacement("fileA", 50, 0, " foo "));
403 Expected.push_back(Replacement("fileA", 51, 3, " bar "));
404 Expected.push_back(Replacement("fileA", 51, 3, " moo "));
405 Expected.push_back(Replacement("fileB", 51, 3, " bar "));
410 ASSERT_TRUE(Expected == Input);
435 // Expected sorted order is shown. It is the sorted order to which th
    [all...]
  /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/qemu/scripts/
qapi.py 112 raise QAPISchemaError(self, 'Expected string or "}"')
117 raise QAPISchemaError(self, 'Expected ":"')
124 raise QAPISchemaError(self, 'Expected "," or "}"')
127 raise QAPISchemaError(self, 'Expected string')
135 raise QAPISchemaError(self, 'Expected "{", "[", "]" or string')
142 raise QAPISchemaError(self, 'Expected "," or "]"')
147 raise QAPISchemaError(self, 'Expected "{"')
158 raise QAPISchemaError(self, 'Expected "{", "[" or string')
  /external/llvm/unittests/Support/
LEB128Test.cpp 20 #define EXPECT_SLEB128_EQ(EXPECTED, VALUE) \
23 std::string Expected(EXPECTED, sizeof(EXPECTED) - 1); \
28 EXPECT_EQ(Expected, Actual); \
45 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \
47 std::string Expected(EXPECTED, sizeof(EXPECTED) - 1); \
54 EXPECT_EQ(Expected, Actual1);
    [all...]
ConvertUTFTest.cpp 25 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0");
26 EXPECT_EQ(Expected, Result);
36 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0");
37 EXPECT_EQ(Expected, Result);
137 CheckConvertUTF8ToUnicodeScalars(ConvertUTFResultContainer Expected,
146 if (Expected.ErrorCode != ErrorCode)
147 return ::testing::AssertionFailure() << "Expected error code "
148 << Expected.ErrorCode << ", actual "
151 if (Expected.UnicodeScalars != Decoded)
153 << "Expected lenient decoded result:\n
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 67 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
69 Expected: 1%(stack)s]]></failure>
75 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
77 Expected: 1%(stack)s]]></failure>
78 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
80 Expected: 2%(stack)s]]></failure>
163 tests that the XML output is expected.
171 tests that the XML output is expected.
185 # parse the expected datetime manually.
203 Confirms that Google Test produces an XML output file with the expected
    [all...]
  /external/gtest/test/
gtest_xml_output_unittest.py 67 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
69 Expected: 1%(stack)s]]></failure>
75 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
77 Expected: 1%(stack)s]]></failure>
78 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
80 Expected: 2%(stack)s]]></failure>
163 tests that the XML output is expected.
171 tests that the XML output is expected.
185 # parse the expected datetime manually.
203 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...]