Home
last modified time | relevance | path

Searched defs:RunTest (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/update_engine/payload_generator/
H A Dfull_update_generator_unittest.cc65 TEST_F(FullUpdateGeneratorTest, RunTest) { in TEST_F() argument
/aosp12/system/core/init/
H A Dtokenizer_test.cpp29 void RunTest(const std::string& data, const std::vector<std::vector<std::string>>& expected_tokens)… in RunTest() function
H A Dfirmware_handler_test.cpp132 #define RunTest(testname) \ in FirmwareTestChildMain() macro
H A Dsubcontext_test.cpp43 void RunTest(F&& test_function) { in RunTest() function
/aosp12/frameworks/av/media/libstagefright/bqhelper/tests/
H A DFrameDropper_test.cpp99 void RunTest(const TestFrame* frames, size_t size) { in RunTest() function in android::FrameDropperTest
/aosp12/build/soong/android/
H A Dfixture.go669 func (b *baseFixturePreparer) RunTest(t *testing.T) *TestResult { func
737 func (f *fixture) RunTest() *TestResult { func
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc227 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatSwapTest
456 void RunTest(CompilerFilter::Filter filter, in RunTest() function in art::Dex2oatVeryLargeTest
463 void RunTest(CompilerFilter::Filter filter, in RunTest() function in art::Dex2oatVeryLargeTest
685 void RunTest(bool app_image) { in RunTest() function in art::Dex2oatLayoutTest
859 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatWatchdogTest
906 int RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatReturnCodeTest
927 void RunTest(const char* class_loader_context, in RunTest() function in art::Dex2oatClassLoaderContextTest
2218 void RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatISAFeaturesRuntimeDetectionTest
/aosp12/art/libnativeloader/
H A Dnative_loader_test.cpp78 void RunTest() { InitializeNativeLoader(); } in RunTest() function in android::nativeloader::NativeLoaderTest
267 void RunTest() { in RunTest() function in android::nativeloader::NativeLoaderTest_Create
/aosp12/bionic/tests/
H A Dsys_socket_test.cpp64 static void RunTest(void (*test_fn)(struct sockaddr_un*, int), in RunTest() function
/aosp12/bionic/benchmarks/tests/
H A Dinterface_test.cpp116 void SystemTests::RunTest(int expected_exitcode, std::vector<const char*> extra_args) { in RunTest() function in SystemTests
/aosp12/art/runtime/gc/accounting/
H A Dmod_union_table_test.cc178 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) { in RunTest() function in art::gc::accounting::ModUnionTableTest
H A Dspace_bitmap_test.cc157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest() function
/aosp12/hardware/google/camera/common/sensor_listener/tests/
H A Dgoog_sensor_sync_test.cc252 void RunTest(int64_t query_interval_ms, int32_t num_query) { in RunTest() function in android::camera_sensor_listener::GoogSensorSyncTest
/aosp12/bionic/libc/malloc_hooks/tests/
H A Dmalloc_hooks_tests.cpp137 void MallocHooksTest::RunTest(std::string test_name) { in RunTest() function in MallocHooksTest
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc1074 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() function in art::interpreter::UnstartedClassForNameTest
/aosp12/system/testing/gtest_extras/tests/
H A DSystemTests.cpp214 void SystemTests::RunTest(const std::string& test_name, std::vector<const char*> extra_args) { in RunTest() function in android::gtest_extras::SystemTests