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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 72 TEST(DownloadRequestInfobarDelegate, AcceptTest) {
78 TEST(DownloadRequestInfobarDelegate, CancelTest) {
84 TEST(DownloadRequestInfobarDelegate, CloseTest) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk_unittest.cc 22 TEST(LoadingAnimationTest, InitialState) {
29 TEST(LoadingAnimationTest, AdvanceWaitingFrames) {
56 TEST(LoadingAnimationTest, AdvanceFromWaitingToLoading) {
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win_unittest.cc 22 TEST(StatusTrayWinTest, CreateTray) {
27 TEST(StatusTrayWinTest, CreateIconAndMenu) {
42 TEST(StatusTrayWinTest, ClickOnIcon) {
  /external/chromium/net/http/
url_security_manager_unittest.cc 46 TEST(URLSecurityManager, UseDefaultCredentials) {
65 TEST(URLSecurityManager, CanDelegate) {
82 TEST(URLSecurityManager, CanDelegate_NoWhitelist) {
  /external/compiler-rt/lib/asan/tests/
asan_benchmarks_test.cc 45 TEST(AddressSanitizer, ManyAccessBenchmark) {
67 TEST(AddressSanitizer, BorderAccessBenchmark) {
78 TEST(AddressSanitizer, FakeStackBenchmark) {
asan_test.cc 130 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) {
139 TEST(AddressSanitizer, SimpleDeathTest) {
143 TEST(AddressSanitizer, VariousMallocsTest) {
181 TEST(AddressSanitizer, CallocTest) {
187 TEST(AddressSanitizer, VallocTest) {
194 TEST(AddressSanitizer, PvallocTest) {
228 TEST(AddressSanitizer, DISABLED_TSDTest) {
274 TEST(AddressSanitizer, OOB_char) {
278 TEST(AddressSanitizer, OOB_int) {
282 TEST(AddressSanitizer, OOBRightTest)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 19 TEST(Allocator, Basic) {
37 TEST(Allocator, Stress) {
56 TEST(Allocator, ScopedBuffer) {
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 19 // Run this test with valgrind to detect memory leaks.
20 TEST(IntrusiveRefCntPtr, RefCountedBaseVPTRCopyDoesNotLeak) {
29 // Run this test with valgrind to detect memory leaks.
30 TEST(IntrusiveRefCntPtr, RefCountedBaseCopyDoesNotLeak) {
53 TEST(IntrusiveRefCntPtr, UsesTraitsToRetainAndRelease) {
  /external/webrtc/src/system_wrappers/source/
data_log_helpers_unittest.cc 18 TEST(TestDataLog, IntContainers) {
33 TEST(TestDataLog, DoubleContainers) {
48 TEST(TestDataLog, MultiValueContainers) {
  /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.
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/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) {
  /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.
  /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/clang/unittests/Tooling/
ToolingTest.cpp 56 TEST(runToolOnCode, FindsNoTopLevelDeclOnEmptyCode) {
87 TEST(runToolOnCode, FindsClassDecl) {
99 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromType) {
112 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) {
120 TEST(ToolInvocation, TestMapVirtualFile) {
126 Args.push_back("test.cpp");
128 Invocation.mapVirtualFile("test.cpp", "#include <abc>\n");
  /external/compiler-rt/lib/tsan/unit_tests/
tsan_clock_test.cc 19 TEST(Clock, VectorBasic) {
36 TEST(Clock, ChunkedBasic) {
53 TEST(Clock, AcquireRelease) {
69 TEST(Clock, ManyThreads) {
87 TEST(Clock, DifferentSizes) {
  /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/v8/test/cctest/
test-list.cc 56 TEST(ListAdd) {
69 // Test that we can add all elements from a list to another list.
70 TEST(ListAddAll) {
104 TEST(RemoveLast) {
133 TEST(Clear) {
143 TEST(DeleteEmpty) {

Completed in 527 milliseconds

1 2 3 4 5 6 7 891011>>