HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 176 - 200 of 702) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/unittest/
windows_tests.cc 55 TEST(NegativeTests, WindowsCreateThreadFailureTest) { // {{{1
61 TEST(NegativeTests, DISABLED_WindowsCreateThreadSuspendedTest) { // {{{1
63 // http://code.google.com/p/data-race-test/issues/detail?id=61
77 TEST(NegativeTests, WindowsThreadStackSizeTest) { // {{{1
89 TEST(NegativeTests, WindowsJoinWithTimeout) { // {{{1
98 TEST(NegativeTests, HappensBeforeOnThreadJoin) { // {{{1
113 TEST(NegativeTests, HappensBeforeOnThreadJoinTidReuse) { // {{{1
128 TEST(NegativeTests, WaitForMultipleObjectsWaitAllTest) {
149 TEST(NegativeTests, WaitForMultipleObjectsWaitOneTest) {
188 TEST(NegativeTests, WindowsRegisterWaitForSingleObjectTest) { // {{{
    [all...]
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 32 // Tests for Google Test itself. This file verifies that the parameter
34 // Google Test runtime instantiates correct tests from those sequences.
52 # include "test/gtest-param-test_test.h"
78 // EXPECT_THAT() from Google Mock to Google Test. At that time, we
92 // the std namespace in order to be picked up by Google Test via
127 // via the iterator object matches the expected one using Google Test
150 // Test the iterator assignment. The following lines verify that
180 // Generator tests. They test that each of the provided generator functions
181 // generates an expected sequence of values. The general test pattern
189 TEST(IteratorTest, ParamIteratorConformsToForwardIteratorConcept)
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 32 // Tests for Google Test itself. This file verifies that the parameter
34 // Google Test runtime instantiates correct tests from those sequences.
50 #include "test/gtest-param-test_test.h"
74 // via the iterator object matches the expected one using Google Test
93 // Test the iterator assignment. The following lines verify that
121 // Generator tests. They test that each of the provided generator functions
122 // generates an expected sequence of values. The general test pattern
130 TEST(IteratorTest, ParamIteratorConformsToForwardIteratorConcept) {
165 TEST(RangeTest, IntRangeWithDefaultStep) {
173 TEST(RangeTest, IntRangeSingleValue)
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 32 // Tests for Google Test itself. This file verifies that the parameter
34 // Google Test runtime instantiates correct tests from those sequences.
50 #include "test/gtest-param-test_test.h"
74 // via the iterator object matches the expected one using Google Test
93 // Test the iterator assignment. The following lines verify that
121 // Generator tests. They test that each of the provided generator functions
122 // generates an expected sequence of values. The general test pattern
130 TEST(IteratorTest, ParamIteratorConformsToForwardIteratorConcept) {
165 TEST(RangeTest, IntRangeWithDefaultStep) {
173 TEST(RangeTest, IntRangeSingleValue)
    [all...]
  /external/chromium/base/
gmock_unittest.cc 5 // This test is a simple sanity check to make sure gmock is able to build/link
65 TEST(GmockTest, SimpleMatchAndActions) {
66 // Basic test of some simple gmock matchers, actions, and cardinality
83 TEST(GmockTest, AssignArgument) {
95 TEST(GmockTest, SideEffects) {
107 TEST(GmockTest, CustomAction_ReturnSecond) {
108 // Test a mock of the ReturnSecond behavior using an action that provides an
123 TEST(GmockTest, CustomAction_ReturnVal) {
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...]
  /external/chromium/base/synchronization/
waitable_event_watcher_unittest.cc 129 TEST(WaitableEventWatcherTest, BasicSignal) {
135 TEST(WaitableEventWatcherTest, BasicCancel) {
141 TEST(WaitableEventWatcherTest, CancelAfterSet) {
147 TEST(WaitableEventWatcherTest, OutlivesMessageLoop) {
159 TEST(WaitableEventWatcherTest, MAYBE_DeleteUnder) {
  /external/chromium/base/win/
event_trace_provider_unittest.cc 26 TEST(EtwTraceProviderTest, ToleratesPreCreateInvocations) {
73 TEST(EtwTraceProviderTest, Initialize) {
82 TEST(EtwTraceProviderTest, Register) {
91 TEST(EtwTraceProviderTest, RegisterWithNoNameFails) {
97 TEST(EtwTraceProviderTest, Enable) {
  /external/chromium/chrome/browser/autofill/
credit_card_unittest.cc 11 // Tests credit card summary string generation. This test simulates a variety
14 TEST(CreditCardTest, PreviewSummaryAndObfuscatedNumberStrings) {
68 TEST(CreditCardTest, AssignmentOperator) {
82 TEST(CreditCardTest, IsValidCreditCardNumber) {
120 TEST(CreditCardTest, InvalidMastercardNumber) {
129 TEST(CreditCardTest, SetInfoCreditCardNumber) {
  /external/chromium/chrome/browser/history/
snippet_unittest.cc 95 // |document|. We need to add more test cases and change this function
140 TEST(Snippets, SimpleQuery) {
149 // Test that two words that are near each other don't produce two elided bits.
150 TEST(Snippets, NearbyWords) {
157 // The above tests already test that we get byte offsets correct, but here's
159 TEST(Snippets, UTF8) {
166 TEST(Snippets, ThaiUTF8) {
226 TEST(Snippets, ExtractMatchPositions) {
  /external/chromium/chrome/browser/prefs/
proxy_config_dictionary_unittest.cc 19 TEST(ProxyConfigDictionaryTest, CreateDirect) {
31 TEST(ProxyConfigDictionaryTest, CreateAutoDetect) {
44 TEST(ProxyConfigDictionaryTest, CreatePacScript) {
58 TEST(ProxyConfigDictionaryTest, CreateFixedServers) {
74 TEST(ProxyConfigDictionaryTest, CreateSystem) {
  /external/chromium/net/base/
mime_util_unittest.cc 11 TEST(MimeUtilTest, ExtensionTest) {
35 TEST(MimeUtilTest, FileTest) {
61 TEST(MimeUtilTest, LookupTypes) {
73 TEST(MimeUtilTest, MatchesMimeType) {
95 TEST(MimeUtilTest, ParseCodecString) {
121 // Test without stripping the codec type.
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...]
  /external/chromium/net/ftp/
ftp_util_unittest.cc 17 TEST(FtpUtilTest, UnixFilePathToVMS) {
41 TEST(FtpUtilTest, UnixDirectoryPathToVMS) {
74 TEST(FtpUtilTest, VMSPathToUnix) {
107 TEST(FtpUtilTest, LsDateListingToTime) {
128 // Test date listings in German.
134 // Test date listings in Russian.
148 // Test current year detection.
157 SCOPED_TRACE(base::StringPrintf("Test[%" PRIuS "]: %s %s %s", i,
178 TEST(FtpUtilTest, GetStringPartAfterColumns) {
196 SCOPED_TRACE(base::StringPrintf("Test[%" PRIuS "]: %s %d", i
    [all...]
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 50 TEST(raw_ostreamTest, Types_Buffered) {
81 TEST(raw_ostreamTest, Types_Unbuffered) {
112 TEST(raw_ostreamTest, BufferEdge) {
120 TEST(raw_ostreamTest, TinyBuffer) {
130 TEST(raw_ostreamTest, WriteEscaped) {
  /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/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/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...]
  /hardware/msm7k/libgralloc-qsd8k/tests/
pmemalloc_test.cpp 125 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWithSuccessfulCompletion) {
170 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWthEnomemOnMmap) {
196 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWthEaccesOnGetPmemTotalSize) {
221 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWithEaccesOnOpenMaster) {
234 TEST(test_pmem_userspace_allocator, testInitPmemAreaWithSuccessfulInitialCompletion) {
247 TEST(test_pmem_userspace_allocator, testInitPmemAreaWithEaccesOnInitLocked) {
258 TEST(test_pmem_userspace_allocator, testInitPmemAreaAfterSuccessfulInitialCompletion) {
272 TEST(test_pmem_userspace_allocator, testInitPmemAreaAfterFailedInit) {
318 TEST(test_pmem_userspace_allocator, testAllocPmemBufferWithSuccessfulCompletionWithNoFlags) {
345 TEST(test_pmem_userspace_allocator, testAllocPmemBufferWithSuccessfulCompletionWithAllFlags)
    [all...]

Completed in 2855 milliseconds

1 2 3 4 5 6 78 91011>>