Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DUnwindTest.cpp147 extern "C" void InnerFunction(TestTypeEnum test_type) { in InnerFunction()
193 extern "C" void MiddleFunction(TestTypeEnum test_type) { in MiddleFunction()
197 extern "C" void OuterFunction(TestTypeEnum test_type) { in OuterFunction()
215 TestTypeEnum* test_type = reinterpret_cast<TestTypeEnum*>(data); in LocalUnwind() local
220 TestTypeEnum test_type = TEST_TYPE_LOCAL_UNWINDER; in TEST_F() local
225 TestTypeEnum test_type = TEST_TYPE_LOCAL_UNWINDER_FROM_PID; in TEST_F() local
H A DElfInterfaceTest.cpp518 void ElfInterfaceTest::SonameInit(SonameTestEnum test_type) { in SonameInit()
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DCarrierProviderTest.java57 public static final int test_type = 1; field in CarrierProviderTest
/aosp12/art/runtime/arch/
H A Dstub_test.cc1550 static void TestFields(Thread* self, StubTest* test, Primitive::Type test_type) { in TestFields()