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

1 23 4 5 6

  /external/chromium_org/net/quic/
quic_socket_address_coder_test.cc 94 } test_case[] = { local
103 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(test_case); i++) {
105 ASSERT_TRUE(ParseIPLiteralToNumber(test_case[i].ip_literal, &ip));
106 QuicSocketAddressCoder encoder(IPEndPoint(ip, test_case[i].port));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_monitor.hpp 53 error_level execute_and_translate( test_case const& );
framework.hpp 55 BOOST_TEST_DECL void register_test_unit( test_case* tc );
67 BOOST_TEST_DECL test_case const& current_test_case();
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 15 from pylib.linker import test_case namespace
88 assert isinstance(test, test_case.LinkerTestCaseBase)
  /external/chromium_org/content/browser/worker_host/test/
worker_browsertest.cc 35 GURL GetTestURL(const std::string& test_case, const std::string& query) {
37 "workers", test_case.c_str());
42 const std::string& test_case,
44 GURL url = GetTestURL(test_case, query);
52 void RunTest(const std::string& test_case, const std::string& query) {
53 RunTest(shell(), test_case, query); local
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 12 from pylib.host_driven import test_case namespace
130 issubclass(test_class, test_case.HostDrivenTestCase) and
131 test_class is not test_case.HostDrivenTestCase)
test_runner.py 14 from pylib.host_driven import test_case namespace
82 assert isinstance(test, test_case.HostDrivenTestCase)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py 48 def __init__(self, test_case):
52 test_case: A unittest.TestCase instance.
55 self._test_case = test_case
124 def setUp(test_case, logging_level=logging.INFO):
142 test_case: A unittest.TestCase instance.
147 stream = TestLogStream(test_case)
user_unittest.py 119 for test_case in test_cases:
120 expected, inputs = test_case
  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 28 ModuleEnumerator::Module test_case; member in struct:NormalizationEntryList
62 ModuleEnumerator::Module test = kNormalizationTestCases[i].test_case;
106 ModuleEnumerator::Module test_case; member in struct:MatchingEntryList
201 ModuleEnumerator::Module test = kMatchineEntryList[i].test_case;
215 base::string16 test_case; member in struct:CollapsePathList
235 module.location = kCollapsePathList[i].test_case;
  /external/chromium_org/chrome/test/logging/win/
test_log_collector.cc 77 virtual void OnTestCaseStart(const testing::TestCase& test_case) OVERRIDE {
78 default_result_printer_->OnTestCaseStart(test_case);
102 virtual void OnTestCaseEnd(const testing::TestCase& test_case) OVERRIDE {
103 default_result_printer_->OnTestCaseEnd(test_case);
  /external/chromium_org/net/http/
http_content_disposition_unittest.cc 580 const ParseResultTestCase& test_case = kTestCases[i]; local
581 HttpContentDisposition content_disposition(test_case.header, "utf-8");
585 << " with header " << test_case.header);
586 EXPECT_EQ(test_case.expected_flags, result);
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 324 static bool TestCasePassed(const TestCase* test_case) {
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) {
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) {
336 return test_case->should_run();
1953 const TestCase* const test_case = impl->current_test_case(); local
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 324 static bool TestCasePassed(const TestCase* test_case) {
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) {
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) {
336 return test_case->should_run();
1953 const TestCase* const test_case = impl->current_test_case(); local
2809 const TestCase& test_case = *unit_test.GetTestCase(i); local
4069 const std::vector<TestCase*>::const_iterator test_case = local
4358 TestCase* const test_case = test_cases_[i]; local
4401 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 324 static bool TestCasePassed(const TestCase* test_case) {
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) {
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) {
336 return test_case->should_run();
1953 const TestCase* const test_case = impl->current_test_case(); local
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 331 static bool TestCasePassed(const TestCase* test_case) {
332 return test_case->should_run() && test_case->Passed();
336 static bool TestCaseFailed(const TestCase* test_case) {
337 return test_case->should_run() && test_case->Failed();
340 // Returns true iff test_case contains at least one test that should
342 static bool ShouldRunTestCase(const TestCase* test_case) {
343 return test_case->should_run();
1947 const TestCase* const test_case = impl->current_test_case(); local
2839 const TestCase& test_case = *unit_test.GetTestCase(i); local
4178 const std::vector<TestCase*>::const_iterator test_case = local
4468 TestCase* const test_case = test_cases_[i]; local
4536 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/gtest/src/
gtest.cc 331 static bool TestCasePassed(const TestCase* test_case) {
332 return test_case->should_run() && test_case->Passed();
336 static bool TestCaseFailed(const TestCase* test_case) {
337 return test_case->should_run() && test_case->Failed();
340 // Returns true iff test_case contains at least one test that should
342 static bool ShouldRunTestCase(const TestCase* test_case) {
343 return test_case->should_run();
1947 const TestCase* const test_case = impl->current_test_case(); local
2839 const TestCase& test_case = *unit_test.GetTestCase(i); local
4178 const std::vector<TestCase*>::const_iterator test_case = local
4468 TestCase* const test_case = test_cases_[i]; local
4536 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/chromium_org/base/i18n/
rtl_unittest.cc 424 string16 test_case = WideToUTF16(cases[i]); local
425 string16 adjusted_string = test_case;
430 EXPECT_NE(test_case, adjusted_string);
432 EXPECT_EQ(test_case, adjusted_string) << " for test case [" << test_case
  /external/protobuf/gtest/src/
gtest.cc 305 static bool TestCasePassed(const TestCase* test_case) {
306 return test_case->should_run() && test_case->Passed();
310 static bool TestCaseFailed(const TestCase* test_case) {
311 return test_case->should_run() && test_case->Failed();
314 // Returns true iff test_case contains at least one test that should
316 static bool ShouldRunTestCase(const TestCase* test_case) {
317 return test_case->should_run();
1964 const TestCase* const test_case = impl->current_test_case(); local
2785 const TestCase& test_case = *unit_test.GetTestCase(i); local
3865 TestCase** test_case = test_cases_.FindIf(TestCaseNameIs(test_case_name)); local
4148 TestCase* const test_case = test_cases_.GetElement(i); local
4191 const TestCase* const test_case = test_cases_.GetElement(i); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 327 static bool TestCasePassed(const TestCase* test_case) {
328 return test_case->should_run() && test_case->Passed();
332 static bool TestCaseFailed(const TestCase* test_case) {
333 return test_case->should_run() && test_case->Failed();
336 // Returns true iff test_case contains at least one test that should
338 static bool ShouldRunTestCase(const TestCase* test_case) {
339 return test_case->should_run();
1932 const TestCase* const test_case = impl->current_test_case(); local
2813 const TestCase& test_case = *unit_test.GetTestCase(i); local
4085 const std::vector<TestCase*>::const_iterator test_case = local
4375 TestCase* const test_case = test_cases_[i]; local
4443 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/chromium_org/ppapi/tests/
test_case.h 176 T* test_case,
180 test_case_(test_case),
636 #define RUN_TEST_BLOCKING(test_case, name, test_filter) \
642 CheckResourcesAndVars(RunOnThread(&test_case::Test##name)), \
646 #define RUN_TEST_BACKGROUND(test_case, name, test_filter) \
651 CheckResourcesAndVars(RunOnThread(&test_case::Test##name)), \
662 #define RUN_CALLBACK_TEST(test_case, name, test_filter) \
666 RUN_TEST_BLOCKING(test_case, name, test_filter); \
667 RUN_TEST_BACKGROUND(test_case, name, test_filter); \
  /external/chromium_org/base/test/
gtest_xml_util.cc 54 const testing::TestCase& test_case) {
85 const testing::TestCase& test_case) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 202 const SimpleTokenCase& test_case) {
203 return out << CEscape(test_case.input);
336 const MultiTokenCase& test_case) {
337 return out << CEscape(test_case.input);
529 const DocCommentCase& test_case) {
530 return out << CEscape(test_case.input);
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_main.cc 123 int ViEAutoTestMain::RunTestMatching(const std::string test_case,
125 testing::FLAGS_gtest_filter = test_case + "." + test_method;
  /external/chromium_org/base/test/launcher/
test_launcher.h 46 virtual bool ShouldRunTest(const testing::TestCase* test_case,

Completed in 2546 milliseconds

1 23 4 5 6