HomeSort by relevance Sort by last modified time
    Searched refs:test_case (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /external/sfntly/cpp/src/test/
font_data_test.cc 119 const int32_t* test_case = SEARCH_TEST_PAIRS[j]; local
125 test_case[0]);
129 test_case[0], found, test_case[1], j, i);
131 EXPECT_EQ(test_case[1], found);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 3431 const TestCase* const test_case = impl->current_test_case(); local
4323 const TestCase& test_case = *unit_test.GetTestCase(i); local
5662 const std::vector<TestCase*>::const_iterator test_case = local
5952 TestCase* const test_case = test_cases_[i]; local
6020 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 201 const SimpleTokenCase& test_case) {
202 return out << CEscape(test_case.input);
330 const MultiTokenCase& test_case) {
331 return out << CEscape(test_case.input);
624 const ErrorCase& test_case) {
625 return out << CEscape(test_case.input);
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 143 test_case = ''
148 test_case = match.group(1)
153 tests_run.append(test_case + '.' + test)
  /external/chromium_org/chrome_frame/test/
html_util_unittests.cc 36 virtual bool GetTestPath(const std::string& test_case, base::FilePath* path) {
51 test_path = test_path.AppendASCII(test_case);
57 virtual bool GetTestData(const std::string& test_case, std::wstring* data) {
64 if (!GetTestPath(test_case, &path)) {
  /external/chromium_org/net/cookies/
cookie_monster_perftest.cc 367 const TestCase& test_case(test_cases[ci]);
370 test_case.num_cookies, test_case.num_old_cookies,
378 PerfTimeLogger timer((std::string("GC_") + test_case.name).c_str());
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_token_matcher_unittest.py 56 def test_case(self): member in class:SwitchLineProcessorTest
  /cts/tools/utils/cts/
tools.py 47 test_case = self.test_cases.setdefault(names[0], [])
48 test_case.append(names[1])
  /external/chromium_org/build/android/pylib/gtest/
setup.py 222 test_case, test = t.split('.', 1)
223 if not any([test_case.startswith(prefix) or test.startswith(prefix) for
  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 133 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
149 if (testCase->getTagName().compare(test_case) == 0) {
xmlreader.cpp 146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
167 if (testCase->getTagName().compare(test_case) == 0) {
  /external/icu4c/test/letest/
gendata.cpp 133 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
149 if (testCase->getTagName().compare(test_case) == 0) {
xmlreader.cpp 146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
167 if (testCase->getTagName().compare(test_case) == 0) {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /external/chromium_org/testing/gtest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /external/gtest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 679 static void ClearTestCaseResult(TestCase* test_case) {
680 test_case->ClearResult();
687 static void RunTestCase(TestCase * test_case) { test_case->Run(); }
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 208 const test::TestCaseRecord& test_case = test_cases[i]; local
212 root.virtual_path().Append(test_case.path));
213 if (test_case.is_directory)
216 result = CreateFile(url, test_case.data_file_size);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 178 test_case, formatted_exc = result.failures[0]
179 self.assertTrue(test_case is test)
226 test_case, formatted_exc = result.errors[0]
227 self.assertTrue(test_case is test)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 178 test_case, formatted_exc = result.failures[0]
179 self.assertTrue(test_case is test)
226 test_case, formatted_exc = result.errors[0]
227 self.assertTrue(test_case is test)
  /external/chromium_org/v8/test/cctest/
test-strings.cc 699 int test_case, ConsStringGenerationData* data) {
702 switch (test_case) {
785 int test_case, ConsStringGenerationData* data) {
790 for (int j = 0; j < test_case*kPerTestJump; j++) {
794 switch (test_case % kBalances) {
813 test_case /= kBalances;
815 switch (test_case % kTreeLengths) {
837 test_case /= kTreeLengths;
840 0.03 * static_cast<double>(test_case % kEmptyLeaves);
845 int test_case, ConsStringGenerationData* data)
    [all...]
  /external/chromium_org/net/base/
net_util_unittest.cc 488 void RunGenerateFileNameTestCase(const GenerateFilenameCase* test_case) {
489 std::string default_filename(WideToUTF8(test_case->default_filename));
491 GURL(test_case->url), test_case->content_disp_header,
492 test_case->referrer_charset, test_case->suggested_filename,
493 test_case->mime_type, default_filename);
494 EXPECT_EQ(test_case->expected_filename,
496 << "test case at line number: " << test_case->lineno;
2207 GenerateFilenameCase test_case = generation_tests[i]; local
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 830 static void ClearTestCaseResult(TestCase* test_case) {
831 test_case->ClearResult();
    [all...]

Completed in 664 milliseconds

1 2 34 5 6