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

<<41424344454647484950>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
fdct4x4_test.cc 190 public ::testing::TestWithParam<dct_4x4_param_t> {
233 public ::testing::TestWithParam<ht_4x4_param_t> {
279 ::testing::Values(
283 ::testing::Values(
292 ::testing::Values(
297 ::testing::Values(
307 ::testing::Values(
312 ::testing::Values(
fdct8x8_test.cc 224 public ::testing::TestWithParam<dct_8x8_param_t> {
264 public ::testing::TestWithParam<ht_8x8_param_t> {
306 ::testing::Values(
310 ::testing::Values(
319 ::testing::Values(
323 ::testing::Values(
333 ::testing::Values(
337 ::testing::Values(
intrapred_test.cc 228 public ::testing::TestWithParam<intra_pred_y_fn_t> {
285 ::testing::Values(
289 ::testing::Values(
294 ::testing::Values(
310 public ::testing::TestWithParam<intra_pred_uv_fn_t> {
373 ::testing::Values(
377 ::testing::Values(
382 ::testing::Values(
  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 53 : public ::testing::TestWithParam<int>,
135 testing::Range(1, 10));
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
55 void operator<<(const testing::internal::Secret&, int);
57 namespace testing { namespace
71 // testing::Message foo;
121 // namespace, but not other namespaces, including the testing
126 // assertions, testing::Message must access the custom << operator
248 } // namespace testing
  /external/chromium_org/base/prefs/
pref_change_registrar_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
14 using testing::Mock;
15 using testing::Eq;
38 class PrefChangeRegistrarTest : public testing::Test {
128 class ObserveSetOfPreferencesTest : public testing::Test {
175 using testing::_;
176 using testing::Mock;
pref_notifier_impl_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
17 using testing::_;
18 using testing::Field;
19 using testing::Invoke;
20 using testing::Mock;
21 using testing::Truly;
86 class PrefNotifierTest : public testing::Test {
  /external/chromium_org/base/
sequence_checker_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
55 class SequenceCheckerTest : public testing::Test {
200 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
229 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
258 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
285 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
318 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_password_browsertest.cc 39 using testing::_;
106 testing::Mock::VerifyAndClearExpectations(mock_homedir_methods_);
160 testing::Mock::VerifyAndClearExpectations(mock_homedir_methods_);
169 testing::Mock::VerifyAndClearExpectations(mock_homedir_methods_);
248 testing::Mock::VerifyAndClearExpectations(mock_homedir_methods_);
258 testing::Mock::VerifyAndClearExpectations(mock_homedir_methods_);
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_channel_apitest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gmock_mutant.h"
27 using ::testing::_;
28 using ::testing::A;
29 using ::testing::DoAll;
30 using ::testing::Invoke;
31 using ::testing::InSequence;
32 using ::testing::Return;
66 // Always return true in testing.
  /external/chromium_org/chrome/browser/policy/cloud/
device_management_service_browsertest.cc 24 #include "testing/gmock/include/gmock/gmock.h"
25 #include "testing/gtest/include/gtest/gtest.h"
28 using testing::DoAll;
29 using testing::Invoke;
30 using testing::InvokeWithoutArgs;
31 using testing::_;
94 public testing::WithParamInterface<
266 testing::Values(&DeviceManagementServiceIntegrationTest::InitCannedResponse,
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 6 * TestFixture for App Launcher's Settings App testing.
7 * @extends {testing.Test}
13 __proto__: testing.Test.prototype,
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
18 using testing::_;
19 using testing::DoAll;
20 using testing::Invoke;
21 using testing::StrEq;
22 using testing::Return;
80 class ExtensionLocalizationPeerTest : public testing::Test {
  /external/chromium_org/chromeos/network/onc/
onc_merger_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
21 ::testing::AssertionResult HaveSameValueAt(const base::DictionaryValue& a,
26 return ::testing::AssertionFailure()
32 return ::testing::AssertionFailure()
37 return ::testing::AssertionSuccess()
40 return ::testing::AssertionFailure()
50 class ONCMergerTest : public testing::Test {
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
20 using testing::MakeMatcher;
21 using testing::Matcher;
22 using testing::MatcherInterface;
23 using testing::MatchResultListener;
113 class GeolocationProviderTest : public testing::Test {
222 EXPECT_CALL(second_observer, OnLocationUpdate(testing::_)).Times(0);
wifi_data_provider_common_unittest.cc 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
15 using testing::_;
16 using testing::AtLeast;
17 using testing::DoDefault;
18 using testing::Invoke;
19 using testing::Return;
109 class GeolocationWifiDataProviderCommonTest : public testing::Test {
  /external/chromium_org/content/browser/media/capture/
audio_mirroring_manager_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
20 using testing::_;
21 using testing::NotNull;
22 using testing::Ref;
23 using testing::Return;
24 using testing::ReturnRef;
46 class AudioMirroringManagerTest : public testing::Test {
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
15 using ::testing::_;
16 using ::testing::Invoke;
17 using ::testing::Return;
18 using ::testing::SaveArg;
19 using ::testing::WithArgs;
24 class RTCVideoDecoderTest : public ::testing::Test,
video_capture_impl_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
13 using ::testing::_;
14 using ::testing::AtLeast;
15 using ::testing::InvokeWithoutArgs;
16 using ::testing::Return;
17 using ::testing::SaveArg;
35 class VideoCaptureImplTest : public ::testing::Test {
video_capture_message_filter_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
13 using ::testing::_;
14 using ::testing::AnyNumber;
15 using ::testing::Mock;
16 using ::testing::Return;
17 using ::testing::SaveArg;
18 using ::testing::StrictMock;
webaudiosourceprovider_impl_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
22 : public testing::Test,
36 testing::InSequence s;
53 testing::Mock::VerifyAndClear(mock_sink_.get());
57 testing::InSequence s;
66 testing::Mock::VerifyAndClear(mock_sink_.get());
67 testing::Mock::VerifyAndClear(this);
  /external/chromium_org/media/audio/
audio_input_controller_unittest.cc 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
15 using ::testing::_;
16 using ::testing::AtLeast;
17 using ::testing::Exactly;
18 using ::testing::InvokeWithoutArgs;
19 using ::testing::NotNull;
67 class AudioInputControllerTest : public testing::Test {
virtual_audio_input_stream_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::_;
20 using ::testing::AtLeast;
21 using ::testing::InvokeWithoutArgs;
22 using ::testing::NotNull;
90 class VirtualAudioInputStreamTest : public testing::TestWithParam<bool> {
344 ::testing::Values(false, true));
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
18 using ::testing::_;
19 using ::testing::AnyNumber;
20 using ::testing::AtLeast;
21 using ::testing::Ge;
22 using ::testing::NotNull;
104 class MacAudioInputTest : public testing::Test {
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
22 using ::testing::_;
23 using ::testing::DoDefault;
24 using ::testing::Invoke;
25 using ::testing::Truly;
26 using ::testing::WithArgs;
67 class SyncRollbackManagerTest : public testing::Test,

Completed in 1114 milliseconds

<<41424344454647484950>>