/external/valgrind/main/VEX/test/ |
D | test-amd64-muldiv.h | 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() argument 20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() argument 38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() argument 56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() argument
|
D | test-i386-muldiv.h | 2 void glue(glue(test_, OP), b)(int op0, int op1) in glue() argument 20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) in glue() argument 38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) in glue() argument
|
D | test-i386-shift.h | 145 void glue(test_, OP)(void) in glue() argument 154 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-i386.h | 145 void glue(test_, OP)(void) in glue() argument 205 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-amd64-shift.h | 162 void glue(test_, OP)(void) in glue() argument 171 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-amd64.h | 139 void glue(test_, OP)(void) in glue() argument 224 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
/external/chromium/base/ |
D | message_loop_proxy_impl_unittest.cc | 67 explicit DeletedOnFile(MessageLoopProxyImplTest* test) : test_(test) {} in DeletedOnFile() 70 test_->AssertOnFileThread(); in ~DeletedOnFile() 71 test_->Quit(); in ~DeletedOnFile() 75 MessageLoopProxyImplTest* test_; member in MessageLoopProxyImplTest::DeletedOnFile
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-death-test-internal.h | 84 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() 85 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel() 87 DeathTest* const test_;
|
/external/chromium/chrome/browser/extensions/ |
D | extension_icon_manager_unittest.cc | 71 explicit TestIconManager(ExtensionIconManagerTest* test) : test_(test) {} in TestIconManager() 80 test_->ImageLoadObserved(); in OnImageLoaded() 84 ExtensionIconManagerTest* test_; member in TestIconManager
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() 86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel() 88 DeathTest* const test_;
|
/external/chromium/chrome/browser/sync/glue/ |
D | http_bridge_unittest.cc | 110 test_(test), never_finishes_(never_finishes) { } in ShuntedHttpBridge() 113 ASSERT_TRUE(MessageLoop::current() == test_->io_thread_loop()); in MakeAsynchronousPost() 119 test_->io_thread_loop()->PostTask(FROM_HERE, in MakeAsynchronousPost() 126 ASSERT_TRUE(MessageLoop::current() == test_->io_thread_loop()); in CallOnURLFetchComplete() 136 HttpBridgeTest* test_; member in ShuntedHttpBridge
|
/external/chromium/chrome/browser/download/ |
D | download_request_limiter_unittest.cc | 60 : test_(test) { } in DownloadRequestLimiterTestDelegate() 63 return test_->ShouldAllowDownload(); in ShouldAllowDownload() 67 DownloadRequestLimiterTest* test_; member in DownloadRequestLimiterTest::DownloadRequestLimiterTestDelegate
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_fetcher_unittest.cc | 27 : test_(test) { in TemplateURLFetcherTestCallbacks() 40 TemplateURLFetcherTest* test_; member in TemplateURLFetcherTestCallbacks 112 test_->DestroyedCallback(this); in ~TemplateURLFetcherTestCallbacks() 118 test_->ConfirmSetDefaultSearchProvider(template_url, template_url_model); in ConfirmSetDefaultSearchProvider() 124 test_->ConfirmAddSearchProvider(template_url, profile); in ConfirmAddSearchProvider()
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel() 90 DeathTest* const test_;
|
/external/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel() 90 DeathTest* const test_;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel() 90 DeathTest* const test_;
|
/external/chromium/chrome/browser/sync/ |
D | abstract_profile_sync_service_test.cc | 112 : test_(test), model_type_(model_type), success_(false) { in CreateRootTask() 117 success_ = test_->CreateRoot(model_type_); in Run()
|
D | profile_sync_service_session_unittest.cc | 151 : test_(test), success_(false) { in CreateRootTask() 158 test_->sync_service()->GetUserShare(), in Run() 159 test_->ids()); in Run() 165 ProfileSyncServiceSessionTest* test_; member in browser_sync::CreateRootTask
|
D | abstract_profile_sync_service_test.h | 66 AbstractProfileSyncServiceTest* test_;
|
D | profile_sync_service_typed_url_unittest.cc | 294 : test_(test), entries_(entries) { in AddTypedUrlEntriesTask() 298 test_->CreateRoot(syncable::TYPED_URLS); in Run() 303 test_->AddTypedUrlSyncNode(entries_[i], visits); in Run() 308 ProfileSyncServiceTypedUrlTest* test_; member in AddTypedUrlEntriesTask
|
D | profile_sync_service_preference_unittest.cc | 195 : test_(test), entries_(entries), success_(false) { in AddPreferenceEntriesTask() 199 if (!test_->CreateRoot(syncable::PREFERENCES)) in Run() 203 if (test_->SetSyncedValue(i->first, *i->second) == sync_api::kInvalidId) in Run() 212 ProfileSyncServicePreferenceTest* test_; member in AddPreferenceEntriesTask
|
/external/llvm/test/CodeGen/Generic/ |
D | externally_available.ll | 1 ; RUN: llc < %s | not grep test_
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | externally_available.ll | 1 ; RUN: opt < %s -globaldce -S | not grep test_
|
/external/valgrind/main/none/tests/ |
D | tls.c | 75 #define T(t) { #t, test_##t }
|
/external/chromium/chrome/browser/history/ |
D | history_backend_unittest.cc | 54 explicit HistoryBackendTestDelegate(HistoryBackendTest* test) : test_(test) {} in HistoryBackendTestDelegate() 65 HistoryBackendTest* test_; member in history::HistoryBackendTestDelegate 188 test_->SetInMemoryBackend(backend); in SetInMemoryBackend() 194 test_->BroadcastNotifications(type, details); in BroadcastNotifications() 198 test_->loaded_ = true; in DBLoaded() 202 test_->backend_->MigrateThumbnailsDatabase(); in StartTopSitesMigration()
|