OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JNI
(Results
1 - 8
of
8
) sorted by null
/external/jsilver/src/org/clearsilver/jni/
JNI.java
17
package org.clearsilver.
jni
;
23
* Loads the ClearSilver
JNI
library.
25
* <p>By default, it attempts to load the library 'clearsilver-
jni
' from the
33
public final class
JNI
{
49
+
JNI
.class.getName() + ".setLibrarySearchPaths(String...)");
68
private static String libraryName = "clearsilver-
jni
";
77
* Attempts to load the ClearSilver
JNI
library.
113
* Sets a callback for what should happen if the
JNI
library cannot
121
JNI
.failureCallback = failureCallback;
126
* Set name of
JNI
library to load. Default is 'clearsilver-jni'
[
all
...]
JniCs.java
17
package org.clearsilver.
jni
;
27
*
JNI
implementation of the CS interface.
36
JNI
.loadLibrary();
JniHdf.java
17
package org.clearsilver.
jni
;
40
JNI
.loadLibrary();
/art/runtime/
jni_internal.cc
34
#include "
jni
.h"
116
LOG(ERROR) << "Internal error: unresolvable type for argument type in
JNI
invoke: "
125
LOG(ERROR) << "
JNI
ERROR (app bug): attempt to pass an instance of "
134
// TODO: pass the
JNI
function name (such as "CallVoidMethodV") through so we can call JniAbort
194
// Section 12.3.2 of the
JNI
spec describes
JNI
class descriptors. They're
211
LOG(WARNING) << "Call to
JNI
FindClass with dots in name: "
427
LOG(ERROR) << "Bad
JNI
version passed to "
485
VLOG(
jni
) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]";
490
VLOG(
jni
) << "[Earlier JNI_OnLoad for \"" << path_ << "\"
[
all
...]
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 139 milliseconds