Searched refs:loadNativeCode (Results 1 – 2 of 2) sorted by relevance
159 protected void loadNativeCode(int tryNumber) throws Exception { in testGeneratesEvents_nativeLibrary() method177 protected void loadNativeCode(int tryNumber) throws Exception { in testGeneratesEvents_nativeLibrary_escapedName() method195 protected void loadNativeCode(int tryNumber) throws Exception { in testGeneratesEvents_nativeExecutable() method338 abstract void loadNativeCode(int tryNumber) throws Exception; in loadNativeCode() method in DynamicCodeLoggerIntegrationTests.TestNativeCodeWithRetries344 loadNativeCode(i); in runTest()
91 private native long loadNativeCode(String path, String funcname, MessageQueue queue, in loadNativeCode() method in NativeActivity170 mNativeHandle = loadNativeCode(path, funcname, Looper.myQueue(), in onCreate()