Searched refs:TEST_F (Results 176 - 200 of 3404) sorted by relevance

1234567891011>>

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items_unittest.cc400 TEST_F(WalletItemsTest, CreateMaskedInstrumentMissingStatus) { function in namespace:autofill::wallet
406 TEST_F(WalletItemsTest, CreateMaskedInstrumentMissingType) { function in namespace:autofill::wallet
412 TEST_F(WalletItemsTest, CreateMaskedInstrumentMissingLastFourDigits) { function in namespace:autofill::wallet
418 TEST_F(WalletItemsTest, CreateMaskedInstrumentMissingAddress) { function in namespace:autofill::wallet
424 TEST_F(WalletItemsTest, CreateMaskedInstrumentMalformedAddress) { function in namespace:autofill::wallet
430 TEST_F(WalletItemsTest, CreateMaskedInstrumentMissingObjectId) { function in namespace:autofill::wallet
436 TEST_F(WalletItemsTest, CreateMaskedInstrument) { function in namespace:autofill::wallet
463 TEST_F(WalletItemsTest, CreateLegalDocumentMissingDocId) { function in namespace:autofill::wallet
468 TEST_F(WalletItemsTest, CreateLegalDocumentMissingDisplayName) { function in namespace:autofill::wallet
473 TEST_F(WalletItemsTes function in namespace:autofill::wallet
480 TEST_F(WalletItemsTest, LegalDocumentUrl) { function in namespace:autofill::wallet
486 TEST_F(WalletItemsTest, LegalDocumentEmptyId) { function in namespace:autofill::wallet
492 TEST_F(WalletItemsTest, CreateWalletItemsWithRequiredActions) { function in namespace:autofill::wallet
522 TEST_F(WalletItemsTest, CreateWalletItemsWithInvalidRequiredActions) { function in namespace:autofill::wallet
527 TEST_F(WalletItemsTest, CreateWalletItemsMissingGoogleTransactionId) { function in namespace:autofill::wallet
532 TEST_F(WalletItemsTest, CreateWalletItemsMissingAmexDisallowed) { function in namespace:autofill::wallet
542 TEST_F(WalletItemsTest, CreateWalletItems) { function in namespace:autofill::wallet
[all...]
/external/chromium_org/media/base/
H A Daudio_buffer_converter_unittest.cc95 TEST_F(AudioBufferConverterTest, PassThrough) { function in namespace:media
102 TEST_F(AudioBufferConverterTest, Downsample) { function in namespace:media
109 TEST_F(AudioBufferConverterTest, Upsample) { function in namespace:media
117 TEST_F(AudioBufferConverterTest, Resample_TinyBuffer) { function in namespace:media
123 TEST_F(AudioBufferConverterTest, Resample_DifferingBufferSizes) { function in namespace:media
138 TEST_F(AudioBufferConverterTest, ChannelDownmix) { function in namespace:media
145 TEST_F(AudioBufferConverterTest, ChannelUpmix) { function in namespace:media
152 TEST_F(AudioBufferConverterTest, ResampleAndRemix) { function in namespace:media
159 TEST_F(AudioBufferConverterTest, ConfigChange_SampleRate) { function in namespace:media
165 TEST_F(AudioBufferConverterTes function in namespace:media
171 TEST_F(AudioBufferConverterTest, ConfigChange_SampleRateAndChannelLayout) { function in namespace:media
177 TEST_F(AudioBufferConverterTest, ConfigChange_Multiple) { function in namespace:media
185 TEST_F(AudioBufferConverterTest, Reset) { function in namespace:media
191 TEST_F(AudioBufferConverterTest, ResampleThenReset) { function in namespace:media
199 TEST_F(AudioBufferConverterTest, ResetThenConvert) { function in namespace:media
209 TEST_F(AudioBufferConverterTest, DiscreteChannelLayout) { function in namespace:media
222 TEST_F(AudioBufferConverterTest, LargeBuffersResampling) { function in namespace:media
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder3_test.cc46 TEST_F(VCDiffInterleavedDecoderTest, DecodeHeaderOnly) { function in namespace:open_vcdiff
55 TEST_F(VCDiffInterleavedDecoderTest, PartialHeaderNotEnough) { function in namespace:open_vcdiff
64 TEST_F(VCDiffInterleavedDecoderTest, BadMagicNumber) { function in namespace:open_vcdiff
73 TEST_F(VCDiffInterleavedDecoderTest, BadVersionNumber) { function in namespace:open_vcdiff
82 TEST_F(VCDiffInterleavedDecoderTest, SecondaryCompressionNotSupported) { function in namespace:open_vcdiff
91 TEST_F(VCDiffInterleavedDecoderTest, Decode) { function in namespace:open_vcdiff
100 TEST_F(VCDiffInterleavedDecoderTest, DecodeWithChecksum) { function in namespace:open_vcdiff
111 TEST_F(VCDiffInterleavedDecoderTest, ChecksumDoesNotMatch) { function in namespace:open_vcdiff
121 TEST_F(VCDiffInterleavedDecoderTest, ChecksumIsInvalid64BitVarint) { function in namespace:open_vcdiff
142 TEST_F(VCDiffInterleavedDecoderTes function in namespace:open_vcdiff
152 TEST_F(VCDiffInterleavedDecoderTest, FinishAfterDecodingPartialWindowHeader) { function in namespace:open_vcdiff
163 TEST_F(VCDiffInterleavedDecoderTest, TargetMatchesWindowSizeLimit) { function in namespace:open_vcdiff
173 TEST_F(VCDiffInterleavedDecoderTest, TargetMatchesFileSizeLimit) { function in namespace:open_vcdiff
183 TEST_F(VCDiffInterleavedDecoderTest, TargetExceedsWindowSizeLimit) { function in namespace:open_vcdiff
192 TEST_F(VCDiffInterleavedDecoderTest, TargetExceedsFileSizeLimit) { function in namespace:open_vcdiff
205 TEST_F(VCDiffInterleavedDecoderTest, FuzzBits) { function in namespace:open_vcdiff
221 TEST_F(VCDiffInterleavedDecoderTest, FuzzBitsWithChecksum) { function in namespace:open_vcdiff
241 TEST_F(VCDiffInterleavedDecoderTest, CopyMoreThanExpectedTarget) { function in namespace:open_vcdiff
253 TEST_F(VCDiffInterleavedDecoderTest, CopySizeZero) { function in namespace:open_vcdiff
262 TEST_F(VCDiffInterleavedDecoderTest, CopySizeTooLargeByOne) { function in namespace:open_vcdiff
271 TEST_F(VCDiffInterleavedDecoderTest, CopySizeTooSmallByOne) { function in namespace:open_vcdiff
280 TEST_F(VCDiffInterleavedDecoderTest, CopySizeMaxInt) { function in namespace:open_vcdiff
289 TEST_F(VCDiffInterleavedDecoderTest, CopySizeNegative) { function in namespace:open_vcdiff
298 TEST_F(VCDiffInterleavedDecoderTest, CopySizeInvalid) { function in namespace:open_vcdiff
307 TEST_F(VCDiffInterleavedDecoderTest, CopyAddressBeyondHereAddress) { function in namespace:open_vcdiff
319 TEST_F(VCDiffInterleavedDecoderTest, CopyAddressMaxInt) { function in namespace:open_vcdiff
328 TEST_F(VCDiffInterleavedDecoderTest, CopyAddressNegative) { function in namespace:open_vcdiff
337 TEST_F(VCDiffInterleavedDecoderTest, CopyAddressInvalid) { function in namespace:open_vcdiff
346 TEST_F(VCDiffInterleavedDecoderTest, AddMoreThanExpectedTarget) { function in namespace:open_vcdiff
358 TEST_F(VCDiffInterleavedDecoderTest, AddSizeZero) { function in namespace:open_vcdiff
367 TEST_F(VCDiffInterleavedDecoderTest, AddSizeTooLargeByOne) { function in namespace:open_vcdiff
376 TEST_F(VCDiffInterleavedDecoderTest, AddSizeTooSmallByOne) { function in namespace:open_vcdiff
385 TEST_F(VCDiffInterleavedDecoderTest, AddSizeMaxInt) { function in namespace:open_vcdiff
394 TEST_F(VCDiffInterleavedDecoderTest, AddSizeNegative) { function in namespace:open_vcdiff
403 TEST_F(VCDiffInterleavedDecoderTest, AddSizeInvalid) { function in namespace:open_vcdiff
412 TEST_F(VCDiffInterleavedDecoderTest, RunMoreThanExpectedTarget) { function in namespace:open_vcdiff
424 TEST_F(VCDiffInterleavedDecoderTest, RunSizeZero) { function in namespace:open_vcdiff
433 TEST_F(VCDiffInterleavedDecoderTest, RunSizeTooLargeByOne) { function in namespace:open_vcdiff
442 TEST_F(VCDiffInterleavedDecoderTest, RunSizeTooSmallByOne) { function in namespace:open_vcdiff
451 TEST_F(VCDiffInterleavedDecoderTest, RunSizeMaxInt) { function in namespace:open_vcdiff
460 TEST_F(VCDiffInterleavedDecoderTest, RunSizeNegative) { function in namespace:open_vcdiff
469 TEST_F(VCDiffInterleavedDecoderTest, RunSizeInvalid) { function in namespace:open_vcdiff
480 TEST_F(VCDiffInterleavedDecoderTest, ShouldNotReadPastEndOfBuffer) { function in namespace:open_vcdiff
513 TEST_F(VCDiffInterleavedDecoderTest, ShouldNotReadPastBeginningOfBuffer) { function in namespace:open_vcdiff
556 TEST_F(VCDiffInterleavedDecoderTestByteByByte, DecodeHeaderOnly) { function in namespace:open_vcdiff
565 TEST_F(VCDiffInterleavedDecoderTestByteByByte, PartialHeaderNotEnough) { function in namespace:open_vcdiff
575 TEST_F(VCDiffInterleavedDecoderTestByteByByte, BadMagicNumber) { function in namespace:open_vcdiff
591 TEST_F(VCDiffInterleavedDecoderTestByteByByte, BadVersionNumber) { function in namespace:open_vcdiff
607 TEST_F(VCDiffInterleavedDecoderTestByteByByte, function in namespace:open_vcdiff
624 TEST_F(VCDiffInterleavedDecoderTestByteByByte, Decode) { function in namespace:open_vcdiff
633 TEST_F(VCDiffInterleavedDecoderTestByteByByte, DecodeWithChecksum) { function in namespace:open_vcdiff
644 TEST_F(VCDiffInterleavedDecoderTestByteByByte, ChecksumDoesNotMatch) { function in namespace:open_vcdiff
662 TEST_F(VCDiffInterleavedDecoderTestByteByByte, ChecksumIsInvalid64BitVarint) { function in namespace:open_vcdiff
689 TEST_F(VCDiffInterleavedDecoderTestByteByByte, TargetMatchesWindowSizeLimit) { function in namespace:open_vcdiff
699 TEST_F(VCDiffInterleavedDecoderTestByteByByte, TargetMatchesFileSizeLimit) { function in namespace:open_vcdiff
709 TEST_F(VCDiffInterleavedDecoderTestByteByByte, TargetExceedsWindowSizeLimit) { function in namespace:open_vcdiff
723 TEST_F(VCDiffInterleavedDecoderTestByteByByte, TargetExceedsFileSizeLimit) { function in namespace:open_vcdiff
741 TEST_F(VCDiffInterleavedDecoderTestByteByByte, FuzzBits) { function in namespace:open_vcdiff
762 TEST_F(VCDiffInterleavedDecoderTestByteByByte, FuzzBitsWithChecksum) { function in namespace:open_vcdiff
787 TEST_F(VCDiffInterleavedDecoderTestByteByByte, function in namespace:open_vcdiff
807 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopyMoreThanExpectedTarget) { function in namespace:open_vcdiff
832 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopySizeZero) { function in namespace:open_vcdiff
847 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopySizeTooLargeByOne) { function in namespace:open_vcdiff
862 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopySizeTooSmallByOne) { function in namespace:open_vcdiff
877 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopySizeMaxInt) { function in namespace:open_vcdiff
894 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopySizeNegative) { function in namespace:open_vcdiff
911 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopySizeInvalid) { function in namespace:open_vcdiff
928 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopyAddressBeyondHereAddress) { function in namespace:open_vcdiff
948 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopyAddressMaxInt) { function in namespace:open_vcdiff
965 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopyAddressNegative) { function in namespace:open_vcdiff
982 TEST_F(VCDiffInterleavedDecoderTestByteByByte, CopyAddressInvalid) { function in namespace:open_vcdiff
999 TEST_F(VCDiffInterleavedDecoderTestByteByByte, AddMoreThanExpectedTarget) { function in namespace:open_vcdiff
1024 TEST_F(VCDiffInterleavedDecoderTestByteByByte, AddSizeZero) { function in namespace:open_vcdiff
1039 TEST_F(VCDiffInterleavedDecoderTestByteByByte, AddSizeTooLargeByOne) { function in namespace:open_vcdiff
1054 TEST_F(VCDiffInterleavedDecoderTestByteByByte, AddSizeTooSmallByOne) { function in namespace:open_vcdiff
1069 TEST_F(VCDiffInterleavedDecoderTestByteByByte, AddSizeMaxInt) { function in namespace:open_vcdiff
1086 TEST_F(VCDiffInterleavedDecoderTestByteByByte, AddSizeNegative) { function in namespace:open_vcdiff
1103 TEST_F(VCDiffInterleavedDecoderTestByteByByte, AddSizeInvalid) { function in namespace:open_vcdiff
1120 TEST_F(VCDiffInterleavedDecoderTestByteByByte, RunMoreThanExpectedTarget) { function in namespace:open_vcdiff
1145 TEST_F(VCDiffInterleavedDecoderTestByteByByte, RunSizeZero) { function in namespace:open_vcdiff
1160 TEST_F(VCDiffInterleavedDecoderTestByteByByte, RunSizeTooLargeByOne) { function in namespace:open_vcdiff
1175 TEST_F(VCDiffInterleavedDecoderTestByteByByte, RunSizeTooSmallByOne) { function in namespace:open_vcdiff
1190 TEST_F(VCDiffInterleavedDecoderTestByteByByte, RunSizeMaxInt) { function in namespace:open_vcdiff
1207 TEST_F(VCDiffInterleavedDecoderTestByteByByte, RunSizeNegative) { function in namespace:open_vcdiff
1224 TEST_F(VCDiffInterleavedDecoderTestByteByByte, RunSizeInvalid) { function in namespace:open_vcdiff
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc348 TEST_F(WebRtcVideoEngine2Test, CreateChannel) { function in namespace:cricket
355 TEST_F(WebRtcVideoEngine2Test, CreateChannelWithVoiceEngine) { function in namespace:cricket
371 TEST_F(WebRtcVideoEngine2Test, FindCodec) { function in namespace:cricket
415 TEST_F(WebRtcVideoEngine2Test, DefaultRtxCodecHasAssociatedPayloadTypeSet) { function in namespace:cricket
429 TEST_F(WebRtcVideoEngine2Test, SupportsTimestampOffsetHeaderExtension) { function in namespace:cricket
441 TEST_F(WebRtcVideoEngine2Test, SupportsAbsoluteSenderTimeHeaderExtension) { function in namespace:cricket
454 TEST_F(WebRtcVideoEngine2Test, SetSendFailsBeforeSettingCodecs) { function in namespace:cricket
465 TEST_F(WebRtcVideoEngine2Test, GetStatsWithoutSendCodecsSetDoesNotCrash) { function in namespace:cricket
479 TEST_F(WebRtcVideoEngine2BaseTest, test) { Base::test##Body(); }
491 TEST_F(WebRtcVideoChannel2BaseTes
561 TEST_F(WebRtcVideoChannel2BaseTest, SendAndReceiveVp8Vga) { function in namespace:cricket
565 TEST_F(WebRtcVideoChannel2BaseTest, SendAndReceiveVp8Qvga) { function in namespace:cricket
569 TEST_F(WebRtcVideoChannel2BaseTest, SendAndReceiveVp8SvcQqvga) { function in namespace:cricket
573 TEST_F(WebRtcVideoChannel2BaseTest, TwoStreamsSendAndReceive) { function in namespace:cricket
577 TEST_F(WebRtcVideoChannel2BaseTest, TwoStreamsReUseFirstStream) { function in namespace:cricket
584 TEST_F(WebRtcVideoChannel2BaseTest, DISABLED_SendVp8HdAndReceiveAdaptedVp8Vga) { function in namespace:cricket
758 TEST_F(WebRtcVideoChannel2Test, DISABLED_MaxBitrateResetsWithConferenceMode) { function in namespace:cricket
762 TEST_F(WebRtcVideoChannel2Test, DISABLED_StartSendBitrate) { function in namespace:cricket
812 TEST_F(WebRtcVideoChannel2Test, RecvStreamWithSimAndRtx) { function in namespace:cricket
841 TEST_F(WebRtcVideoChannel2Test, RecvStreamWithRtx) { function in namespace:cricket
852 TEST_F(WebRtcVideoChannel2Test, RecvStreamNoRtx) { function in namespace:cricket
860 TEST_F(WebRtcVideoChannel2Test, NoHeaderExtesionsByDefault) { function in namespace:cricket
871 TEST_F(WebRtcVideoChannel2Test, SendRtpTimestampOffsetHeaderExtensions) { function in namespace:cricket
875 TEST_F(WebRtcVideoChannel2Test, RecvRtpTimestampOffsetHeaderExtensions) { function in namespace:cricket
881 TEST_F(WebRtcVideoChannel2Test, SendAbsoluteSendTimeHeaderExtensions) { function in namespace:cricket
885 TEST_F(WebRtcVideoChannel2Test, RecvAbsoluteSendTimeHeaderExtensions) { function in namespace:cricket
890 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
911 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
932 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
945 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
958 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
976 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
994 TEST_F(WebRtcVideoChannel2Test, DISABLED_LeakyBucketTest) { function in namespace:cricket
998 TEST_F(WebRtcVideoChannel2Test, DISABLED_BufferedModeLatency) { function in namespace:cricket
1002 TEST_F(WebRtcVideoChannel2Test, DISABLED_AdditiveVideoOptions) { function in namespace:cricket
1006 TEST_F(WebRtcVideoChannel2Test, AddRecvStreamOnlyUsesOneReceiveStream) { function in namespace:cricket
1011 TEST_F(WebRtcVideoChannel2Test, RembIsEnabledByDefault) { function in namespace:cricket
1016 TEST_F(WebRtcVideoChannel2Test, RembCanBeEnabledAndDisabled) { function in namespace:cricket
1035 TEST_F(WebRtcVideoChannel2Test, NackIsEnabledByDefault) { function in namespace:cricket
1056 TEST_F(WebRtcVideoChannel2Test, NackCanBeDisabled) { function in namespace:cricket
1073 TEST_F(WebRtcVideoChannel2Test, DISABLED_VideoProtectionInterop) { function in namespace:cricket
1077 TEST_F(WebRtcVideoChannel2Test, DISABLED_VideoProtectionInteropReversed) { function in namespace:cricket
1081 TEST_F(WebRtcVideoChannel2Test, DISABLED_HybridNackFecConference) { function in namespace:cricket
1085 TEST_F(WebRtcVideoChannel2Test, DISABLED_AddRemoveRecvStreamConference) { function in namespace:cricket
1089 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetRender) { function in namespace:cricket
1093 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetBandwidthAuto) { function in namespace:cricket
1097 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetBandwidthAutoCapped) { function in namespace:cricket
1101 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetBandwidthFixed) { function in namespace:cricket
1105 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetBandwidthInConference) { function in namespace:cricket
1109 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetBandwidthScreencast) { function in namespace:cricket
1113 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetSendSsrcAndCname) { function in namespace:cricket
1117 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1122 TEST_F(WebRtcVideoChannel2Test, SuspendBelowMinBitrateDisabledByDefault) { function in namespace:cricket
1127 TEST_F(WebRtcVideoChannel2Test, SetOptionsWithSuspendBelowMinBitrate) { function in namespace:cricket
1142 TEST_F(WebRtcVideoChannel2Test, RedundantPayloadsDisabledByDefault) { function in namespace:cricket
1150 TEST_F(WebRtcVideoChannel2Test, SetOptionsWithPayloadPadding) { function in namespace:cricket
1168 TEST_F(WebRtcVideoChannel2Test, Vp8DenoisingEnabledByDefault) { function in namespace:cricket
1175 TEST_F(WebRtcVideoChannel2Test, SetOptionsWithDenoising) { function in namespace:cricket
1193 TEST_F(WebRtcVideoChannel2Test, DISABLED_MultipleSendStreamsWithOneCapturer) { function in namespace:cricket
1197 TEST_F(WebRtcVideoChannel2Test, DISABLED_SendReceiveBitratesStats) { function in namespace:cricket
1201 TEST_F(WebRtcVideoChannel2Test, DISABLED_TestSetAdaptInputToCpuUsage) { function in namespace:cricket
1205 TEST_F(WebRtcVideoChannel2Test, DISABLED_TestSetCpuThreshold) { function in namespace:cricket
1209 TEST_F(WebRtcVideoChannel2Test, DISABLED_TestSetInvalidCpuThreshold) { function in namespace:cricket
1213 TEST_F(WebRtcVideoChannel2Test, DISABLED_WebRtcShouldLog) { function in namespace:cricket
1217 TEST_F(WebRtcVideoChannel2Test, DISABLED_WebRtcShouldNotLog) { function in namespace:cricket
1221 TEST_F(WebRtcVideoChannel2Test, SetDefaultSendCodecs) { function in namespace:cricket
1247 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsWithoutFec) { function in namespace:cricket
1259 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1268 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1285 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsWithoutFecDisablesFec) { function in namespace:cricket
1305 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsChangesExistingStreams) { function in namespace:cricket
1324 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsWithMinMaxBitrate) { function in namespace:cricket
1328 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsRejectsMaxLessThanMinBitrate) { function in namespace:cricket
1335 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsAcceptLargeMinMaxBitrate) { function in namespace:cricket
1339 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsWithMaxQuantization) { function in namespace:cricket
1353 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsRejectBadDimensions) { function in namespace:cricket
1367 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsRejectBadPayloadTypes) { function in namespace:cricket
1382 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsAcceptAllValidPayloadTypes) { function in namespace:cricket
1392 TEST_F(WebRtcVideoChannel2Test, DISABLED_ResetVieSendCodecOnNewFrameSize) { function in namespace:cricket
1396 TEST_F(WebRtcVideoChannel2Test, SetRecvCodecsWithOnlyVp8) { function in namespace:cricket
1403 TEST_F(WebRtcVideoChannel2Test, SetRecvCodecsWithRtx) { function in namespace:cricket
1427 TEST_F(WebRtcVideoChannel2Test, SetRecvCodecsDifferentPayloadType) { function in namespace:cricket
1434 TEST_F(WebRtcVideoChannel2Test, SetRecvCodecsAcceptDefaultCodecs) { function in namespace:cricket
1443 TEST_F(WebRtcVideoChannel2Test, SetRecvCodecsRejectUnsupportedCodec) { function in namespace:cricket
1451 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1459 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1468 TEST_F(WebRtcVideoChannel2Test, SetRecvCodecsWithoutFecDisablesFec) { function in namespace:cricket
1488 TEST_F(WebRtcVideoChannel2Test, SetSendCodecsRejectDuplicateFecPayloads) { function in namespace:cricket
1496 TEST_F(WebRtcVideoChannel2Test, SetRecvCodecsRejectDuplicateCodecPayloads) { function in namespace:cricket
1504 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1513 TEST_F(WebRtcVideoChannel2Test, SendStreamNotSendingByDefault) { function in namespace:cricket
1517 TEST_F(WebRtcVideoChannel2Test, ReceiveStreamReceivingByDefault) { function in namespace:cricket
1521 TEST_F(WebRtcVideoChannel2Test, SetSend) { function in namespace:cricket
1544 TEST_F(WebRtcVideoChannel2Test, DISABLED_TestSetDscpOptions) { function in namespace:cricket
1548 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetOptionsWithMaxBitrate) { function in namespace:cricket
1552 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetOptionsWithLoweredBitrate) { function in namespace:cricket
1556 TEST_F(WebRtcVideoChannel2Test, DISABLED_SetOptionsSucceedsWhenSending) { function in namespace:cricket
1560 TEST_F(WebRtcVideoChannel2Test, DISABLED_ResetCodecOnScreencast) { function in namespace:cricket
1564 TEST_F(WebRtcVideoChannel2Test, DISABLED_DontResetCodecOnSendFrame) { function in namespace:cricket
1568 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1573 TEST_F(WebRtcVideoChannel2Test, DISABLED_RegisterDecoderIfFactoryIsGiven) { function in namespace:cricket
1577 TEST_F(WebRtcVideoChannel2Test, DISABLED_DontRegisterDecoderMultipleTimes) { function in namespace:cricket
1581 TEST_F(WebRtcVideoChannel2Test, DISABLED_DontRegisterDecoderForNonVP8) { function in namespace:cricket
1585 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1590 TEST_F(WebRtcVideoChannel2Test, DISABLED_RegisterEncoderIfFactoryIsGiven) { function in namespace:cricket
1594 TEST_F(WebRtcVideoChannel2Test, DISABLED_DontRegisterEncoderMultipleTimes) { function in namespace:cricket
1598 TEST_F(WebRtcVideoChannel2Test, function in namespace:cricket
1603 TEST_F(WebRtcVideoChannel2Test, DISABLED_DontRegisterEncoderForNonVP8) { function in namespace:cricket
1607 TEST_F(WebRtcVideoChannel2Test, DISABLED_FeedbackParamsForNonVP8) { function in namespace:cricket
1611 TEST_F(WebRtcVideoChannel2Test, DISABLED_ExternalCodecAddedToTheEnd) { function in namespace:cricket
1615 TEST_F(WebRtcVideoChannel2Test, DISABLED_ExternalCodecIgnored) { function in namespace:cricket
1619 TEST_F(WebRtcVideoChannel2Test, DISABLED_UpdateEncoderCodecsAfterSetFactory) { function in namespace:cricket
1623 TEST_F(WebRtcVideoChannel2Test, OnReadyToSendSignalsNetworkState) { function in namespace:cricket
1636 TEST_F(WebRtcVideoChannel2Test, DISABLED_CaptureFrameTimestampToNtpTimestamp) { function in namespace:cricket
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_static_cookie_policy_unittest.cc39 TEST_F(AwStaticCookiePolicyTest, BlockAllCookies) { function
46 TEST_F(AwStaticCookiePolicyTest, BlockAllCookiesWithThirdPartySet) { function
53 TEST_F(AwStaticCookiePolicyTest, FirstPartyCookiesOnly) { function
60 TEST_F(AwStaticCookiePolicyTest, AllowAllCookies) { function
/external/chromium_org/ash/
H A Dvirtual_keyboard_controller_unittest.cc19 TEST_F(VirtualKeyboardControllerTest, EnabledDuringMaximizeMode) { function in namespace:ash::test
/external/chromium_org/base/
H A Dat_exit_unittest.cc49 TEST_F(AtExitTest, Basic) { function
62 TEST_F(AtExitTest, LIFOOrder) { function
75 TEST_F(AtExitTest, Param) { function
82 TEST_F(AtExitTest, Task) { function
/external/chromium_org/base/test/
H A Dhistogram_tester_unittest.cc21 TEST_F(HistogramTesterTest, Scope) { function in namespace:base
41 TEST_F(HistogramTesterTest, TestUniqueSample) { function in namespace:base
52 TEST_F(HistogramTesterTest, TestBucketsSample) { function in namespace:base
68 TEST_F(HistogramTesterTest, TestBucketsSampleWithScope) { function in namespace:base
/external/chromium_org/chrome/app/
H A Ddelay_load_hook_unittest_win.cc48 TEST_F(ChromeDelayLoadHookTest, HooksAreSetAtLinkTime) { function
56 TEST_F(ChromeDelayLoadHookTest, NonSuffixedDllsAreNotHandled) { function
68 TEST_F(ChromeDelayLoadHookTest, SuffixedDllsAreRedirected) { function
81 TEST_F(ChromeDelayLoadHookTest, IgnoresUnhandledNotifications) { function
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_store_chromeos_unittest.cc129 TEST_F(DeviceCloudPolicyStoreChromeOSTest, LoadNoKey) { function in namespace:policy
136 TEST_F(DeviceCloudPolicyStoreChromeOSTest, LoadNoPolicy) { function in namespace:policy
143 TEST_F(DeviceCloudPolicyStoreChromeOSTest, LoadNotEnterprise) { function in namespace:policy
150 TEST_F(DeviceCloudPolicyStoreChromeOSTest, LoadSuccess) { function in namespace:policy
156 TEST_F(DeviceCloudPolicyStoreChromeOSTest, StoreSuccess) { function in namespace:policy
163 TEST_F(DeviceCloudPolicyStoreChromeOSTest, StoreNoSignature) { function in namespace:policy
173 TEST_F(DeviceCloudPolicyStoreChromeOSTest, StoreBadSignature) { function in namespace:policy
183 TEST_F(DeviceCloudPolicyStoreChromeOSTest, StoreKeyRotation) { function in namespace:policy
196 TEST_F(DeviceCloudPolicyStoreChromeOSTest, function in namespace:policy
210 TEST_F(DeviceCloudPolicyStoreChromeOSTes function in namespace:policy
223 TEST_F(DeviceCloudPolicyStoreChromeOSTest, InstallInitialPolicySuccess) { function in namespace:policy
230 TEST_F(DeviceCloudPolicyStoreChromeOSTest, InstallInitialPolicyNoSignature) { function in namespace:policy
240 TEST_F(DeviceCloudPolicyStoreChromeOSTest, function in namespace:policy
252 TEST_F(DeviceCloudPolicyStoreChromeOSTest, function in namespace:policy
263 TEST_F(DeviceCloudPolicyStoreChromeOSTest, InstallInitialPolicyNoKey) { function in namespace:policy
273 TEST_F(DeviceCloudPolicyStoreChromeOSTest, InstallInitialPolicyNotEnterprise) { function in namespace:policy
[all...]
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_settings_unittest.cc27 TEST_F(GoogleUpdateTest, StatsConsent) { function
40 TEST_F(GoogleUpdateTest, LastRunTime) { function
52 TEST_F(GoogleUpdateTest, IsOrganicFirstRunBrandCodes) { function
69 TEST_F(GoogleUpdateTest, ConsentFileIsWorldReadable) { function
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dchromevox_e2e_test_base.js59 * Similar to |TEST_F|. Generates a test for the given |testFixture|,
72 TEST_F(testFixture, testName, wrappedTestFunction);
/external/chromium_org/chrome/browser/search/
H A Dsearch_unittest.cc113 TEST_F(SearchTest, ShouldAssignURLToInstantRendererExtendedEnabled) { function in namespace:chrome
138 TEST_F(SearchTest, ShouldAssignURLToInstantRendererExtendedEnabledNotOnSRP) { function in namespace:chrome
164 TEST_F(SearchTest, ShouldUseProcessPerSiteForInstantURL) { function in namespace:chrome
228 TEST_F(SearchTest, ProcessIsolation) { function in namespace:chrome
267 TEST_F(SearchTest, ProcessIsolation_RendererInitiated) { function in namespace:chrome
334 TEST_F(SearchTest, InstantNTPExtendedEnabled) { function in namespace:chrome
347 TEST_F(SearchTest, InstantNTPCustomNavigationEntry) { function in namespace:chrome
372 TEST_F(SearchTest, InstantCacheableNTPNavigationEntry) { function in namespace:chrome
391 TEST_F(SearchTest, InstantCacheableNTPNavigationEntryNewProfile) { function in namespace:chrome
406 TEST_F(SearchTes function in namespace:chrome
414 TEST_F(SearchTest, UseLocalNTPIfNTPURLIsInsecure) { function in namespace:chrome
424 TEST_F(SearchTest, UseLocalNTPIfNTPURLIsNotSet) { function in namespace:chrome
434 TEST_F(SearchTest, UseLocalNTPIfNTPURLIsBlockedForSupervisedUser) { function in namespace:chrome
452 TEST_F(SearchTest, GetInstantURL) { function in namespace:chrome
481 TEST_F(SearchTest, UseSearchPathForInstant) { function in namespace:chrome
490 TEST_F(SearchTest, InstantSearchEnabledCGI) { function in namespace:chrome
502 TEST_F(SearchTest, CommandLineOverrides) { function in namespace:chrome
548 TEST_F(SearchTest, ShouldPrefetchSearchResults_InstantExtendedAPIEnabled) { function in namespace:chrome
560 TEST_F(SearchTest, ShouldPrefetchSearchResults_Default) { function in namespace:chrome
568 TEST_F(SearchTest, ShouldReuseInstantSearchBasePage_Default) { function in namespace:chrome
576 TEST_F(SearchTest, ShouldAllowPrefetchNonDefaultMatch_DisabledViaFieldTrial) { function in namespace:chrome
583 TEST_F(SearchTest, ShouldAllowPrefetchNonDefaultMatch_EnabledViaFieldTrial) { function in namespace:chrome
590 TEST_F(SearchTest, ShouldUseAltInstantURL_DisabledViaFieldTrial) { function in namespace:chrome
596 TEST_F(SearchTest, ShouldUseAltInstantURL_EnabledViaFieldTrial) { function in namespace:chrome
602 TEST_F(SearchTest, ShouldUseSearchPathForInstant_DisabledViaFieldTrial) { function in namespace:chrome
609 TEST_F(SearchTest, ShouldUseSearchPathForInstant_EnabledViaFieldTrial) { function in namespace:chrome
616 TEST_F(SearchTest, function in namespace:chrome
625 TEST_F(SearchTest, function in namespace:chrome
636 TEST_F(SearchTest, ShouldShowGoogleLocalNTP_Default) { function in namespace:chrome
640 TEST_F(SearchTest, ShouldShowGoogleLocalNTP_EnabledViaFinch) { function in namespace:chrome
646 TEST_F(SearchTest, ShouldShowGoogleLocalNTP_DisabledViaFinch) { function in namespace:chrome
653 TEST_F(SearchTest, IsNTPURL) { function in namespace:chrome
679 TEST_F(SearchTest, GetSearchURLs) { function in namespace:chrome
686 TEST_F(SearchTest, GetSearchResultPrefetchBaseURL) { function in namespace:chrome
697 TEST_F(SearchTest, ForceInstantResultsParam) { function in namespace:chrome
711 TEST_F(SearchTest, ExtractSearchTermsFromURL) { function in namespace:chrome
736 TEST_F(SearchTest, IsQueryExtractionAllowedForURL) { function in namespace:chrome
774 TEST_F(SearchURLTest, QueryExtractionEnabled) { function in namespace:chrome
787 TEST_F(SearchURLTest, QueryExtractionDisabled) { function in namespace:chrome
801 TEST_F(InstantExtendedEnabledParamTest, QueryExtractionDisabled) { function in namespace:chrome
817 TEST_F(InstantExtendedEnabledParamTest, QueryExtractionEnabled) { function in namespace:chrome
827 TEST_F(InstantExtendedEnabledParamTest, UseDefaultEmbeddedSearchPageVersion) { function in namespace:chrome
842 TEST_F(IsQueryExtractionEnabledTest, NotSet) { function in namespace:chrome
850 TEST_F(IsQueryExtractionEnabledTest, EnabledViaFieldTrial) { function in namespace:chrome
858 TEST_F(IsQueryExtractionEnabledTest, DisabledViaFieldTrial) { function in namespace:chrome
866 TEST_F(IsQueryExtractionEnabledTest, EnabledViaCommandLine) { function in namespace:chrome
877 TEST_F(DisplaySearchButtonTest, NotSet) { function in namespace:chrome
883 TEST_F(DisplaySearchButtonTest, Never) { function in namespace:chrome
889 TEST_F(DisplaySearchButtonTest, CommandLineNever) { function in namespace:chrome
900 TEST_F(DisplaySearchButtonTest, ForSearchTermReplacement) { function in namespace:chrome
906 TEST_F(DisplaySearchButtonTest, CommandLineForSearchTermReplacement) { function in namespace:chrome
912 TEST_F(DisplaySearchButtonTest, ForSearchTermReplacementOrInputInProgress) { function in namespace:chrome
919 TEST_F(DisplaySearchButtonTest, function in namespace:chrome
927 TEST_F(DisplaySearchButtonTest, Always) { function in namespace:chrome
933 TEST_F(DisplaySearchButtonTest, CommandLineAlways) { function in namespace:chrome
939 TEST_F(DisplaySearchButtonTest, InvalidValue) { function in namespace:chrome
947 TEST_F(OriginChipTest, NotSet) { function in namespace:chrome
954 TEST_F(OriginChipTest, Disabled) { function in namespace:chrome
961 TEST_F(OriginChipTest, Always) { function in namespace:chrome
968 TEST_F(OriginChipTest, OnSrp) { function in namespace:chrome
975 TEST_F(OriginChipTest, InvalidValue) { function in namespace:chrome
982 TEST_F(OriginChipTest, CommandLineDisabled) { function in namespace:chrome
995 TEST_F(OriginChipTest, CommandLineAlways) { function in namespace:chrome
1002 TEST_F(OriginChipTest, CommandLineOnSrp) { function in namespace:chrome
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_host_metrics_unittest.cc42 TEST_F(SpellcheckHostMetricsTest, RecordEnabledStats) { function
59 TEST_F(SpellcheckHostMetricsTest, CustomWordStats) { function
77 TEST_F(SpellcheckHostMetricsTest, RecordWordCountsDiscardsDuplicates) { function
100 TEST_F(SpellcheckHostMetricsTest, RecordSpellingServiceStats) { function
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_menu_model_unittest.cc16 TEST_F(TabMenuModelTest, Basics) { function
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views_unittest.cc16 TEST_F(ChromeWebContentsViewDelegateViewsTest, ContextMenuNoFocusedFrame) { function
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dset_time_ui_browsertest.js25 TEST_F('SetTimeWebUITest', 'testChangeTimezone', function() {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_browsertest.js27 TEST_F('BrowserOptionsWebUITest', 'MAYBE_testOpenBrowserOptions', function() {
49 TEST_F('BrowserOptionsOverlayWebUITest', 'testNavigationInBackground',
82 TEST_F('BrowserOptionsFrameWebUITest', 'testAdvancedSettingsHiddenByDefault',
101 TEST_F('AdvancedSettingsWebUITest', 'testAdvancedSettingsShown', function() {
H A Dlanguage_options_dictionary_download_browsertest.js35 TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
48 TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
61 TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
92 TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddate_time_options_browsertest.js24 TEST_F('DateTimeOptionsWebUITest', 'testShowSetTimeButton', function() {
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dexclude_matches_manifest_unittest.cc14 TEST_F(ExcludeMatchesManifestTest, ExcludeMatchPatterns) { function in namespace:extensions
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_contentsecuritypolicy_unittest.cc14 TEST_F(ContentSecurityPolicyManifestTest, InsecureContentSecurityPolicy) { function
H A Dextension_manifests_default_extent_path_unittest.cc9 TEST_F(ChromeManifestTest, DefaultPathForExtent) { function
H A Dextension_manifests_devtools_unittest.cc15 TEST_F(DevToolsPageManifestTest, DevToolsExtensions) { function
H A Dextension_manifests_experimental_unittest.cc16 TEST_F(ChromeManifestTest, ExperimentalPermission) { function

Completed in 2084 milliseconds

1234567891011>>