Searched refs:TEST (Results 76 - 100 of 728) sorted by relevance

1234567891011>>

/external/gtest/test/
H A Dgtest-port_test.cc82 TEST(ImplicitCastTest, ConvertsPointers) { function in namespace:testing::internal
87 TEST(ImplicitCastTest, CanUseInheritance) { function in namespace:testing::internal
105 TEST(ImplicitCastTest, CanUseNonConstCastOperator) { function in namespace:testing::internal
124 TEST(ImplicitCastTest, CanUseConstCastOperatorOnConstValues) { function in namespace:testing::internal
149 TEST(ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately) { function in namespace:testing::internal
170 TEST(ImplicitCastTest, CanUseImplicitConstructor) { function in namespace:testing::internal
177 TEST(IteratorTraitsTest, WorksForSTLContainerIterators) { function in namespace:testing::internal
184 TEST(IteratorTraitsTest, WorksForPointerToNonConst) { function in namespace:testing::internal
189 TEST(IteratorTraitsTest, WorksForPointerToConst) { function in namespace:testing::internal
197 TEST(ScopedPtrTes function in namespace:testing::internal
203 TEST(GtestCheckSyntaxTest, BehavesLikeASingleStatement) { function in namespace:testing::internal
219 TEST(GtestCheckSyntaxTest, WorksWithSwitch) { function in namespace:testing::internal
233 TEST(FormatFileLocationTest, FormatsFileLocation) { function in namespace:testing::internal
238 TEST(FormatFileLocationTest, FormatsUnknownFile) { function in namespace:testing::internal
244 TEST(FormatFileLocationTest, FormatsUknownLine) { function in namespace:testing::internal
248 TEST(FormatFileLocationTest, FormatsUknownFileAndLine) { function in namespace:testing::internal
253 TEST(FormatCompilerIndependentFileLocationTest, FormatsFileLocation) { function in namespace:testing::internal
257 TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownFile) { function in namespace:testing::internal
262 TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownLine) { function in namespace:testing::internal
266 TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownFileAndLine) { function in namespace:testing::internal
278 TEST(GetThreadCountTest, ReturnsCorrectValue) { function in namespace:testing::internal
313 TEST(GetThreadCountTest, ReturnsZeroWhenUnableToCountThreads) { function in namespace:testing::internal
318 TEST(GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) { function in namespace:testing::internal
336 TEST(GtestCheckDeathTest, LivesSilentlyOnSuccess) { function in namespace:testing::internal
349 TEST(RegexEngineSelectionTest, SelectsCorrectRegexEngine) { function in namespace:testing::internal
429 TEST(IsInSetTest, NulCharIsNotInAnySet) { function in namespace:testing::internal
435 TEST(IsInSetTest, WorksForNonNulChars) { function in namespace:testing::internal
443 TEST(IsAsciiDigitTest, IsFalseForNonDigit) { function in namespace:testing::internal
452 TEST(IsAsciiDigitTest, IsTrueForDigit) { function in namespace:testing::internal
459 TEST(IsAsciiPunctTest, IsFalseForNonPunct) { function in namespace:testing::internal
467 TEST(IsAsciiPunctTest, IsTrueForPunct) { function in namespace:testing::internal
473 TEST(IsRepeatTest, IsFalseForNonRepeatChar) { function in namespace:testing::internal
481 TEST(IsRepeatTest, IsTrueForRepeatChar) { function in namespace:testing::internal
487 TEST(IsAsciiWhiteSpaceTest, IsFalseForNonWhiteSpace) { function in namespace:testing::internal
495 TEST(IsAsciiWhiteSpaceTest, IsTrueForWhiteSpace) { function in namespace:testing::internal
504 TEST(IsAsciiWordCharTest, IsFalseForNonWordChar) { function in namespace:testing::internal
512 TEST(IsAsciiWordCharTest, IsTrueForLetter) { function in namespace:testing::internal
519 TEST(IsAsciiWordCharTest, IsTrueForDigit) { function in namespace:testing::internal
526 TEST(IsAsciiWordCharTest, IsTrueForUnderscore) { function in namespace:testing::internal
530 TEST(IsValidEscapeTest, IsFalseForNonPrintable) { function in namespace:testing::internal
535 TEST(IsValidEscapeTest, IsFalseForDigit) { function in namespace:testing::internal
540 TEST(IsValidEscapeTest, IsFalseForWhiteSpace) { function in namespace:testing::internal
545 TEST(IsValidEscapeTest, IsFalseForSomeLetter) { function in namespace:testing::internal
550 TEST(IsValidEscapeTest, IsTrueForPunct) { function in namespace:testing::internal
561 TEST(IsValidEscapeTest, IsTrueForSomeLetter) { function in namespace:testing::internal
570 TEST(AtomMatchesCharTest, EscapedPunct) { function in namespace:testing::internal
582 TEST(AtomMatchesCharTest, Escaped_d) { function in namespace:testing::internal
591 TEST(AtomMatchesCharTest, Escaped_D) { function in namespace:testing::internal
600 TEST(AtomMatchesCharTest, Escaped_s) { function in namespace:testing::internal
611 TEST(AtomMatchesCharTest, Escaped_S) { function in namespace:testing::internal
620 TEST(AtomMatchesCharTest, Escaped_w) { function in namespace:testing::internal
632 TEST(AtomMatchesCharTest, Escaped_W) { function in namespace:testing::internal
643 TEST(AtomMatchesCharTest, EscapedWhiteSpace) { function in namespace:testing::internal
662 TEST(AtomMatchesCharTest, UnescapedDot) { function in namespace:testing::internal
671 TEST(AtomMatchesCharTest, UnescapedChar) { function in namespace:testing::internal
681 TEST(ValidateRegexTest, GeneratesFailureAndReturnsFalseForInvalid) { function in namespace:testing::internal
717 TEST(ValidateRegexTest, ReturnsTrueForValid) { function in namespace:testing::internal
728 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrOne) { function in namespace:testing::internal
740 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrMany) { function in namespace:testing::internal
751 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForOneOrMany) { function in namespace:testing::internal
762 TEST(MatchRegexAtHeadTest, ReturnsTrueForEmptyRegex) { function in namespace:testing::internal
767 TEST(MatchRegexAtHeadTest, WorksWhenDollarIsInRegex) { function in namespace:testing::internal
774 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithEscapeSequence) { function in namespace:testing::internal
782 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithRepetition) { function in namespace:testing::internal
791 TEST(MatchRegexAtHeadTest, function in namespace:testing::internal
802 TEST(MatchRegexAtHeadTest, MatchesSequentially) { function in namespace:testing::internal
808 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenStringIsNull) { function in namespace:testing::internal
812 TEST(MatchRegexAnywhereTest, WorksWhenRegexStartsWithCaret) { function in namespace:testing::internal
821 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenNoMatch) { function in namespace:testing::internal
826 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingPrefix) { function in namespace:testing::internal
832 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingNonPrefix) { function in namespace:testing::internal
838 TEST(RETest, ImplicitConstructorWorks) { function in namespace:testing::internal
847 TEST(RETest, RejectsInvalidRegex) { function in namespace:testing::internal
862 TEST(RETest, FullMatchWorks) { function in namespace:testing::internal
878 TEST(RETest, PartialMatchWorks) { function in namespace:testing::internal
895 TEST(CaptureTest, CapturesStdout) { function in namespace:testing::internal
905 TEST(CaptureTest, CapturesStderr) { function in namespace:testing::internal
916 TEST(CaptureTest, CapturesStdoutAndStderr) { function in namespace:testing::internal
925 TEST(CaptureDeathTest, CannotReenterStdoutCapture) { function in namespace:testing::internal
937 TEST(ThreadLocalTest, DefaultConstructorInitializesToDefaultValues) { function in namespace:testing::internal
945 TEST(ThreadLocalTest, SingleParamConstructorInitializesToParam) { function in namespace:testing::internal
960 TEST(ThreadLocalTest, ValueDefaultContructorIsNotRequiredForParamVersion) { function in namespace:testing::internal
965 TEST(ThreadLocalTest, GetAndPointerReturnSameValue) { function in namespace:testing::internal
975 TEST(ThreadLocalTest, PointerAndConstPointerReturnSameValue) { function in namespace:testing::internal
989 TEST(ThreadWithParamTest, ConstructorExecutesThreadFunc) { function in namespace:testing::internal
996 TEST(MutexDeathTest, AssertHeldShouldAssertWhenNotLocked) { function in namespace:testing::internal
1007 TEST(MutexTest, AssertHeldShouldNotAssertWhenLocked) { function in namespace:testing::internal
1052 TEST(MutexTest, OnlyOneThreadCanLockAtATime) { function in namespace:testing::internal
1090 TEST(ThreadLocalTest, ParameterizedConstructorSetsDefault) { function in namespace:testing::internal
1133 TEST(ThreadLocalTest, DestroysManagedObjectForOwnThreadWhenDying) { function in namespace:testing::internal
1162 TEST(ThreadLocalTest, DestroysManagedObjectAtThreadExit) { function in namespace:testing::internal
1193 TEST(ThreadLocalTest, ThreadLocalMutationsAffectOnlyCurrentThread) { function in namespace:testing::internal
[all...]
H A Dgtest_output_test_.cc77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
84 TEST(PassingTest, PassingTest1) { function
87 TEST(PassingTest, PassingTest2) { function
105 TEST(FatalFailureTest, FatalFailureInSubroutine) { function
112 TEST(FatalFailureTest, FatalFailureInNestedSubroutine) { function
120 // When calling HasFatalFailure() inside a TEST, TEST_F, or test
129 TEST(FatalFailureTest, NonfatalFailureInSubroutine) { function
136 TEST(LoggingTest, InterleavingLoggingAndAssertions) { function
164 TEST(SCOPED_TRACETest, ObeysScopes) { function
183 TEST(SCOPED_TRACETes function
194 TEST(SCOPED_TRACETest, WorksInSubroutine) { function
202 TEST(SCOPED_TRACETest, CanBeNested) { function
211 TEST(SCOPED_TRACETest, CanBeRepeated) { function
285 TEST(SCOPED_TRACETest, WorksConcurrently) { function
310 TEST(DisabledTestsWarningTest, function
444 TEST(AddFailureAtTest, MessageContainsSpecifiedFileAndLineNumber) { function
563 TEST(TEST_F_before_TEST_in_same_test_case, DefinedUsingTESTAndShouldFail) {} function
568 TEST(TEST_before_TEST_F_in_same_test_case, DefinedUsingTEST) {} function
579 TEST(ExpectNonfatalFailureTest, CanReferenceGlobalVariables) { function
588 TEST(ExpectNonfatalFailureTest, CanReferenceLocalVariables) { function
599 TEST(ExpectNonfatalFailureTest, SucceedsWhenThereIsOneNonfatalFailure) { function
607 TEST(ExpectNonfatalFailureTest, FailsWhenThereIsNoNonfatalFailure) { function
615 TEST(ExpectNonfatalFailureTest, FailsWhenThereAreTwoNonfatalFailures) { function
625 TEST(ExpectNonfatalFailureTest, FailsWhenThereIsOneFatalFailure) { function
634 TEST(ExpectNonfatalFailureTest, FailsWhenStatementReturns) { function
645 TEST(ExpectNonfatalFailureTest, FailsWhenStatementThrows) { function
658 TEST(ExpectFatalFailureTest, CanReferenceGlobalVariables) { function
667 TEST(ExpectFatalFailureTest, CanReferenceLocalStaticVariables) { function
677 TEST(ExpectFatalFailureTest, SucceedsWhenThereIsOneFatalFailure) { function
685 TEST(ExpectFatalFailureTest, FailsWhenThereIsNoFatalFailure) { function
698 TEST(ExpectFatalFailureTest, FailsWhenThereAreTwoFatalFailures) { function
708 TEST(ExpectFatalFailureTest, FailsWhenThereIsOneNonfatalFailure) { function
717 TEST(ExpectFatalFailureTest, FailsWhenStatementReturns) { function
728 TEST(ExpectFatalFailureTest, FailsWhenStatementThrows) { function
788 TEST(ADeathTest, ShouldRunFirst) { function
[all...]
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc56 TEST(GtestCheckSyntaxTest, BehavesLikeASingleStatement) { function in namespace:testing::internal
72 TEST(GtestCheckSyntaxTest, WorksWithSwitch) { function in namespace:testing::internal
93 TEST(GetThreadCountTest, ReturnsCorrectValue) { function in namespace:testing::internal
131 TEST(GetThreadCountTest, ReturnsZeroWhenUnableToCountThreads) { function in namespace:testing::internal
136 TEST(GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) { function in namespace:testing::internal
152 TEST(GtestCheckDeathTest, LivesSilentlyOnSuccess) { function in namespace:testing::internal
228 TEST(IsInSetTest, NulCharIsNotInAnySet) { function in namespace:testing::internal
234 TEST(IsInSetTest, WorksForNonNulChars) { function in namespace:testing::internal
242 TEST(IsDigitTest, IsFalseForNonDigit) { function in namespace:testing::internal
251 TEST(IsDigitTes function in namespace:testing::internal
258 TEST(IsPunctTest, IsFalseForNonPunct) { function in namespace:testing::internal
266 TEST(IsPunctTest, IsTrueForPunct) { function in namespace:testing::internal
272 TEST(IsRepeatTest, IsFalseForNonRepeatChar) { function in namespace:testing::internal
280 TEST(IsRepeatTest, IsTrueForRepeatChar) { function in namespace:testing::internal
286 TEST(IsWhiteSpaceTest, IsFalseForNonWhiteSpace) { function in namespace:testing::internal
294 TEST(IsWhiteSpaceTest, IsTrueForWhiteSpace) { function in namespace:testing::internal
303 TEST(IsWordCharTest, IsFalseForNonWordChar) { function in namespace:testing::internal
311 TEST(IsWordCharTest, IsTrueForLetter) { function in namespace:testing::internal
318 TEST(IsWordCharTest, IsTrueForDigit) { function in namespace:testing::internal
325 TEST(IsWordCharTest, IsTrueForUnderscore) { function in namespace:testing::internal
329 TEST(IsValidEscapeTest, IsFalseForNonPrintable) { function in namespace:testing::internal
334 TEST(IsValidEscapeTest, IsFalseForDigit) { function in namespace:testing::internal
339 TEST(IsValidEscapeTest, IsFalseForWhiteSpace) { function in namespace:testing::internal
344 TEST(IsValidEscapeTest, IsFalseForSomeLetter) { function in namespace:testing::internal
349 TEST(IsValidEscapeTest, IsTrueForPunct) { function in namespace:testing::internal
360 TEST(IsValidEscapeTest, IsTrueForSomeLetter) { function in namespace:testing::internal
369 TEST(AtomMatchesCharTest, EscapedPunct) { function in namespace:testing::internal
381 TEST(AtomMatchesCharTest, Escaped_d) { function in namespace:testing::internal
390 TEST(AtomMatchesCharTest, Escaped_D) { function in namespace:testing::internal
399 TEST(AtomMatchesCharTest, Escaped_s) { function in namespace:testing::internal
410 TEST(AtomMatchesCharTest, Escaped_S) { function in namespace:testing::internal
419 TEST(AtomMatchesCharTest, Escaped_w) { function in namespace:testing::internal
431 TEST(AtomMatchesCharTest, Escaped_W) { function in namespace:testing::internal
442 TEST(AtomMatchesCharTest, EscapedWhiteSpace) { function in namespace:testing::internal
461 TEST(AtomMatchesCharTest, UnescapedDot) { function in namespace:testing::internal
470 TEST(AtomMatchesCharTest, UnescapedChar) { function in namespace:testing::internal
480 TEST(ValidateRegexTest, GeneratesFailureAndReturnsFalseForInvalid) { function in namespace:testing::internal
516 TEST(ValidateRegexTest, ReturnsTrueForValid) { function in namespace:testing::internal
527 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrOne) { function in namespace:testing::internal
539 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrMany) { function in namespace:testing::internal
550 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForOneOrMany) { function in namespace:testing::internal
561 TEST(MatchRegexAtHeadTest, ReturnsTrueForEmptyRegex) { function in namespace:testing::internal
566 TEST(MatchRegexAtHeadTest, WorksWhenDollarIsInRegex) { function in namespace:testing::internal
573 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithEscapeSequence) { function in namespace:testing::internal
581 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithRepetition) { function in namespace:testing::internal
590 TEST(MatchRegexAtHeadTest, function in namespace:testing::internal
601 TEST(MatchRegexAtHeadTest, MatchesSequentially) { function in namespace:testing::internal
607 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenStringIsNull) { function in namespace:testing::internal
611 TEST(MatchRegexAnywhereTest, WorksWhenRegexStartsWithCaret) { function in namespace:testing::internal
620 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenNoMatch) { function in namespace:testing::internal
625 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingPrefix) { function in namespace:testing::internal
631 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingNonPrefix) { function in namespace:testing::internal
637 TEST(RETest, ImplicitConstructorWorks) { function in namespace:testing::internal
646 TEST(RETest, RejectsInvalidRegex) { function in namespace:testing::internal
661 TEST(RETest, FullMatchWorks) { function in namespace:testing::internal
677 TEST(RETest, PartialMatchWorks) { function in namespace:testing::internal
692 TEST(CaptureStderrTest, CapturesStdErr) { function in namespace:testing::internal
[all...]
H A Dgtest_stress_test.cc109 TEST(StressTest, CanUseScopedTraceAndAssertionsInManyThreads) { function in namespace:testing::__anon10041
114 TEST(NoFatalFailureTest, ExpectNoFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon10041
119 TEST(NoFatalFailureTest, AssertNoFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon10041
124 TEST(FatalFailureTest, ExpectFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon10041
129 TEST(FatalFailureOnAllThreadsTest, ExpectFatalFailureOnAllThreads) { function in namespace:testing::__anon10041
134 TEST(NonFatalFailureTest, ExpectNonFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon10041
139 TEST(NonFatalFailureOnAllThreadsTest, ExpectNonFatalFailureOnAllThreads) { function in namespace:testing::__anon10041
H A Dgtest-filepath_test.cc86 TEST(GetCurrentDirTest, ReturnsCurrentDir) {
106 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) { function in namespace:testing::internal::__anon10026
111 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) { function in namespace:testing::internal::__anon10026
119 TEST(RemoveDirectoryNameTest, WhenEmptyName) { function in namespace:testing::internal::__anon10026
124 TEST(RemoveDirectoryNameTest, ButNoDirectory) { function in namespace:testing::internal::__anon10026
130 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName) { function in namespace:testing::internal::__anon10026
136 TEST(RemoveDirectoryNameTest, WhereThereIsNoFileName) { function in namespace:testing::internal::__anon10026
142 TEST(RemoveDirectoryNameTest, ShouldGiveFileName) { function in namespace:testing::internal::__anon10026
148 TEST(RemoveDirectoryNameTest, ShouldAlsoGiveFileName) { function in namespace:testing::internal::__anon10026
156 TEST(RemoveFileNameTes function in namespace:testing::internal::__anon10026
168 TEST(RemoveFileNameTest, ButNoFile) { function in namespace:testing::internal::__anon10026
174 TEST(RemoveFileNameTest, GivesDirName) { function in namespace:testing::internal::__anon10026
181 TEST(RemoveFileNameTest, GivesDirAndSubDirName) { function in namespace:testing::internal::__anon10026
188 TEST(RemoveFileNameTest, GivesRootDir) { function in namespace:testing::internal::__anon10026
194 TEST(MakeFileNameTest, GenerateWhenNumberIsZero) { function in namespace:testing::internal::__anon10026
200 TEST(MakeFileNameTest, GenerateFileNameNumberGtZero) { function in namespace:testing::internal::__anon10026
206 TEST(MakeFileNameTest, GenerateFileNameWithSlashNumberIsZero) { function in namespace:testing::internal::__anon10026
212 TEST(MakeFileNameTest, GenerateFileNameWithSlashNumberGtZero) { function in namespace:testing::internal::__anon10026
218 TEST(MakeFileNameTest, GenerateWhenNumberIsZeroAndDirIsEmpty) { function in namespace:testing::internal::__anon10026
224 TEST(MakeFileNameTest, GenerateWhenNumberIsNotZeroAndDirIsEmpty) { function in namespace:testing::internal::__anon10026
230 TEST(ConcatPathsTest, WorksWhenDirDoesNotEndWithPathSep) { function in namespace:testing::internal::__anon10026
236 TEST(ConcatPathsTest, WorksWhenPath1EndsWithPathSep) { function in namespace:testing::internal::__anon10026
242 TEST(ConcatPathsTest, Path1BeingEmpty) { function in namespace:testing::internal::__anon10026
248 TEST(ConcatPathsTest, Path2BeingEmpty) { function in namespace:testing::internal::__anon10026
254 TEST(ConcatPathsTest, BothPathBeingEmpty) { function in namespace:testing::internal::__anon10026
260 TEST(ConcatPathsTest, Path1ContainsPathSep) { function in namespace:testing::internal::__anon10026
267 TEST(ConcatPathsTest, Path2ContainsPathSep) { function in namespace:testing::internal::__anon10026
275 TEST(ConcatPathsTest, Path2EndsWithPathSep) { function in namespace:testing::internal::__anon10026
282 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { function in namespace:testing::internal::__anon10026
288 TEST(RemoveTrailingPathSeparatorTest, FileNoSlashString) { function in namespace:testing::internal::__anon10026
294 TEST(RemoveTrailingPathSeparatorTest, ShouldRemoveTrailingSeparator) { function in namespace:testing::internal::__anon10026
301 TEST(RemoveTrailingPathSeparatorTest, ShouldRemoveLastSeparator) { function in namespace:testing::internal::__anon10026
308 TEST(RemoveTrailingPathSeparatorTest, ShouldReturnUnmodified) { function in namespace:testing::internal::__anon10026
314 TEST(DirectoryTest, RootDirectoryExists) { function in namespace:testing::internal::__anon10026
328 TEST(DirectoryTest, RootOfWrongDriveDoesNotExists) { function in namespace:testing::internal::__anon10026
347 TEST(DirectoryTest, EmptyPathDirectoryDoesNotExist) { function in namespace:testing::internal::__anon10026
352 TEST(DirectoryTest, CurrentDirectoryExists) { function in namespace:testing::internal::__anon10026
364 TEST(NormalizeTest, NullStringsEqualEmptyDirectory) { function in namespace:testing::internal::__anon10026
370 TEST(NormalizeTest, MultipleConsecutiveSepaparatorsInMidstring) { function in namespace:testing::internal::__anon10026
381 TEST(NormalizeTest, MultipleConsecutiveSepaparatorsAtStringStart) { function in namespace:testing::internal::__anon10026
391 TEST(NormalizeTest, MultipleConsecutiveSepaparatorsAtStringEnd) { function in namespace:testing::internal::__anon10026
400 TEST(AssignmentOperatorTest, DefaultAssignedToNonDefault) { function in namespace:testing::internal::__anon10026
408 TEST(AssignmentOperatorTest, NonDefaultAssignedToDefault) { function in namespace:testing::internal::__anon10026
416 TEST(AssignmentOperatorTest, ConstAssignedToNonConst) { function in namespace:testing::internal::__anon10026
520 TEST(NoDirectoryCreationTest, CreateNoDirectoriesForDefaultXmlFile) { function in namespace:testing::internal::__anon10026
525 TEST(FilePathTest, DefaultConstructor) { function in namespace:testing::internal::__anon10026
530 TEST(FilePathTest, CharAndCopyConstructors) { function in namespace:testing::internal::__anon10026
538 TEST(FilePathTest, StringConstructor) { function in namespace:testing::internal::__anon10026
543 TEST(FilePathTest, Set) { function in namespace:testing::internal::__anon10026
551 TEST(FilePathTest, ToString) { function in namespace:testing::internal::__anon10026
557 TEST(FilePathTest, RemoveExtension) { function in namespace:testing::internal::__anon10026
562 TEST(FilePathTest, RemoveExtensionWhenThereIsNoExtension) { function in namespace:testing::internal::__anon10026
566 TEST(FilePathTest, IsDirectory) { function in namespace:testing::internal::__anon10026
571 TEST(FilePathTest, IsAbsolutePath) { function in namespace:testing::internal::__anon10026
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-port_test.cc80 TEST(ImplicitCastTest, ConvertsPointers) { function in namespace:testing::internal
85 TEST(ImplicitCastTest, CanUseInheritance) { function in namespace:testing::internal
103 TEST(ImplicitCastTest, CanUseNonConstCastOperator) { function in namespace:testing::internal
122 TEST(ImplicitCastTest, CanUseConstCastOperatorOnConstValues) { function in namespace:testing::internal
147 TEST(ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately) { function in namespace:testing::internal
168 TEST(ImplicitCastTest, CanUseImplicitConstructor) { function in namespace:testing::internal
177 TEST(ScopedPtrTest, DefinesElementType) { function in namespace:testing::internal
183 TEST(GtestCheckSyntaxTest, BehavesLikeASingleStatement) { function in namespace:testing::internal
199 TEST(GtestCheckSyntaxTest, WorksWithSwitch) { function in namespace:testing::internal
213 TEST(FormatFileLocationTes function in namespace:testing::internal
218 TEST(FormatFileLocationTest, FormatsUnknownFile) { function in namespace:testing::internal
224 TEST(FormatFileLocationTest, FormatsUknownLine) { function in namespace:testing::internal
228 TEST(FormatFileLocationTest, FormatsUknownFileAndLine) { function in namespace:testing::internal
233 TEST(FormatCompilerIndependentFileLocationTest, FormatsFileLocation) { function in namespace:testing::internal
237 TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownFile) { function in namespace:testing::internal
242 TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownLine) { function in namespace:testing::internal
246 TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownFileAndLine) { function in namespace:testing::internal
258 TEST(GetThreadCountTest, ReturnsCorrectValue) { function in namespace:testing::internal
293 TEST(GetThreadCountTest, ReturnsZeroWhenUnableToCountThreads) { function in namespace:testing::internal
298 TEST(GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) { function in namespace:testing::internal
316 TEST(GtestCheckDeathTest, LivesSilentlyOnSuccess) { function in namespace:testing::internal
329 TEST(RegexEngineSelectionTest, SelectsCorrectRegexEngine) { function in namespace:testing::internal
409 TEST(IsInSetTest, NulCharIsNotInAnySet) { function in namespace:testing::internal
415 TEST(IsInSetTest, WorksForNonNulChars) { function in namespace:testing::internal
423 TEST(IsAsciiDigitTest, IsFalseForNonDigit) { function in namespace:testing::internal
432 TEST(IsAsciiDigitTest, IsTrueForDigit) { function in namespace:testing::internal
439 TEST(IsAsciiPunctTest, IsFalseForNonPunct) { function in namespace:testing::internal
447 TEST(IsAsciiPunctTest, IsTrueForPunct) { function in namespace:testing::internal
453 TEST(IsRepeatTest, IsFalseForNonRepeatChar) { function in namespace:testing::internal
461 TEST(IsRepeatTest, IsTrueForRepeatChar) { function in namespace:testing::internal
467 TEST(IsAsciiWhiteSpaceTest, IsFalseForNonWhiteSpace) { function in namespace:testing::internal
475 TEST(IsAsciiWhiteSpaceTest, IsTrueForWhiteSpace) { function in namespace:testing::internal
484 TEST(IsAsciiWordCharTest, IsFalseForNonWordChar) { function in namespace:testing::internal
492 TEST(IsAsciiWordCharTest, IsTrueForLetter) { function in namespace:testing::internal
499 TEST(IsAsciiWordCharTest, IsTrueForDigit) { function in namespace:testing::internal
506 TEST(IsAsciiWordCharTest, IsTrueForUnderscore) { function in namespace:testing::internal
510 TEST(IsValidEscapeTest, IsFalseForNonPrintable) { function in namespace:testing::internal
515 TEST(IsValidEscapeTest, IsFalseForDigit) { function in namespace:testing::internal
520 TEST(IsValidEscapeTest, IsFalseForWhiteSpace) { function in namespace:testing::internal
525 TEST(IsValidEscapeTest, IsFalseForSomeLetter) { function in namespace:testing::internal
530 TEST(IsValidEscapeTest, IsTrueForPunct) { function in namespace:testing::internal
541 TEST(IsValidEscapeTest, IsTrueForSomeLetter) { function in namespace:testing::internal
550 TEST(AtomMatchesCharTest, EscapedPunct) { function in namespace:testing::internal
562 TEST(AtomMatchesCharTest, Escaped_d) { function in namespace:testing::internal
571 TEST(AtomMatchesCharTest, Escaped_D) { function in namespace:testing::internal
580 TEST(AtomMatchesCharTest, Escaped_s) { function in namespace:testing::internal
591 TEST(AtomMatchesCharTest, Escaped_S) { function in namespace:testing::internal
600 TEST(AtomMatchesCharTest, Escaped_w) { function in namespace:testing::internal
612 TEST(AtomMatchesCharTest, Escaped_W) { function in namespace:testing::internal
623 TEST(AtomMatchesCharTest, EscapedWhiteSpace) { function in namespace:testing::internal
642 TEST(AtomMatchesCharTest, UnescapedDot) { function in namespace:testing::internal
651 TEST(AtomMatchesCharTest, UnescapedChar) { function in namespace:testing::internal
661 TEST(ValidateRegexTest, GeneratesFailureAndReturnsFalseForInvalid) { function in namespace:testing::internal
697 TEST(ValidateRegexTest, ReturnsTrueForValid) { function in namespace:testing::internal
708 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrOne) { function in namespace:testing::internal
720 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrMany) { function in namespace:testing::internal
731 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForOneOrMany) { function in namespace:testing::internal
742 TEST(MatchRegexAtHeadTest, ReturnsTrueForEmptyRegex) { function in namespace:testing::internal
747 TEST(MatchRegexAtHeadTest, WorksWhenDollarIsInRegex) { function in namespace:testing::internal
754 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithEscapeSequence) { function in namespace:testing::internal
762 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithRepetition) { function in namespace:testing::internal
771 TEST(MatchRegexAtHeadTest, function in namespace:testing::internal
782 TEST(MatchRegexAtHeadTest, MatchesSequentially) { function in namespace:testing::internal
788 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenStringIsNull) { function in namespace:testing::internal
792 TEST(MatchRegexAnywhereTest, WorksWhenRegexStartsWithCaret) { function in namespace:testing::internal
801 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenNoMatch) { function in namespace:testing::internal
806 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingPrefix) { function in namespace:testing::internal
812 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingNonPrefix) { function in namespace:testing::internal
818 TEST(RETest, ImplicitConstructorWorks) { function in namespace:testing::internal
827 TEST(RETest, RejectsInvalidRegex) { function in namespace:testing::internal
842 TEST(RETest, FullMatchWorks) { function in namespace:testing::internal
858 TEST(RETest, PartialMatchWorks) { function in namespace:testing::internal
875 TEST(CaptureTest, CapturesStdout) { function in namespace:testing::internal
885 TEST(CaptureTest, CapturesStderr) { function in namespace:testing::internal
896 TEST(CaptureTest, CapturesStdoutAndStderr) { function in namespace:testing::internal
905 TEST(CaptureDeathTest, CannotReenterStdoutCapture) { function in namespace:testing::internal
917 TEST(ThreadLocalTest, DefaultConstructorInitializesToDefaultValues) { function in namespace:testing::internal
925 TEST(ThreadLocalTest, SingleParamConstructorInitializesToParam) { function in namespace:testing::internal
940 TEST(ThreadLocalTest, ValueDefaultContructorIsNotRequiredForParamVersion) { function in namespace:testing::internal
945 TEST(ThreadLocalTest, GetAndPointerReturnSameValue) { function in namespace:testing::internal
955 TEST(ThreadLocalTest, PointerAndConstPointerReturnSameValue) { function in namespace:testing::internal
969 TEST(ThreadWithParamTest, ConstructorExecutesThreadFunc) { function in namespace:testing::internal
976 TEST(MutexDeathTest, AssertHeldShouldAssertWhenNotLocked) { function in namespace:testing::internal
987 TEST(MutexTest, AssertHeldShouldNotAssertWhenLocked) { function in namespace:testing::internal
1032 TEST(MutexTest, OnlyOneThreadCanLockAtATime) { function in namespace:testing::internal
1070 TEST(ThreadLocalTest, ParameterizedConstructorSetsDefault) { function in namespace:testing::internal
1113 TEST(ThreadLocalTest, DestroysManagedObjectForOwnThreadWhenDying) { function in namespace:testing::internal
1142 TEST(ThreadLocalTest, DestroysManagedObjectAtThreadExit) { function in namespace:testing::internal
1173 TEST(ThreadLocalTest, ThreadLocalMutationsAffectOnlyCurrentThread) { function in namespace:testing::internal
[all...]
H A Dgtest_output_test_.cc77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
84 TEST(PassingTest, PassingTest1) { function
87 TEST(PassingTest, PassingTest2) { function
105 TEST(FatalFailureTest, FatalFailureInSubroutine) { function
112 TEST(FatalFailureTest, FatalFailureInNestedSubroutine) { function
120 // When calling HasFatalFailure() inside a TEST, TEST_F, or test
129 TEST(FatalFailureTest, NonfatalFailureInSubroutine) { function
136 TEST(LoggingTest, InterleavingLoggingAndAssertions) { function
164 TEST(SCOPED_TRACETest, ObeysScopes) { function
183 TEST(SCOPED_TRACETes function
194 TEST(SCOPED_TRACETest, WorksInSubroutine) { function
202 TEST(SCOPED_TRACETest, CanBeNested) { function
211 TEST(SCOPED_TRACETest, CanBeRepeated) { function
285 TEST(SCOPED_TRACETest, WorksConcurrently) { function
310 TEST(DisabledTestsWarningTest, function
444 TEST(AddFailureAtTest, MessageContainsSpecifiedFileAndLineNumber) { function
563 TEST(TEST_F_before_TEST_in_same_test_case, DefinedUsingTESTAndShouldFail) {} function
568 TEST(TEST_before_TEST_F_in_same_test_case, DefinedUsingTEST) {} function
579 TEST(ExpectNonfatalFailureTest, CanReferenceGlobalVariables) { function
588 TEST(ExpectNonfatalFailureTest, CanReferenceLocalVariables) { function
599 TEST(ExpectNonfatalFailureTest, SucceedsWhenThereIsOneNonfatalFailure) { function
607 TEST(ExpectNonfatalFailureTest, FailsWhenThereIsNoNonfatalFailure) { function
615 TEST(ExpectNonfatalFailureTest, FailsWhenThereAreTwoNonfatalFailures) { function
625 TEST(ExpectNonfatalFailureTest, FailsWhenThereIsOneFatalFailure) { function
634 TEST(ExpectNonfatalFailureTest, FailsWhenStatementReturns) { function
645 TEST(ExpectNonfatalFailureTest, FailsWhenStatementThrows) { function
658 TEST(ExpectFatalFailureTest, CanReferenceGlobalVariables) { function
667 TEST(ExpectFatalFailureTest, CanReferenceLocalStaticVariables) { function
677 TEST(ExpectFatalFailureTest, SucceedsWhenThereIsOneFatalFailure) { function
685 TEST(ExpectFatalFailureTest, FailsWhenThereIsNoFatalFailure) { function
698 TEST(ExpectFatalFailureTest, FailsWhenThereAreTwoFatalFailures) { function
708 TEST(ExpectFatalFailureTest, FailsWhenThereIsOneNonfatalFailure) { function
717 TEST(ExpectFatalFailureTest, FailsWhenStatementReturns) { function
728 TEST(ExpectFatalFailureTest, FailsWhenStatementThrows) { function
788 TEST(ADeathTest, ShouldRunFirst) { function
[all...]
/external/chromium/base/threading/
H A Dthread_checker_unittest.cc73 TEST(ThreadCheckerTest, CallsAllowedOnSameThread) { function in namespace:base
84 TEST(ThreadCheckerTest, DestructorAllowedOnDifferentThread) { function in namespace:base
97 TEST(ThreadCheckerTest, DetachFromThread) { function in namespace:base
125 TEST(ThreadCheckerDeathTest, MethodNotAllowedOnDifferentThreadInDebug) { function in namespace:base
131 TEST(ThreadCheckerTest, MethodAllowedOnDifferentThreadInRelease) { function in namespace:base
154 TEST(ThreadCheckerDeathTest, DetachFromThreadInDebug) { function in namespace:base
160 TEST(ThreadCheckerTest, DetachFromThreadInRelease) { function in namespace:base
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp20 TEST(HasNameDeathTest, DiesOnEmptyName) { function in namespace:clang::ast_matchers
27 TEST(HasNameDeathTest, DiesOnEmptyPattern) { function in namespace:clang::ast_matchers
34 TEST(IsDerivedFromDeathTest, DiesOnEmptyBaseName) { function in namespace:clang::ast_matchers
42 TEST(Decl, MatchesDeclarations) { function in namespace:clang::ast_matchers
48 TEST(NameableDeclaration, MatchesVariousDecls) { function in namespace:clang::ast_matchers
61 TEST(NameableDeclaration, REMatchesVariousDecls) { function in namespace:clang::ast_matchers
84 TEST(DeclarationMatcher, MatchClass) { function in namespace:clang::ast_matchers
100 TEST(DeclarationMatcher, ClassIsDerived) { function in namespace:clang::ast_matchers
297 TEST(ClassTemplate, DoesNotMatchClass) { function in namespace:clang::ast_matchers
303 TEST(ClassTemplat function in namespace:clang::ast_matchers
309 TEST(ClassTemplate, DoesNotMatchClassTemplateExplicitSpecialization) { function in namespace:clang::ast_matchers
316 TEST(ClassTemplate, DoesNotMatchClassTemplatePartialSpecialization) { function in namespace:clang::ast_matchers
323 TEST(AllOf, AllOverloadsWork) { function in namespace:clang::ast_matchers
336 TEST(DeclarationMatcher, MatchAnyOf) { function in namespace:clang::ast_matchers
362 TEST(DeclarationMatcher, MatchHas) { function in namespace:clang::ast_matchers
375 TEST(DeclarationMatcher, MatchHasRecursiveAllOf) { function in namespace:clang::ast_matchers
433 TEST(DeclarationMatcher, MatchHasRecursiveAnyOf) { function in namespace:clang::ast_matchers
464 TEST(DeclarationMatcher, MatchNot) { function in namespace:clang::ast_matchers
488 TEST(DeclarationMatcher, HasDescendant) { function in namespace:clang::ast_matchers
548 TEST(Enum, DoesNotMatchClasses) { function in namespace:clang::ast_matchers
552 TEST(Enum, MatchesEnums) { function in namespace:clang::ast_matchers
556 TEST(EnumConstant, Matches) { function in namespace:clang::ast_matchers
563 TEST(StatementMatcher, Has) { function in namespace:clang::ast_matchers
574 TEST(StatementMatcher, HasDescendant) { function in namespace:clang::ast_matchers
587 TEST(TypeMatcher, MatchesClassType) { function in namespace:clang::ast_matchers
665 TEST(Matcher, BindMatchedNodes) { function in namespace:clang::ast_matchers
689 TEST(Matcher, BindTheSameNameInAlternatives) { function in namespace:clang::ast_matchers
706 TEST(Matcher, BindsIDForMemoizedResults) { function in namespace:clang::ast_matchers
718 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { function in namespace:clang::ast_matchers
730 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { function in namespace:clang::ast_matchers
741 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { function in namespace:clang::ast_matchers
750 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { function in namespace:clang::ast_matchers
758 TEST(Matcher, Call) { function in namespace:clang::ast_matchers
805 TEST(HasType, MatchesAsString) { function in namespace:clang::ast_matchers
817 TEST(Matcher, OverloadedOperatorCall) { function in namespace:clang::ast_matchers
843 TEST(Matcher, HasOperatorNameForOverloadedOperatorCall) { function in namespace:clang::ast_matchers
857 TEST(Matcher, ThisPointerType) { function in namespace:clang::ast_matchers
887 TEST(Matcher, VariableUsage) { function in namespace:clang::ast_matchers
913 TEST(Matcher, FindsVarDeclInFuncitonParameter) { function in namespace:clang::ast_matchers
919 TEST(Matcher, CalledVariable) { function in namespace:clang::ast_matchers
939 TEST(UnaryExprOrTypeTraitExpr, MatchesSizeOfAndAlignOf) { function in namespace:clang::ast_matchers
951 TEST(UnaryExpressionOrTypeTraitExpression, MatchesCorrectType) { function in namespace:clang::ast_matchers
963 TEST(MemberExpression, DoesNotMatchClasses) { function in namespace:clang::ast_matchers
967 TEST(MemberExpression, MatchesMemberFunctionCall) { function in namespace:clang::ast_matchers
971 TEST(MemberExpression, MatchesVariable) { function in namespace:clang::ast_matchers
980 TEST(MemberExpression, MatchesStaticVariable) { function in namespace:clang::ast_matchers
989 TEST(IsInteger, MatchesIntegers) { function in namespace:clang::ast_matchers
997 TEST(IsInteger, ReportsNoFalsePositives) { function in namespace:clang::ast_matchers
1004 TEST(IsArrow, MatchesMemberVariablesViaArrow) { function in namespace:clang::ast_matchers
1013 TEST(IsArrow, MatchesStaticMemberVariablesViaArrow) { function in namespace:clang::ast_matchers
1022 TEST(IsArrow, MatchesMemberCallsViaArrow) { function in namespace:clang::ast_matchers
1031 TEST(Callee, MatchesDeclarations) { function in namespace:clang::ast_matchers
1038 TEST(Callee, MatchesMemberExpressions) { function in namespace:clang::ast_matchers
1045 TEST(Function, MatchesFunctionDeclarations) { function in namespace:clang::ast_matchers
1071 TEST(FunctionTemplate, MatchesFunctionTemplateDeclarations) { function in namespace:clang::ast_matchers
1077 TEST(FunctionTemplate, DoesNotMatchFunctionDeclarations) { function in namespace:clang::ast_matchers
1083 TEST(FunctionTemplate, DoesNotMatchFunctionTemplateSpecializations) { function in namespace:clang::ast_matchers
1092 TEST(Matcher, Argument) { function in namespace:clang::ast_matchers
1106 TEST(Matcher, AnyArgument) { function in namespace:clang::ast_matchers
1114 TEST(Matcher, ArgumentCount) { function in namespace:clang::ast_matchers
1122 TEST(Matcher, References) { function in namespace:clang::ast_matchers
1135 TEST(HasParameter, CallsInnerMatcher) { function in namespace:clang::ast_matchers
1142 TEST(HasParameter, DoesNotMatchIfIndexOutOfBounds) { function in namespace:clang::ast_matchers
1147 TEST(HasType, MatchesParameterVariableTypesStrictly) { function in namespace:clang::ast_matchers
1160 TEST(HasAnyParameter, MatchesIndependentlyOfPosition) { function in namespace:clang::ast_matchers
1167 TEST(Returns, MatchesReturnTypes) { function in namespace:clang::ast_matchers
1177 TEST(IsExternC, MatchesExternCFunctionDeclarations) { function in namespace:clang::ast_matchers
1184 TEST(HasAnyParameter, DoesntMatchIfInnerMatcherDoesntMatch) { function in namespace:clang::ast_matchers
1189 TEST(HasAnyParameter, DoesNotMatchThisPointer) { function in namespace:clang::ast_matchers
1195 TEST(HasName, MatchesParameterVariableDeclartions) { function in namespace:clang::ast_matchers
1202 TEST(Matcher, MatchesClassTemplateSpecialization) { function in namespace:clang::ast_matchers
1212 TEST(Matcher, MatchesTypeTemplateArgument) { function in namespace:clang::ast_matchers
1220 TEST(Matcher, MatchesDeclarationReferenceTemplateArgument) { function in namespace:clang::ast_matchers
1229 TEST(Matcher, MatchesSpecificArgument) { function in namespace:clang::ast_matchers
1242 TEST(Matcher, ConstructorCall) { function in namespace:clang::ast_matchers
1256 TEST(Matcher, ConstructorArgument) { function in namespace:clang::ast_matchers
1280 TEST(Matcher, ConstructorArgumentCount) { function in namespace:clang::ast_matchers
1298 TEST(Matcher, BindTemporaryExpression) { function in namespace:clang::ast_matchers
1329 TEST(MaterializeTemporaryExpr, MatchesTemporary) { function in namespace:clang::ast_matchers
1364 TEST(ConstructorDeclaration, SimpleCase) { function in namespace:clang::ast_matchers
1371 TEST(ConstructorDeclaration, IsImplicit) { function in namespace:clang::ast_matchers
1383 TEST(DestructorDeclaration, MatchesVirtualDestructor) { function in namespace:clang::ast_matchers
1388 TEST(DestructorDeclaration, DoesNotMatchImplicitDestructor) { function in namespace:clang::ast_matchers
1393 TEST(HasAnyConstructorInitializer, SimpleCase) { function in namespace:clang::ast_matchers
1405 TEST(HasAnyConstructorInitializer, ForField) { function in namespace:clang::ast_matchers
1421 TEST(HasAnyConstructorInitializer, WithInitializer) { function in namespace:clang::ast_matchers
1433 TEST(HasAnyConstructorInitializer, IsWritten) { function in namespace:clang::ast_matchers
1449 TEST(Matcher, NewExpression) { function in namespace:clang::ast_matchers
1460 TEST(Matcher, NewExpressionArgument) { function in namespace:clang::ast_matchers
1481 TEST(Matcher, NewExpressionArgumentCount) { function in namespace:clang::ast_matchers
1491 TEST(Matcher, DeleteExpression) { function in namespace:clang::ast_matchers
1496 TEST(Matcher, DefaultArgument) { function in namespace:clang::ast_matchers
1505 TEST(Matcher, StringLiterals) { function in namespace:clang::ast_matchers
1516 TEST(Matcher, CharacterLiterals) { function in namespace:clang::ast_matchers
1526 TEST(Matcher, IntegerLiterals) { function in namespace:clang::ast_matchers
1542 TEST(Matcher, Conditions) { function in namespace:clang::ast_matchers
1552 TEST(MatchBinaryOperator, HasOperatorName) { function in namespace:clang::ast_matchers
1559 TEST(MatchBinaryOperator, HasLHSAndHasRHS) { function in namespace:clang::ast_matchers
1569 TEST(MatchBinaryOperator, HasEitherOperand) { function in namespace:clang::ast_matchers
1578 TEST(Matcher, BinaryOperatorTypes) { function in namespace:clang::ast_matchers
1679 TEST(MatchUnaryOperator, HasOperatorName) { function in namespace:clang::ast_matchers
1686 TEST(MatchUnaryOperator, HasUnaryOperand) { function in namespace:clang::ast_matchers
1694 TEST(Matcher, UnaryOperatorTypes) { function in namespace:clang::ast_matchers
1729 TEST(Matcher, ConditionalOperator) { function in namespace:clang::ast_matchers
1746 TEST(ArraySubscriptMatchers, ArraySubscripts) { function in namespace:clang::ast_matchers
1753 TEST(ArraySubscriptMatchers, ArrayIndex) { function in namespace:clang::ast_matchers
1765 TEST(ArraySubscriptMatchers, MatchesArrayBase) { function in namespace:clang::ast_matchers
1772 TEST(Matcher, HasNameSupportsNamespaces) { function in namespace:clang::ast_matchers
1799 TEST(Matcher, HasNameSupportsOuterClasses) { function in namespace:clang::ast_matchers
1834 TEST(Matcher, IsDefinition) { function in namespace:clang::ast_matchers
1851 TEST(Matcher, OfClass) { function in namespace:clang::ast_matchers
1865 TEST(Matcher, VisitsTemplateInstantiations) { function in namespace:clang::ast_matchers
1885 TEST(Matcher, HandlesNullQualTypes) { function in namespace:clang::ast_matchers
1917 TEST(AstMatcherPMacro, Works) { function in namespace:clang::ast_matchers
1941 TEST(AstPolymorphicMatcherPMacro, Works) { function in namespace:clang::ast_matchers
1960 TEST(For, FindsForLoops) { function in namespace:clang::ast_matchers
1965 TEST(For, ForLoopInternals) { function in namespace:clang::ast_matchers
1972 TEST(For, NegativeForLoopInternals) { function in namespace:clang::ast_matchers
1979 TEST(For, ReportsNoFalsePositives) { function in namespace:clang::ast_matchers
1984 TEST(CompoundStatement, HandlesSimpleCases) { function in namespace:clang::ast_matchers
1990 TEST(CompoundStatement, DoesNotMatchEmptyStruct) { function in namespace:clang::ast_matchers
1999 TEST(HasBody, FindsBodyOfForWhileDoLoops) { function in namespace:clang::ast_matchers
2010 TEST(HasAnySubstatement, MatchesForTopLevelCompoundStatement) { function in namespace:clang::ast_matchers
2018 TEST(HasAnySubstatement, IsNotRecursive) { function in namespace:clang::ast_matchers
2024 TEST(HasAnySubstatement, MatchesInNestedCompoundStatements) { function in namespace:clang::ast_matchers
2029 TEST(HasAnySubstatement, FindsSubstatementBetweenOthers) { function in namespace:clang::ast_matchers
2034 TEST(StatementCountIs, FindsNoStatementsInAnEmptyCompoundStatement) { function in namespace:clang::ast_matchers
2041 TEST(StatementCountIs, AppearsToMatchOnlyOneCount) { function in namespace:clang::ast_matchers
2050 TEST(StatementCountIs, WorksWithMultipleStatements) { function in namespace:clang::ast_matchers
2055 TEST(StatementCountIs, WorksWithNestedCompoundStatements) { function in namespace:clang::ast_matchers
2066 TEST(Member, WorksInSimplestCase) { function in namespace:clang::ast_matchers
2071 TEST(Member, DoesNotMatchTheBaseExpression) { function in namespace:clang::ast_matchers
2078 TEST(Member, MatchesInMemberFunctionCall) { function in namespace:clang::ast_matchers
2086 TEST(Member, MatchesMemberAllocationFunction) { function in namespace:clang::ast_matchers
2100 TEST(HasObjectExpression, DoesNotMatchMember) { function in namespace:clang::ast_matchers
2106 TEST(HasObjectExpression, MatchesBaseOfVariable) { function in namespace:clang::ast_matchers
2116 TEST(HasObjectExpression, function in namespace:clang::ast_matchers
2128 TEST(Field, DoesNotMatchNonFieldMembers) { function in namespace:clang::ast_matchers
2135 TEST(Field, MatchesField) { function in namespace:clang::ast_matchers
2139 TEST(IsConstQualified, MatchesConstInt) { function in namespace:clang::ast_matchers
2144 TEST(IsConstQualified, MatchesConstPointer) { function in namespace:clang::ast_matchers
2149 TEST(IsConstQualified, MatchesThroughTypedef) { function in namespace:clang::ast_matchers
2156 TEST(IsConstQualified, DoesNotMatchInappropriately) { function in namespace:clang::ast_matchers
2163 TEST(CastExpression, MatchesExplicitCasts) { function in namespace:clang::ast_matchers
2171 TEST(CastExpression, MatchesImplicitCasts) { function in namespace:clang::ast_matchers
2178 TEST(CastExpression, DoesNotMatchNonCasts) { function in namespace:clang::ast_matchers
2185 TEST(ReinterpretCast, MatchesSimpleCase) { function in namespace:clang::ast_matchers
2190 TEST(ReinterpretCast, DoesNotMatchOtherCasts) { function in namespace:clang::ast_matchers
2203 TEST(FunctionalCast, MatchesSimpleCase) { function in namespace:clang::ast_matchers
2209 TEST(FunctionalCast, DoesNotMatchOtherCasts) { function in namespace:clang::ast_matchers
2219 TEST(DynamicCast, MatchesSimpleCase) { function in namespace:clang::ast_matchers
2226 TEST(StaticCast, MatchesSimpleCase) { function in namespace:clang::ast_matchers
2231 TEST(StaticCast, DoesNotMatchOtherCasts) { function in namespace:clang::ast_matchers
2244 TEST(HasDestinationType, MatchesSimpleCase) { function in namespace:clang::ast_matchers
2250 TEST(HasImplicitDestinationType, MatchesSimpleCase) { function in namespace:clang::ast_matchers
2261 TEST(HasImplicitDestinationType, DoesNotMatchIncorrectly) { function in namespace:clang::ast_matchers
2272 TEST(ImplicitCast, MatchesSimpleCase) { function in namespace:clang::ast_matchers
2284 TEST(ImplicitCast, DoesNotMatchIncorrectly) { function in namespace:clang::ast_matchers
2303 TEST(IgnoringImpCasts, MatchesImpCasts) { function in namespace:clang::ast_matchers
2316 TEST(IgnoringImpCasts, DoesNotMatchIncorrectly) { function in namespace:clang::ast_matchers
2343 TEST(IgnoringImpCasts, MatchesWithoutImpCasts) { function in namespace:clang::ast_matchers
2351 TEST(IgnoringParenCasts, MatchesParenCasts) { function in namespace:clang::ast_matchers
2375 TEST(IgnoringParenCasts, MatchesWithoutParenCasts) { function in namespace:clang::ast_matchers
2382 TEST(IgnoringParenCasts, DoesNotMatchIncorrectly) { function in namespace:clang::ast_matchers
2400 TEST(IgnoringParenAndImpCasts, MatchesParenImpCasts) { function in namespace:clang::ast_matchers
2414 TEST(IgnoringParenAndImpCasts, MatchesWithoutParenImpCasts) { function in namespace:clang::ast_matchers
2425 TEST(IgnoringParenAndImpCasts, DoesNotMatchIncorrectly) { function in namespace:clang::ast_matchers
2445 TEST(HasSourceExpression, MatchesImplicitCasts) { function in namespace:clang::ast_matchers
2452 TEST(HasSourceExpression, MatchesExplicitCasts) { function in namespace:clang::ast_matchers
2459 TEST(Statement, DoesNotMatchDeclarations) { function in namespace:clang::ast_matchers
2463 TEST(Statement, MatchesCompoundStatments) { function in namespace:clang::ast_matchers
2467 TEST(DeclarationStatement, DoesNotMatchCompoundStatements) { function in namespace:clang::ast_matchers
2471 TEST(DeclarationStatement, MatchesVariableDeclarationStatements) { function in namespace:clang::ast_matchers
2475 TEST(InitListExpression, MatchesInitListExpression) { function in namespace:clang::ast_matchers
2482 TEST(UsingDeclaration, MatchesUsingDeclarations) { function in namespace:clang::ast_matchers
2487 TEST(UsingDeclaration, MatchesShadowUsingDelcarations) { function in namespace:clang::ast_matchers
2492 TEST(UsingDeclaration, MatchesSpecificTarget) { function in namespace:clang::ast_matchers
2501 TEST(UsingDeclaration, ThroughUsingDeclaration) { function in namespace:clang::ast_matchers
2510 TEST(SingleDecl, IsSingleDecl) { function in namespace:clang::ast_matchers
2519 TEST(DeclStmt, ContainsDeclaration) { function in namespace:clang::ast_matchers
2533 TEST(DeclCount, DeclCountIsCorrect) { function in namespace:clang::ast_matchers
2542 TEST(While, MatchesWhileLoops) { function in namespace:clang::ast_matchers
2548 TEST(Do, MatchesDoLoops) { function in namespace:clang::ast_matchers
2553 TEST(Do, DoesNotMatchWhileLoops) { function in namespace:clang::ast_matchers
2557 TEST(SwitchCase, MatchesCase) { function in namespace:clang::ast_matchers
2564 TEST(HasConditionVariableStatement, DoesNotMatchCondition) { function in namespace:clang::ast_matchers
2573 TEST(HasConditionVariableStatement, MatchesConditionVariables) { function in namespace:clang::ast_matchers
2579 TEST(ForEach, BindsOneNode) { function in namespace:clang::ast_matchers
2585 TEST(ForEach, BindsMultipleNodes) { function in namespace:clang::ast_matchers
2591 TEST(ForEach, BindsRecursiveCombinations) { function in namespace:clang::ast_matchers
2599 TEST(ForEachDescendant, BindsOneNode) { function in namespace:clang::ast_matchers
2606 TEST(ForEachDescendant, BindsMultipleNodes) { function in namespace:clang::ast_matchers
2614 TEST(ForEachDescendant, BindsRecursiveCombinations) { function in namespace:clang::ast_matchers
2624 TEST(IsTemplateInstantiation, MatchesImplicitClassTemplateInstantiation) { function in namespace:clang::ast_matchers
2638 TEST(IsTemplateInstantiation, MatchesImplicitFunctionTemplateInstantiation) { function in namespace:clang::ast_matchers
2645 TEST(IsTemplateInstantiation, MatchesExplicitClassTemplateInstantiation) { function in namespace:clang::ast_matchers
2653 TEST(IsTemplateInstantiation, function in namespace:clang::ast_matchers
2661 TEST(IsTemplateInstantiation, function in namespace:clang::ast_matchers
2672 TEST(IsTemplateInstantiation, DoesNotMatchInstantiationsInsideOfInstantiation) { function in namespace:clang::ast_matchers
2685 TEST(IsTemplateInstantiation, DoesNotMatchExplicitClassTemplateSpecialization) { function in namespace:clang::ast_matchers
2692 TEST(IsTemplateInstantiation, DoesNotMatchNonTemplate) { function in namespace:clang::ast_matchers
2698 TEST(IsExplicitTemplateSpecialization, function in namespace:clang::ast_matchers
2708 TEST(IsExplicitTemplateSpecialization, function in namespace:clang::ast_matchers
2720 TEST(IsExplicitTemplateSpecialization, function in namespace:clang::ast_matchers
2730 TEST(IsExplicitTemplateSpecialization, function in namespace:clang::ast_matchers
2742 TEST(HasAncenstor, MatchesDeclarationAncestors) { function in namespace:clang::ast_matchers
2748 TEST(HasAncenstor, FailsIfNoAncestorMatches) { function in namespace:clang::ast_matchers
2754 TEST(HasAncestor, MatchesDeclarationsThatGetVisitedLater) { function in namespace:clang::ast_matchers
2761 TEST(HasAncenstor, MatchesStatementAncestors) { function in namespace:clang::ast_matchers
2767 TEST(HasAncestor, DrillsThroughDifferentHierarchies) { function in namespace:clang::ast_matchers
2774 TEST(HasAncestor, BindsRecursiveCombinations) { function in namespace:clang::ast_matchers
2781 TEST(HasAncestor, BindsCombinationsWithHasDescendant) { function in namespace:clang::ast_matchers
2793 TEST(HasAncestor, MatchesInTemplateInstantiations) { function in namespace:clang::ast_matchers
2801 TEST(HasAncestor, MatchesInImplicitCode) { function in namespace:clang::ast_matchers
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-cardinalities_test.cc63 TEST(CardinalityTest, IsDefaultConstructable) { function in namespace:__anon3130
68 TEST(CardinalityTest, IsCopyable) { function in namespace:__anon3130
82 TEST(CardinalityTest, IsOverSaturatedByCallCountWorks) { function in namespace:__anon3130
91 TEST(CardinalityTest, CanDescribeActualCallCount) { function in namespace:__anon3130
110 TEST(AnyNumber, Works) { function in namespace:__anon3130
127 TEST(AnyNumberTest, HasCorrectBounds) { function in namespace:__anon3130
135 TEST(AtLeastTest, OnNegativeNumber) { function in namespace:__anon3130
141 TEST(AtLeastTest, OnZero) { function in namespace:__anon3130
155 TEST(AtLeastTest, OnPositiveNumber) { function in namespace:__anon3130
182 TEST(AtLeastTes function in namespace:__anon3130
190 TEST(AtMostTest, OnNegativeNumber) { function in namespace:__anon3130
196 TEST(AtMostTest, OnZero) { function in namespace:__anon3130
210 TEST(AtMostTest, OnPositiveNumber) { function in namespace:__anon3130
237 TEST(AtMostTest, HasCorrectBounds) { function in namespace:__anon3130
245 TEST(BetweenTest, OnNegativeStart) { function in namespace:__anon3130
251 TEST(BetweenTest, OnNegativeEnd) { function in namespace:__anon3130
257 TEST(BetweenTest, OnStartBiggerThanEnd) { function in namespace:__anon3130
264 TEST(BetweenTest, OnZeroStartAndZeroEnd) { function in namespace:__anon3130
279 TEST(BetweenTest, OnZeroStartAndNonZeroEnd) { function in namespace:__anon3130
297 TEST(BetweenTest, OnSameStartAndEnd) { function in namespace:__anon3130
315 TEST(BetweenTest, OnDifferentStartAndEnd) { function in namespace:__anon3130
336 TEST(BetweenTest, HasCorrectBounds) { function in namespace:__anon3130
344 TEST(ExactlyTest, OnNegativeNumber) { function in namespace:__anon3130
350 TEST(ExactlyTest, OnZero) { function in namespace:__anon3130
364 TEST(ExactlyTest, OnPositiveNumber) { function in namespace:__anon3130
388 TEST(ExactlyTest, HasCorrectBounds) { function in namespace:__anon3130
415 TEST(MakeCardinalityTest, ConstructsCardinalityFromInterface) { function in namespace:__anon3130
[all...]
H A Dgmock-internal-utils_test.cc65 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsNoWord) { function in namespace:testing::internal::__anon3133
71 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsDigits) { function in namespace:testing::internal::__anon3133
78 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsCamelCaseWords) { function in namespace:testing::internal::__anon3133
86 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContains_SeparatedWords) { function in namespace:testing::internal::__anon3133
93 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameIsMixture) { function in namespace:testing::internal::__anon3133
99 TEST(PointeeOfTest, WorksForSmartPointers) { function in namespace:testing::internal::__anon3133
104 TEST(PointeeOfTest, WorksForRawPointers) { function in namespace:testing::internal::__anon3133
110 TEST(GetRawPointerTest, WorksForSmartPointers) { function in namespace:testing::internal::__anon3133
116 TEST(GetRawPointerTest, WorksForRawPointers) { function in namespace:testing::internal::__anon3133
129 TEST(KindOfTes function in namespace:testing::internal::__anon3133
133 TEST(KindOfTest, Integer) { function in namespace:testing::internal::__anon3133
153 TEST(KindOfTest, FloatingPoint) { function in namespace:testing::internal::__anon3133
159 TEST(KindOfTest, Other) { function in namespace:testing::internal::__anon3133
167 TEST(LosslessArithmeticConvertibleTest, BoolToBool) { function in namespace:testing::internal::__anon3133
171 TEST(LosslessArithmeticConvertibleTest, BoolToInteger) { function in namespace:testing::internal::__anon3133
178 TEST(LosslessArithmeticConvertibleTest, BoolToFloatingPoint) { function in namespace:testing::internal::__anon3133
183 TEST(LosslessArithmeticConvertibleTest, IntegerToBool) { function in namespace:testing::internal::__anon3133
188 TEST(LosslessArithmeticConvertibleTest, IntegerToInteger) { function in namespace:testing::internal::__anon3133
221 TEST(LosslessArithmeticConvertibleTest, IntegerToFloatingPoint) { function in namespace:testing::internal::__anon3133
230 TEST(LosslessArithmeticConvertibleTest, FloatingPointToBool) { function in namespace:testing::internal::__anon3133
235 TEST(LosslessArithmeticConvertibleTest, FloatingPointToInteger) { function in namespace:testing::internal::__anon3133
241 TEST(LosslessArithmeticConvertibleTest, FloatingPointToFloatingPoint) { function in namespace:testing::internal::__anon3133
264 TEST(TupleMatchesTest, WorksForSize0) { function in namespace:testing::internal::__anon3133
271 TEST(TupleMatchesTest, WorksForSize1) { function in namespace:testing::internal::__anon3133
280 TEST(TupleMatchesTest, WorksForSize2) { function in namespace:testing::internal::__anon3133
293 TEST(TupleMatchesTest, WorksForSize5) { function in namespace:testing::internal::__anon3133
308 TEST(AssertTest, SucceedsOnTrue) { function in namespace:testing::internal::__anon3133
314 TEST(AssertTest, FailsFatallyOnFalse) { function in namespace:testing::internal::__anon3133
325 TEST(ExpectTest, SucceedsOnTrue) { function in namespace:testing::internal::__anon3133
331 TEST(ExpectTest, FailsNonfatallyOnFalse) { function in namespace:testing::internal::__anon3133
404 TEST(LogTest, NoStackTraceWhenStackFramesToSkipIsNegative) { function in namespace:testing::internal::__anon3133
415 TEST(LogTest, NoSkippingStackFrameInOptMode) { function in namespace:testing::internal::__anon3133
438 TEST(LogTest, AllLogsArePrintedWhenVerbosityIsInfo) { function in namespace:testing::internal::__anon3133
445 TEST(LogTest, OnlyWarningsArePrintedWhenVerbosityIsWarning) { function in namespace:testing::internal::__anon3133
452 TEST(LogTest, NoLogsArePrintedWhenVerbosityIsError) { function in namespace:testing::internal::__anon3133
459 TEST(LogTest, OnlyWarningsArePrintedWhenVerbosityIsInvalid) { function in namespace:testing::internal::__anon3133
466 TEST(TypeTraitsTest, true_type) { function in namespace:testing::internal::__anon3133
470 TEST(TypeTraitsTest, false_type) { function in namespace:testing::internal::__anon3133
474 TEST(TypeTraitsTest, is_reference) { function in namespace:testing::internal::__anon3133
480 TEST(TypeTraitsTest, is_pointer) { function in namespace:testing::internal::__anon3133
486 TEST(TypeTraitsTest, type_equals) { function in namespace:testing::internal::__anon3133
493 TEST(TypeTraitsTest, remove_reference) { function in namespace:testing::internal::__anon3133
527 TEST(ExpectCallTest, LogsWhenVerbosityIsInfo) { function in namespace:testing::internal::__anon3133
534 TEST(ExpectCallTest, DoesNotLogWhenVerbosityIsWarning) { function in namespace:testing::internal::__anon3133
540 TEST(ExpectCallTest, DoesNotLogWhenVerbosityIsError) { function in namespace:testing::internal::__anon3133
550 TEST(OnCallTest, LogsWhenVerbosityIsInfo) { function in namespace:testing::internal::__anon3133
557 TEST(OnCallTest, DoesNotLogWhenVerbosityIsWarning) { function in namespace:testing::internal::__anon3133
563 TEST(OnCallTest, DoesNotLogWhenVerbosityIsError) { function in namespace:testing::internal::__anon3133
573 TEST(OnCallTest, LogsAnythingArgument) { function in namespace:testing::internal::__anon3133
582 TEST(StlContainerViewTest, WorksForStlContainer) { function in namespace:testing::internal::__anon3133
598 TEST(StlContainerViewTest, WorksForStaticNativeArray) { function in namespace:testing::internal::__anon3133
625 TEST(StlContainerViewTest, WorksForDynamicNativeArray) { function in namespace:testing::internal::__anon3133
[all...]
H A Dgmock-generated-internal-utils_test.cc51 TEST(MatcherTupleTest, ForSize0) { function in namespace:__anon3131
55 TEST(MatcherTupleTest, ForSize1) { function in namespace:__anon3131
60 TEST(MatcherTupleTest, ForSize2) { function in namespace:__anon3131
65 TEST(MatcherTupleTest, ForSize5) { function in namespace:__anon3131
74 TEST(FunctionTest, Nullary) { function in namespace:__anon3131
83 TEST(FunctionTest, Unary) { function in namespace:__anon3131
94 TEST(FunctionTest, Binary) { function in namespace:__anon3131
107 TEST(FunctionTest, LongArgumentList) { function in namespace:__anon3131
/external/chromium/base/
H A Dtemplate_util_unittest.cc18 TEST(TemplateUtilTest, IsPointer) { function in namespace:base::__anon1624
25 TEST(TemplateUtilTest, IsArray) { function in namespace:base::__anon1624
34 TEST(TemplateUtilTest, IsNonConstReference) { function in namespace:base::__anon1624
40 TEST(TemplateUtilTest, IsConvertible) { function in namespace:base::__anon1624
56 TEST(TemplateUtilTest, IsClass) { function in namespace:base::__anon1624
H A Dstringize_macros_unittest.cc16 TEST(StringizeTest, Ansi) { function
35 TEST(StringizeTest, Wide) { function
52 TEST(ToLStringTest, Main) { function
H A Dtools_sanity_unittest.cc71 TEST(ToolsSanityTest, MemoryLeak) { function in namespace:base
76 TEST(ToolsSanityTest, AccessesToNewMemory) { function in namespace:base
87 TEST(ToolsSanityTest, AccessesToMallocMemory) { function in namespace:base
97 TEST(ToolsSanityTest, ArrayDeletedWithoutBraces) { function in namespace:base
106 TEST(ToolsSanityTest, SingleElementDeletedWithBraces) { function in namespace:base
116 TEST(ToolsSanityTest, DataRace) { function in namespace:base
/external/v8/test/cctest/
H A Dtest-func-name-inference.cc111 TEST(GlobalProperty) { function
123 TEST(GlobalVar) { function
135 TEST(LocalVar) { function
149 TEST(InConstructor) { function
163 TEST(Factory) { function
179 TEST(Static) { function
197 TEST(Prototype) { function
215 TEST(ObjectLiteral) { function
229 TEST(AsParameter) { function
245 TEST(MultipleFuncsConditiona function
258 TEST(MultipleFuncsInLiteral) { function
273 TEST(Issue380) { function
286 TEST(MultipleAssignments) { function
302 TEST(AsConstructorParameter) { function
316 TEST(FactoryHashmap) { function
332 TEST(FactoryHashmapVariable) { function
351 TEST(FactoryHashmapConditional) { function
366 TEST(GlobalAssignmentAndCall) { function
384 TEST(AssignmentAndCall) { function
[all...]
/external/chromium/base/synchronization/
H A Dcancellation_flag_unittest.cc35 TEST(CancellationFlagTest, SimpleSingleThreadedTest) { function in namespace:base::__anon1618
42 TEST(CancellationFlagTest, DoubleSetTest) { function in namespace:base::__anon1618
51 TEST(CancellationFlagTest, SetOnDifferentThreadDeathTest) { function in namespace:base::__anon1618
/external/chromium/chrome/browser/ui/gtk/status_icons/
H A Dstatus_tray_gtk_unittest.cc22 TEST(StatusTrayGtkTest, CreateTray) { function in namespace:__anon2506
27 TEST(StatusTrayGtkTest, CreateIcon) { function in namespace:__anon2506
41 TEST(StatusTrayGtkTest, ClickOnIcon) { function in namespace:__anon2506
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cc37 TEST(SanitizerCommon, BooleanFlags) { function in namespace:__sanitizer
49 TEST(SanitizerCommon, IntFlags) { function in namespace:__sanitizer
57 TEST(SanitizerCommon, StrFlags) { function in namespace:__sanitizer
H A Dsanitizer_stackdepot_test.cc20 TEST(SanitizerCommon, StackDepotBasic) { function in namespace:__sanitizer
30 TEST(SanitizerCommon, StackDepotAbsent) { function in namespace:__sanitizer
36 TEST(SanitizerCommon, StackDepotEmptyStack) { function in namespace:__sanitizer
43 TEST(SanitizerCommon, StackDepotZeroId) { function in namespace:__sanitizer
49 TEST(SanitizerCommon, StackDepotSame) { function in namespace:__sanitizer
61 TEST(SanitizerCommon, StackDepotSeveral) { function in namespace:__sanitizer
/external/valgrind/unittest/
H A Dmemory_unittest.cc50 TEST(Wrappers, StrchrTest) { function
77 TEST(Threads, EmptyThreadTest) { function
85 TEST(SyscallTests, OutputDebugStringTest) { function
90 TEST(ComTests, IWbemLocator_ConnectServerTest) { function
126 TEST(HeapTest, MutexAllocatedOnHeapTest) { function in namespace:HeapTests
143 TEST(HeapTest, ReallocInHeapObjectTest) { function in namespace:HeapTests
/external/chromium/chrome/browser/sync/util/
H A Dcrypto_helpers_unittest.cc8 TEST(ChecksumTest, MD5ChecksumTest) { function
19 TEST(CryptoHelpers, GetRandomBytes) { function
/external/chromium/net/base/
H A Dssl_false_start_blacklist_unittest.cc10 TEST(SSLFalseStartBlacklistTest, LastTwoLabels) { function in namespace:net
24 TEST(SSLFalseStartBlacklistTest, IsMember) { function in namespace:net
/external/clang/unittests/Tooling/
H A DRewriterTest.cpp15 TEST(Rewriter, OverwritesChangedFiles) { function in namespace:clang
24 TEST(Rewriter, ContinuesOverwritingFilesOnError) { function in namespace:clang
/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid_unittest.cc12 TEST(StructurallyValidTest, ValidUTF8String) { function in namespace:google::protobuf::internal::__anon10119
26 TEST(StructurallyValidTest, InvalidUTF8String) { function in namespace:google::protobuf::internal::__anon10119

Completed in 798 milliseconds

1234567891011>>