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

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 19 #include "testing/gtest/include/gtest/gtest.h"
26 namespace testing { namespace in namespace:webrtc
144 } // namespace testing
146 class RemoteBitrateEstimatorTest : public ::testing::Test {
211 rtc::scoped_ptr<testing::TestBitrateObserver> bitrate_observer_;
213 rtc::scoped_ptr<testing::StreamGenerator> stream_generator_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 22 namespace testing { namespace in namespace:webrtc
279 } // namespace testing
bwe.h 25 namespace testing { namespace in namespace:webrtc
195 } // namespace testing
bwe_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
19 namespace testing { namespace in namespace:webrtc
24 class LinkedSetTest : public ::testing::Test {
83 class SequenceNumberOlderThanTest : public ::testing::Test {
104 class LossAccountTest : public ::testing::Test {
131 class BweReceiverTest : public ::testing::Test {
393 } // namespace testing
metric_recorder.h 23 namespace testing { namespace in namespace:webrtc
187 } // namespace testing
packet_sender.cc 23 namespace testing { namespace in namespace:webrtc
493 } // namespace testing
packet_sender.h 26 namespace testing { namespace in namespace:webrtc
193 } // namespace testing
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada.cc 28 namespace testing { namespace in namespace:webrtc
287 } // namespace testing
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
20 namespace testing { namespace in namespace:webrtc
207 class TestSimulcastEncoderAdapterFake : public ::testing::Test,
414 } // namespace testing
  /ndk/sources/third_party/googletest/googletest/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...]
  /ndk/sources/third_party/googletest/googletest/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, &gtest_regex,
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 63 namespace testing { namespace
382 } // namespace testing
gtest-port.cc 73 namespace testing { namespace
678 ::std::vector<testing::internal::string> g_argvs;
680 static const ::std::vector<testing::internal::string>* g_injected_test_argvs =
683 void SetInjectableArgvs(const ::std::vector<testing::internal::string>* argvs) {
689 const ::std::vector<testing::internal::string>& GetInjectableArgvs() {
805 } // namespace testing
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
LauncherExtension.java 1 package com.android.launcher3.testing;
MemoryDumpActivity.java 17 package com.android.launcher3.testing;
MemoryTracker.java 17 package com.android.launcher3.testing;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ChannelUtils.java 16 package com.android.tv.testing;
ProgramInfo.java 17 package com.android.tv.testing;
  /external/gmock/include/gmock/
gmock-actions.h 49 namespace testing { namespace
493 : value_(::testing::internal::ImplicitCast_<Result>(value)) {}
    [all...]
  /external/gmock/test/
gmock-more-actions_test.cc 45 namespace testing { namespace
54 using testing::_;
55 using testing::Action;
56 using testing::ActionInterface;
57 using testing::DeleteArg;
58 using testing::Invoke;
59 using testing::Return;
60 using testing::ReturnArg;
61 using testing::ReturnPointee;
62 using testing::SaveArg
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 61 namespace testing { namespace
84 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
89 Base base = ::testing::internal::ImplicitCast_<Base>(derived);
108 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
127 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable);
153 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
160 base = ::testing::internal::ImplicitCast_<Base>(const_castable);
172 To to = ::testing::internal::ImplicitCast_<To>(&converted);
198 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
346 ::testing::ExitedWithCode(0), "Success")
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 49 namespace testing { namespace
493 : value_(::testing::internal::ImplicitCast_<Result>(value)) {}
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-more-actions_test.cc 45 namespace testing { namespace
54 using testing::_;
55 using testing::Action;
56 using testing::ActionInterface;
57 using testing::DeleteArg;
58 using testing::Invoke;
59 using testing::Return;
60 using testing::ReturnArg;
61 using testing::ReturnPointee;
62 using testing::SaveArg
    [all...]
  /external/gtest/test/
gtest-port_test.cc 61 namespace testing { namespace
121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
126 Base base = ::testing::internal::ImplicitCast_<Base>(derived);
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable);
190 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
197 base = ::testing::internal::ImplicitCast_<Base>(const_castable);
209 To to = ::testing::internal::ImplicitCast_<To>(&converted);
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
376 ::testing::ExitedWithCode(0), "Success")
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
DerivedCollectionGenerators.java 17 package com.google.common.collect.testing;
19 import static com.google.common.collect.testing.Helpers.castOrCopyToList;
20 import static com.google.common.collect.testing.Helpers.equal;
21 import static com.google.common.collect.testing.Helpers.mapEntry;

Completed in 1851 milliseconds

<<21222324252627282930>>