Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 7 of 7) sorted by relevance

/development/vndk/tools/header-checker/tests/reference_dumps/arm64/
Dlibversion_script_example_no_mytag.so.lsdump18 "name" : "test2"
40 "function_name" : "test2",
41 "linker_set_key" : "test2",
Dlibversion_script_example.so.lsdump24 "name" : "test2"
65 "function_name" : "test2",
66 "linker_set_key" : "test2",
/development/vndk/tools/header-checker/tests/integration/version_script_example/
Dexample.cpp4 void test2() {} in test2() function
Dexample.h2 extern "C" void test2();
Dexample.map.txt13 test2;
/development/vndk/tools/header-checker/tests/input/
Dexample2.h19 namespace test2 {
Dexample1.h31 using namespace test2; variable