Searched refs:test_ (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/update_engine/common/ |
H A D | http_fetcher_unittest.cc | 419 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 D | LogBufferTest.h | 122 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 D | gtest_stubs.h | 76 test_.Run(); in Run() 79 TestCase test_; variable
|
/aosp12/art/tools/ |
H A D | libcore_fugu_failures.txt | 75 "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 D | README.md | 83 To add new tests, simply add a `test_<xxx>` method to the test class. It will automatically
|
/aosp12/build/make/tools/releasetools/ |
H A D | Android.bp | 596 "test_*.py",
|
/aosp12/build/make/core/ |
H A D | config.mk | 1045 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 D | oat_file_assistant_test.cc | 1250 : 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 D | boot_reason_test.sh | 490 eval test_${TEST}
|