HomeSort by relevance Sort by last modified time
    Searched full:loadlibrary (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /gdk/samples/hello-llvm/src/com/example/hellollvm/
HelloLLVM.java 24 System.loadLibrary("hello_llvm");
  /development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java 38 // the name supplied to loadLibrary.
39 System.loadLibrary("simplejni");
  /ndk/sources/cxx-stl/stlport/
README 43 System.loadLibrary("stlport_shared");
44 System.loadLibrary("foo");
45 System.loadLibrary("bar");
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/
README 43 System.loadLibrary("stlport_shared");
44 System.loadLibrary("foo");
45 System.loadLibrary("bar");
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/
README 43 System.loadLibrary("stlport_shared");
44 System.loadLibrary("foo");
45 System.loadLibrary("bar");
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/
README 43 System.loadLibrary("stlport_shared");
44 System.loadLibrary("foo");
45 System.loadLibrary("bar");
  /cts/tests/src/android/os/cts/
CpuFeatures.java 26 System.loadLibrary("cts_jni");
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 21 System.loadLibrary("opengltest");
  /dalvik/tests/071-dexfile/src-ex/
Another.java 23 System.loadLibrary("nonexistent");
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNILib.java 24 System.loadLibrary("gl2jni");
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 35 System.loadLibrary("helloneon");
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
MeasurementUtils.java 21 System.loadLibrary("defcontainer_jni");
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNILib.java 24 System.loadLibrary("gl2jni");
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 24 System.loadLibrary("gljni");
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfLib.java 24 System.loadLibrary("glperf");
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualLib.java 24 System.loadLibrary("gldualjni");
  /external/chromium/base/
native_library.h 64 // This function retrieves the LoadLibrary function exported from kernel32.dll
65 // and calls it instead of directly calling the LoadLibrary function via the
native_library_win.cc 19 // LoadLibrary() opens the file off disk.
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeedNative.java 36 /*package*/ static void loadLibrary() throws UnsatisfiedLinkError, SecurityException {
37 System.loadLibrary("variablespeed");
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 92 ALOGE("OsclLib::LoadLibrary: Error opening "
98 ALOGE("OsclLib::LoadLibrary: Error opening "
  /cts/tests/src/android/net/cts/
NetlinkSocket.java 25 System.loadLibrary("cts_jni");
  /cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java 28 System.loadLibrary("jnitest");
JniCppTest.java 28 System.loadLibrary("jnitest");
  /development/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java 37 System.loadLibrary("twolib-second");
  /device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java 26 System.loadLibrary("platform_library_jni");

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011