/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_baselinefile.cc | 25 namespace testing { namespace in namespace:webrtc 167 } // namespace testing
|
bwe_test_logging.cc | 25 namespace testing { namespace in namespace:webrtc 247 } // namespace testing
|
bwe_test_logging.h | 132 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \ 137 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \ 142 webrtc::testing::bwe::Logging::Context \ 157 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \ 162 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \ 167 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \ 172 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \ 178 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \ 186 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, value); \ 193 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, value, 239 namespace testing { namespace in namespace:webrtc [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
remb.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 23 namespace testing { namespace in namespace:webrtc 163 } // namespace testing
|
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/ |
SetAlarm.java | 17 package com.android.testing.sleephelper; 31 import com.android.testing.alarmservice.Alarm; 40 private static final String SERVICE_ACTION = "com.android.testing.ALARM_SERVICE"; 41 private static final String SERVICE_PKG = "com.android.testing.alarmservice";
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-test-part.h | 41 namespace testing { namespace 177 } // namespace testing
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-printers.cc | 32 // Google Test - The Google C++ Testing Framework 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr); 52 namespace testing { namespace 108 // ::testing::internal namespace, which contains a << operator that 363 } // namespace testing
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-listener_test.cc | 31 // The Google C++ Testing Framework (Google Test) 39 using ::testing::AddGlobalTestEnvironment; 40 using ::testing::Environment; 41 using ::testing::InitGoogleTest; 42 using ::testing::Test; 43 using ::testing::TestCase; 44 using ::testing::TestEventListener; 45 using ::testing::TestInfo; 46 using ::testing::TestPartResult; 47 using ::testing::UnitTest 52 namespace testing { namespace [all...] |
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
ProgramUtils.java | 17 package com.android.tv.testing;
|
Utils.java | 17 package com.android.tv.testing; 46 * An utility class for testing. 99 * Return the Random class which is needed to make random data for testing.
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
MenuHelper.java | 17 package com.android.tv.testing.uihelper; 19 import static com.android.tv.testing.uihelper.Constants.MENU; 34 * Helper for testing {@link com.android.tv.menu.Menu}.
|
/system/core/liblog/tests/ |
benchmark_main.cpp | 35 typedef std::vector< ::testing::Benchmark* > BenchmarkList; 59 namespace testing { namespace 172 } // namespace testing
|
/external/e2fsprogs/util/ |
symlinks.c | 35 testing = 0, single_fs = 1; variable 224 if (!(fix_links || testing) || !(fix_messy || fix_abs || fix_long)) 256 if (!testing) { 364 else if (c == 't') testing = 1;
|
/external/gmock/include/gmock/ |
gmock-generated-matchers.h | 47 namespace testing { namespace [all...] |
/external/gmock/src/ |
gmock-spec-builders.cc | 51 namespace testing { namespace 59 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, 813 } // namespace testing
|
/external/gmock/test/ |
gmock_stress_test.cc | 38 namespace testing { namespace 42 using ::testing::internal::ThreadWithParam; 66 // Helper classes for testing using linked_ptr concurrently. 312 } // namespace testing 315 testing::InitGoogleMock(&argc, argv);
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-printers.h | 32 // Google Test - The Google C++ Testing Framework 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr); 63 // std::string ::testing::PrintToString(const T& value); 69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*); 74 // void ::testing::internal::UniversalPrint(const T& value, ostream*); 106 namespace testing { namespace 150 const ::testing::internal::string short_str = value.ShortDebugString(); 151 const ::testing::internal::string pretty_str = 209 } // namespace testing 211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-u 250 namespace testing { namespace [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 32 // The Google C++ Testing Framework (Google Test) 44 namespace testing { namespace 139 // Factory interface for death tests. May be mocked out for testing. 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 187 if (::testing::internal::AlwaysTrue()) { \ 188 const ::testing::internal::RE& gtest_regex = (regex); \ 189 ::testing::internal::DeathTest* gtest_dt; \ 190 if (!::testing::internal::DeathTest::Create(#statement, >est_regex, [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest-filepath.cc | 62 namespace testing { namespace 380 } // namespace testing
|
gtest-port.cc | 73 namespace testing { namespace 660 ::std::vector<testing::internal::string> g_argvs; 662 static const ::std::vector<testing::internal::string>* g_injected_test_argvs = 665 void SetInjectableArgvs(const ::std::vector<testing::internal::string>* argvs) { 671 const ::std::vector<testing::internal::string>& GetInjectableArgvs() { 787 } // namespace testing
|
/external/google-breakpad/src/testing/src/ |
gmock-spec-builders.cc | 51 namespace testing { namespace 59 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, 813 } // namespace testing
|
/external/google-breakpad/src/testing/test/ |
gmock_stress_test.cc | 38 namespace testing { namespace 42 using ::testing::internal::ThreadWithParam; 66 // Helper classes for testing using linked_ptr concurrently. 312 } // namespace testing 315 testing::InitGoogleMock(&argc, argv);
|
/external/gtest/include/gtest/ |
gtest-printers.h | 32 // Google Test - The Google C++ Testing Framework 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr); 63 // std::string ::testing::PrintToString(const T& value); 69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*); 74 // void ::testing::internal::UniversalPrint(const T& value, ostream*); 106 namespace testing { namespace 150 const ::testing::internal::string short_str = value.ShortDebugString(); 151 const ::testing::internal::string pretty_str = 209 } // namespace testing 211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-u 250 namespace testing { namespace [all...] |
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 32 // The Google C++ Testing Framework (Google Test) 44 namespace testing { namespace 139 // Factory interface for death tests. May be mocked out for testing. 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 187 if (::testing::internal::AlwaysTrue()) { \ 188 const ::testing::internal::RE& gtest_regex = (regex); \ 189 ::testing::internal::DeathTest* gtest_dt; \ 190 if (!::testing::internal::DeathTest::Create(#statement, >est_regex, [all...] |
/external/gtest/src/ |
gtest-filepath.cc | 63 namespace testing { namespace 382 } // namespace testing
|