Searched refs:TEST (Results 176 - 200 of 2488) sorted by relevance

1234567891011>>

/external/chromium_org/components/proximity_auth/
H A Dwire_message_unittest.cc11 TEST(ProximityAuthWireMessage, Deserialize_EmptyMessage) { function in namespace:proximity_auth
19 TEST(ProximityAuthWireMessage, Deserialize_IncompleteHeader) { function in namespace:proximity_auth
27 TEST(ProximityAuthWireMessage, Deserialize_UnexpectedMessageFormatVersion) { function in namespace:proximity_auth
36 TEST(ProximityAuthWireMessage, Deserialize_BodyOfSizeZero) { function in namespace:proximity_auth
44 TEST(ProximityAuthWireMessage, Deserialize_IncompleteBody) { function in namespace:proximity_auth
52 TEST(ProximityAuthWireMessage, Deserialize_BodyLongerThanSpecifiedInHeader) { function in namespace:proximity_auth
60 TEST(ProximityAuthWireMessage, Deserialize_BodyIsNotValidJSON) { function in namespace:proximity_auth
68 TEST(ProximityAuthWireMessage, Deserialize_BodyIsNotADictionary) { function in namespace:proximity_auth
80 TEST(ProximityAuthWireMessage, Deserialize_BodyLacksPermitId) { function in namespace:proximity_auth
92 TEST(ProximityAuthWireMessag function in namespace:proximity_auth
103 TEST(ProximityAuthWireMessage, Deserialize_BodyHasEmptyPermitId) { function in namespace:proximity_auth
115 TEST(ProximityAuthWireMessage, Deserialize_BodyHasEmptyPayload) { function in namespace:proximity_auth
125 TEST(ProximityAuthWireMessage, Deserialize_PayloadIsNotBase64Encoded) { function in namespace:proximity_auth
136 TEST(ProximityAuthWireMessage, Deserialize_ValidMessage) { function in namespace:proximity_auth
149 TEST(ProximityAuthWireMessage, Deserialize_ValidMessageWithExtraUnknownFields) { function in namespace:proximity_auth
[all...]
/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp20 TEST(ASTNodeKind, NoKind) { function in namespace:clang::ast_type_traits
29 TEST(ASTNodeKind, Bases) { function in namespace:clang::ast_type_traits
37 TEST(ASTNodeKind, BaseDistances) { function in namespace:clang::ast_type_traits
50 TEST(ASTNodeKind, SameBase) { function in namespace:clang::ast_type_traits
57 TEST(ASTNodeKind, DiffBase) { function in namespace:clang::ast_type_traits
65 TEST(ASTNodeKind, UnknownKind) { function in namespace:clang::ast_type_traits
70 TEST(ASTNodeKind, Name) { function in namespace:clang::ast_type_traits
77 TEST(DynTypedNode, DeclSourceRange) { function in namespace:clang::ast_type_traits
83 TEST(DynTypedNode, StmtSourceRange) { function in namespace:clang::ast_type_traits
89 TEST(DynTypedNod function in namespace:clang::ast_type_traits
95 TEST(DynTypedNode, NNSLocSourceRange) { function in namespace:clang::ast_type_traits
102 TEST(DynTypedNode, DeclDump) { function in namespace:clang::ast_type_traits
108 TEST(DynTypedNode, StmtDump) { function in namespace:clang::ast_type_traits
114 TEST(DynTypedNode, DeclPrint) { function in namespace:clang::ast_type_traits
120 TEST(DynTypedNode, StmtPrint) { function in namespace:clang::ast_type_traits
[all...]
/external/chromium_org/media/base/
H A Dcontainer_names_unittest.cc23 TEST(ContainerNamesTest, CheckSmallBuffer) { function in namespace:media::container_names
87 TEST(ContainerNamesTest, CheckFixedStrings) { function in namespace:media::container_names
122 TEST(ContainerNamesTest, FileCheckOGG) { function in namespace:media::container_names
127 TEST(ContainerNamesTest, FileCheckWAV) { function in namespace:media::container_names
133 TEST(ContainerNamesTest, FileCheckMOV) { function in namespace:media::container_names
138 TEST(ContainerNamesTest, FileCheckWEBM) { function in namespace:media::container_names
144 TEST(ContainerNamesTest, FileCheckMP3) { function in namespace:media::container_names
149 TEST(ContainerNamesTest, FileCheckAC3) { function in namespace:media::container_names
153 TEST(ContainerNamesTest, FileCheckAAC) { function in namespace:media::container_names
157 TEST(ContainerNamesTes function in namespace:media::container_names
161 TEST(ContainerNamesTest, FileCheckASF) { function in namespace:media::container_names
165 TEST(ContainerNamesTest, FileCheckAVI) { function in namespace:media::container_names
169 TEST(ContainerNamesTest, FileCheckEAC3) { function in namespace:media::container_names
173 TEST(ContainerNamesTest, FileCheckFLAC) { function in namespace:media::container_names
177 TEST(ContainerNamesTest, FileCheckFLV) { function in namespace:media::container_names
181 TEST(ContainerNamesTest, FileCheckH261) { function in namespace:media::container_names
185 TEST(ContainerNamesTest, FileCheckH263) { function in namespace:media::container_names
189 TEST(ContainerNamesTest, FileCheckMJPEG) { function in namespace:media::container_names
193 TEST(ContainerNamesTest, FileCheckMPEG2PS) { function in namespace:media::container_names
197 TEST(ContainerNamesTest, FileCheckMPEG2TS) { function in namespace:media::container_names
201 TEST(ContainerNamesTest, FileCheckRM) { function in namespace:media::container_names
205 TEST(ContainerNamesTest, FileCheckSWF) { function in namespace:media::container_names
210 TEST(ContainerNamesTest, FileCheckUNKNOWN) { function in namespace:media::container_names
[all...]
H A Dgmock_callback_support_unittest.cc23 TEST(GmockCallbackSupportTest, IsNullCallback) { function in namespace:media
29 TEST(GmockCallbackSupportTest, IsNotNullCallback) { function in namespace:media
35 TEST(GmockCallbackSupportTest, RunClosure) { function in namespace:media
44 TEST(GmockCallbackSupportTest, RunCallback0) { function in namespace:media
53 TEST(GmockCallbackSupportTest, RunCallback1) { function in namespace:media
62 TEST(GmockCallbackSupportTest, RunCallbackPassByRef) { function in namespace:media
73 TEST(GmockCallbackSupportTest, RunCallbackPassByValue) { function in namespace:media
/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::__anon28921
114 TEST(NoFatalFailureTest, ExpectNoFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon28921
119 TEST(NoFatalFailureTest, AssertNoFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon28921
124 TEST(FatalFailureTest, ExpectFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon28921
129 TEST(FatalFailureOnAllThreadsTest, ExpectFatalFailureOnAllThreads) { function in namespace:testing::__anon28921
134 TEST(NonFatalFailureTest, ExpectNonFatalFailureIgnoresFailuresInOtherThreads) { function in namespace:testing::__anon28921
139 TEST(NonFatalFailureOnAllThreadsTest, ExpectNonFatalFailureOnAllThreads) { function in namespace:testing::__anon28921
H A Dgtest-filepath_test.cc86 TEST(GetCurrentDirTest, ReturnsCurrentDir) {
106 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) { function in namespace:testing::internal::__anon28906
111 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) { function in namespace:testing::internal::__anon28906
119 TEST(RemoveDirectoryNameTest, WhenEmptyName) { function in namespace:testing::internal::__anon28906
124 TEST(RemoveDirectoryNameTest, ButNoDirectory) { function in namespace:testing::internal::__anon28906
130 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName) { function in namespace:testing::internal::__anon28906
136 TEST(RemoveDirectoryNameTest, WhereThereIsNoFileName) { function in namespace:testing::internal::__anon28906
142 TEST(RemoveDirectoryNameTest, ShouldGiveFileName) { function in namespace:testing::internal::__anon28906
148 TEST(RemoveDirectoryNameTest, ShouldAlsoGiveFileName) { function in namespace:testing::internal::__anon28906
156 TEST(RemoveFileNameTes function in namespace:testing::internal::__anon28906
168 TEST(RemoveFileNameTest, ButNoFile) { function in namespace:testing::internal::__anon28906
174 TEST(RemoveFileNameTest, GivesDirName) { function in namespace:testing::internal::__anon28906
181 TEST(RemoveFileNameTest, GivesDirAndSubDirName) { function in namespace:testing::internal::__anon28906
188 TEST(RemoveFileNameTest, GivesRootDir) { function in namespace:testing::internal::__anon28906
194 TEST(MakeFileNameTest, GenerateWhenNumberIsZero) { function in namespace:testing::internal::__anon28906
200 TEST(MakeFileNameTest, GenerateFileNameNumberGtZero) { function in namespace:testing::internal::__anon28906
206 TEST(MakeFileNameTest, GenerateFileNameWithSlashNumberIsZero) { function in namespace:testing::internal::__anon28906
212 TEST(MakeFileNameTest, GenerateFileNameWithSlashNumberGtZero) { function in namespace:testing::internal::__anon28906
218 TEST(MakeFileNameTest, GenerateWhenNumberIsZeroAndDirIsEmpty) { function in namespace:testing::internal::__anon28906
224 TEST(MakeFileNameTest, GenerateWhenNumberIsNotZeroAndDirIsEmpty) { function in namespace:testing::internal::__anon28906
230 TEST(ConcatPathsTest, WorksWhenDirDoesNotEndWithPathSep) { function in namespace:testing::internal::__anon28906
236 TEST(ConcatPathsTest, WorksWhenPath1EndsWithPathSep) { function in namespace:testing::internal::__anon28906
242 TEST(ConcatPathsTest, Path1BeingEmpty) { function in namespace:testing::internal::__anon28906
248 TEST(ConcatPathsTest, Path2BeingEmpty) { function in namespace:testing::internal::__anon28906
254 TEST(ConcatPathsTest, BothPathBeingEmpty) { function in namespace:testing::internal::__anon28906
260 TEST(ConcatPathsTest, Path1ContainsPathSep) { function in namespace:testing::internal::__anon28906
267 TEST(ConcatPathsTest, Path2ContainsPathSep) { function in namespace:testing::internal::__anon28906
275 TEST(ConcatPathsTest, Path2EndsWithPathSep) { function in namespace:testing::internal::__anon28906
282 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { function in namespace:testing::internal::__anon28906
288 TEST(RemoveTrailingPathSeparatorTest, FileNoSlashString) { function in namespace:testing::internal::__anon28906
294 TEST(RemoveTrailingPathSeparatorTest, ShouldRemoveTrailingSeparator) { function in namespace:testing::internal::__anon28906
301 TEST(RemoveTrailingPathSeparatorTest, ShouldRemoveLastSeparator) { function in namespace:testing::internal::__anon28906
308 TEST(RemoveTrailingPathSeparatorTest, ShouldReturnUnmodified) { function in namespace:testing::internal::__anon28906
314 TEST(DirectoryTest, RootDirectoryExists) { function in namespace:testing::internal::__anon28906
328 TEST(DirectoryTest, RootOfWrongDriveDoesNotExists) { function in namespace:testing::internal::__anon28906
347 TEST(DirectoryTest, EmptyPathDirectoryDoesNotExist) { function in namespace:testing::internal::__anon28906
352 TEST(DirectoryTest, CurrentDirectoryExists) { function in namespace:testing::internal::__anon28906
364 TEST(NormalizeTest, NullStringsEqualEmptyDirectory) { function in namespace:testing::internal::__anon28906
370 TEST(NormalizeTest, MultipleConsecutiveSepaparatorsInMidstring) { function in namespace:testing::internal::__anon28906
381 TEST(NormalizeTest, MultipleConsecutiveSepaparatorsAtStringStart) { function in namespace:testing::internal::__anon28906
391 TEST(NormalizeTest, MultipleConsecutiveSepaparatorsAtStringEnd) { function in namespace:testing::internal::__anon28906
400 TEST(AssignmentOperatorTest, DefaultAssignedToNonDefault) { function in namespace:testing::internal::__anon28906
408 TEST(AssignmentOperatorTest, NonDefaultAssignedToDefault) { function in namespace:testing::internal::__anon28906
416 TEST(AssignmentOperatorTest, ConstAssignedToNonConst) { function in namespace:testing::internal::__anon28906
520 TEST(NoDirectoryCreationTest, CreateNoDirectoriesForDefaultXmlFile) { function in namespace:testing::internal::__anon28906
525 TEST(FilePathTest, DefaultConstructor) { function in namespace:testing::internal::__anon28906
530 TEST(FilePathTest, CharAndCopyConstructors) { function in namespace:testing::internal::__anon28906
538 TEST(FilePathTest, StringConstructor) { function in namespace:testing::internal::__anon28906
543 TEST(FilePathTest, Set) { function in namespace:testing::internal::__anon28906
551 TEST(FilePathTest, ToString) { function in namespace:testing::internal::__anon28906
557 TEST(FilePathTest, RemoveExtension) { function in namespace:testing::internal::__anon28906
562 TEST(FilePathTest, RemoveExtensionWhenThereIsNoExtension) { function in namespace:testing::internal::__anon28906
566 TEST(FilePathTest, IsDirectory) { function in namespace:testing::internal::__anon28906
571 TEST(FilePathTest, IsAbsolutePath) { function in namespace:testing::internal::__anon28906
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDimensionTest.cpp51 TEST(WebCoreHTMLDimension, parseListOfDimensionsEmptyString) function in namespace:__anon11082
57 TEST(WebCoreHTMLDimension, parseListOfDimensionsNoNumberAbsolute) function in namespace:__anon11082
64 TEST(WebCoreHTMLDimension, parseListOfDimensionsNoNumberPercent) function in namespace:__anon11082
71 TEST(WebCoreHTMLDimension, parseListOfDimensionsNoNumberRelative) function in namespace:__anon11082
78 TEST(WebCoreHTMLDimension, parseListOfDimensionsSingleAbsolute) function in namespace:__anon11082
86 TEST(WebCoreHTMLDimension, parseListOfDimensionsSinglePercentageWithSpaces) function in namespace:__anon11082
94 TEST(WebCoreHTMLDimension, parseListOfDimensionsSingleRelative) function in namespace:__anon11082
102 TEST(WebCoreHTMLDimension, parseListOfDimensionsDoubleAbsolute) function in namespace:__anon11082
110 TEST(WebCoreHTMLDimension, parseListOfDimensionsLeadingSpaceAbsolute) function in namespace:__anon11082
118 TEST(WebCoreHTMLDimensio function in namespace:__anon11082
126 TEST(WebCoreHTMLDimension, parseListOfDimensionsLeadingSpacePercentage) function in namespace:__anon11082
134 TEST(WebCoreHTMLDimension, parseListOfDimensionsDoublePercentage) function in namespace:__anon11082
142 TEST(WebCoreHTMLDimension, parseListOfDimensionsDoubleRelative) function in namespace:__anon11082
150 TEST(WebCoreHTMLDimension, parseListOfDimensionsSpacesInIntegerDoubleAbsolute) function in namespace:__anon11082
158 TEST(WebCoreHTMLDimension, parseListOfDimensionsSpacesInIntegerDoublePercent) function in namespace:__anon11082
166 TEST(WebCoreHTMLDimension, parseListOfDimensionsSpacesInIntegerDoubleRelative) function in namespace:__anon11082
174 TEST(WebCoreHTMLDimension, parseListOfDimensionsSpacesInFractionAfterDotDoublePercent) function in namespace:__anon11082
182 TEST(WebCoreHTMLDimension, parseListOfDimensionsSpacesInFractionAfterDigitDoublePercent) function in namespace:__anon11082
190 TEST(WebCoreHTMLDimension, parseListOfDimensionsTrailingComma) function in namespace:__anon11082
198 TEST(WebCoreHTMLDimension, parseListOfDimensionsTwoDimensions) function in namespace:__anon11082
207 TEST(WebCoreHTMLDimension, parseListOfDimensionsMultipleDimensionsWithSpaces) function in namespace:__anon11082
217 TEST(WebCoreHTMLDimension, parseListOfDimensionsMultipleDimensionsWithOneEmpty) function in namespace:__anon11082
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util_unittest.cpp11 TEST(GetBaseNamePtr, Test) { function in namespace:crazy
16 TEST(String, Empty) { function in namespace:crazy
23 TEST(String, CStringConstructor) { function in namespace:crazy
29 TEST(String, CStringConstructorWithLength) { function in namespace:crazy
35 TEST(String, CopyConstructor) { function in namespace:crazy
43 TEST(String, CharConstructor) { function in namespace:crazy
49 TEST(String, AppendCString) { function in namespace:crazy
57 TEST(String, AppendOther) { function in namespace:crazy
64 TEST(String, ArrayAccess) { function in namespace:crazy
75 TEST(Strin function in namespace:crazy
82 TEST(String, ResizeToZero) { function in namespace:crazy
89 TEST(Vector, IsEmpty) { function in namespace:crazy
94 TEST(Vector, PushBack) { function in namespace:crazy
102 TEST(Vector, PushBack2) { function in namespace:crazy
112 TEST(Vector, At) { function in namespace:crazy
124 TEST(Vector, IndexOf) { function in namespace:crazy
136 TEST(Vector, InsertAt) { function in namespace:crazy
161 TEST(Vector, RemoveAt) { function in namespace:crazy
180 TEST(Vector, PopFirst) { function in namespace:crazy
196 TEST(Set, Empty) { function in namespace:crazy
202 TEST(Set, OneItem) { function in namespace:crazy
213 TEST(Set, ThreeItems) { function in namespace:crazy
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dvalidating_util_test.cc78 TEST(ValidatingUtilTest, UnwrapChecksum_CorruptedData) { function in namespace:__anon12608
83 TEST(ValidatingUtilTest, UnwrapChecksum_EmptyString) { function in namespace:__anon12608
88 TEST(ValidatingUtilTest, UnwrapChecksum_GarbageData) { function in namespace:__anon12608
93 TEST(ValidatingUtilTest, UnwrapChecksum_InMiddle) { function in namespace:__anon12608
98 TEST(ValidatingUtilTest, UnwrapChecksum) { function in namespace:__anon12608
104 TEST(ValidatingUtilTest, UnwrapTimestamp_CorruptedData) { function in namespace:__anon12608
109 TEST(ValidatingUtilTest, UnwrapTimestamp_EmptyString) { function in namespace:__anon12608
114 TEST(ValidatingUtilTest, UnwrapTimestamp_GarbageData) { function in namespace:__anon12608
119 TEST(ValidatingUtilTest, UnwrapTimestamp_InMiddle) { function in namespace:__anon12608
124 TEST(ValidatingUtilTes function in namespace:__anon12608
130 TEST(ValidatingUtilTest, UnwrapTimestamp_Stale) { function in namespace:__anon12608
135 TEST(ValidatingUtilTest, UnwrapTimestamp) { function in namespace:__anon12608
141 TEST(ValidatingUtilTest, Wrap) { function in namespace:__anon12608
147 TEST(ValidatingUtilTest, WrapUnwrapIt) { function in namespace:__anon12608
[all...]
H A Dlookup_key_test.cc31 TEST(LookupKeyTest, Empty) { function in namespace:__anon12587
38 TEST(LookupKeyTest, AddressDepth1) { function in namespace:__anon12587
47 TEST(LookupKeyTest, AddressDepth2) { function in namespace:__anon12587
57 TEST(LookupKeyTest, AddressDepth3) { function in namespace:__anon12587
68 TEST(LookupKeyTest, AddressDepth4) { function in namespace:__anon12587
80 TEST(LookupKeyTest, AddressDepthNonContiguous) { function in namespace:__anon12587
92 TEST(LookupKeyTest, RequestDepth) { function in namespace:__anon12587
106 TEST(LookupKeyTest, WithLanguageCodeDefaultLanguage) { function in namespace:__anon12587
118 TEST(LookupKeyTest, WithLanguageCodeAlternateLanguage) { function in namespace:__anon12587
130 TEST(LookupKeyTes function in namespace:__anon12587
142 TEST(LookupKeyTest, WithLanguageCodeAlternateLanguageNoState) { function in namespace:__anon12587
154 TEST(LookupKeyTest, GetRegionCode) { function in namespace:__anon12587
162 TEST(LookupKeyTest, FromAddressClearsExistingNodes) { function in namespace:__anon12587
[all...]
/external/bluetooth/bluedroid/osi/test/
H A Dreactor_test.cpp38 TEST(ReactorTest, reactor_new) { function
44 TEST(ReactorTest, reactor_free_null) { function
48 TEST(ReactorTest, reactor_stop_start) { function
55 TEST(ReactorTest, reactor_repeated_stop_start) { function
64 TEST(ReactorTest, reactor_multi_stop_start) { function
78 TEST(ReactorTest, reactor_start_wait_stop) { function
92 TEST(ReactorTest, reactor_run_once_timeout) { function
/external/chromium_org/base/threading/
H A Dthread_checker_unittest.cc86 TEST(ThreadCheckerTest, CallsAllowedOnSameThread) { function in namespace:base
97 TEST(ThreadCheckerTest, DestructorAllowedOnDifferentThread) { function in namespace:base
110 TEST(ThreadCheckerTest, DetachFromThread) { function in namespace:base
138 TEST(ThreadCheckerDeathTest, MethodNotAllowedOnDifferentThreadInDebug) { function in namespace:base
144 TEST(ThreadCheckerTest, MethodAllowedOnDifferentThreadInRelease) { function in namespace:base
167 TEST(ThreadCheckerDeathTest, DetachFromThreadInDebug) { function in namespace:base
173 TEST(ThreadCheckerTest, DetachFromThreadInRelease) { function in namespace:base
/external/chromium_org/content/renderer/media/
H A Dwebrtc_uma_histograms_unittest.cc23 TEST(PerSessionWebRTCAPIMetrics, NoCallOngoingGetUserMedia) { function in namespace:content
29 TEST(PerSessionWebRTCAPIMetrics, CallOngoingGetUserMedia) { function in namespace:content
36 TEST(PerSessionWebRTCAPIMetrics, NoCallOngoingGetMediaDevices) { function in namespace:content
42 TEST(PerSessionWebRTCAPIMetrics, CallOngoingGetMediaDevices) { function in namespace:content
49 TEST(PerSessionWebRTCAPIMetrics, NoCallOngoingRTCPeerConnection) { function in namespace:content
55 TEST(PerSessionWebRTCAPIMetrics, NoCallOngoingMultiplePC) { function in namespace:content
63 TEST(PerSessionWebRTCAPIMetrics, BeforeAfterCallMultiplePC) { function in namespace:content
/external/chromium_org/net/http/
H A Dhttp_basic_state_unittest.cc16 TEST(HttpBasicStateTest, ConstructsProperly) { function in namespace:net::__anon9281
24 TEST(HttpBasicStateTest, UsingProxyCanBeFalse) { function in namespace:net::__anon9281
29 TEST(HttpBasicStateTest, ReleaseConnectionWorks) { function in namespace:net::__anon9281
38 TEST(HttpBasicStateTest, InitializeWorks) { function in namespace:net::__anon9281
47 TEST(HttpBasicStateTest, DeleteParser) { function in namespace:net::__anon9281
56 TEST(HttpBasicStateTest, GenerateRequestLineNoProxy) { function in namespace:net::__anon9281
66 TEST(HttpBasicStateTest, GenerateRequestLineWithProxy) { function in namespace:net::__anon9281
/external/chromium_org/net/websockets/
H A Dwebsocket_extension_parser_test.cc16 TEST(WebSocketExtensionParserTest, ParseEmpty) { function in namespace:net::__anon9826
23 TEST(WebSocketExtensionParserTest, ParseSimple) { function in namespace:net::__anon9826
33 TEST(WebSocketExtensionParserTest, ParseOneExtensionWithOneParamWithoutValue) { function in namespace:net::__anon9826
44 TEST(WebSocketExtensionParserTest, ParseOneExtensionWithOneParamWithValue) { function in namespace:net::__anon9826
55 TEST(WebSocketExtensionParserTest, ParseOneExtensionWithParams) { function in namespace:net::__anon9826
67 TEST(WebSocketExtensionParserTest, InvalidPatterns) { function in namespace:net::__anon9826
109 TEST(WebSocketExtensionParserTest, QuotedParameterValue) { function in namespace:net::__anon9826
/external/chromium_org/third_party/webrtc/base/
H A Dthread_checker_unittest.cc69 // the TEST.
95 // the TEST.
108 TEST(ThreadCheckerTest, DISABLED_ON_MAC(CallsAllowedOnSameThread)) { function in namespace:rtc
119 TEST(ThreadCheckerTest, DISABLED_ON_MAC(DestructorAllowedOnDifferentThread)) { function in namespace:rtc
132 TEST(ThreadCheckerTest, DISABLED_ON_MAC(DetachFromThread)) { function in namespace:rtc
160 TEST(ThreadCheckerDeathTest, function in namespace:rtc
167 TEST(ThreadCheckerTest, MethodAllowedOnDifferentThreadInRelease) { function in namespace:rtc
190 TEST(ThreadCheckerDeathTest, DetachFromThreadInDebug) { function in namespace:rtc
196 TEST(ThreadCheckerTest, DetachFromThreadInRelease) { function in namespace:rtc
/external/chromium_org/ui/gfx/range/
H A Drange_win_unittest.cc8 TEST(RangeTest, FromCHARRANGE) { function
18 TEST(RangeTest, FromReversedCHARRANGE) { function
28 TEST(RangeTest, FromCHARRANGETotal) { function
38 TEST(RangeTest, ToCHARRANGE) { function
45 TEST(RangeTest, ReversedToCHARRANGE) { function
52 TEST(RangeTest, FromCHARRANGEInvalid) { function
58 TEST(RangeTest, ToCHARRANGEInvalid) { function
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-variables.cc79 TEST(StackLoadVariables) { function
85 TEST(ContextLoadVariables) { function
91 TEST(StackStoreVariables) { function
97 TEST(ContextStoreVariables) { function
103 TEST(StackInitializeVariables) { function
109 TEST(ContextInitializeVariables) { function
115 TEST(SelfReferenceVariable) { function
/external/qemu/android/base/
H A DStringFormat_unittest.cpp21 TEST(StringFormat, EmptyString) { function in namespace:android::base
27 TEST(StringFormat, SimpleString) { function in namespace:android::base
32 TEST(StringFormat, SimpleDecimal) { function in namespace:android::base
37 TEST(StringFormat, VeryLongString) { function in namespace:android::base
56 TEST(StringAppendFormat, EmptyString) { function in namespace:android::base
63 TEST(StringAppendFormat, SimpleString) { function in namespace:android::base
70 TEST(StringAppendFormat, VeryLongString) { function in namespace:android::base
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp161 TEST(RecursiveASTVisitor, VisitsParmVarDeclForImplicitCode) { function in namespace:__anon19549
177 TEST(RecursiveASTVisitor, VisitsBaseClassDeclarations) { function in namespace:__anon19549
183 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersOfForwardDeclaredClass) { function in namespace:__anon19549
192 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersWithIncompleteInnerClass) { function in namespace:__anon19549
200 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersOfSelfReferentialType) { function in namespace:__anon19549
208 TEST(RecursiveASTVisitor, VisitsBaseClassTemplateArguments) { function in namespace:__anon19549
215 TEST(RecursiveASTVisitor, VisitsCXXForRangeStmtRange) { function in namespace:__anon19549
225 TEST(RecursiveASTVisitor, VisitsCXXForRangeStmtLoopVariable) { function in namespace:__anon19549
234 TEST(RecursiveASTVisitor, VisitsCallExpr) { function in namespace:__anon19549
241 TEST(RecursiveASTVisito function in namespace:__anon19549
252 TEST(RecursiveASTVisitor, VisitsCallInNestedFunctionTemplateInstantiation) { function in namespace:__anon19549
265 TEST(RecursiveASTVisitor, VisitsCallInNestedClassTemplateInstantiation) { function in namespace:__anon19549
295 TEST(RecursiveASTVisitor, VisitsCallInPartialTemplateSpecialization) { function in namespace:__anon19549
312 TEST(RecursiveASTVisitor, VisitsExplicitTemplateSpecialization) { function in namespace:__anon19549
325 TEST(RecursiveASTVisitor, VisitsPartialTemplateSpecialization) { function in namespace:__anon19549
341 TEST(RecursiveASTVisitor, VisitsUndefinedClassTemplateSpecialization) { function in namespace:__anon19549
349 TEST(RecursiveASTVisitor, VisitsNestedUndefinedClassTemplateSpecialization) { function in namespace:__anon19549
359 TEST(RecursiveASTVisitor, VisitsUndefinedFunctionTemplateSpecialization) { function in namespace:__anon19549
367 TEST(RecursiveASTVisitor, VisitsNestedUndefinedFunctionTemplateSpecialization) { function in namespace:__anon19549
377 TEST(RecursiveASTVisitor, NoRecursionInSelfFriend) { function in namespace:__anon19549
389 TEST(RecursiveASTVisitor, TraversesOverloadedOperator) { function in namespace:__anon19549
399 TEST(RecursiveASTVisitor, VisitsParensDuringDataRecursion) { function in namespace:__anon19549
405 TEST(RecursiveASTVisitor, VisitsClassTemplateNonTypeParmDefaultArgument) { function in namespace:__anon19549
414 TEST(RecursiveASTVisitor, VisitsClassTemplateTypeParmDefaultArgument) { function in namespace:__anon19549
423 TEST(RecursiveASTVisitor, VisitsClassTemplateTemplateParmDefaultArgument) { function in namespace:__anon19549
448 TEST(RecursiveASTVisitor, VisitsImplicitCopyConstructors) { function in namespace:__anon19549
489 TEST(RecursiveASTVisitor, CanVisitImplicitMemberInitializations) { function in namespace:__anon19549
505 TEST(RecursiveASTVisitor, CanSkipImplicitMemberInitializations) { function in namespace:__anon19549
519 TEST(RecursiveASTVisitor, VisitsExtension) { function in namespace:__anon19549
526 TEST(RecursiveASTVisitor, VisitsCompoundLiteralType) { function in namespace:__anon19549
534 TEST(RecursiveASTVisitor, VisitsObjCPropertyType) { function in namespace:__anon19549
543 TEST(RecursiveASTVisitor, VisitsLambdaExpr) { function in namespace:__anon19549
550 TEST(RecursiveASTVisitor, TraverseLambdaBodyCanBeOverridden) { function in namespace:__anon19549
557 TEST(RecursiveASTVisitor, HasCaptureDefaultLoc) { function in namespace:__anon19549
564 TEST(RecursiveASTVisitor, VisitsCopyExprOfBlockDeclCapture) { function in namespace:__anon19549
593 TEST(RecursiveASTVisitor, LambdaClosureTypesAreImplicit) { function in namespace:__anon19549
621 TEST(RecursiveASTVisitor, AttributesAreVisited) { function in namespace:__anon19549
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyNew_Test.cpp12 #define TEST(name) { name, #name } macro
4679 TEST(testRectOp1d),
4680 TEST(testCubicOp64d),
4681 TEST(testQuad1c),
4682 TEST(testQuad1z),
4683 TEST(testQuad1),
4684 TEST(testQuadratic93), // FIXME: gets stuck in a loop because top is unsortable
4685 TEST(cubicOp63d),
4686 TEST(cubicOp62d),
4687 TEST(cubicOp61
[all...]
/external/skia/experimental/Intersection/
H A DSimplifyNew_Test.cpp12 #define TEST(name) { name, #name } macro
4679 TEST(testRectOp1d),
4680 TEST(testCubicOp64d),
4681 TEST(testQuad1c),
4682 TEST(testQuad1z),
4683 TEST(testQuad1),
4684 TEST(testQuadratic93), // FIXME: gets stuck in a loop because top is unsortable
4685 TEST(cubicOp63d),
4686 TEST(cubicOp62d),
4687 TEST(cubicOp61
[all...]
/external/chromium_org/net/dns/
H A Ddns_hosts_unittest.cc32 TEST(DnsHostsTest, ParseHosts) { function in namespace:net::__anon9194
74 TEST(DnsHostsTest, ParseHosts_CommaIsToken) { function in namespace:net::__anon9194
88 TEST(DnsHostsTest, ParseHosts_CommaIsWhitespace) { function in namespace:net::__anon9194
104 TEST(DnsHostsTest, ParseHosts_CommaModeByPlatform) { function in namespace:net::__anon9194
124 TEST(DnsHostsTest, HostsParser_Empty) { function in namespace:net::__anon9194
130 TEST(DnsHostsTest, HostsParser_OnlyWhitespace) { function in namespace:net::__anon9194
136 TEST(DnsHostsTest, HostsParser_EndsWithNothing) { function in namespace:net::__anon9194
142 TEST(DnsHostsTest, HostsParser_EndsWithWhitespace) { function in namespace:net::__anon9194
148 TEST(DnsHostsTest, HostsParser_EndsWithComment) { function in namespace:net::__anon9194
154 TEST(DnsHostsTes function in namespace:net::__anon9194
160 TEST(DnsHostsTest, HostsParser_EndsWithTwoNewlines) { function in namespace:net::__anon9194
166 TEST(DnsHostsTest, HostsParser_EndsWithNewlineAndWhitespace) { function in namespace:net::__anon9194
172 TEST(DnsHostsTest, HostsParser_EndsWithNewlineAndToken) { function in namespace:net::__anon9194
[all...]
/external/chromium_org/components/cloud_devices/common/
H A Dcloud_devices_urls_unittest.cc16 TEST(CloudPrintURLTest, GetCloudPrintURL) { function in namespace:cloud_devices
22 TEST(CloudPrintURLTest, GetCloudPrintRelativeURL) { function in namespace:cloud_devices
30 TEST(CloudPrintURLTest, GetCloudPrintDialogUrl) { function in namespace:cloud_devices
40 TEST(CloudPrintURLTest, GetCloudPrintManageUrl) { function in namespace:cloud_devices
49 TEST(CloudPrintURLTest, GetCloudPrintEnableURL) { function in namespace:cloud_devices
56 TEST(CloudPrintURLTest, GetCloudPrintEnableWithSigninURL) { function in namespace:cloud_devices
67 TEST(CloudPrintURLTest, GetCloudPrintManageDeviceURL) { function in namespace:cloud_devices
74 TEST(CloudPrintURLTest, GetCloudPrintSigninURL) { function in namespace:cloud_devices
84 TEST(CloudPrintURLTest, GetCloudPrintAddAccountURL) { function in namespace:cloud_devices

Completed in 4862 milliseconds

1234567891011>>