android_system_core/libacc/tests
Jack Palevich 8c246a9dc2 Add accRegisterSymbolCallback API to control external symbol linkage.
Until now dlsym was used to lookup external symbols. Now you can
register your own function to be called when an undefined symbol is
used.
2009-07-14 21:14:10 -07:00
..
data Add test for passing floats and doubles as ints, floats, and doubles. 2009-07-14 19:39:36 -07:00
.gitignore Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
Android.mk Add accRegisterSymbolCallback API to control external symbol linkage. 2009-07-14 21:14:10 -07:00
main.cpp Add accRegisterSymbolCallback API to control external symbol linkage. 2009-07-14 21:14:10 -07:00
runtimeTest.cpp Add accRegisterSymbolCallback API to control external symbol linkage. 2009-07-14 21:14:10 -07:00
test Rewrite compiler test using python. 2009-06-25 13:55:12 -07:00
test.py Add test for passing floats and doubles as ints, floats, and doubles. 2009-07-14 19:39:36 -07:00