Searched refs:loadLibrary (Results 1 - 25 of 45) sorted by relevance

12

/external/conscrypt/android/src/main/java/org/conscrypt/
H A DNativeCryptoJni.java26 System.loadLibrary("gmscore");
27 System.loadLibrary("conscrypt_gmscore_jni");
29 System.loadLibrary("conscrypt_jni");
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJLoader.java.in33 System.loadLibrary("@TURBOJPEG_DLL_NAME@");
H A DTJLoader.java.tmpl34 System.loadLibrary("turbojpeg");
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DNativeCryptoJni.java25 System.loadLibrary("javacrypto");
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
H A DNativeLibraryUtil.java35 * A Utility to Call the {@link System#load(String)} or {@link System#loadLibrary(String)}.
36 * Because the {@link System#load(String)} and {@link System#loadLibrary(String)} are both
46 * Delegate the calling to {@link System#load(String)} or {@link System#loadLibrary(String)}.
50 public static void loadLibrary(String libName, boolean absolute) { method in class:NativeLibraryUtil
54 System.loadLibrary(libName);
H A DNativeLibraryLoader.java197 loadLibrary(loader, name, false);
224 loadLibrary(loader, tmpFile.getPath(), true);
247 private static void loadLibrary( method in class:NativeLibraryLoader
259 NativeLibraryUtil.loadLibrary(name, absolute); // Fallback to local helper class.
270 Method method = helper.getMethod("loadLibrary", String.class, boolean.class);
/external/swiftshader/src/Common/
H A DSharedLibrary.hpp25 void *loadLibrary(const char *path);
30 void *loadLibrary(const char *(&names)[n], const char *mustContainSymbol = nullptr) function
49 void *library = loadLibrary(names[i]);
66 inline void *loadLibrary(const char *path) function
88 inline void *loadLibrary(const char *path) function
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DEastAsianWidth.java41 System.loadLibrary("org_connectbot_util_EastAsianWidth");
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DCallSessionFileRotatingLogSink.java32 System.loadLibrary("jingle_peerconnection_so");
H A DPeerConnectionFactory.java39 System.loadLibrary("jingle_peerconnection_so");
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DExec.java68 System.loadLibrary("com_googlecode_android_scripting_Exec");
/external/libmojo/jni/java/lang/
H A DRuntime.classRuntime.java package java.lang public java.lang.Runtime extends java.lang.Object { ...
/external/swiftshader/src/Main/
H A DlibX11.cpp59 libX11 = loadLibrary("libX11.so");
63 libXext = loadLibrary("libXext.so");
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java89 // The return value of NativeLibraryPreloader.loadLibrary(), which will be reported
95 * Set native library preloader, if set, the NativeLibraryPreloader.loadLibrary will be invoked
96 * before calling System.loadLibrary, this only applies when not using the chromium linker.
225 private void loadLibrary(Linker linker, @Nullable String zipFilePath, String libFilePath) { method in class:LibraryLoader
231 linker.loadLibrary(zipFilePath, libFilePath);
239 linker.loadLibrary(zipFilePath, libFilePath);
248 // Invoke either Linker.loadLibrary(...) or System.loadLibrary(...), triggering
284 loadLibrary(linker, zipFilePath, libFilePath);
290 mLibraryPreloaderStatus = sLibraryPreloader.loadLibrary(contex
[all...]
H A DLinker.java26 * The point of this class is to provide an alternative to System.loadLibrary()
91 * - Native shared libraries should be loaded with Linker.loadLibrary(),
92 * instead of System.loadLibrary(). The two functions should behave the same
102 * disableSharedRelros() early (i.e. before any loadLibrary() call).
107 * disableSharedRelros() completely disables shared RELROs, and loadLibrary()
108 * will behave exactly like System.loadLibrary().
121 * - Load libraries randomly (just like System.loadLibrary()).
142 * - In a service process, finishLibraryLoad() and/or loadLibrary() may
527 System.loadLibrary(LINKER_JNI_LIBRARY);
530 System.loadLibrary(LINKER_JNI_LIBRAR
572 public void loadLibrary(@Nullable String zipFilePath, String libFilePath) { method in class:Linker
[all...]
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/
H A DDeqpPlatformCapabilityQueryInstrumentation.java33 System.loadLibrary("deqp");
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java33 System.loadLibrary("deqp");
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java81 public static void loadLibrary() { method in class:JNI
H A DJniCs.java36 JNI.loadLibrary();
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerApplication.java18 System.loadLibrary("viewer");
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/
H A DAudioDeviceAndroidTest.java59 System.loadLibrary("audio_device_android_test");
/external/javasqlite/
H A DAndroid.mk23 # This name is dictated by the fact that the SQLite code calls loadLibrary("sqlite_jni").
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
H A DExecService.java47 System.loadLibrary("deqp");
/external/svox/pico/compat/src/com/android/tts/compat/
H A DSynthProxy.java32 System.loadLibrary("ttscompat");
/external/jline/src/src/main/java/jline/
H A DWindowsTerminal.java240 loadLibrary("jline");
267 private void loadLibrary(final String name) throws IOException { method in class:WindowsTerminal

Completed in 682 milliseconds

12