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

<<31323334353637383940>>

  /external/chromium_org/components/sync_driver/
shared_change_processor_unittest.cc 20 #include "testing/gmock/include/gmock/gmock.h"
21 #include "testing/gtest/include/gtest/gtest.h"
27 using ::testing::NiceMock;
28 using ::testing::StrictMock;
31 public testing::Test,
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_local_audio_track_adapter_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
14 using ::testing::_;
15 using ::testing::AnyNumber;
34 class WebRtcLocalAudioTrackAdapterTest : public ::testing::Test {
  /external/chromium_org/content/shell/android/browsertests_apk/
content_browser_tests_android.cc 33 #include "testing/android/native_test_util.h"
35 using testing::native_test_util::ArgsToArgv;
36 using testing::native_test_util::ParseArgsFromCommandLineFile;
37 using testing::native_test_util::ScopedMainEntryLogger;
54 // testing/android/native_test_launcher.cc
  /external/chromium_org/net/http/
http_stream_factory_impl_request_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
16 : public ::testing::Test,
17 public ::testing::WithParamInterface<NextProto> {};
22 testing::Values(kProtoDeprecatedSPDY2,
  /external/chromium_org/remoting/protocol/
input_filter_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
12 using ::testing::_;
64 testing::StrictMock<MockInputStub> input_stub;
77 testing::StrictMock<MockInputStub> input_stub;
v2_authenticator_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
17 using testing::_;
18 using testing::DeleteArg;
19 using testing::SaveArg;
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::InSequence;
20 using ::testing::StrictMock;
22 class JsMutationEventObserverTest : public testing::Test {
js_sync_manager_observer_unittest.cc 18 #include "testing/gtest/include/gtest/gtest.h"
23 using ::testing::InSequence;
24 using ::testing::StrictMock;
26 class JsSyncManagerObserverTest : public testing::Test {
  /external/chromium_org/sync/test/fake_server/
fake_server_verifier.cc 11 #include "testing/gtest/include/gtest/gtest.h"
14 using testing::AssertionFailure;
15 using testing::AssertionResult;
16 using testing::AssertionSuccess;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
pp_filter_test.cc 29 : public ::testing::TestWithParam<post_proc_func_t> {
105 ::testing::Values(vp8_post_proc_down_and_across_mb_row_c));
109 ::testing::Values(vp8_post_proc_down_and_across_mb_row_sse2));
register_state_check.h 23 namespace testing { namespace
31 } // namespace testing
71 return !testing::Test::HasNonfatalFailure();
125 return !testing::Test::HasNonfatalFailure();
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
fine_audio_buffer_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
21 using ::testing::_;
22 using ::testing::InSequence;
23 using ::testing::Return;
  /external/libvpx/libvpx/test/
pp_filter_test.cc 29 : public ::testing::TestWithParam<post_proc_func_t> {
105 ::testing::Values(vp8_post_proc_down_and_across_mb_row_c));
109 ::testing::Values(vp8_post_proc_down_and_across_mb_row_sse2));
register_state_check.h 23 namespace testing { namespace
31 } // namespace testing
71 return !testing::Test::HasNonfatalFailure();
125 return !testing::Test::HasNonfatalFailure();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
pp_filter_test.cc 29 : public ::testing::TestWithParam<post_proc_func_t> {
105 ::testing::Values(vp8_post_proc_down_and_across_mb_row_c));
109 ::testing::Values(vp8_post_proc_down_and_across_mb_row_sse2));
register_state_check.h 23 namespace testing { namespace
31 } // namespace testing
71 return !testing::Test::HasNonfatalFailure();
125 return !testing::Test::HasNonfatalFailure();
  /art/runtime/arch/
memcmp16.cc 33 namespace testing { namespace in namespace:art
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.h 23 using namespace testing;
  /external/chromium_org/base/android/
path_utils_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
14 typedef testing::Test PathUtilsTest;
  /external/chromium_org/base/
os_compat_android_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
12 typedef testing::Test OsCompatAndroidTest;
  /external/chromium_org/cc/base/
unique_notifier_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
16 class UniqueNotifierTest : public testing::Test {
  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 9 using namespace testing;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen_browsertest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
21 using ::testing::_;
22 using ::testing::AnyNumber;
23 using ::testing::Return;
24 using ::testing::ReturnRef;
  /external/chromium_org/chrome/browser/download/
all_download_item_notifier_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
12 using testing::NiceMock;
13 using testing::SetArgPointee;
14 using testing::_;
37 class AllDownloadItemNotifierTest : public testing::Test {
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_file_operation_unittest.cc 13 using testing::_;
14 using testing::Lt;
15 using testing::AnyNumber;
16 using testing::AtLeast;

Completed in 1373 milliseconds

<<31323334353637383940>>