HomeSort by relevance Sort by last modified time
    Searched defs:test_info (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/tests/refcount/
objects2.c 39 static const GTypeInfo test_info = { local
53 &test_info, 0);
objects.c 40 static const GTypeInfo test_info = { local
54 &test_info, 0);
properties.c 57 static const GTypeInfo test_info = { local
70 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest", &test_info, 0);
properties2.c 54 static const GTypeInfo test_info = { local
68 &test_info, 0);
signals.c 71 static const GTypeInfo test_info = { local
87 &test_info, 0);
  /external/gtest/test/
gtest-param-test_test.cc 762 const ::testing::TestInfo* const test_info = member in class:testing
765 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
769 EXPECT_STREQ(msg.GetString().c_str(), test_info->name());
gtest_unittest.cc 4256 TestInfo * const test_info = GetTestInfo("Names"); local
4264 TestInfo * const test_info = GetTestInfo("result"); local
5118 const TestInfo* test_info = local
5127 const TestInfo* test_info = local
5137 const TestInfo* test_info = local
5152 const TestInfo* test_info = local
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 499 linked_ptr<TestInfo> test_info = *test_it; local
509 test_case_name_stream << test_info->test_case_base_name.c_str();
516 test_name_stream << test_info->test_base_name.c_str() << "/" << i;
526 test_info->test_meta_factory->CreateTestFactory(*param_it));
  /external/bluetooth/glib/tests/
testglib.c 671 test_info (void) function
    [all...]
  /external/gtest/src/
gtest.cc 2133 TestInfo* const test_info = local
3827 TestInfo * const test_info = test_info_node->element(); local
3872 const TestInfo* const test_info = test_info_node->element(); local
    [all...]

Completed in 149 milliseconds