Lines Matching refs:functions
50 the table.) The JavaVM provides the "invocation interface" functions,
54 <p>The JNIEnv provides most of the JNI functions. Your native functions all receive a JNIEnv as
76 <code>AttachCurrentThreadAsDaemon</code> functions. Until a thread is
158 <p>The only way to get non-local references is via the functions
198 pointers returned by functions like <code>GetStringUTFChars</code>
215 suitable for use with standard libc string functions. The down side is that you cannot pass
227 string functions return <code>jchar*</code> or <code>jbyte*</code>, which
244 <p>JNI provides functions for accessing the contents of array objects.
294 to get an array, modify it in place, pass pieces to other functions, and
349 <p><strong>You must not call most JNI functions while an exception is pending.</strong>
354 <p>The only JNI functions that you are allowed to call while an exception is
392 <p>There are no built-in functions for manipulating the <code>Throwable</code> object
403 …the JavaVM and JNIEnv function table pointers are switched to tables of functions that perform an …
533 <li><b>Dynamic lookup of native functions</b>
591 dependencies on functions or libraries that don't exist on the device.
610 <li>For lazy method lookup, failing to declare C++ functions
686 <li>Pass an instance of the class into the functions that need