HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 101 - 125 of 328) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/protobuf/gtest/test/
gtest-param-test_test.cc 55 using ::testing::AddGlobalTestEnvironment;
56 using ::testing::Bool;
57 using ::testing::Message;
58 using ::testing::Range;
59 using ::testing::TestWithParam;
60 using ::testing::Values;
61 using ::testing::ValuesIn;
64 using ::testing::Combine;
70 using ::testing::internal::ParamGenerator;
71 using ::testing::internal::UnitTestOptions
    [all...]
gtest-typed-test_test.cc 38 using testing::Test;
40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
89 using testing::Types;
173 using testing::Types;
174 using testing::internal::TypedTestCasePState;
277 // For testing that the code between TYPED_TEST_CASE_P() and
284 // For testing that the code between TYPED_TEST_P() and
gtest_stress_test.cc 45 namespace testing { namespace
101 // is for testing whether Google Test can handle failed assertions in a
145 } // namespace testing
148 testing::InitGoogleTest(&argc, argv);
gtest_pred_impl_unittest.cc 42 // involved to set up the stage for testing Google Test using Google
45 // Currently, gtest_unittest takes ~11 seconds to run in the testing
73 // Sample functions/functors for testing unary predicate assertions.
101 testing::AssertionResult PredFormatFunction1(const char* e1,
104 return testing::AssertionSuccess();
106 testing::Message msg;
110 return testing::AssertionFailure(msg);
116 testing::AssertionResult operator()(const char* e1,
124 class Predicate1Test : public testing::Test {
461 // Sample functions/functors for testing binary predicate assertions
    [all...]
gtest_unittest.cc 41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
42 || testing::GTEST_FLAG(break_on_failure)
43 || testing::GTEST_FLAG(catch_exceptions)
44 || testing::GTEST_FLAG(color) != "unknown"
45 || testing::GTEST_FLAG(filter) != "unknown"
46 || testing::GTEST_FLAG(list_tests)
47 || testing::GTEST_FLAG(output) != "unknown"
48 || testing::GTEST_FLAG(print_time)
49 || testing::GTEST_FLAG(random_seed)
50 || testing::GTEST_FLAG(repeat) >
81 namespace testing { namespace
4291 namespace testing { namespace
5096 namespace testing { namespace
6121 namespace testing { namespace in namespace:my_namespace
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 35 #include <google/protobuf/testing/googletest.h>
  /system/vold/tests/
VolumeManager_test.cpp 28 class VolumeManagerTest : public testing::Test {
  /external/chromium/sdch/open-vcdiff/src/
output_string_test.cc 19 #include "testing.h"
29 class OutputStringTest : public testing::Test {
74 class OutputCRopeTest : public testing::Test {
  /external/gtest/test/
gtest_stress_test.cc 45 namespace testing { namespace
102 // is for testing whether Google Test can handle failed assertions in a
146 } // namespace testing
149 testing::InitGoogleTest(&argc, argv);
gtest_unittest.cc 41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
42 || testing::GTEST_FLAG(break_on_failure)
43 || testing::GTEST_FLAG(catch_exceptions)
44 || testing::GTEST_FLAG(color) != "unknown"
45 || testing::GTEST_FLAG(filter) != "unknown"
46 || testing::GTEST_FLAG(list_tests)
47 || testing::GTEST_FLAG(output) != "unknown"
48 || testing::GTEST_FLAG(print_time)
49 || testing::GTEST_FLAG(repeat) > 0
50 || testing::GTEST_FLAG(show_internal_stack_frames
82 namespace testing { namespace
92 namespace testing { namespace
3437 namespace testing { namespace
4236 namespace testing { namespace
5167 namespace testing { namespace in namespace:my_namespace
    [all...]
gtest_pred_impl_unittest.cc 42 // involved to set up the stage for testing Google Test using Google
45 // Currently, gtest_unittest takes ~11 seconds to run in the testing
73 // Sample functions/functors for testing unary predicate assertions.
101 testing::AssertionResult PredFormatFunction1(const char* e1,
104 return testing::AssertionSuccess();
106 testing::Message msg;
110 return testing::AssertionFailure(msg);
116 testing::AssertionResult operator()(const char* e1,
124 class Predicate1Test : public testing::Test {
461 // Sample functions/functors for testing binary predicate assertions
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
cpp_bootstrap_unittest.cc 56 #include <google/protobuf/testing/file.h>
57 #include <google/protobuf/testing/googletest.h>
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/chromium/net/websockets/
websocket_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/platform_test.h"
373 testing::HasSubstr("GET /Test?q=xxx&p=%20 HTTP/1.1\r\n"));
384 testing::HasSubstr("Host: example.com\r\n"));
386 testing::HasSubstr("Origin: http://example.com\r\n"));
397 testing::HasSubstr("Host: example.com\r\n"));
408 testing::HasSubstr("Host: example.com\r\n"));
419 testing::HasSubstr("Host: example.com:8080\r\n"));
430 testing::HasSubstr("Host: example.com:4443\r\n"))
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
109 GTEST_ASSERT(::testing::AssertPred1Helper(#pred, \
157 GTEST_ASSERT(::testing::AssertPred2Helper(#pred, \
212 GTEST_ASSERT(::testing::AssertPred3Helper(#pred, \
274 GTEST_ASSERT(::testing::AssertPred4Helper(#pred, \
343 GTEST_ASSERT(::testing::AssertPred5Helper(#pred, \
  /external/gtest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
109 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
157 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
212 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
274 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
343 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
109 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
157 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
212 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
274 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
343 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /external/chromium/base/
string_split_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
10 class SplitStringIntoKeyValuesTest : public testing::Test {
83 class SplitStringIntoKeyValuePairsTest : public testing::Test {
at_exit_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
41 class AtExitTest : public testing::Test {
  /external/chromium/net/base/
cookie_monster_perftest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
12 class ParsedCookieTest : public testing::Test { };
13 class CookieMonsterTest : public testing::Test { };
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 562 namespace testing { namespace
718 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
829 // The testing::internal::posix namespace holds wrappers for common
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 50 #include <google/protobuf/testing/googletest.h>
56 class DynamicMessageTest : public testing::Test {
  /bionic/libc/arch-sh/bionic/
ffs.S 59 bt Lzero ! testing here to accelerate ret=1..8 cases
  /external/chromium/net/ftp/
ftp_directory_listing_parser_unittest.h 10 #include "testing/gtest/include/gtest/gtest.h"
14 class FtpDirectoryListingParserTest : public testing::Test {

Completed in 393 milliseconds

1 2 3 45 6 7 8 91011>>