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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/
time_unittest.cc 16 // Test conversions to/from time_t and exploding/unexploding.
17 TEST(Time, TimeT) {
32 // This will test both our exploding and our time_t -> Time conversion.
55 TEST(Time, FromExplodedWithMilliseconds) {
68 TEST(Time, ZeroIsSymmetric) {
75 TEST(Time, LocalExplode) {
88 TEST(Time, UTCExplode) {
97 TEST(Time, LocalMidnight) {
106 TEST(TimeTicks, Deltas) {
133 TEST(TimeTicks, HighResNow)
    [all...]
string_tokenizer_unittest.cc 11 class StringTokenizerTest : public testing::Test {};
14 TEST(StringTokenizerTest, Simple) {
15 string input = "this is a test";
28 EXPECT_EQ(string("test"), t.token());
33 TEST(StringTokenizerTest, Reset) {
34 string input = "this is a test";
48 EXPECT_EQ(string("test"), t.token());
55 TEST(StringTokenizerTest, RetDelims) {
56 string input = "this is a test";
79 EXPECT_EQ(string("test"), t.token())
    [all...]
sha1_unittest.cc 12 TEST(SHA1Test, Test1) {
27 TEST(SHA1Test, Test2) {
43 TEST(SHA1Test, Test3) {
58 TEST(SHA1Test, Test1Bytes) {
75 TEST(SHA1Test, Test2Bytes) {
93 TEST(SHA1Test, Test3Bytes) {
time_win_unittest.cc 64 TEST(TimeTicks, WinRollover) {
66 // timer to test this case.
67 // Basic test algorithm:
111 TEST(TimeTicks, SubMillisecondTimers) {
113 // even if it doesn't work, it makes this entire test questionable.
136 TEST(TimeTicks, TimeGetTimeCaps) {
137 // Test some basic assumptions that we expect about how timeGetDevCaps works.
155 TEST(TimeTicks, QueryPerformanceFrequency) {
156 // Test some basic assumptions that we expect about QPC.
166 TEST(TimeTicks, TimerPerformance)
    [all...]
utf_string_conversions_unittest.cc 30 // Test characters that take more than 16 bits. This will depend on whether
45 TEST(UTFStringConversionsTest, ConvertUTF8AndWide) {
47 // agrees on the conversion. This uses the stream operators to test them
59 TEST(UTFStringConversionsTest, ConvertUTF8AndWideEmptyString) {
68 TEST(UTFStringConversionsTest, ConvertUTF8ToWide) {
107 // Manually test an embedded NULL.
122 // This test is only valid when wchar_t == UTF-16.
123 TEST(UTFStringConversionsTest, ConvertUTF16ToUTF8) {
131 // Test a non-BMP character.
154 // This test is only valid when wchar_t == UTF-32
    [all...]
  /external/webkit/Tools/WebKitAPITest/tests/
WebViewDestruction.cpp 28 #include "Test.h"
99 TEST(WebViewDestruction, NoInitWithFrame)
107 TEST(WebViewDestruction, CloseWithoutInitWithFrame)
118 TEST(WebViewDestruction, NoCloseOrDestroyViewWindow)
129 TEST(WebViewDestruction, CloseWithoutDestroyViewWindow)
141 TEST(WebViewDestruction, DestroyViewWindowWithoutClose)
153 TEST(WebViewDestruction, CloseThenDestroyViewWindow)
166 TEST(WebViewDestruction, DestroyViewWindowThenClose)
179 TEST(WebViewDestruction, DestroyHostWindow)
191 TEST(WebViewDestruction, DestroyHostWindowThenClose
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 129 TEST(CommentHandlerTest, BasicTest1) {
135 TEST(CommentHandlerTest, BasicTest2) {
143 TEST(CommentHandlerTest, BasicTest3) {
156 TEST(CommentHandlerTest, IfBlock1) {
167 TEST(CommentHandlerTest, IfBlock2) {
170 "#define TEST // visible_1\n"
171 "#ifndef TEST // visible_2\n"
175 "#elif defined(TEST) // visible_6\n"
180 "# ifndef TEST // ignored_11\n"
196 TEST(CommentHandlerTest, IfBlock3)
    [all...]
  /external/llvm/unittests/Support/
AllocatorTest.cpp 19 TEST(AllocatorTest, Basics) {
36 TEST(AllocatorTest, ThreeSlabs) {
48 TEST(AllocatorTest, TestReset) {
62 // Test some allocations at varying alignments.
63 TEST(AllocatorTest, TestAlignment) {
82 // Test allocating just over the slab size. This tests a bug where before the
84 TEST(AllocatorTest, TestOverflow) {
96 // Test allocating with a size larger than the initial slab size.
97 TEST(AllocatorTest, TestSmallSlabSize) {
143 TEST(AllocatorTest, TestBigAlignment)
    [all...]
  /external/chromium/net/disk_cache/
bitmap_unittest.cc 8 TEST(BitmapTest, OverAllocate) {
9 // Test that we don't over allocate on boundaries.
17 TEST(BitmapTest, DefaultConstructor) {
25 TEST(BitmapTest, Basics) {
29 // Test proper allocation size.
33 // Test Set/GetMapElement.
38 // Test Set/Get.
57 TEST(BitmapTest, Toggle) {
68 TEST(BitmapTest, Resize) {
89 TEST(BitmapTest, Map)
    [all...]
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 50 TEST(ReflectionOpsTest, SanityCheck) {
57 TEST(ReflectionOpsTest, Copy) {
71 TEST(ReflectionOpsTest, CopyExtensions) {
81 TEST(ReflectionOpsTest, Merge) {
83 // test already tested most of this.
89 // This field will test merging into an empty spot.
108 TEST(ReflectionOpsTest, MergeExtensions) {
110 // test already tested most of this.
116 // This field will test merging into an empty spot.
138 TEST(ReflectionOpsTest, MergeUnknown)
    [all...]
  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 18 TEST(ExtensionFileUtil, InstallUninstallGarbageCollect) {
71 TEST(ExtensionFileUtil, LoadExtensionWithValidLocales) {
87 TEST(ExtensionFileUtil, LoadExtensionWithoutLocalesFolder) {
103 TEST(ExtensionFileUtil, CheckIllegalFilenamesNoUnderscores) {
118 TEST(ExtensionFileUtil, CheckIllegalFilenamesOnlyReserved) {
130 TEST(ExtensionFileUtil, CheckIllegalFilenamesReservedAndIllegal) {
145 TEST(ExtensionFileUtil, LoadExtensionGivesHelpfullErrorOnMissingManifest) {
162 TEST(ExtensionFileUtil, LoadExtensionGivesHelpfullErrorOnBadManifest) {
180 TEST(ExtensionFileUtil, FailLoadingNonUTF8Scripts) {
197 TEST(ExtensionFileUtil, ExtensionURLToRelativeFilePath)
    [all...]
url_pattern_unittest.cc 19 TEST(ExtensionURLPatternTest, ParseInvalid) {
46 TEST(ExtensionURLPatternTest, Colons) {
85 TEST(ExtensionURLPatternTest, Match1) {
102 TEST(ExtensionURLPatternTest, Match2) {
118 TEST(URLPatternTest, Match3) {
136 TEST(ExtensionURLPatternTest, Match5) {
150 TEST(ExtensionURLPatternTest, Match6) {
163 TEST(ExtensionURLPatternTest, Match7) {
178 TEST(ExtensionURLPatternTest, Match8) {
197 TEST(ExtensionURLPatternTest, Match9)
    [all...]
  /external/chromium/net/base/
backoff_entry_unittest.cc 42 TEST(BackoffEntryTest, BaseTest) {
50 TEST(BackoffEntryTest, CanDiscardNeverExpires) {
59 TEST(BackoffEntryTest, CanDiscard) {
64 // Test the "being used" case.
68 // Test the case where there are errors but we can time out.
76 // Test the final case (no errors, dependent only on specified lifetime).
86 TEST(BackoffEntryTest, CanDiscardNotStored) {
93 TEST(BackoffEntryTest, ShouldIgnoreFirstTwo) {
106 TEST(BackoffEntryTest, ReleaseTimeCalculation) {
136 TEST(BackoffEntryTest, ReleaseTimeCalculationWithJitter)
    [all...]
host_mapping_rules_unittest.cc 14 TEST(HostMappingRulesTest, SetRulesFromString) {
19 HostPortPair host_port("test", 1234);
21 EXPECT_EQ("test", host_port.host());
40 TEST(HostMappingRulesTest, PortSpecificMatching) {
46 HostPortPair host_port("test.com", 1234);
48 EXPECT_EQ("test.com", host_port.host());
71 TEST(HostMappingRulesTest, ParseInvalidRules) {
  /external/webkit/Source/WebKit/chromium/tests/
PODRedBlackTreeTest.cpp 44 TEST(PODRedBlackTreeTest, TestTreeAllocatesFromArena)
58 TEST(PODRedBlackTreeTest, TestSingleElementInsertion)
66 TEST(PODRedBlackTreeTest, TestMultipleElementInsertion)
82 TEST(PODRedBlackTreeTest, TestDuplicateElementInsertion)
95 TEST(PODRedBlackTreeTest, TestSingleElementInsertionAndDeletion)
106 TEST(PODRedBlackTreeTest, TestMultipleElementInsertionAndDeletion)
133 TEST(PODRedBlackTreeTest, TestDuplicateElementInsertionAndDeletion)
156 TEST(PODRedBlackTreeTest, FailingInsertionRegressionTest1)
158 // These numbers came from a previously-failing randomized test run.
183 ASSERT_TRUE(tree.checkInvariants()) << "Test failed for seed " << seed
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 12 // This test file should be compiled w/o asan instrumentation.
40 TEST(AddressSanitizer, InternalSimpleDeathTest) {
90 TEST(AddressSanitizer, NoInstMallocTest) {
113 TEST(AddressSanitizer, DISABLED_InternalPrintShadow) {
236 TEST(AddressSanitizer, CompressStackTraceTest) {
256 TEST(AddressSanitizer, CompressStackTraceBenchmark) {
260 TEST(AddressSanitizer, QuarantineTest) {
296 TEST(AddressSanitizer, ThreadedQuarantineTest) {
326 TEST(AddressSanitizer, ThreadedOneSizeMallocStressTest) {
337 TEST(AddressSanitizer, MemsetWildAddressTest)
    [all...]
  /external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc 17 TEST(CryptographerTest, EmptyCantDecrypt) {
28 TEST(CryptographerTest, MissingCantDecrypt) {
42 TEST(CryptographerTest, CanEncryptAndDecrypt) {
63 TEST(CryptographerTest, AddKeySetsDefault) {
100 TEST(CryptographerTest, MAYBE_EncryptExportDecrypt) {
145 TEST(CryptographerTest, MAYBE_PackUnpack) {
  /external/chromium/testing/gtest/test/
gtest-options_test.cc 32 // Google Test UnitTestOptions tests
35 // Google Test. They are subject to change without notice.
49 // Indicates that this translation unit is part of Google Test's
69 TEST(XmlOutputTest, GetOutputFormatDefault) {
74 TEST(XmlOutputTest, GetOutputFormat) {
79 TEST(XmlOutputTest, GetOutputFileDefault) {
85 TEST(XmlOutputTest, GetOutputFileSingleFile) {
91 TEST(XmlOutputTest, GetOutputFileFromDirectoryPath) {
105 TEST(OutputFileHelpersTest, GetCurrentExecutableName) {
126 class XmlOutputChangeDirTest : public Test {
    [all...]
  /external/gtest/test/
gtest-options_test.cc 32 // Google Test UnitTestOptions tests
35 // Google Test. They are subject to change without notice.
49 // Indicates that this translation unit is part of Google Test's
69 TEST(XmlOutputTest, GetOutputFormatDefault) {
74 TEST(XmlOutputTest, GetOutputFormat) {
79 TEST(XmlOutputTest, GetOutputFileDefault) {
85 TEST(XmlOutputTest, GetOutputFileSingleFile) {
91 TEST(XmlOutputTest, GetOutputFileFromDirectoryPath) {
105 TEST(OutputFileHelpersTest, GetCurrentExecutableName) {
126 class XmlOutputChangeDirTest : public Test {
    [all...]
  /external/stlport/test/eh/
como.mak 26 TEST = ./eh_test.out
37 check: $(TEST)
43 $(TEST) : $(TEST_EXE)
deccxx.mak 31 TEST = eh_test.out
42 # This is to test with native STL
51 check: $(TEST)
53 $(TEST) : $(OBJECTS)
sgi_mipspro.mak 30 TEST = eh_test.out
43 check: $(TEST)
45 $(TEST) : $(OBJECTS)
  /external/chromium/chrome/browser/autofill/
autofill_country_unittest.cc 12 // Test the constructor and accessors
13 TEST(AutofillCountryTest, AutofillCountry) {
35 // Test locale to country code mapping.
36 TEST(AutofillCountryTest, CountryCodeForLocale) {
46 // Test mapping of localized country names to country codes.
47 TEST(AutofillCountryTest, GetCountryCode) {
  /external/chromium/net/http/
http_alternate_protocols_unittest.cc 15 TEST(HttpAlternateProtocols, Basic) {
29 TEST(HttpAlternateProtocols, SetBroken) {
47 TEST(HttpAlternateProtocols, Forced) {
48 // Test forced alternate protocols.
  /external/chromium/net/proxy/
proxy_list_unittest.cc 14 // Test parsing from a PAC string.
15 TEST(ProxyListTest, SetFromPacString) {
66 TEST(ProxyListTest, RemoveProxiesWithoutScheme) {
92 TEST(ProxyListTest, DeprioritizeBadProxies) {
94 // the test depending on the current time.)

Completed in 2185 milliseconds

1 2 3 4 5 6 7 8 91011>>