HomeSort by relevance Sort by last modified time
    Searched refs:SetUpTestCase (Results 1 - 25 of 25) sorted by null

  /external/gtest/test/
gtest-typed-test_test.cc 40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
45 // For some technical reason, SetUpTestCase() and TearDownTestCase()
48 static void SetUpTestCase() {
89 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
235 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
gtest-param-test_test.cc 613 static void SetUpTestCase() {
gtest-death-test_test.cc 856 static void SetUpTestCase() {
    [all...]
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest-listener_test.cc 153 static void SetUpTestCase() {
154 g_events->PushBack(String("ListenerTest::SetUpTestCase"));
242 "ListenerTest::SetUpTestCase",
280 "ListenerTest::SetUpTestCase",
gtest-typed-test_test.cc 40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
45 // For some technical reason, SetUpTestCase() and TearDownTestCase()
48 static void SetUpTestCase() {
91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
gtest-param-test_test.cc 613 static void SetUpTestCase() {
gtest-death-test_test.cc 858 static void SetUpTestCase() {
    [all...]
gtest_unittest.cc     [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 574 // Types of SetUpTestCase() and TearDownTestCase() functions.
684 TestClass::SetUpTestCase,
    [all...]
gtest-param-util.h 524 TestCase::SetUpTestCase,
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 573 // Types of SetUpTestCase() and TearDownTestCase() functions.
683 TestClass::SetUpTestCase,
    [all...]
gtest-param-util.h 533 TestCase::SetUpTestCase,
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 53 static void SetUpTestCase() {
vcdiffengine_test.cc 328 static void SetUpTestCase() {
611 static void SetUpTestCase() {
    [all...]
decodetable_test.cc 56 static void SetUpTestCase() {
413 // This loop has the same bounds as the one in SetUpTestCase.
encodetable_test.cc 65 static void SetUpTestCase() {
instruction_map_test.cc 29 static void SetUpTestCase();
80 void InstructionMapTest::SetUpTestCase() {
561 // This loop has the same bounds as the one in SetUpTestCase.
blockhash_test.cc 126 static void SetUpTestCase() {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 540 parent_class::SetUpTestCase, \
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 76 static void SetUpTestCase() {
97 static void SetUpTestCase() {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 250 // Google Test will call Foo::SetUpTestCase() before running the first
252 // SetUpTestCase() method to shadow the one defined in the super
254 static void SetUpTestCase() {}
    [all...]
  /external/gtest/include/gtest/
gtest.h 265 // Google Test will call Foo::SetUpTestCase() before running the first
267 // SetUpTestCase() method to shadow the one defined in the super
269 static void SetUpTestCase() {}
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 276 // Google Test will call Foo::SetUpTestCase() before running the first
278 // SetUpTestCase() method to shadow the one defined in the super
280 static void SetUpTestCase() {}
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 97 static void SetUpTestCase() {
    [all...]

Completed in 2187 milliseconds