Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/tests/
DUnwindTest.cpp140 extern "C" void InnerFunction(TestTypeEnum test_type) { in InnerFunction() argument
141 if (test_type == TEST_TYPE_LOCAL_WAIT_FOR_FINISH) { in InnerFunction()
146 if (test_type == TEST_TYPE_REMOTE || test_type == TEST_TYPE_REMOTE_WITH_INVALID_CALL) { in InnerFunction()
149 if (test_type == TEST_TYPE_REMOTE_WITH_INVALID_CALL) { in InnerFunction()
166 if (test_type == TEST_TYPE_LOCAL_UNWINDER) { in InnerFunction()
180 extern "C" void MiddleFunction(TestTypeEnum test_type) { in MiddleFunction() argument
181 InnerFunction(test_type); in MiddleFunction()
184 extern "C" void OuterFunction(TestTypeEnum test_type) { in OuterFunction() argument
185 MiddleFunction(test_type); in OuterFunction()
202 TestTypeEnum* test_type = reinterpret_cast<TestTypeEnum*>(data); in LocalUnwind() local
[all …]
DElfInterfaceTest.cpp74 void SonameInit(SonameTestEnum test_type = SONAME_NORMAL);
490 void ElfInterfaceTest::SonameInit(SonameTestEnum test_type) { in SonameInit() argument
502 if (test_type == SONAME_MISSING_MAP) { in SonameInit()
525 if (test_type == SONAME_DTSIZE_SMALL) { in SonameInit()
533 if (test_type == SONAME_DTNULL_AFTER) { in SonameInit()
/system/core/libcutils/
Dmemset_test.cpp126 void RunMemsetTests(test_e test_type, uint32_t value, int align[][2], size_t num_aligns) { in RunMemsetTests() argument
128 if (test_type == MEMSET16) { in RunMemsetTests()
153 if (test_type == MEMSET16) { in RunMemsetTests()