/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } 90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
|
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } 90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } 90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } 90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } 88 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } 88 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } 90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
|
/external/chromium/chrome/browser/sync/ |
abstract_profile_sync_service_test.cc | 112 : test_(test), model_type_(model_type), success_(false) { 117 success_ = test_->CreateRoot(model_type_);
|
profile_sync_service_session_unittest.cc | 151 : test_(test), success_(false) { 158 test_->sync_service()->GetUserShare(), 159 test_->ids()); 165 ProfileSyncServiceSessionTest* test_; member in class:browser_sync::CreateRootTask
|
/external/chromium_org/net/dns/ |
dns_session_unittest.cc | 89 : DnsSocketPool(factory), test_(test) { } 101 test_->OnSocketAllocated(server_index); 108 test_->OnSocketFreed(server_index); 112 DnsSessionTest* test_; member in class:net::__anon11761::MockDnsSocketPool
|
/external/valgrind/main/none/tests/amd64/ |
movbe.c | 44 __attribute__ ((noinline)) static void test_##_name ( void ) \
|
/ndk/tests/ |
check-release.sh | 104 # $1: test function name, without the test_ prefix. 111 TEXT=$(eval test_$NAME 2>/dev/null)
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher_unittest.cc | 27 : test_(test) { 40 TemplateURLFetcherTest* test_; member in class:TemplateURLFetcherTestCallbacks 112 test_->DestroyedCallback(this); 118 test_->ConfirmSetDefaultSearchProvider(template_url, template_url_model); 124 test_->ConfirmAddSearchProvider(template_url, profile);
|
/external/chromium/chrome/browser/sync/glue/ |
http_bridge_unittest.cc | 110 test_(test), never_finishes_(never_finishes) { } 113 ASSERT_TRUE(MessageLoop::current() == test_->io_thread_loop()); 119 test_->io_thread_loop()->PostTask(FROM_HERE, 126 ASSERT_TRUE(MessageLoop::current() == test_->io_thread_loop()); 136 HttpBridgeTest* test_; member in class:ShuntedHttpBridge
|
/external/chromium_org/cc/resources/ |
resource_update_controller_unittest.cc | 32 : test_(test) {} 50 ResourceUpdateControllerTest* test_; member in class:cc::__anon6626::WebGraphicsContext3DForUploadTest 205 void WebGraphicsContext3DForUploadTest::flush() { test_->OnFlush(); } 208 test_->OnFlush(); 220 test_->OnUpload(); 227 *params = test_->IsQueryResultAvailable();
|
/external/valgrind/main/VEX/test/ |
test-i386-shift.h | 145 void glue(test_, OP)(void) 154 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
test-amd64-shift.h | 162 void glue(test_, OP)(void) 171 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
test-i386.h | 145 void glue(test_, OP)(void) 205 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_fetcher_unittest.cc | 29 : test_(test) { 38 TemplateURLFetcherTest* test_; member in class:TemplateURLFetcherTestCallbacks 101 test_->DestroyedCallback(this); 107 test_->ConfirmAddSearchProvider(template_url, profile);
|
/external/valgrind/main/none/tests/ |
tls.c | 75 #define T(t) { #t, test_##t }
|
/system/extras/tests/bionic/libc/ |
run-test.sh | 96 for FILE in `cd $EXEC_ROOT_PATH && ls -d test_*`; do 97 TEST=`echo "$FILE" | sed -e "s!test_\(.*\)_intermediates!\\1!g"` 104 # Normalize test name, i.e. remove test_ prefix 105 TEST=`echo "$TEST" | sed -e "s!^test_!!g"` 107 TESTDIR="$EXEC_ROOT_PATH/test_${TEST}_intermediates" 109 echo "ERROR: No test by that name: test_$TEST!" 113 TESTNAME="test_$TEST"
|
/external/chromium_org/base/mac/ |
libdispatch_task_runner_unittest.cc | 68 : test_(test), 73 test_->task_order_.push_back(std::string("END ") + name_); 77 LibDispatchTaskRunnerTest* test_; member in class:TaskOrderMarker
|
/external/chromium_org/sync/internal_api/ |
http_bridge_unittest.cc | 126 test_(test), never_finishes_(never_finishes) { } 129 ASSERT_TRUE(base::MessageLoop::current() == test_->GetIOThreadLoop()); 135 test_->GetIOThreadLoop()->PostTask(FROM_HERE, 142 ASSERT_TRUE(base::MessageLoop::current() == test_->GetIOThreadLoop()); 154 SyncHttpBridgeTest* test_; member in class:syncer::ShuntedHttpBridge
|
/external/chromium_org/content/browser/fileapi/ |
blob_url_request_job_unittest.cc | 120 MockProtocolHandler(BlobURLRequestJobTest* test) : test_(test) {} 128 test_->blob_data_.get(), 129 test_->file_system_context_.get(), 134 BlobURLRequestJobTest* test_; member in class:webkit_blob::BlobURLRequestJobTest::MockProtocolHandler
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
ssse3.c | 182 test_##instruction##_c( pDst, pSrc, additionnal ); \ 183 test_##instruction##_##extension( temp_dst, temp_src ); \
|