HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 226 - 250 of 2774) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/android/base/
StringFormat_unittest.cpp 21 TEST(StringFormat, EmptyString) {
27 TEST(StringFormat, SimpleString) {
32 TEST(StringFormat, SimpleDecimal) {
37 TEST(StringFormat, VeryLongString) {
56 TEST(StringAppendFormat, EmptyString) {
63 TEST(StringAppendFormat, SimpleString) {
70 TEST(StringAppendFormat, VeryLongString) {
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 32 // Google Test filepath utilities
35 // Google Test. They are subject to change without notice.
38 // build or make-files for some existing Google Test clients. Do not
44 // Indicates that this translation unit is part of Google Test's
86 TEST(GetCurrentDirTest, ReturnsCurrentDir) {
106 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) {
111 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) {
119 TEST(RemoveDirectoryNameTest, WhenEmptyName) {
124 TEST(RemoveDirectoryNameTest, ButNoDirectory) {
130 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName)
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 159 // Test RAV visits parameter variable declaration of the implicit
161 TEST(RecursiveASTVisitor, VisitsParmVarDeclForImplicitCode) {
177 TEST(RecursiveASTVisitor, VisitsBaseClassDeclarations) {
183 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersOfForwardDeclaredClass) {
192 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersWithIncompleteInnerClass) {
200 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersOfSelfReferentialType) {
208 TEST(RecursiveASTVisitor, VisitsBaseClassTemplateArguments) {
215 TEST(RecursiveASTVisitor, VisitsCXXForRangeStmtRange) {
225 TEST(RecursiveASTVisitor, VisitsCXXForRangeStmtLoopVariable) {
234 TEST(RecursiveASTVisitor, VisitsCallExpr)
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyNew_Test.cpp 12 #define TEST(name) { name, #name }
    [all...]
  /external/skia/experimental/Intersection/
SimplifyNew_Test.cpp 12 #define TEST(name) { name, #name }
    [all...]
  /external/chromium_org/net/dns/
dns_hosts_unittest.cc 32 TEST(DnsHostsTest, ParseHosts) {
74 TEST(DnsHostsTest, ParseHosts_CommaIsToken) {
88 TEST(DnsHostsTest, ParseHosts_CommaIsWhitespace) {
103 // Test that the right comma mode is used on each platform.
104 TEST(DnsHostsTest, ParseHosts_CommaModeByPlatform) {
124 TEST(DnsHostsTest, HostsParser_Empty) {
130 TEST(DnsHostsTest, HostsParser_OnlyWhitespace) {
136 TEST(DnsHostsTest, HostsParser_EndsWithNothing) {
142 TEST(DnsHostsTest, HostsParser_EndsWithWhitespace) {
148 TEST(DnsHostsTest, HostsParser_EndsWithComment)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
lookup_key_test.cc 31 TEST(LookupKeyTest, Empty) {
38 TEST(LookupKeyTest, AddressDepth1) {
47 TEST(LookupKeyTest, AddressDepth2) {
57 TEST(LookupKeyTest, AddressDepth3) {
68 TEST(LookupKeyTest, AddressDepth4) {
80 TEST(LookupKeyTest, AddressDepthNonContiguous) {
92 TEST(LookupKeyTest, RequestDepth) {
106 TEST(LookupKeyTest, WithLanguageCodeDefaultLanguage) {
118 TEST(LookupKeyTest, WithLanguageCodeAlternateLanguage) {
130 TEST(LookupKeyTest, WithLanguageCodeInvalidLanguage)
    [all...]
  /art/compiler/optimizing/
pretty_printer_test.cc 42 TEST(PrettyPrinterTest, ReturnVoid) {
57 TEST(PrettyPrinterTest, CFG1) {
76 TEST(PrettyPrinterTest, CFG2) {
97 TEST(PrettyPrinterTest, CFG3) {
132 TEST(PrettyPrinterTest, CFG4) {
153 TEST(PrettyPrinterTest, CFG5) {
172 TEST(PrettyPrinterTest, CFG6) {
200 TEST(PrettyPrinterTest, CFG7) {
228 TEST(PrettyPrinterTest, IntConstant) {
  /external/chromium_org/components/cloud_devices/common/
cloud_devices_urls_unittest.cc 16 TEST(CloudPrintURLTest, GetCloudPrintURL) {
22 TEST(CloudPrintURLTest, GetCloudPrintRelativeURL) {
30 TEST(CloudPrintURLTest, GetCloudPrintDialogUrl) {
40 TEST(CloudPrintURLTest, GetCloudPrintManageUrl) {
49 TEST(CloudPrintURLTest, GetCloudPrintEnableURL) {
56 TEST(CloudPrintURLTest, GetCloudPrintEnableWithSigninURL) {
67 TEST(CloudPrintURLTest, GetCloudPrintManageDeviceURL) {
74 TEST(CloudPrintURLTest, GetCloudPrintSigninURL) {
84 TEST(CloudPrintURLTest, GetCloudPrintAddAccountURL) {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPathTest.cpp 56 TEST(IDBKeyPathTest, ValidKeyPath0)
63 TEST(IDBKeyPathTest, ValidKeyPath1)
71 TEST(IDBKeyPathTest, ValidKeyPath2)
81 TEST(IDBKeyPathTest, InvalidKeyPath0)
88 TEST(IDBKeyPathTest, InvalidKeyPath1)
95 TEST(IDBKeyPathTest, InvalidKeyPath2)
103 TEST(IDBKeyPathTest, InvalidKeyPath3)
111 TEST(IDBKeyPathTest, InvalidKeyPath4)
119 TEST(IDBKeyPathTest, InvalidKeyPath5)
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 11 TEST(BlockFrequencyTest, OneToZero) {
22 TEST(BlockFrequencyTest, OneToOne) {
33 TEST(BlockFrequencyTest, ThreeToOne) {
44 TEST(BlockFrequencyTest, MaxToHalfMax) {
55 TEST(BlockFrequencyTest, BigToBig) {
68 TEST(BlockFrequencyTest, MaxToMax) {
82 TEST(BlockFrequency, Divide) {
88 TEST(BlockFrequencyTest, Saturate) {
105 TEST(BlockFrequencyTest, SaturatingRightShift) {
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 23 TEST(HasNameDeathTest, DiesOnEmptyName) {
30 TEST(HasNameDeathTest, DiesOnEmptyPattern) {
37 TEST(IsDerivedFromDeathTest, DiesOnEmptyBaseName) {
45 TEST(Finder, DynamicOnlyAcceptsSomeMatchers) {
58 TEST(Decl, MatchesDeclarations) {
64 TEST(NameableDeclaration, MatchesVariousDecls) {
77 TEST(NameableDeclaration, REMatchesVariousDecls) {
107 TEST(DeclarationMatcher, MatchClass) {
124 TEST(DeclarationMatcher, ClassIsDerived) {
329 recordDecl(isDerivedFrom(recordDecl(hasName("X")).bind("test")))));
    [all...]
  /external/ceres-solver/internal/ceres/
graph_test.cc 40 TEST(Graph, EmptyGraph) {
45 TEST(Graph, AddVertexAndEdge) {
61 TEST(Graph, AddVertexIdempotence) {
86 TEST(Graph, DieOnNonExistentVertex) {
96 TEST(Graph, NonExistentEdge) {
  /external/chromium_org/base/allocator/
tcmalloc_unittest.cc 16 TEST(TCMallocFreeCheck, BadPointerInFirstPageOfTheLargeObject) {
25 TEST(TCMallocFreeCheck, BadPageAlignedPointerInsideLargeObject) {
39 TEST(TCMallocFreeCheck, DoubleFreeLargeObject) {
48 TEST(TCMallocFreeCheck, DoubleFreeSmallObject) {
58 TEST(TCMallocFreeCheck, DoubleFreeSmallObject) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
status_unittest.cc 5 #include "chrome/test/chromedriver/chrome/status.h"
8 TEST(StatusTest, Ok) {
16 TEST(StatusTest, Error) {
24 TEST(StatusTest, ErrorWithDetails) {
32 TEST(StatusTest, ErrorWithCause) {
48 TEST(StatusTest, AddDetails) {
  /external/chromium_org/chromeos/login/auth/
key_unittest.cc 20 TEST(KeyTest, ClearSecret) {
33 TEST(KeyTest, TransformToSaltedSHA256TopHalf) {
40 TEST(KeyTest, TransformToSaltedAES2561234) {
47 TEST(KeyTest, TransformToSaltedSHA256) {
56 TEST(KeyTest, KeyTypeStable) {
  /external/chromium_org/media/filters/
pipeline_integration_perftest.cc 60 TEST(PipelineIntegrationPerfTest, AudioPlaybackBenchmark) {
70 TEST(PipelineIntegrationPerfTest, VP8PlaybackBenchmark) {
74 TEST(PipelineIntegrationPerfTest, VP9PlaybackBenchmark) {
78 TEST(PipelineIntegrationPerfTest, TheoraPlaybackBenchmark) {
84 TEST(PipelineIntegrationPerfTest, MP4PlaybackBenchmark) {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParserValuesTest.cpp 40 TEST(CSSParserValuesTest, InitWithEmpty8BitsString)
49 TEST(CSSParserValuesTest, InitWithEmpty16BitsString)
59 TEST(CSSParserValuesTest, EqualIgnoringCase8BitsString)
72 TEST(CSSParserValuesTest, EqualIgnoringCase16BitsString)
87 TEST(CSSParserValuesTest, CSSParserValuelistClear)
  /external/chromium_org/third_party/re2/re2/testing/
random_test.cc 8 #include "util/test.h"
18 // Runs a random test on the given parameters.
26 // Limit to smaller test cases in debug mode,
44 TEST(Random, SmallEgrepLiterals) {
51 TEST(Random, BigEgrepLiterals) {
59 TEST(Random, SmallEgrepCaptures) {
67 TEST(Random, BigEgrepCaptures) {
77 TEST(Random, Complicated) {
  /external/chromium_org/tools/gn/
template_unittest.cc 9 TEST(Template, Basic) {
28 TEST(Template, UnusedTargetNameShouldThrowError) {
44 TEST(Template, UnusedInvokerShouldThrowError) {
60 TEST(Template, UnusedVarInInvokerShouldThrowError) {
81 // If this test doesn't crash with out-of-memory, it passed.
82 TEST(Template, MemoryBlowUp) {
86 code += "template(\"test" + base::IntToString(i) + "\") {}\n";
  /external/qemu/android/base/files/
ScopedFd_unittest.cpp 37 TEST(ScopedFd, DefaultConstructor) {
43 TEST(ScopedFd, Constructor) {
48 TEST(ScopedFd, Release) {
57 TEST(ScopedFd, Close) {
64 TEST(ScopedFd, Swap) {
ScopedHandle_unittest.cpp 36 TEST(ScopedHandle, DefaultConstructor) {
42 TEST(ScopedHandle, Constructor) {
47 TEST(ScopedHandle, Release) {
56 TEST(ScopedHandle, Close) {
63 TEST(ScopedHandle, Swap) {
ScopedStdioFile_unittest.cpp 26 TEST(ScopedStdioFile, DefaultConstructor) {
31 TEST(ScopedStdioFile, Constructor) {
36 TEST(ScopedStdioFile, Release) {
46 TEST(ScopedStdioFile, Close) {
53 TEST(ScopedStdioFile, Swap) {
  /external/qemu/android/utils/
eintr_wrapper_unittest.cpp 37 TEST(eintr_wrapper,NoLoopOnSuccess) {
43 TEST(eintr_wrapper,NoLoopOnRegularError) {
62 TEST(eintr_wrapper,IgnoreEintr) {
80 TEST(eintr_wrapper,LoopOnEintr) {
109 TEST(eintr_wrapper,PanicOnTooManyLoops) {
  /external/regex-re2/re2/testing/
random_test.cc 8 #include "util/test.h"
18 // Runs a random test on the given parameters.
26 // Limit to smaller test cases in debug mode,
44 TEST(Random, SmallEgrepLiterals) {
51 TEST(Random, BigEgrepLiterals) {
59 TEST(Random, SmallEgrepCaptures) {
67 TEST(Random, BigEgrepCaptures) {
77 TEST(Random, Complicated) {

Completed in 791 milliseconds

1 2 3 4 5 6 7 8 91011>>