HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 426 - 450 of 4772) sorted by null

<<11121314151617181920>>

  /external/chromium_org/jingle/notifier/listener/
notification_defines_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
14 class NotificationTest : public testing::Test {};
send_ping_task_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
19 class SendPingTaskTest : public testing::Test {
  /external/chromium_org/media/audio/mac/
audio_auhal_mac_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
16 using testing::_;
17 using testing::DoAll;
18 using testing::Return;
33 class AUHALStreamTest : public testing::Test {
  /external/chromium_org/media/audio/win/
audio_device_listener_win_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
26 class AudioDeviceListenerWinTest : public testing::Test {
75 testing::Mock::VerifyAndClear(this);
94 testing::Mock::VerifyAndClear(this);
98 testing::Mock::VerifyAndClear(this);
  /external/chromium_org/media/base/
mock_filters.cc 10 using ::testing::_;
11 using ::testing::Invoke;
12 using ::testing::NotNull;
13 using ::testing::Return;
  /external/chromium_org/media/formats/mpeg/
adts_stream_parser_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
11 class ADTSStreamParserTest : public StreamParserTestBase, public testing::Test {
  /external/chromium_org/remoting/host/
local_input_monitor_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
19 using testing::_;
20 using testing::AnyNumber;
21 using testing::ReturnRef;
35 class LocalInputMonitorTest : public testing::Test {
  /external/chromium_org/rlz/lib/
machine_id.h 26 namespace testing { namespace in namespace:rlz_lib
30 } // namespace testing
  /external/chromium_org/rlz/test/
rlz_test_helpers.h 11 #include "testing/gtest/include/gtest/gtest.h"
21 class RlzLibTestNoMachineState : public ::testing::Test {
  /external/chromium_org/sync/internal_api/public/base/
model_type_test_util.cc 37 : public ::testing::MatcherInterface<ModelTypeSet> {
46 ::testing::MatchResultListener* listener) const {
68 ::testing::Matcher<ModelTypeSet> HasModelTypes(ModelTypeSet expected_types) {
69 return ::testing::MakeMatcher(new HasModelTypesMatcher(expected_types));
  /external/chromium_org/sync/syncable/
entry_kernel_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
13 class EntryKernelTest : public testing::Test {};
  /external/chromium_org/testing/gtest/test/
gtest-typed-test_test.h 39 using testing::Test;
41 // For testing that the same type-parameterized test case can be
gtest_prod_test.cc 47 typedef testing::Test PrivateCodeFixtureTest;
gtest_throw_on_failure_test_.cc 57 testing::InitGoogleTest(&argc, argv);
60 // other testing frameworks, as long as they initialize Google Test
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilderTest.cpp 12 class FontBuilderTest : public ::testing::Test {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MainThreadTaskRunnerTest.cpp 32 #include "core/testing/NullExecutionContext.h"
33 #include "core/testing/UnitTestHelpers.h"
73 WebCore::testing::runPendingTasks();
86 WebCore::testing::runPendingTasks();
91 WebCore::testing::runPendingTasks();
104 WebCore::testing::runPendingTasks();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
UnitTestHelpers.cpp 27 #include "core/testing/UnitTestHelpers.h"
34 namespace testing { namespace in namespace:WebCore
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUnitTests.cpp 44 ::testing::InitGoogleMock(&argc, argv);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
comment_test.cpp 11 public testing::WithParamInterface<const char*>
27 testing::Values("//foo\n", // With newline.
34 testing::Values("/*foo*/",
64 using testing::_;
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_storage_impl_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
17 class ChromeStorageImplTest : public testing::Test {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_storage_test.cc 29 class FakeStorageTest : public testing::Test {
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_unittest.h 16 #include "testing/gtest/include/gtest/gtest.h"
38 class VadTest : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/test/
test_main.cc 12 #include "testing/gtest/include/gtest/gtest.h"
22 ::testing::InitGoogleTest(&argc, argv);
  /external/google-tv-pairing-protocol/cpp/tests/polo/
polotests.cc 21 ::testing::InitGoogleTest(&argc, argv);
  /external/gtest/test/
gtest-typed-test_test.h 39 using testing::Test;
41 // For testing that the same type-parameterized test case can be

Completed in 1198 milliseconds

<<11121314151617181920>>