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

<<919293949596979899100>>

  /external/chromium_org/content/browser/media/
webrtc_browsertest.cc 38 public testing::WithParamInterface<bool> {
96 testing::ValuesIn(kRunTestsWithFlag));
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc 33 #include "testing/gmock/include/gmock/gmock.h"
34 #include "testing/gtest/include/gtest/gtest.h"
36 using ::testing::_;
37 using ::testing::DeleteArg;
38 using ::testing::DoAll;
39 using ::testing::InSequence;
40 using ::testing::Return;
41 using ::testing::SaveArg;
219 class MediaStreamDispatcherHostTest : public testing::Test {
    [all...]
  /external/chromium_org/content/test/
image_decoder_test.cc 113 const testing::TestInfo* const test_info =
114 testing::UnitTest::GetInstance()->current_test_info();
  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
30 testing::Values(&Param));
32 class LeveldbValueStoreUnitTest : public testing::Test {
  /external/chromium_org/gpu/command_buffer/client/
query_tracker_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
16 #include "testing/gmock/include/gmock/gmock.h"
26 class QuerySyncManagerTest : public testing::Test {
80 class QueryTrackerTest : public testing::Test {
  /external/chromium_org/gpu/command_buffer/service/
program_cache_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
11 using ::testing::Return;
82 class ProgramCacheTest : public testing::Test {
vertex_attrib_manager_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
16 using ::testing::Pointee;
17 using ::testing::_;
  /external/chromium_org/gpu/command_buffer/tests/
compressed_texture_test.cc 12 #include "testing/gtest/include/gtest/gtest.h"
149 class CompressedTextureTest : public ::testing::TestWithParam<GLenum> {
253 ::testing::ValuesIn(kFormats));
  /external/chromium_org/media/base/
audio_converter_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
24 // Parameters used for testing.
37 : public testing::TestWithParam<AudioConverterTestData> {
61 // Creates |count| input callbacks to be used for conversion testing.
251 AudioConverterTest, AudioConverterTest, testing::Values(
channel_mixer_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
97 class ChannelMixerTest : public testing::TestWithParam<ChannelMixerTestData> {};
169 INSTANTIATE_TEST_CASE_P(ChannelMixerTest, ChannelMixerTest, testing::Values(
test_helpers.cc 19 using ::testing::_;
20 using ::testing::StrictMock;
24 // Utility mock for testing methods expecting Closures and PipelineStatusCBs.
  /external/chromium_org/media/cast/receiver/
audio_decoder_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
32 class AudioDecoderTest : public ::testing::TestWithParam<TestScenario> {
234 ::testing::Values(
  /external/chromium_org/media/cast/video_sender/
video_encoder_impl_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
21 using testing::_;
65 class VideoEncoderImplTest : public ::testing::Test {
  /external/chromium_org/net/cert/
x509_cert_types_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
210 class X509CertTypesDateTest : public testing::TestWithParam<CertDateTestData> {
239 testing::ValuesIn(kCertDateTimeData));
  /external/chromium_org/net/quic/
quic_fec_group_test.cc 13 #include "testing/gmock/include/gmock/gmock.h"
15 using ::testing::_;
42 class QuicFecGroupTest : public ::testing::Test {
quic_flow_controller_test.cc 14 #include "testing/gmock/include/gmock/gmock.h"
21 using ::testing::_;
23 class QuicFlowControllerTest : public ::testing::Test {
quic_session_test.cc 27 #include "testing/gmock/include/gmock/gmock.h"
28 #include "testing/gmock_mutant.h"
29 #include "testing/gtest/include/gtest/gtest.h"
34 using testing::CreateFunctor;
35 using testing::InSequence;
36 using testing::Invoke;
37 using testing::Return;
38 using testing::StrictMock;
39 using testing::_;
184 class QuicSessionTest : public ::testing::TestWithParam<QuicVersion>
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_frame_test.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
21 using ::testing::_;
22 using ::testing::InSequence;
23 using ::testing::SaveArg;
59 class BalsaFrameTest : public ::testing::Test {
228 testing::MockFunction<void(int)> checkpoint;
462 testing::MockFunction<void(int)> checkpoint;
515 testing::MockFunction<void(int)> checkpoint;
560 testing::MockFunction<void(int)> checkpoint
    [all...]
  /external/chromium_org/printing/
emf_win_unittest.cc 21 #include "testing/gtest/include/gtest/gtest.h"
29 class EmfPrintingTest : public testing::Test {
31 typedef testing::Test Parent;
  /external/chromium_org/sdch/open-vcdiff/src/
rolling_hash_test.cc 21 #include "testing.h"
28 class RollingHashSimpleTest : public testing::Test {
93 class RollingHashTest : public testing::Test {
  /external/chromium_org/sync/util/
cryptographer_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
20 using ::testing::_;
24 class CryptographerTest : public ::testing::Test {
  /external/chromium_org/testing/gtest/test/
gtest-tuple_test.cc 43 using ::testing::StaticAssertTypeEq;
258 // A fixture for testing big tuples.
259 class BigTupleTest : public testing::Test {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoderTest.cpp 226 SCOPED_TRACE(testing::Message() << i);
243 SCOPED_TRACE(testing::Message() << i);
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
address_input_helper_test.cc 44 class AddressInputHelperTest : public testing::Test {
247 class AddressInputHelperMockDataTest : public testing::Test {
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 22 /* Testing and timing programs. */
25 rpw.c - Source for libdes.a testing password reading routines.
69 testdes.pl - Testing program for des.pl

Completed in 1938 milliseconds

<<919293949596979899100>>