Home
last modified time | relevance | path

Searched defs:TEST_P (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_1_autogen.h17 TEST_P(GLES2DecoderTest1, AttachShaderValidArgs) { in TEST_P() function
27 TEST_P(GLES2DecoderTest1, BindBufferValidArgs) { in TEST_P() function
36 TEST_P(GLES2DecoderTest1, BindBufferValidArgsNewId) { in TEST_P() function
48 TEST_P(GLES2DecoderTest1, BindBufferInvalidArgs0_0) { in TEST_P() function
57 TEST_P(GLES2DecoderTest1, BindFramebufferValidArgs) { in TEST_P() function
66 TEST_P(GLES2DecoderTest1, BindFramebufferValidArgsNewId) { in TEST_P() function
78 TEST_P(GLES2DecoderTest1, BindFramebufferInvalidArgs0_0) { in TEST_P() function
87 TEST_P(GLES2DecoderTest1, BindFramebufferInvalidArgs0_1) { in TEST_P() function
96 TEST_P(GLES2DecoderTest1, BindRenderbufferValidArgs) { in TEST_P() function
106 TEST_P(GLES2DecoderTest1, BindRenderbufferValidArgsNewId) { in TEST_P() function
[all …]
Dgles2_cmd_decoder_unittest_2_autogen.h15 TEST_P(GLES2DecoderTest2, ScissorValidArgs) { in TEST_P() function
24 TEST_P(GLES2DecoderTest2, ScissorInvalidArgs2_0) { in TEST_P() function
33 TEST_P(GLES2DecoderTest2, ScissorInvalidArgs3_0) { in TEST_P() function
45 TEST_P(GLES2DecoderTest2, StencilFuncValidArgs) { in TEST_P() function
54 TEST_P(GLES2DecoderTest2, StencilFuncSeparateValidArgs) { in TEST_P() function
63 TEST_P(GLES2DecoderTest2, StencilMaskValidArgs) { in TEST_P() function
71 TEST_P(GLES2DecoderTest2, StencilMaskSeparateValidArgs) { in TEST_P() function
79 TEST_P(GLES2DecoderTest2, StencilOpValidArgs) { in TEST_P() function
88 TEST_P(GLES2DecoderTest2, StencilOpSeparateValidArgs) { in TEST_P() function
98 TEST_P(GLES2DecoderTest2, TexParameterfValidArgs) { in TEST_P() function
[all …]
Dgles2_cmd_decoder_unittest_drawing.cc128 TEST_P(GLES2DecoderRGBBackbufferTest, RGBBackbufferColorMask) { in TEST_P() function
178 TEST_P(GLES2DecoderRGBBackbufferTest, RGBBackbufferDepthMask) { in TEST_P() function
226 TEST_P(GLES2DecoderRGBBackbufferTest, RGBBackbufferStencilMask) { in TEST_P() function
274 TEST_P(GLES2DecoderRGBBackbufferTest, RGBBackbufferColorMaskFBO) { in TEST_P() function
387 TEST_P(GLES2DecoderManualInitTest, DepthEnableWithDepth) { in TEST_P() function
440 TEST_P(GLES2DecoderManualInitTest, DepthEnableWithoutRequestedDepth) { in TEST_P() function
492 TEST_P(GLES2DecoderManualInitTest, StencilEnableWithStencil) { in TEST_P() function
545 TEST_P(GLES2DecoderManualInitTest, StencilEnableWithoutRequestedStencil) { in TEST_P() function
597 TEST_P(GLES2DecoderManualInitTest, CachedColorMask) { in TEST_P() function
625 TEST_P(GLES2DecoderManualInitTest, CachedDepthMask) { in TEST_P() function
[all …]
Dgles2_cmd_decoder_unittest_programs.cc57 TEST_P(GLES2DecoderWithShaderTest, GetProgramInfoCHROMIUMValidArgs) { in TEST_P() function
66 TEST_P(GLES2DecoderWithShaderTest, GetProgramInfoCHROMIUMInvalidArgs) { in TEST_P() function
85 TEST_P(GLES2DecoderWithShaderTest, GetUniformivSucceeds) { in TEST_P() function
101 TEST_P(GLES2DecoderWithShaderTest, GetUniformivArrayElementSucceeds) { in TEST_P() function
118 TEST_P(GLES2DecoderWithShaderTest, GetUniformivBadProgramFails) { in TEST_P() function
162 TEST_P(GLES2DecoderWithShaderTest, GetUniformivBadLocationFails) { in TEST_P() function
178 TEST_P(GLES2DecoderWithShaderTest, GetUniformivBadSharedMemoryFails) { in TEST_P() function
193 TEST_P(GLES2DecoderWithShaderTest, GetUniformfvSucceeds) { in TEST_P() function
209 TEST_P(GLES2DecoderWithShaderTest, GetUniformfvArrayElementSucceeds) { in TEST_P() function
226 TEST_P(GLES2DecoderWithShaderTest, GetUniformfvBadProgramFails) { in TEST_P() function
[all …]
Dgles2_cmd_decoder_unittest_attribs.cc57 TEST_P(GLES2DecoderWithShaderTest, GetVertexAttribPointervSucceeds) { in TEST_P() function
86 TEST_P(GLES2DecoderWithShaderTest, GetVertexAttribPointervBadArgsFails) { in TEST_P() function
129 TEST_P(GLES2DecoderWithShaderTest, BindBufferToDifferentTargetFails) { in TEST_P() function
142 TEST_P(GLES2DecoderWithShaderTest, VertexAttribPointer) { in TEST_P() function
379 TEST_P(GLES2DecoderVertexArraysOESTest, GenVertexArraysOESImmediateValidArgs) { in TEST_P() function
382 TEST_P(GLES2DecoderEmulatedVertexArraysOESTest, in TEST_P() function
387 TEST_P(GLES2DecoderVertexArraysOESTest, in TEST_P() function
391 TEST_P(GLES2DecoderEmulatedVertexArraysOESTest, in TEST_P() function
396 TEST_P(GLES2DecoderVertexArraysOESTest, in TEST_P() function
400 TEST_P(GLES2DecoderEmulatedVertexArraysOESTest, in TEST_P() function
[all …]
Dgles2_cmd_decoder_unittest_textures.cc57 TEST_P(GLES2DecoderTest, GenerateMipmapWrongFormatsFails) { in TEST_P() function
68 TEST_P(GLES2DecoderTest, GenerateMipmapHandlesOutOfMemory) { in TEST_P() function
99 TEST_P(GLES2DecoderTest, GenerateMipmapClearsUnclearedTexture) { in TEST_P() function
127 TEST_P(GLES2DecoderManualInitTest, SetTextureFiltersBeforeGenerateMipmap) { in TEST_P() function
174 TEST_P(GLES2DecoderTest, ActiveTextureValidArgs) { in TEST_P() function
183 TEST_P(GLES2DecoderTest, ActiveTextureInvalidArgs) { in TEST_P() function
195 TEST_P(GLES2DecoderTest, TexSubImage2DValidArgs) { in TEST_P() function
237 TEST_P(GLES2DecoderTest, TexSubImage2DBadArgs) { in TEST_P() function
421 TEST_P(GLES2DecoderTest, CopyTexSubImage2DValidArgs) { in TEST_P() function
445 TEST_P(GLES2DecoderTest, CopyTexSubImage2DBadArgs) { in TEST_P() function
[all …]
Dgles2_cmd_decoder_unittest.cc95 TEST_P(GLES2DecoderTest, GetIntegervCached) { in TEST_P() function
131 TEST_P(GLES2DecoderWithShaderTest, GetMaxValueInBufferCHROMIUM) { in TEST_P() function
212 TEST_P(GLES2DecoderTest, SharedIds) { in TEST_P() function
283 TEST_P(GLES2DecoderTest, GenSharedIdsCHROMIUMBadArgs) { in TEST_P() function
294 TEST_P(GLES2DecoderTest, RegisterSharedIdsCHROMIUMBadArgs) { in TEST_P() function
305 TEST_P(GLES2DecoderTest, RegisterSharedIdsCHROMIUMDuplicateIds) { in TEST_P() function
318 TEST_P(GLES2DecoderTest, DeleteSharedIdsCHROMIUMBadArgs) { in TEST_P() function
329 TEST_P(GLES2DecoderTest, IsBuffer) { in TEST_P() function
337 TEST_P(GLES2DecoderTest, IsFramebuffer) { in TEST_P() function
353 TEST_P(GLES2DecoderTest, IsProgram) { in TEST_P() function
[all …]
Dgles2_cmd_decoder_unittest_framebuffers.cc74 TEST_P(GLES2DecoderTest, CheckFramebufferStatusWithNoBoundTarget) { in TEST_P() function
85 TEST_P(GLES2DecoderWithShaderTest, BindAndDeleteFramebuffer) { in TEST_P() function
108 TEST_P(GLES2DecoderTest, FramebufferRenderbufferWithNoBoundTarget) { in TEST_P() function
119 TEST_P(GLES2DecoderTest, FramebufferTexture2DWithNoBoundTarget) { in TEST_P() function
130 TEST_P(GLES2DecoderTest, GetFramebufferAttachmentParameterivWithNoBoundTarget) { in TEST_P() function
147 TEST_P(GLES2DecoderTest, GetFramebufferAttachmentParameterivWithRenderbuffer) { in TEST_P() function
189 TEST_P(GLES2DecoderTest, GetFramebufferAttachmentParameterivWithTexture) { in TEST_P() function
232 TEST_P(GLES2DecoderTest, GetRenderbufferParameterivWithNoBoundTarget) { in TEST_P() function
247 TEST_P(GLES2DecoderTest, RenderbufferStorageWithNoBoundTarget) { in TEST_P() function
475 TEST_P(GLES2DecoderTest, ReadPixels) { in TEST_P() function
[all …]
/external/chromium_org/media/filters/
Dvideo_frame_stream_unittest.cc374 TEST_P(VideoFrameStreamTest, Initialization) { in TEST_P() function
378 TEST_P(VideoFrameStreamTest, ReadOneFrame) { in TEST_P() function
383 TEST_P(VideoFrameStreamTest, ReadAllFrames) { in TEST_P() function
388 TEST_P(VideoFrameStreamTest, Read_AfterReset) { in TEST_P() function
396 TEST_P(VideoFrameStreamTest, Read_BlockedDemuxer) { in TEST_P() function
425 TEST_P(VideoFrameStreamTest, Read_BlockedDemuxerAndDecoder) { in TEST_P() function
478 TEST_P(VideoFrameStreamTest, Reset_AfterInitialization) { in TEST_P() function
484 TEST_P(VideoFrameStreamTest, Reset_DuringReinitialization) { in TEST_P() function
495 TEST_P(VideoFrameStreamTest, Reset_AfterReinitialization) { in TEST_P() function
503 TEST_P(VideoFrameStreamTest, Reset_DuringDemuxerRead_Normal) { in TEST_P() function
[all …]
Dfake_video_decoder_unittest.cc236 TEST_P(FakeVideoDecoderTest, Initialize) { in TEST_P() function
240 TEST_P(FakeVideoDecoderTest, Read_AllFrames) { in TEST_P() function
246 TEST_P(FakeVideoDecoderTest, Read_DecodingDelay) { in TEST_P() function
256 TEST_P(FakeVideoDecoderTest, Read_ZeroDelay) { in TEST_P() function
266 TEST_P(FakeVideoDecoderTest, Read_Pending_NotEnoughData) { in TEST_P() function
280 TEST_P(FakeVideoDecoderTest, Read_Pending_OK) { in TEST_P() function
286 TEST_P(FakeVideoDecoderTest, Read_Parallel) { in TEST_P() function
303 TEST_P(FakeVideoDecoderTest, ReadWithHold_DecodingDelay) { in TEST_P() function
321 TEST_P(FakeVideoDecoderTest, Reinitialize) { in TEST_P() function
330 TEST_P(FakeVideoDecoderTest, Reinitialize_FrameDropped) { in TEST_P() function
[all …]
/external/chromium_org/net/ftp/
Dftp_network_transaction_unittest.cc884 TEST_P(FtpNetworkTransactionTest, FailedLookup) { in TEST_P() function
901 TEST_P(FtpNetworkTransactionTest, StripBracketsFromIPv6Literals) { in TEST_P() function
918 TEST_P(FtpNetworkTransactionTest, DirectoryTransaction) { in TEST_P() function
929 TEST_P(FtpNetworkTransactionTest, DirectoryTransactionWithPasvFallback) { in TEST_P() function
937 TEST_P(FtpNetworkTransactionTest, DirectoryTransactionWithTypecode) { in TEST_P() function
945 TEST_P(FtpNetworkTransactionTest, DirectoryTransactionMultilineWelcome) { in TEST_P() function
951 TEST_P(FtpNetworkTransactionTest, DirectoryTransactionShortReads2) { in TEST_P() function
957 TEST_P(FtpNetworkTransactionTest, DirectoryTransactionShortReads5) { in TEST_P() function
963 TEST_P(FtpNetworkTransactionTest, DirectoryTransactionMultilineWelcomeShort) { in TEST_P() function
974 TEST_P(FtpNetworkTransactionTest, DirectoryTransactionZeroSize) { in TEST_P() function
[all …]
/external/chromium_org/chrome/browser/chromeos/system/
Dautomatic_reboot_manager_unittest.cc851 TEST_P(AutomaticRebootManagerTest, TerminateNoPolicy) { in TEST_P() function
871 TEST_P(AutomaticRebootManagerTest, TerminateBeforeGracePeriod) { in TEST_P() function
897 TEST_P(AutomaticRebootManagerTest, TerminateInGracePeriod) { in TEST_P() function
922 TEST_P(AutomaticRebootManagerTest, BeforeUptimeLimitGracePeriod) { in TEST_P() function
946 TEST_P(AutomaticRebootManagerTest, InUptimeLimitGracePeriod) { in TEST_P() function
971 TEST_P(AutomaticRebootManagerTest, AfterUptimeLimitGracePeriod) { in TEST_P() function
994 TEST_P(AutomaticRebootManagerTest, UptimeLimitOffBeforeGracePeriod) { in TEST_P() function
1024 TEST_P(AutomaticRebootManagerTest, UptimeLimitOffInGracePeriod) { in TEST_P() function
1055 TEST_P(AutomaticRebootManagerTest, ExtendUptimeLimitBeforeGracePeriod) { in TEST_P() function
1089 TEST_P(AutomaticRebootManagerTest, ExtendUptimeLimitInGracePeriod) { in TEST_P() function
[all …]
/external/chromium_org/net/quic/
Dquic_connection_test.cc985 TEST_P(QuicConnectionTest, PacketsInOrder) { in TEST_P() function
1001 TEST_P(QuicConnectionTest, PacketsOutOfOrder) { in TEST_P() function
1020 TEST_P(QuicConnectionTest, DuplicatePacket) { in TEST_P() function
1036 TEST_P(QuicConnectionTest, PacketsOutOfOrderWithAdditionsAndLeastAwaiting) { in TEST_P() function
1067 TEST_P(QuicConnectionTest, RejectPacketTooFarOut) { in TEST_P() function
1077 TEST_P(QuicConnectionTest, RejectUnencryptedStreamData) { in TEST_P() function
1093 TEST_P(QuicConnectionTest, TruncatedAck) { in TEST_P() function
1134 TEST_P(QuicConnectionTest, AckReceiptCausesAckSendBadEntropy) { in TEST_P() function
1155 TEST_P(QuicConnectionTest, OutOfOrderReceiptCausesAckSend) { in TEST_P() function
1175 TEST_P(QuicConnectionTest, AckReceiptCausesAckSend) { in TEST_P() function
[all …]
Dquic_session_test.cc250 TEST_P(QuicSessionTest, PeerAddress) { in TEST_P() function
254 TEST_P(QuicSessionTest, IsCryptoHandshakeConfirmed) { in TEST_P() function
261 TEST_P(QuicSessionTest, IsClosedStreamDefault) { in TEST_P() function
268 TEST_P(QuicSessionTest, ImplicitlyCreatedStreams) { in TEST_P() function
277 TEST_P(QuicSessionTest, IsClosedStreamLocallyCreated) { in TEST_P() function
290 TEST_P(QuicSessionTest, IsClosedStreamPeerCreated) { in TEST_P() function
311 TEST_P(QuicSessionTest, StreamIdTooLarge) { in TEST_P() function
318 TEST_P(QuicSessionTest, DecompressionError) { in TEST_P() function
335 TEST_P(QuicSessionTest, DebugDFatalIfMarkingClosedStreamWriteBlocked) { in TEST_P() function
348 TEST_P(QuicSessionTest, DebugDFatalIfMarkWriteBlockedCalledWithWrongPriority) { in TEST_P() function
[all …]
Dquic_packet_creator_test.cc153 TEST_P(QuicPacketCreatorTest, SerializeFrames) { in TEST_P() function
178 TEST_P(QuicPacketCreatorTest, SerializeWithFEC) { in TEST_P() function
225 TEST_P(QuicPacketCreatorTest, SerializeChangingSequenceNumberLength) { in TEST_P() function
266 TEST_P(QuicPacketCreatorTest, ChangeSequenceNumberLengthMidPacket) { in TEST_P() function
345 TEST_P(QuicPacketCreatorTest, SerializeWithFECChangingSequenceNumberLength) { in TEST_P() function
429 TEST_P(QuicPacketCreatorTest, ReserializeFramesWithSequenceNumberLength) { in TEST_P() function
460 TEST_P(QuicPacketCreatorTest, SerializeConnectionClose) { in TEST_P() function
482 TEST_P(QuicPacketCreatorTest, SwitchFecOnOffWithNoGroup) { in TEST_P() function
499 TEST_P(QuicPacketCreatorTest, SwitchFecOnOffWithGroupInProgress) { in TEST_P() function
531 TEST_P(QuicPacketCreatorTest, SwitchFecOnWithStreamFrameQueued) { in TEST_P() function
[all …]
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
Daddress_validator_test.cc202 TEST_P(AddressValidatorTest, EmptyAddress) { in TEST_P() function
210 TEST_P(AddressValidatorTest, InvalidCountry) { in TEST_P() function
220 TEST_P(AddressValidatorTest, ValidAddressUS) { in TEST_P() function
233 TEST_P(AddressValidatorTest, InvalidAddressUS) { in TEST_P() function
247 TEST_P(AddressValidatorTest, ValidAddressCH) { in TEST_P() function
259 TEST_P(AddressValidatorTest, InvalidAddressCH) { in TEST_P() function
272 TEST_P(AddressValidatorTest, ValidPostalCodeMX) { in TEST_P() function
287 TEST_P(AddressValidatorTest, MismatchingPostalCodeMX) { in TEST_P() function
304 TEST_P(AddressValidatorTest, ValidateFilter) { in TEST_P() function
317 TEST_P(AddressValidatorTest, ValidateClearsProblems) { in TEST_P() function
[all …]
Dsupplier_test.cc174 TEST_P(SupplierTest, Invalid) { in TEST_P() function
185 TEST_P(SupplierTest, Valid) { in TEST_P() function
200 TEST_P(SupplierTest, KeyDepthEqualsMaxDepth) { in TEST_P() function
212 TEST_P(SupplierTest, KeyDepthLargerThanMaxDepth) { in TEST_P() function
225 TEST_P(SupplierTest, KeyDepthSmallerThanMaxDepth) { in TEST_P() function
236 TEST_P(SupplierTest, KeyDepth0) { in TEST_P() function
247 TEST_P(SupplierTest, KeyDepth1) { in TEST_P() function
259 TEST_P(SupplierTest, KeyDepth2) { in TEST_P() function
272 TEST_P(SupplierTest, KeyDepth3) { in TEST_P() function
286 TEST_P(SupplierTest, RuleCache) { in TEST_P() function
/external/chromium_org/net/tools/quic/
Dend_to_end_test.cc398 TEST_P(EndToEndTest, SimpleRequestResponse) { in TEST_P() function
407 TEST_P(EndToEndTest, DISABLED_SimpleRequestResponsev6) { in TEST_P() function
417 TEST_P(EndToEndTest, SeparateFinPacket) { in TEST_P() function
441 TEST_P(EndToEndTest, MultipleRequestResponse) { in TEST_P() function
450 TEST_P(EndToEndTest, MultipleClients) { in TEST_P() function
473 TEST_P(EndToEndTest, RequestOverMultiplePackets) { in TEST_P() function
485 TEST_P(EndToEndTest, MultiplePacketsRandomOrder) { in TEST_P() function
499 TEST_P(EndToEndTest, PostMissingBytes) { in TEST_P() function
517 TEST_P(EndToEndTest, DISABLED_LargePostNoPacketLoss) { in TEST_P() function
534 TEST_P(EndToEndTest, LargePostNoPacketLoss1sRTT) { in TEST_P() function
[all …]
/external/chromium_org/chrome/browser/safe_browsing/
Dpe_image_reader_win_unittest.cc45 TEST_P(PeImageReaderTest, GetWordSize) { in TEST_P() function
49 TEST_P(PeImageReaderTest, GetDosHeader) { in TEST_P() function
55 TEST_P(PeImageReaderTest, GetCoffFileHeader) { in TEST_P() function
63 TEST_P(PeImageReaderTest, GetOptionalHeaderData) { in TEST_P() function
71 TEST_P(PeImageReaderTest, GetNumberOfSections) { in TEST_P() function
76 TEST_P(PeImageReaderTest, GetSectionHeaderAt) { in TEST_P() function
86 TEST_P(PeImageReaderTest, InitializeFailTruncatedFile) { in TEST_P() function
105 TEST_P(PeImageReaderTest, GetExportSection) { in TEST_P() function
112 TEST_P(PeImageReaderTest, GetNumberOfDebugEntries) { in TEST_P() function
117 TEST_P(PeImageReaderTest, GetDebugEntry) { in TEST_P() function
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Daudio_multi_vector_unittest.cc72 TEST_P(AudioMultiVectorTest, CreateAndDestroy) { in TEST_P() function
86 TEST_P(AudioMultiVectorTest, SubscriptOperator) { in TEST_P() function
100 TEST_P(AudioMultiVectorTest, PushBackInterleavedAndCopy) { in TEST_P() function
126 TEST_P(AudioMultiVectorTest, CopyToNull) { in TEST_P() function
134 TEST_P(AudioMultiVectorTest, PushBackVector) { in TEST_P() function
159 TEST_P(AudioMultiVectorTest, PushBackFromIndex) { in TEST_P() function
177 TEST_P(AudioMultiVectorTest, Zeros) { in TEST_P() function
191 TEST_P(AudioMultiVectorTest, ReadInterleaved) { in TEST_P() function
212 TEST_P(AudioMultiVectorTest, ReadInterleavedToNull) { in TEST_P() function
222 TEST_P(AudioMultiVectorTest, PopFront) { in TEST_P() function
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/
DPurgeableVectorTest.cpp77 TEST_P(PurgeableVectorTestWithPlatformSupport, grow) in TEST_P() function
86 TEST_P(PurgeableVectorTestWithPlatformSupport, clear) in TEST_P() function
100 TEST_P(PurgeableVectorTestWithPlatformSupport, clearDoesNotResetLockCounter) in TEST_P() function
109 TEST_P(PurgeableVectorTestWithPlatformSupport, reserveCapacityDoesNotChangeSize) in TEST_P() function
117 TEST_P(PurgeableVectorTestWithPlatformSupport, multipleAppends) in TEST_P() function
143 TEST_P(PurgeableVectorTestWithPlatformSupport, multipleAppendsAfterReserveCapacity) in TEST_P() function
167 TEST_P(PurgeableVectorTestWithPlatformSupport, reserveCapacityUsesExactCapacityWhenVectorIsEmpty) in TEST_P() function
193 TEST_P(PurgeableVectorTestWithPlatformSupport, appendReservesCapacityIfNeeded) in TEST_P() function
207 TEST_P(PurgeableVectorTestWithPlatformSupport, adopt) in TEST_P() function
229 TEST_P(PurgeableVectorTestWithPlatformSupport, adoptEmptyVector) in TEST_P() function
[all …]
/external/chromium_org/media/base/
Daudio_renderer_mixer_unittest.cc297 TEST_P(AudioRendererMixerTest, NoInputs) { in TEST_P() function
303 TEST_P(AudioRendererMixerTest, OneInputStart) { in TEST_P() function
308 TEST_P(AudioRendererMixerTest, ManyInputStart) { in TEST_P() function
313 TEST_P(AudioRendererMixerTest, OneInputPlay) { in TEST_P() function
318 TEST_P(AudioRendererMixerTest, ManyInputPlay) { in TEST_P() function
323 TEST_P(AudioRendererMixerTest, OneInputPlayVolumeAdjusted) { in TEST_P() function
328 TEST_P(AudioRendererMixerTest, ManyInputPlayVolumeAdjusted) { in TEST_P() function
333 TEST_P(AudioRendererMixerTest, OneInputPlayPartialRender) { in TEST_P() function
338 TEST_P(AudioRendererMixerTest, ManyInputPlayPartialRender) { in TEST_P() function
343 TEST_P(AudioRendererMixerTest, OneInputPause) { in TEST_P() function
[all …]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc88 TEST_P(DefaultBweTest, UnlimitedSpeed) { in TEST_P() function
93 TEST_P(DefaultBweTest, DISABLED_SteadyLoss) { in TEST_P() function
99 TEST_P(DefaultBweTest, IncreasingLoss1) { in TEST_P() function
107 TEST_P(DefaultBweTest, SteadyDelay) { in TEST_P() function
113 TEST_P(DefaultBweTest, DISABLED_IncreasingDelay1) { in TEST_P() function
123 TEST_P(DefaultBweTest, IncreasingDelay2) { in TEST_P() function
135 TEST_P(DefaultBweTest, JumpyDelay1) { in TEST_P() function
148 TEST_P(DefaultBweTest, SteadyJitter) { in TEST_P() function
155 TEST_P(DefaultBweTest, IncreasingJitter1) { in TEST_P() function
164 TEST_P(DefaultBweTest, IncreasingJitter2) { in TEST_P() function
[all …]
/external/chromium_org/extensions/browser/value_store/
Dvalue_store_unittest.cc181 TEST_P(ValueStoreTest, GetWhenEmpty) { in TEST_P() function
188 TEST_P(ValueStoreTest, GetWithSingleValue) { in TEST_P() function
204 TEST_P(ValueStoreTest, GetWithMultipleValues) { in TEST_P() function
219 TEST_P(ValueStoreTest, RemoveWhenEmpty) { in TEST_P() function
228 TEST_P(ValueStoreTest, RemoveWithSingleValue) { in TEST_P() function
243 TEST_P(ValueStoreTest, RemoveWithMultipleValues) { in TEST_P() function
277 TEST_P(ValueStoreTest, SetWhenOverwriting) { in TEST_P() function
297 TEST_P(ValueStoreTest, ClearWhenEmpty) { in TEST_P() function
306 TEST_P(ValueStoreTest, ClearWhenNotEmpty) { in TEST_P() function
323 TEST_P(ValueStoreTest, DotsInKeyNames) { in TEST_P() function
[all …]
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer_unittest.cc261 TEST_P(DockedWindowResizerTest, AttachRightPrecise) { in TEST_P() function
276 TEST_P(DockedWindowResizerTest, AttachRightOvershoot) { in TEST_P() function
291 TEST_P(DockedWindowResizerTest, AttachRightUndershoot) { in TEST_P() function
316 TEST_P(DockedWindowResizerTest, AttachLeftPrecise) { in TEST_P() function
331 TEST_P(DockedWindowResizerTest, AttachLeftOvershoot) { in TEST_P() function
346 TEST_P(DockedWindowResizerTest, AttachLeftUndershoot) { in TEST_P() function
362 TEST_P(DockedWindowResizerTest, AttachRightChangeShelf) { in TEST_P() function
401 TEST_P(DockedWindowResizerTest, AttachTryDetach) { in TEST_P() function
447 TEST_P(DockedWindowResizerTest, AttachTryDetachDragRightEdgeOfHeader) { in TEST_P() function
490 TEST_P(DockedWindowResizerTest, AttachMinimizeRestore) { in TEST_P() function
[all …]

12345678910>>...12