OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
2101 - 2125
of
4772
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator_unittest.cc
19
#include "
testing
/gmock/include/gmock/gmock.h"
20
#include "
testing
/gtest/include/gtest/gtest.h"
24
using
testing
::Invoke;
25
using
testing
::Mock;
35
class CloudPolicyValidatorTest : public
testing
::Test {
50
void Validate(
testing
::Action<void(UserCloudPolicyValidator*)> check_action) {
56
testing
::Action<void(UserCloudPolicyValidator*)> check_action,
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp_unittest.cc
18
#include "
testing
/gmock/include/gmock/gmock.h"
19
#include "
testing
/gtest/include/gtest/gtest.h"
22
using ::
testing
::_;
23
using ::
testing
::DeleteArg;
24
using ::
testing
::DoAll;
25
using ::
testing
::Return;
183
class P2PSocketHostUdpTest : public
testing
::Test {
/external/chromium_org/content/public/test/
test_launcher.cc
36
#include "
testing
/gtest/include/gtest/gtest.h"
122
virtual bool ShouldRunTest(const
testing
::TestCase* test_case,
123
const
testing
::TestInfo* test_info) OVERRIDE;
175
const
testing
::TestCase* test_case,
176
const
testing
::TestInfo* test_info) {
479
testing
::InitGoogleTest(&argc, argv);
/external/chromium_org/content/renderer/media/
media_stream_audio_processor_unittest.cc
19
#include "
testing
/gmock/include/gmock/gmock.h"
20
#include "
testing
/gtest/include/gtest/gtest.h"
24
using ::
testing
::_;
25
using ::
testing
::AnyNumber;
26
using ::
testing
::AtLeast;
27
using ::
testing
::Return;
40
// The number of packers used for
testing
.
59
class MediaStreamAudioProcessorTest : public ::
testing
::Test {
buffered_data_source_unittest.cc
19
using ::
testing
::_;
20
using ::
testing
::Assign;
21
using ::
testing
::Invoke;
22
using ::
testing
::InSequence;
23
using ::
testing
::NiceMock;
24
using ::
testing
::StrictMock;
110
class BufferedDataSourceTest : public
testing
::Test {
/external/chromium_org/extensions/browser/
extension_pref_value_map_unittest.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/gtest/include/gtest/gtest.h"
67
: public ExtensionPrefValueMapTestBase<
testing
::Test> {
223
using
testing
::Mock;
224
using
testing
::StrEq;
338
testing
::TestWithParam<OverrideIncognitoTestCase> > {
402
testing
::Values(
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc
26
#include "
testing
/gtest/include/gtest/gtest.h"
37
using ::
testing
::_;
38
using ::
testing
::AtLeast;
39
using ::
testing
::DoAll;
40
using ::
testing
::InSequence;
41
using ::
testing
::Invoke;
42
using ::
testing
::MatcherCast;
43
using ::
testing
::Mock;
44
using ::
testing
::Pointee;
45
using ::
testing
::Return
[
all
...]
/external/chromium_org/media/audio/win/
audio_low_latency_input_win_unittest.cc
21
#include "
testing
/gmock/include/gmock/gmock.h"
22
#include "
testing
/gtest/include/gtest/gtest.h"
25
using ::
testing
::_;
26
using ::
testing
::AnyNumber;
27
using ::
testing
::AtLeast;
28
using ::
testing
::Gt;
29
using ::
testing
::NotNull;
/external/chromium_org/media/base/
audio_renderer_mixer_unittest.cc
19
#include "
testing
/gmock/include/gmock/gmock.h"
20
#include "
testing
/gtest/include/gtest/gtest.h"
28
// Parameters used for
testing
.
40
: public
testing
::TestWithParam<AudioRendererMixerTestData> {
96
EXPECT_CALL(*this, RemoveMixer(
testing
::_)).Times(count);
415
EXPECT_CALL(*this, RemoveMixer(
testing
::_)).Times(0);
465
AudioRendererMixerTest, AudioRendererMixerTest,
testing
::Values(
480
testing
::ValuesIn(std::vector<AudioRendererMixerTestData>(
/external/chromium_org/media/filters/
decrypting_video_decoder_unittest.cc
18
#include "
testing
/gmock/include/gmock/gmock.h"
20
using ::
testing
::_;
21
using ::
testing
::Invoke;
22
using ::
testing
::SaveArg;
23
using ::
testing
::StrictMock;
58
class DecryptingVideoDecoderTest : public
testing
::Test {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc
43
#include <google/protobuf/
testing
/file.h>
46
#include <google/protobuf/
testing
/googletest.h>
56
EXPECT_PRED_FORMAT2(
testing
::IsSubstring, (needle), (haystack))
101
class ImporterTest : public
testing
::Test {
329
class DiskSourceTreeTest : public
testing
::Test {
/external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc
19
#include "
testing
/gmock/include/gmock/gmock.h"
20
#include "
testing
/gtest/include/gtest/gtest.h"
29
using
testing
::_;
73
testing
::Mock::VerifyAndClear(&mock_source);
94
testing
::Mock::VerifyAndClear(&mock_source);
231
: public
testing
::TestWithParam<SincResamplerTestData> {
339
//
testing
. All thresholds are in dbFS, http://en.wikipedia.org/wiki/DBFS.
341
SincResamplerTest, SincResamplerTest,
testing
::Values(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
fec_receiver_unittest.cc
15
#include "
testing
/gmock/include/gmock/gmock.h"
16
#include "
testing
/gtest/include/gtest/gtest.h"
21
using ::
testing
::_;
22
using ::
testing
::Args;
23
using ::
testing
::ElementsAreArray;
24
using ::
testing
::Return;
39
class ReceiverFecTest : public ::
testing
::Test {
/external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/gtest/include/gtest/gtest.h"
50
class OveruseFrameDetectorTest : public ::
testing
::Test {
183
EXPECT_CALL(*(observer_.get()), NormalUsage()).Times(
testing
::AtLeast(1));
209
EXPECT_CALL(*(observer_.get()), NormalUsage()).Times(
testing
::AtLeast(1));
400
EXPECT_CALL(*(observer_.get()), NormalUsage()).Times(
testing
::AtLeast(1));
455
EXPECT_CALL(*(observer_.get()), NormalUsage()).Times(
testing
::AtLeast(1));
/external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java
19
import static com.google.common.collect.
testing
.IteratorFeature.UNMODIFIABLE;
25
import com.google.common.collect.
testing
.Helpers;
26
import com.google.common.collect.
testing
.IteratorTester;
27
import com.google.common.collect.
testing
.MinimalCollection;
28
import com.google.common.collect.
testing
.MinimalIterable;
ListsTest.java
20
import static com.google.common.collect.
testing
.IteratorFeature.UNMODIFIABLE;
29
import com.google.common.collect.
testing
.IteratorTester;
30
import com.google.common.collect.
testing
.ListTestSuiteBuilder;
31
import com.google.common.collect.
testing
.SampleElements;
32
import com.google.common.collect.
testing
.TestListGenerator;
33
import com.google.common.collect.
testing
.TestStringListGenerator;
34
import com.google.common.collect.
testing
.features.CollectionFeature;
35
import com.google.common.collect.
testing
.features.CollectionSize;
36
import com.google.common.collect.
testing
.features.ListFeature;
37
import com.google.common.
testing
.NullPointerTester
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc
43
#include <google/protobuf/
testing
/file.h>
46
#include <google/protobuf/
testing
/googletest.h>
56
EXPECT_PRED_FORMAT2(
testing
::IsSubstring, (needle), (haystack))
101
class ImporterTest : public
testing
::Test {
329
class DiskSourceTreeTest : public
testing
::Test {
/frameworks/native/libs/gui/tests/
BufferQueue_test.cpp
36
class BufferQueueTest : public ::
testing
::Test {
41
const ::
testing
::TestInfo* const testInfo =
42
::
testing
::UnitTest::GetInstance()->current_test_info();
48
const ::
testing
::TestInfo* const testInfo =
49
::
testing
::UnitTest::GetInstance()->current_test_info();
IGraphicBufferProducer_test.cpp
73
class IGraphicBufferProducerTest : public ::
testing
::Test {
79
const ::
testing
::TestInfo* const testInfo =
80
::
testing
::UnitTest::GetInstance()->current_test_info();
96
const ::
testing
::TestInfo* const testInfo =
97
::
testing
::UnitTest::GetInstance()->current_test_info();
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar
/external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc
35
#include "
testing
/gmock/include/gmock/gmock.h"
36
#include "
testing
/gtest/include/gtest/gtest.h"
42
using
testing
::_;
43
using
testing
::AnyNumber;
44
using
testing
::DoAll;
45
using
testing
::InvokeArgument;
46
using
testing
::Mock;
47
using
testing
::Return;
63
class ProfileSyncServiceStartupTest : public
testing
::Test {
/external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc
23
#include "
testing
/gmock/include/gmock/gmock.h"
24
#include "
testing
/gtest/include/gtest/gtest.h"
30
using ::
testing
::_;
31
using ::
testing
::AtLeast;
32
using ::
testing
::NiceMock;
86
// Making protected functions public for
testing
146
new
testing
::NiceMock<TestAutofillPopupController>(
171
testing
::NiceMock<TestAutofillPopupController>* autofill_popup_controller_;
242
//
testing
the popup here.
456
testing
::NiceMock<TestAutofillPopupController>* test_controller
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc
35
#include "
testing
/gmock/include/gmock/gmock.h"
36
#include "
testing
/gtest/include/gtest/gtest.h"
42
using
testing
::_;
43
using
testing
::DoDefault;
44
using
testing
::ElementsAreArray;
45
using
testing
::Pointee;
46
using
testing
::Property;
94
class WebDataServiceTest : public
testing
::Test {
199
testing
::NiceMock<MockAutofillWebDataServiceObserver> observer_;
/external/chromium_org/extensions/common/
file_util_unittest.cc
20
#include "
testing
/gmock/include/gmock/gmock.h"
21
#include "
testing
/gtest/include/gtest/gtest.h"
61
typedef
testing
::Test FileUtilTest;
361
testing
::Contains(src_path.AppendASCII("a_key.pem")));
363
testing
::Contains(src_path.AppendASCII("second_key.pem")));
395
testing
::ElementsAre(
testing
::Field(
397
testing
::ContainsRegex(
408
testing
::ContainsRegex(
496
// Setup filesystem for
testing
[
all
...]
Completed in 1973 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>