HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 726 - 750 of 933) sorted by null

<<21222324252627282930>>

  /external/gtest/include/gtest/internal/
gtest-param-util.h 51 namespace testing { namespace
615 } // namespace testing
  /external/gtest/test/
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
39 using testing::internal::AlwaysTrue;
69 namespace posix = ::testing::internal::posix;
71 using testing::Message;
72 using testing::internal::DeathTest;
73 using testing::internal::DeathTestFactory;
74 using testing::internal::FilePath;
75 using testing::internal::GetLastErrnoDescription;
76 using testing::internal::GetUnitTestImpl;
77 using testing::internal::InDeathTestChild
80 namespace testing { namespace
    [all...]
gtest-printers_test.cc 32 // Google Test - The Google C++ Testing Framework
61 // Some user-defined types for testing the universal value printer.
96 operator ::testing::internal::BiggestInt() const { return 42; }
187 namespace testing { namespace
199 using ::testing::PrintToString;
200 using ::testing::internal::FormatForComparisonFailureMessage;
201 using ::testing::internal::ImplicitCast_;
202 using ::testing::internal::NativeArray;
203 using ::testing::internal::RE;
204 using ::testing::internal::Strings
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 17 package com.google.common.collect.testing;
64 * <p>Calling this method causes the iterator tester to skip testing
85 * <p>Calling this method causes the iterator tester to skip testing in a
272 * <p>This method is used when testing iterators without a known ordering.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableMapNavigationTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE;
24 import com.google.common.collect.testing.AbstractMapTester;
25 import com.google.common.collect.testing.Helpers;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.features.MapFeature;
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 17 package com.google.common.testing;
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 17 package com.google.common.testing;
  /external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
BoundFieldModuleTest.java 17 package com.google.inject.testing.fieldbinder;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 51 namespace testing { namespace
615 } // namespace testing
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 51 namespace testing { namespace
615 } // namespace testing
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
70 // Google Test defines the testing::Message class to allow construction of
72 // streamable to std::ostream can be streamed to a testing::Message.
83 // namespace, but not other namespaces, including the testing
88 // testing::Message must access the custom << operator from the global
100 namespace testing { namespace
156 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
516 // Returns the type ID of ::testing::Test. Always call this instead
517 // of GetTypeId< ::testing::Test>() to get the type ID of
518 // ::testing::Test, as the latter may give the wrong result due to
    [all...]
gtest-param-util.h 50 namespace testing { namespace
174 ::testing::internal::linked_ptr<const ParamGeneratorInterface<T> > impl_;
507 ::testing::internal::MakeAndRegisterTestInfo(
615 } // namespace testing
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
39 using testing::internal::AlwaysTrue;
66 namespace posix = ::testing::internal::posix;
68 using testing::Message;
69 using testing::internal::DeathTest;
70 using testing::internal::DeathTestFactory;
71 using testing::internal::FilePath;
72 using testing::internal::GetLastErrnoDescription;
73 using testing::internal::GetUnitTestImpl;
74 using testing::internal::ParseNaturalNumber
77 namespace testing { namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 51 namespace testing { namespace
615 } // namespace testing
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 73 namespace testing { namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
39 using testing::internal::AlwaysTrue;
69 namespace posix = ::testing::internal::posix;
71 using testing::Message;
72 using testing::internal::DeathTest;
73 using testing::internal::DeathTestFactory;
74 using testing::internal::FilePath;
75 using testing::internal::GetLastErrnoDescription;
76 using testing::internal::GetUnitTestImpl;
77 using testing::internal::InDeathTestChild
80 namespace testing { namespace
    [all...]
gtest-printers_test.cc 32 // Google Test - The Google C++ Testing Framework
61 // Some user-defined types for testing the universal value printer.
96 operator ::testing::internal::BiggestInt() const { return 42; }
187 namespace testing { namespace
199 using ::testing::PrintToString;
200 using ::testing::internal::FormatForComparisonFailureMessage;
201 using ::testing::internal::ImplicitCast_;
202 using ::testing::internal::NativeArray;
203 using ::testing::internal::RE;
204 using ::testing::internal::Strings
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 30 namespace testing { namespace in namespace:webrtc
115 const ::testing::TestInfo* const test_info =
116 ::testing::UnitTest::GetInstance()->current_test_info();
186 const ::testing::TestInfo* const test_info =
187 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
bwe_test_framework.cc 18 namespace testing { namespace in namespace:webrtc
815 } // namespace testing
bwe_test_framework.h 42 namespace testing { namespace in namespace:webrtc
468 } // namespace testing
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 28 using ::testing::_;
29 using ::testing::AllOf;
30 using ::testing::Field;
31 using ::testing::Return;
34 namespace testing { namespace in namespace:webrtc
225 class TestVp8Simulcast : public ::testing::Test {
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 51 namespace testing { namespace
615 } // namespace testing
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
39 using testing::internal::AlwaysTrue;
70 namespace posix = ::testing::internal::posix;
72 using testing::Message;
73 using testing::internal::DeathTest;
74 using testing::internal::DeathTestFactory;
75 using testing::internal::FilePath;
76 using testing::internal::GetLastErrnoDescription;
77 using testing::internal::GetUnitTestImpl;
78 using testing::internal::InDeathTestChild
81 namespace testing { namespace
    [all...]
gtest-printers_test.cc 32 // Google Test - The Google C++ Testing Framework
61 // Some user-defined types for testing the universal value printer.
96 operator ::testing::internal::BiggestInt() const { return 42; }
187 namespace testing { namespace
199 using ::testing::PrintToString;
200 using ::testing::internal::FormatForComparisonFailureMessage;
201 using ::testing::internal::ImplicitCast_;
202 using ::testing::internal::NativeArray;
203 using ::testing::internal::RE;
204 using ::testing::internal::Strings
    [all...]
  /bionic/tests/
gtest_main.cpp 55 namespace testing { namespace
58 // Reuse of testing::internal::ColoredPrintf in gtest.
69 } // namespace testing
71 using testing::internal::GTestColor;
72 using testing::internal::COLOR_DEFAULT;
73 using testing::internal::COLOR_RED;
74 using testing::internal::COLOR_GREEN;
75 using testing::internal::COLOR_YELLOW;
76 using testing::internal::ColoredPrintf;
117 "running tests, or send SIGINT to the parent process to stop testing and\n
    [all...]

Completed in 1204 milliseconds

<<21222324252627282930>>