Home
last modified time | relevance | path

Searched refs:test_ (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc419 T test_; member in chromeos_update_engine::HttpFetcherTest
527 if (this->test_.IsMock() || this->test_.IsMulti()) in TYPED_TEST()
557 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
655 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
745 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
790 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
958 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
1199 if (!this->test_.IsMulti() || this->test_.IsFileFetcher()) in TYPED_TEST()
1237 if (!this->test_.IsMulti() || this->test_.IsFileFetcher()) in TYPED_TEST()
1283 if (!this->test_.IsMulti() || this->test_.IsFileFetcher()) in TYPED_TEST()
[all …]
/aosp12/system/logging/logd/
H A DLogBufferTest.h122 TestReaderThread(const ReaderThreadParams& params, LogBufferTest& test) : test_(test) { in TestReaderThread()
126 test_.log_buffer_.get(), &test_.reader_list_, std::move(test_writer), in TestReaderThread()
129 test_.reader_list_.reader_threads().emplace_back(std::move(log_reader)); in TestReaderThread()
140 LogBufferTest& test_; variable
/aosp12/system/nvram/core/tests/
H A Dgtest_stubs.h76 test_.Run(); in Run()
79 TestCase test_; variable
/aosp12/art/tools/
H A Dlibcore_fugu_failures.txt75 "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_",
114 "org.apache.harmony.crypto.tests.javax.crypto.func.KeyGeneratorFunctionalTest#test_",
/aosp12/build/make/tools/fs_config/
H A DREADME.md83 To add new tests, simply add a `test_<xxx>` method to the test class. It will automatically
/aosp12/build/make/tools/releasetools/
H A DAndroid.bp596 "test_*.py",
/aosp12/build/make/core/
H A Dconfig.mk1045 get-sdk-version = $(if $(findstring _,$(1)),$(subst core_,,$(subst system_,,$(subst test_,,$(1)))),…
1091 TARGET_AVAILABLE_SDK_VERSIONS := $(patsubst %/test,test_%,$(TARGET_AVAILABLE_SDK_VERSIONS))
/aosp12/art/runtime/
H A Doat_file_assistant_test.cc1250 : test_(test), in RaceGenerateTask()
1270 ASSERT_TRUE(test_.Dex2Oat(args, &error_msg)) << error_msg; in Run()
1291 OatFileAssistantTest& test_; member in art::RaceGenerateTask
/aosp12/system/core/bootstat/
H A Dboot_reason_test.sh490 eval test_${TEST}