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

1 2 34 5 6

  /external/chromium_org/third_party/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/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/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/chromeos/process_proxy/
process_output_watcher_unittest.cc 47 void SetTestCase(const TestCase& test_case) {
50 out_expectations_ = test_case.expected_output;
51 if (test_case.should_send_terminating_null)
  /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/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 base::PerfTimeLogger timer((std::string("GC_") + test_case.name).c_str());
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_token_matcher_unittest.py 56 def test_case(self): member in class:SwitchLineProcessorTest
  /external/lldb/test/unittest2/test/
test_result.py 175 test_case, formatted_exc = result.failures[0]
176 self.assertTrue(test_case is test)
223 test_case, formatted_exc = result.errors[0]
224 self.assertTrue(test_case is test)
  /cts/tools/utils/cts/
tools.py 47 test_case = self.test_cases.setdefault(names[0], [])
48 test_case.append(names[1])
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 284 const FileSystemTestCaseRecord& test_case = test_cases[i]; local
288 root.virtual_path().Append(test_case.path));
289 if (test_case.is_directory)
292 result = CreateFile(url, test_case.data_file_size);
668 const FileSystemTestCaseRecord& test_case = kRegularFileSystemTestCases[i]; local
671 std::string("a/") + base::FilePath(test_case.path).AsUTF8Unsafe());
673 std::string("b/") + base::FilePath(test_case.path).AsUTF8Unsafe());
697 if (test_case.is_directory) {
  /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/icu/icu4c/source/test/letest/
xmlreader.cpp 146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
167 if (testCase->getTagName().compare(test_case) == 0) {
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); local
167 if (testCase->getTagName().compare(test_case) == 0) {
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/chromium_org/content/public/test/
test_launcher.cc 122 virtual bool ShouldRunTest(const testing::TestCase* test_case,
175 const testing::TestCase* test_case,
178 std::string(test_case->name()) + "." + test_info->name());
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.cc 32 FileIOTest test_case(create_file_io_cb_, "FileIOTest." test_name); \
36 test_case.AddTestStep(FileIOTest::type, cdm::FileIOClient::status, \
40 remaining_tests_.push_back(test_case); \
  /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)

Completed in 2386 milliseconds

1 2 34 5 6