Searched refs:TEST_F (Results 201 - 225 of 765) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/p2p/base/
H A Dpseudotcp_unittest.cc591 TEST_F(PseudoTcpTest, TestSend) { function
599 TEST_F(PseudoTcpTest, TestSendWithDelay) { function
608 TEST_F(PseudoTcpTest, TestSendWithLoss) { function
617 TEST_F(PseudoTcpTest, TestSendWithDelayAndLoss) { function
627 TEST_F(PseudoTcpTest, TestSendWithLossAndOptNaglingOff) { function
637 TEST_F(PseudoTcpTest, TestSendWithLossAndOptAckDelayOff) { function
646 TEST_F(PseudoTcpTest, TestSendWithDelayAndOptNaglingOff) { function
655 TEST_F(PseudoTcpTest, TestSendWithDelayAndOptAckDelayOff) { function
664 TEST_F(PseudoTcpTest, TestSendRemoteNoWindowScale) { function
674 TEST_F(PseudoTcpTes function
683 TEST_F(PseudoTcpTest, TestSendBothUseWindowScale) { function
692 TEST_F(PseudoTcpTest, TestSendLargeInFlight) { function
701 TEST_F(PseudoTcpTest, TestSendBothUseLargeWindowScale) { function
710 TEST_F(PseudoTcpTest, TestSendSmallReceiveBuffer) { function
719 TEST_F(PseudoTcpTest, TestSendVerySmallReceiveBuffer) { function
730 TEST_F(PseudoTcpTestPingPong, TestPingPong1xMtu) { function
737 TEST_F(PseudoTcpTestPingPong, TestPingPong3xMtu) { function
745 TEST_F(PseudoTcpTestPingPong, TestPingPong2xMtu) { function
753 TEST_F(PseudoTcpTestPingPong, TestPingPong2xMtuWithAckDelayOff) { function
762 TEST_F(PseudoTcpTestPingPong, TestPingPong2xMtuWithNaglingOff) { function
771 TEST_F(PseudoTcpTestPingPong, TestPingPongShortSegments) { function
781 TEST_F(PseudoTcpTestPingPong, TestPingPongShortSegmentsWithNaglingOff) { function
791 TEST_F(PseudoTcpTestPingPong, TestPingPongShortSegmentsWithAckDelayOff) { function
800 TEST_F(PseudoTcpTestReceiveWindow, TestReceiveWindow) { function
809 TEST_F(PseudoTcpTestReceiveWindow, TestSetVerySmallSendWindowSize) { function
820 TEST_F(PseudoTcpTestReceiveWindow, TestSetReceiveWindowSize) { function
[all...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector_unittest.cc41 TEST_F(AudioVectorTest, CreateAndDestroy) { function in namespace:webrtc
53 TEST_F(AudioVectorTest, SubscriptOperator) { function in namespace:webrtc
64 TEST_F(AudioVectorTest, PushBackAndCopy) { function in namespace:webrtc
86 TEST_F(AudioVectorTest, CopyToNull) { function in namespace:webrtc
94 TEST_F(AudioVectorTest, PushBackVector) { function in namespace:webrtc
113 TEST_F(AudioVectorTest, PushFront) { function in namespace:webrtc
123 TEST_F(AudioVectorTest, PushFrontVector) { function in namespace:webrtc
142 TEST_F(AudioVectorTest, PopFront) { function in namespace:webrtc
155 TEST_F(AudioVectorTest, PopBack) { function in namespace:webrtc
168 TEST_F(AudioVectorTes function in namespace:webrtc
180 TEST_F(AudioVectorTest, InsertAt) { function in namespace:webrtc
211 TEST_F(AudioVectorTest, InsertZerosAt) { function in namespace:webrtc
229 TEST_F(AudioVectorTest, InsertAtBeginning) { function in namespace:webrtc
255 TEST_F(AudioVectorTest, InsertAtEnd) { function in namespace:webrtc
284 TEST_F(AudioVectorTest, InsertBeyondEnd) { function in namespace:webrtc
310 TEST_F(AudioVectorTest, OverwriteAt) { function in namespace:webrtc
340 TEST_F(AudioVectorTest, OverwriteBeyondEnd) { function in namespace:webrtc
367 TEST_F(AudioVectorTest, CrossFade) { function in namespace:webrtc
[all...]
/external/bsdiff/
H A Dextents_file_unittest.cc61 TEST_F(ExtentsFileTest, DestructorCloses) { function in namespace:bsdiff
65 TEST_F(ExtentsFileTest, CloseIsForwarded) { function in namespace:bsdiff
71 TEST_F(ExtentsFileTest, GetSizeSumExtents) { function in namespace:bsdiff
79 TEST_F(ExtentsFileTest, SeekToRightOffsets) { function in namespace:bsdiff
110 TEST_F(ExtentsFileTest, ReadAcrossAllExtents) { function in namespace:bsdiff
131 TEST_F(ExtentsFileTest, MultiReadAcrossAllExtents) { function in namespace:bsdiff
157 TEST_F(ExtentsFileTest, ReadSmallChunks) { function in namespace:bsdiff
173 TEST_F(ExtentsFileTest, ReadFailureFails) { function in namespace:bsdiff
187 TEST_F(ExtentsFileTest, ReadFails) { function in namespace:bsdiff
195 TEST_F(ExtentsFileTes function in namespace:bsdiff
[all...]
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp79 TEST_F(FileManagerTest, getVirtualFileSetsTheDirFieldCorrectly) { function in namespace:__anon3060
96 TEST_F(FileManagerTest, NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded) { function in namespace:__anon3060
109 TEST_F(FileManagerTest, getVirtualFileCreatesDirectoryEntriesForAncestors) { function in namespace:__anon3060
126 TEST_F(FileManagerTest, getFileReturnsValidFileEntryForExistingRealFile) { function in namespace:__anon3060
160 TEST_F(FileManagerTest, getFileReturnsValidFileEntryForExistingVirtualFile) { function in namespace:__anon3060
176 TEST_F(FileManagerTest, getFileReturnsDifferentFileEntriesForDifferentFiles) { function in namespace:__anon3060
194 TEST_F(FileManagerTest, getFileReturnsNULLForNonexistentFile) { function in namespace:__anon3060
213 TEST_F(FileManagerTest, getFileReturnsSameFileEntryForAliasedRealFiles) { function in namespace:__anon3060
226 TEST_F(FileManagerTest, getFileReturnsSameFileEntryForAliasedVirtualFiles) { function in namespace:__anon3060
240 TEST_F(FileManagerTes function in namespace:__anon3060
[all...]
/external/libchrome/base/threading/
H A Dthread_unittest.cc118 TEST_F(ThreadTest, Restart) { function
140 TEST_F(ThreadTest, StartWithOptions_StackSize) { function
167 TEST_F(ThreadTest, TwoTasks) { function
187 TEST_F(ThreadTest, StopSoon) { function
199 TEST_F(ThreadTest, ThreadName) { function
205 TEST_F(ThreadTest, ThreadId) { function
233 TEST_F(ThreadTest, ThreadIdWithRestart) { function
248 TEST_F(ThreadTest, SleepInsideInit) { function
260 TEST_F(ThreadTest, CleanUp) { function
287 TEST_F(ThreadTes function
[all...]
/external/libyuv/files/unit_test/
H A Dscale_argb_test.cc104 TEST_F(libyuvTest, ARGBScaleDownBy2) { function in namespace:libyuv
119 TEST_F(libyuvTest, ARGBScaleDownBy4) { function in namespace:libyuv
134 TEST_F(libyuvTest, ARGBScaleDownBy5) { function in namespace:libyuv
149 TEST_F(libyuvTest, ARGBScaleDownBy8) { function in namespace:libyuv
164 TEST_F(libyuvTest, ARGBScaleDownBy16) { function in namespace:libyuv
179 TEST_F(libyuvTest, ARGBScaleDownBy34) { function in namespace:libyuv
194 TEST_F(libyuvTest, ARGBScaleDownBy38) { function in namespace:libyuv
209 TEST_F(libyuvTest, ARGBScaleTo1366) { function in namespace:libyuv
224 TEST_F(libyuvTest, ARGBScaleTo4074) { function in namespace:libyuv
240 TEST_F(libyuvTes function in namespace:libyuv
[all...]
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dcodec_test.cc51 TEST_F(CodecTest, PcmuIsDefaultCodecAndHasTheRightValues) { function
61 TEST_F(CodecTest, VoiceActivityDetectionIsOffByDefault) { function
73 TEST_F(CodecTest, VoiceActivityDetectionCanBeEnabled) { function
87 TEST_F(CodecTest, VoiceActivityDetectionTypeSettingsCanBeChanged) { function
122 TEST_F(CodecTest, VoiceActivityDetectionCanBeTurnedOff) { function
140 TEST_F(CodecTest, OpusMaxPlaybackRateCanBeSet) { function
156 TEST_F(CodecTest, OpusDtxCanBeSetForOpus) { function
168 TEST_F(CodecTest, OpusDtxCannotBeSetForNonOpus) { function
180 TEST_F(CodecTest, RtcEventLogIntegrationTest) { function
204 TEST_F(CodecTes function
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc119 TEST_F(TextFormatTest, Basic) { function in namespace:google::protobuf::text_format_unittest
124 TEST_F(TextFormatExtensionsTest, Extensions) { function in namespace:google::protobuf::text_format_unittest
129 TEST_F(TextFormatTest, ShortDebugString) { function in namespace:google::protobuf::text_format_unittest
141 TEST_F(TextFormatTest, ShortPrimitiveRepeateds) { function in namespace:google::protobuf::text_format_unittest
181 TEST_F(TextFormatTest, StringEscape) { function in namespace:google::protobuf::text_format_unittest
205 TEST_F(TextFormatTest, Utf8DebugString) { function in namespace:google::protobuf::text_format_unittest
235 TEST_F(TextFormatTest, PrintUnknownFields) { function in namespace:google::protobuf::text_format_unittest
265 TEST_F(TextFormatTest, PrintUnknownFieldsHidden) { function in namespace:google::protobuf::text_format_unittest
290 TEST_F(TextFormatTest, PrintUnknownMessage) { function in namespace:google::protobuf::text_format_unittest
334 TEST_F(TextFormatTes function in namespace:google::protobuf::text_format_unittest
356 TEST_F(TextFormatTest, PrintMessageSingleLine) { function in namespace:google::protobuf::text_format_unittest
376 TEST_F(TextFormatTest, PrintBufferTooSmall) { function in namespace:google::protobuf::text_format_unittest
399 TEST_F(TextFormatTest, DefaultCustomFieldPrinter) { function in namespace:google::protobuf::text_format_unittest
423 TEST_F(TextFormatTest, FieldSpecificCustomPrinter) { function in namespace:google::protobuf::text_format_unittest
438 TEST_F(TextFormatTest, ErrorCasesRegisteringFieldValuePrinterShouldFail) { function in namespace:google::protobuf::text_format_unittest
469 TEST_F(TextFormatTest, CustomPrinterForComments) { function in namespace:google::protobuf::text_format_unittest
511 TEST_F(TextFormatTest, CustomPrinterForMultilineComments) { function in namespace:google::protobuf::text_format_unittest
531 TEST_F(TextFormatTest, ParseBasic) { function in namespace:google::protobuf::text_format_unittest
538 TEST_F(TextFormatExtensionsTest, ParseExtensions) { function in namespace:google::protobuf::text_format_unittest
545 TEST_F(TextFormatTest, ParseEnumFieldFromNumber) { function in namespace:google::protobuf::text_format_unittest
554 TEST_F(TextFormatTest, ParseEnumFieldFromNegativeNumber) { function in namespace:google::protobuf::text_format_unittest
564 TEST_F(TextFormatTest, ParseStringEscape) { function in namespace:google::protobuf::text_format_unittest
578 TEST_F(TextFormatTest, ParseConcatenatedString) { function in namespace:google::protobuf::text_format_unittest
601 TEST_F(TextFormatTest, ParseFloatWithSuffix) { function in namespace:google::protobuf::text_format_unittest
617 TEST_F(TextFormatTest, ParseShortRepeatedForm) { function in namespace:google::protobuf::text_format_unittest
658 TEST_F(TextFormatTest, Comments) { function in namespace:google::protobuf::text_format_unittest
674 TEST_F(TextFormatTest, OptionalColon) { function in namespace:google::protobuf::text_format_unittest
698 TEST_F(TextFormatTest, PrintExotic) { function in namespace:google::protobuf::text_format_unittest
740 TEST_F(TextFormatTest, PrintFloatPrecision) { function in namespace:google::protobuf::text_format_unittest
825 TEST_F(TextFormatTest, AllowPartial) { function in namespace:google::protobuf::text_format_unittest
835 TEST_F(TextFormatTest, ParseExotic) { function in namespace:google::protobuf::text_format_unittest
910 TEST_F(TextFormatTest, PrintFieldsInIndexOrder) { function in namespace:google::protobuf::text_format_unittest
995 TEST_F(TextFormatParserTest, ParseInfoTreeBuilding) { function in namespace:google::protobuf::text_format_unittest
1060 TEST_F(TextFormatParserTest, ParseFieldValueFromString) { function in namespace:google::protobuf::text_format_unittest
1193 TEST_F(TextFormatParserTest, InvalidToken) { function in namespace:google::protobuf::text_format_unittest
1201 TEST_F(TextFormatParserTest, InvalidFieldName) { function in namespace:google::protobuf::text_format_unittest
1209 TEST_F(TextFormatParserTest, InvalidCapitalization) { function in namespace:google::protobuf::text_format_unittest
1228 TEST_F(TextFormatParserTest, AllowIgnoreCapitalizationError) { function in namespace:google::protobuf::text_format_unittest
1244 TEST_F(TextFormatParserTest, InvalidFieldValues) { function in namespace:google::protobuf::text_format_unittest
1327 TEST_F(TextFormatParserTest, MessageDelimeters) { function in namespace:google::protobuf::text_format_unittest
1342 TEST_F(TextFormatParserTest, UnknownExtension) { function in namespace:google::protobuf::text_format_unittest
1350 TEST_F(TextFormatParserTest, MissingRequired) { function in namespace:google::protobuf::text_format_unittest
1357 TEST_F(TextFormatParserTest, ParseDuplicateRequired) { function in namespace:google::protobuf::text_format_unittest
1364 TEST_F(TextFormatParserTest, ParseDuplicateOptional) { function in namespace:google::protobuf::text_format_unittest
1371 TEST_F(TextFormatParserTest, MergeDuplicateRequired) { function in namespace:google::protobuf::text_format_unittest
1378 TEST_F(TextFormatParserTest, MergeDuplicateOptional) { function in namespace:google::protobuf::text_format_unittest
1385 TEST_F(TextFormatParserTest, ExplicitDelimiters) { function in namespace:google::protobuf::text_format_unittest
1393 TEST_F(TextFormatParserTest, PrintErrorsToStderr) { function in namespace:google::protobuf::text_format_unittest
1410 TEST_F(TextFormatParserTest, FailsOnTokenizationError) { function in namespace:google::protobuf::text_format_unittest
1426 TEST_F(TextFormatParserTest, ParseDeprecatedField) { function in namespace:google::protobuf::text_format_unittest
1448 TEST_F(TextFormatMessageSetTest, Serialize) { function in namespace:google::protobuf::text_format_unittest
1461 TEST_F(TextFormatMessageSetTest, Deserialize) { function in namespace:google::protobuf::text_format_unittest
[all...]
/external/webrtc/talk/app/webrtc/
H A Dvideosource_unittest.cc171 TEST_F(VideoSourceTest, CapturerStartStop) { function
186 TEST_F(VideoSourceTest, StopRestart) { function
211 TEST_F(VideoSourceTest, StartStopRemote) { function
238 TEST_F(VideoSourceTest, CameraFailed) { function
250 TEST_F(VideoSourceTest, MandatoryConstraintCif5Fps) { function
268 TEST_F(VideoSourceTest, MandatoryMinVgaOptional720P) { function
289 TEST_F(VideoSourceTest, MandatoryAspectRatio4To3) { function
310 TEST_F(VideoSourceTest, MandatoryAspectRatioTooHigh) { function
320 TEST_F(VideoSourceTest, OptionalAspectRatioTooHigh) { function
334 TEST_F(VideoSourceTes function
350 TEST_F(VideoSourceTest, NoCameraCapability16To9Ratio) { function
369 TEST_F(VideoSourceTest, InvalidMandatoryConstraint) { function
379 TEST_F(VideoSourceTest, InvalidOptionalConstraint) { function
388 TEST_F(VideoSourceTest, SetValidOptionValues) { function
398 TEST_F(VideoSourceTest, OptionNotSet) { function
404 TEST_F(VideoSourceTest, MandatoryOptionOverridesOptional) { function
417 TEST_F(VideoSourceTest, InvalidOptionKeyOptional) { function
431 TEST_F(VideoSourceTest, InvalidOptionKeyMandatory) { function
444 TEST_F(VideoSourceTest, InvalidOptionValueOptional) { function
456 TEST_F(VideoSourceTest, InvalidOptionValueMandatory) { function
472 TEST_F(VideoSourceTest, MixedOptionsAndConstraints) { function
498 TEST_F(VideoSourceTest, ScreencastResolutionNoConstraint) { function
514 TEST_F(VideoSourceTest, ScreencastResolutionWithConstraint) { function
532 TEST_F(VideoSourceTest, MandatorySubOneFpsConstraints) { function
542 TEST_F(VideoSourceTest, OptionalSubOneFpsConstraints) { function
[all...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest_oldapi.cc245 TEST_F(AudioCodingModuleTestOldApi, MAYBE_InitializedToZero) { function in namespace:webrtc
265 TEST_F(AudioCodingModuleTestOldApi, MAYBE_NetEqCalls) { function in namespace:webrtc
297 TEST_F(AudioCodingModuleTestOldApi, VerifyOutputFrame) { function in namespace:webrtc
309 TEST_F(AudioCodingModuleTestOldApi, FailOnZeroDesiredFrequency) { function in namespace:webrtc
316 TEST_F(AudioCodingModuleTestOldApi, TransportCallbackIsInvokedForEachPacket) { function in namespace:webrtc
334 TEST_F(AudioCodingModuleTestOldApi, TimestampSeriesContinuesWhenCodecChanges) { function in namespace:webrtc
434 TEST_F(AudioCodingModuleTestWithComfortNoiseOldApi, function in namespace:webrtc
445 TEST_F(AudioCodingModuleTestWithComfortNoiseOldApi, function in namespace:webrtc
594 TEST_F(AudioCodingModuleMtTestOldApi, MAYBE_DoTest) { function in namespace:webrtc
704 TEST_F(AcmIsacMtTestOldAp function in namespace:webrtc
863 TEST_F(AcmReRegisterIsacMtTestOldApi, MAYBE_DoTest) { function in namespace:webrtc
945 TEST_F(AcmReceiverBitExactnessOldApi, 8kHzOutput) { function in namespace:webrtc
953 TEST_F(AcmReceiverBitExactnessOldApi, 16kHzOutput) { function in namespace:webrtc
961 TEST_F(AcmReceiverBitExactnessOldApi, 32kHzOutput) { function in namespace:webrtc
969 TEST_F(AcmReceiverBitExactnessOldApi, 48kHzOutput) { function in namespace:webrtc
977 TEST_F(AcmReceiverBitExactnessOldApi, 48kHzOutputExternalDecoder) { function in namespace:webrtc
1216 TEST_F(AcmSenderBitExactnessOldApi, IsacWb30ms) { function in namespace:webrtc
1231 TEST_F(AcmSenderBitExactnessOldApi, IsacWb60ms) { function in namespace:webrtc
1253 TEST_F(AcmSenderBitExactnessOldApi, MAYBE_IsacSwb30ms) { function in namespace:webrtc
1267 TEST_F(AcmSenderBitExactnessOldApi, Pcm16_8000khz_10ms) { function in namespace:webrtc
1275 TEST_F(AcmSenderBitExactnessOldApi, Pcm16_16000khz_10ms) { function in namespace:webrtc
1283 TEST_F(AcmSenderBitExactnessOldApi, Pcm16_32000khz_10ms) { function in namespace:webrtc
1291 TEST_F(AcmSenderBitExactnessOldApi, Pcm16_stereo_8000khz_10ms) { function in namespace:webrtc
1299 TEST_F(AcmSenderBitExactnessOldApi, Pcm16_stereo_16000khz_10ms) { function in namespace:webrtc
1307 TEST_F(AcmSenderBitExactnessOldApi, Pcm16_stereo_32000khz_10ms) { function in namespace:webrtc
1315 TEST_F(AcmSenderBitExactnessOldApi, Pcmu_20ms) { function in namespace:webrtc
1323 TEST_F(AcmSenderBitExactnessOldApi, Pcma_20ms) { function in namespace:webrtc
1331 TEST_F(AcmSenderBitExactnessOldApi, Pcmu_stereo_20ms) { function in namespace:webrtc
1339 TEST_F(AcmSenderBitExactnessOldApi, Pcma_stereo_20ms) { function in namespace:webrtc
1353 TEST_F(AcmSenderBitExactnessOldApi, MAYBE_Ilbc_30ms) { function in namespace:webrtc
1373 TEST_F(AcmSenderBitExactnessOldApi, MAYBE_G722_20ms) { function in namespace:webrtc
1393 TEST_F(AcmSenderBitExactnessOldApi, MAYBE_G722_stereo_20ms) { function in namespace:webrtc
1407 TEST_F(AcmSenderBitExactnessOldApi, Opus_stereo_20ms) { function in namespace:webrtc
1422 TEST_F(AcmSenderBitExactnessOldApi, Opus_stereo_20ms_voip) { function in namespace:webrtc
1500 TEST_F(AcmSetBitRateOldApi, Opus_48khz_20ms_10kbps) { function in namespace:webrtc
1510 TEST_F(AcmSetBitRateOldApi, Opus_48khz_20ms_50kbps) { function in namespace:webrtc
1526 TEST_F(AcmSetBitRateOldApi, MAYBE_Opus_48khz_20ms_100kbps) { function in namespace:webrtc
1532 TEST_F(AcmSetBitRateOldApi, Pcm16_8khz_10ms_8kbps) { function in namespace:webrtc
1537 TEST_F(AcmSetBitRateOldApi, Pcm16_8khz_10ms_32kbps) { function in namespace:webrtc
1592 TEST_F(AcmChangeBitRateOldApi, Opus_48khz_20ms_10kbps) { function in namespace:webrtc
1601 TEST_F(AcmChangeBitRateOldApi, Opus_48khz_20ms_50kbps) { function in namespace:webrtc
1610 TEST_F(AcmChangeBitRateOldApi, Opus_48khz_20ms_100kbps) { function in namespace:webrtc
1620 TEST_F(AcmChangeBitRateOldApi, Pcm16_8khz_10ms_8kbps) { function in namespace:webrtc
1625 TEST_F(AcmChangeBitRateOldApi, Pcm16_8khz_10ms_32kbps) { function in namespace:webrtc
1630 TEST_F(AcmSenderBitExactnessOldApi, External_Pcmu_20ms) { function in namespace:webrtc
1767 TEST_F(AcmSwitchingOutputFrequencyOldApi, TestWithoutToggling) { function in namespace:webrtc
1771 TEST_F(AcmSwitchingOutputFrequencyOldApi, Toggle16KhzTo32Khz) { function in namespace:webrtc
1775 TEST_F(AcmSwitchingOutputFrequencyOldApi, Toggle32KhzTo16Khz) { function in namespace:webrtc
1779 TEST_F(AcmSwitchingOutputFrequencyOldApi, Toggle16KhzTo8Khz) { function in namespace:webrtc
1783 TEST_F(AcmSwitchingOutputFrequencyOldApi, Toggle8KhzTo16Khz) { function in namespace:webrtc
[all...]
/external/gmock/test/
H A Dgmock-generated-function-mockers_test.cc180 TEST_F(FunctionMockerTest, MocksVoidFunction) { function in namespace:testing::gmock_generated_function_mockers_test
186 TEST_F(FunctionMockerTest, MocksNullaryFunction) { function in namespace:testing::gmock_generated_function_mockers_test
196 TEST_F(FunctionMockerTest, MocksUnaryFunction) { function in namespace:testing::gmock_generated_function_mockers_test
206 TEST_F(FunctionMockerTest, MocksBinaryFunction) { function in namespace:testing::gmock_generated_function_mockers_test
214 TEST_F(FunctionMockerTest, MocksDecimalFunction) { function in namespace:testing::gmock_generated_function_mockers_test
223 TEST_F(FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) { function in namespace:testing::gmock_generated_function_mockers_test
232 TEST_F(FunctionMockerTest, MocksFunctionWithConstReferenceArgument) { function in namespace:testing::gmock_generated_function_mockers_test
242 TEST_F(FunctionMockerTest, MocksFunctionWithConstArgument) { function in namespace:testing::gmock_generated_function_mockers_test
251 TEST_F(FunctionMockerTest, MocksFunctionsOverloadedOnArgumentNumber) { function in namespace:testing::gmock_generated_function_mockers_test
262 TEST_F(FunctionMockerTes function in namespace:testing::gmock_generated_function_mockers_test
273 TEST_F(FunctionMockerTest, MocksFunctionsOverloadedOnConstnessOfThis) { function in namespace:testing::gmock_generated_function_mockers_test
282 TEST_F(FunctionMockerTest, MocksReturnTypeWithComma) { function in namespace:testing::gmock_generated_function_mockers_test
295 TEST_F(FunctionMockerTest, MocksNullaryFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
305 TEST_F(FunctionMockerTest, MocksUnaryFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
316 TEST_F(FunctionMockerTest, MocksDecimalFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
325 TEST_F(FunctionMockerTest, MocksFunctionsConstFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
332 TEST_F(FunctionMockerTest, MocksReturnTypeWithCommaAndCallType) { function in namespace:testing::gmock_generated_function_mockers_test
[all...]
/external/llvm/unittests/IR/
H A DValueHandleTest.cpp37 TEST_F(ValueHandle, WeakVH_BasicOperation) { function in namespace:__anon12771
49 TEST_F(ValueHandle, WeakVH_Comparisons) { function in namespace:__anon12771
82 TEST_F(ValueHandle, WeakVH_FollowsRAUW) { function in namespace:__anon12771
92 TEST_F(ValueHandle, WeakVH_NullOnDeletion) { function in namespace:__anon12771
104 TEST_F(ValueHandle, AssertingVH_BasicOperation) { function in namespace:__anon12771
120 TEST_F(ValueHandle, AssertingVH_Const) { function in namespace:__anon12771
127 TEST_F(ValueHandle, AssertingVH_Comparisons) { function in namespace:__anon12771
160 TEST_F(ValueHandle, AssertingVH_DoesNotFollowRAUW) { function in namespace:__anon12771
168 TEST_F(ValueHandle, AssertingVH_ReducesToPointer) { function in namespace:__anon12771
176 TEST_F(ValueHandl function in namespace:__anon12771
192 TEST_F(ValueHandle, CallbackVH_BasicOperation) { function in namespace:__anon12771
204 TEST_F(ValueHandle, CallbackVH_Comparisons) { function in namespace:__anon12771
237 TEST_F(ValueHandle, CallbackVH_CallbackOnDeletion) { function in namespace:__anon12771
263 TEST_F(ValueHandle, CallbackVH_CallbackOnRAUW) { function in namespace:__anon12771
293 TEST_F(ValueHandle, CallbackVH_DeletionCanRAUW) { function in namespace:__anon12771
333 TEST_F(ValueHandle, DestroyingOtherVHOnSameValueDoesntBreakIteration) { function in namespace:__anon12771
382 TEST_F(ValueHandle, AssertingVHCheckedLast) { function in namespace:__anon12771
[all...]
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc184 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
276 TEST_F(TestForDeathTest, SingleStatement) { function
306 TEST_F(TestForDeathTest, EmbeddedNulInMessage) { function
316 TEST_F(TestForDeathTest, SwitchStatement) { function
339 TEST_F(TestForDeathTest, StaticMemberFunctionFastStyle) { function
346 TEST_F(TestForDeathTest, MemberFunctionFastStyle) { function
356 TEST_F(TestForDeathTest, FastDeathTestInChangedDir) { function
368 TEST_F(TestForDeathTest, StaticMemberFunctionThreadsafeStyle) { function
373 TEST_F(TestForDeathTest, MemberFunctionThreadsafeStyle) { function
379 TEST_F(TestForDeathTes function
386 TEST_F(TestForDeathTest, ThreadsafeDeathTestInChangedDir) { function
396 TEST_F(TestForDeathTest, MixedStyles) { function
415 TEST_F(TestForDeathTest, DoesNotExecuteAtforkHooks) { function
428 TEST_F(TestForDeathTest, MethodOfAnotherClass) { function
434 TEST_F(TestForDeathTest, GlobalFunction) { function
440 TEST_F(TestForDeathTest, AcceptsAnythingConvertibleToRE) { function
457 TEST_F(TestForDeathTest, NonVoidFunction) { function
462 TEST_F(TestForDeathTest, FunctionWithParameter) { function
468 TEST_F(TestForDeathTest, OutsideFixture) { function
473 TEST_F(TestForDeathTest, InsideLoop) { function
480 TEST_F(TestForDeathTest, CompoundStatement) { function
490 TEST_F(TestForDeathTest, DoesNotDie) { function
496 TEST_F(TestForDeathTest, ErrorMessageMismatch) { function
511 TEST_F(TestForDeathTest, EXPECT_DEATH) { function
519 TEST_F(TestForDeathTest, ASSERT_DEATH) { function
530 TEST_F(TestForDeathTest, SingleEvaluation) { function
541 TEST_F(TestForDeathTest, Runaway) { function
557 TEST_F(TestForDeathTest, TestExpectDebugDeath) { function
579 TEST_F(TestForDeathTest, TestAssertDebugDeath) { function
632 TEST_F(TestForDeathTest, ExpectDebugDeathDoesNotAbort) { function
646 TEST_F(TestForDeathTest, AssertDebugDeathAborts) { function
681 TEST_F(TestForDeathTest, ExitMacros) { function
685 TEST_F(TestForDeathTest, ExitMacrosUsingFork) { function
690 TEST_F(TestForDeathTest, InvalidStyle) { function
867 TEST_F(MacroLogicDeathTest, NothingHappens) { function
882 TEST_F(MacroLogicDeathTest, ChildExitsSuccessfully) { function
897 TEST_F(MacroLogicDeathTest, ChildExitsUnsuccessfully) { function
913 TEST_F(MacroLogicDeathTest, ChildPerformsReturn) { function
929 TEST_F(MacroLogicDeathTest, ChildDoesNotDie) { function
[all...]
H A Dgtest-options_test.cc143 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefault) { function in namespace:testing::internal::__anon16272
150 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefaultXML) { function in namespace:testing::internal::__anon16272
157 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativeFile) { function in namespace:testing::internal::__anon16272
164 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativePath) { function in namespace:testing::internal::__anon16272
179 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsoluteFile) { function in namespace:testing::internal::__anon16272
191 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsolutePath) { function in namespace:testing::internal::__anon16272
H A Dgtest-typed-test_test.cc189 TEST_F(TypedTestCasePStateTest, SucceedsForMatchingList) { function
197 TEST_F(TypedTestCasePStateTest, IgnoresOrderAndSpaces) { function
205 TEST_F(TypedTestCasePStateDeathTest, DetectsDuplicates) { function
211 TEST_F(TypedTestCasePStateDeathTest, DetectsExtraTest) { function
217 TEST_F(TypedTestCasePStateDeathTest, DetectsMissedTest) { function
225 TEST_F(TypedTestCasePStateDeathTest, DetectsTestAfterRegistration) { function
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc74 TEST_F(FastUnwindTest, Basic) { function in namespace:__sanitizer
86 TEST_F(FastUnwindTest, FramePointerLoop) { function in namespace:__sanitizer
99 TEST_F(FastUnwindTest, MisalignedFramePointer) { function in namespace:__sanitizer
112 TEST_F(FastUnwindTest, OneFrameStackTrace) { function in namespace:__sanitizer
120 TEST_F(FastUnwindTest, ZeroFramesStackTrace) { function in namespace:__sanitizer
127 TEST_F(FastUnwindTest, FPBelowPrevFP) { function in namespace:__sanitizer
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-options_test.cc143 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefault) { function in namespace:testing::internal::__anon6250
150 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefaultXML) { function in namespace:testing::internal::__anon6250
157 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativeFile) { function in namespace:testing::internal::__anon6250
164 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativePath) { function in namespace:testing::internal::__anon6250
179 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsoluteFile) { function in namespace:testing::internal::__anon6250
191 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsolutePath) { function in namespace:testing::internal::__anon6250
H A Dgtest-typed-test_test.cc189 TEST_F(TypedTestCasePStateTest, SucceedsForMatchingList) { function
197 TEST_F(TypedTestCasePStateTest, IgnoresOrderAndSpaces) { function
205 TEST_F(TypedTestCasePStateDeathTest, DetectsDuplicates) { function
211 TEST_F(TypedTestCasePStateDeathTest, DetectsExtraTest) { function
217 TEST_F(TypedTestCasePStateDeathTest, DetectsMissedTest) { function
225 TEST_F(TypedTestCasePStateDeathTest, DetectsTestAfterRegistration) { function
/external/gtest/test/
H A Dgtest-options_test.cc144 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefault) { function in namespace:testing::internal::__anon6362
151 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefaultXML) { function in namespace:testing::internal::__anon6362
158 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativeFile) { function in namespace:testing::internal::__anon6362
165 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativePath) { function in namespace:testing::internal::__anon6362
181 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsoluteFile) { function in namespace:testing::internal::__anon6362
193 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsolutePath) { function in namespace:testing::internal::__anon6362
H A Dgtest-typed-test_test.cc189 TEST_F(TypedTestCasePStateTest, SucceedsForMatchingList) { function
197 TEST_F(TypedTestCasePStateTest, IgnoresOrderAndSpaces) { function
205 TEST_F(TypedTestCasePStateDeathTest, DetectsDuplicates) { function
211 TEST_F(TypedTestCasePStateDeathTest, DetectsExtraTest) { function
217 TEST_F(TypedTestCasePStateDeathTest, DetectsMissedTest) { function
225 TEST_F(TypedTestCasePStateDeathTest, DetectsTestAfterRegistration) { function
/external/libbrillo/brillo/
H A Dprocess_reaper_unittest.cc63 TEST_F(ProcessReaperTest, UnregisterWhenNotRegistered) { function in namespace:brillo
68 TEST_F(ProcessReaperTest, UnregisterAndReregister) { function in namespace:brillo
75 TEST_F(ProcessReaperTest, ReapExitedChild) { function in namespace:brillo
88 TEST_F(ProcessReaperTest, ReapedChildsMatchCallbacks) { function in namespace:brillo
110 TEST_F(ProcessReaperTest, ReapKilledChild) { function in namespace:brillo
121 TEST_F(ProcessReaperTest, ReapKilledAndForgottenChild) { function in namespace:brillo
H A Dsecure_blob_unittest.cc45 TEST_F(SecureBlobTest, AllocationSizeTest) { function in namespace:brillo
52 TEST_F(SecureBlobTest, AllocationCopyTest) { function in namespace:brillo
66 TEST_F(SecureBlobTest, IteratorConstructorTest) { function in namespace:brillo
79 TEST_F(SecureBlobTest, ResizeTest) { function in namespace:brillo
97 TEST_F(SecureBlobTest, CombineTest) { function in namespace:brillo
112 TEST_F(SecureBlobTest, BlobToStringTest) { function in namespace:brillo
/external/libchrome/base/
H A Dcallback_unittest.cc84 TEST_F(CallbackTest, DefaultConstruction) { function in namespace:base::__anon8968
102 TEST_F(CallbackTest, IsNull) { function in namespace:base::__anon8968
108 TEST_F(CallbackTest, Equals) { function in namespace:base::__anon8968
124 TEST_F(CallbackTest, Reset) { function in namespace:base::__anon8968
148 TEST_F(CallbackTest, ResetAndReturn) { function in namespace:base::__anon8968
181 TEST_F(CallbackTest, CallbackHasLastRefOnContainingObject) { function in namespace:base::__anon8968
/external/libweave/src/notification/
H A Dxmpp_iq_stanza_handler_unittest.cc84 TEST_F(IqStanzaHandlerTest, SendRequest) { function in namespace:weave
107 TEST_F(IqStanzaHandlerTest, UnsupportedIqRequest) { function in namespace:weave
118 TEST_F(IqStanzaHandlerTest, UnknownResponseId) { function in namespace:weave
124 TEST_F(IqStanzaHandlerTest, SequentialResponses) { function in namespace:weave
142 TEST_F(IqStanzaHandlerTest, OutOfOrderResponses) { function in namespace:weave
160 TEST_F(IqStanzaHandlerTest, RequestTimeout) { function in namespace:weave
/external/llvm/unittests/Support/
H A DSpecialCaseListTest.cpp46 TEST_F(SpecialCaseListTest, Basic) { function in namespace:__anon12816
63 TEST_F(SpecialCaseListTest, GlobalInit) { function in namespace:__anon12816
84 TEST_F(SpecialCaseListTest, Substring) { function in namespace:__anon12816
97 TEST_F(SpecialCaseListTest, InvalidSpecialCaseList) { function in namespace:__anon12816
114 TEST_F(SpecialCaseListTest, EmptySpecialCaseList) { function in namespace:__anon12816
119 TEST_F(SpecialCaseListTest, MultipleBlacklists) { function in namespace:__anon12816

Completed in 939 milliseconds

1234567891011>>