Searched defs:loadLibrary (Results 1 - 20 of 20) sorted by relevance

/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.java162 return loadFromWorkdir(name, loader, results) || loadLibrary(loader, name, false, results);
201 return loadLibrary(loader, tmpFile.getPath(), true, results);
257 private static boolean loadLibrary(final ClassLoader loader, final String name, method in class:NativeLibraryLoader
295 Method method = helper.getMethod("loadLibrary", String.class, boolean.class);
318 NativeLibraryUtil.loadLibrary(name, absolute);
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
H A DTensorFlowTest.java42 public void loadLibrary() { method in class:TensorFlowTest
55 byte[] opList = TensorFlow.loadLibrary("tensorflow/java/my_test_op.so");
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java81 public static void loadLibrary() { method in class:JNI
/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/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DTensorFlow.java42 public static byte[] loadLibrary(String filename) { method in class:TensorFlow
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
H A DSQLiteLibraryLoaderTest.java84 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows XP", "x86"))
90 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows 7", "x86"))
96 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows XP", "amd64"))
102 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows 7", "amd64"))
108 assertThat(loadLibrary(new SQLiteLibraryLoader(LINUX), "Some linux version", "i386"))
114 assertThat(loadLibrary(new SQLiteLibraryLoader(LINUX), "Some linux version", "x86"))
120 assertThat(loadLibrary(new SQLiteLibraryLoader(LINUX), "Some linux version", "amd64"))
126 assertThat(loadLibrary(new SQLiteLibraryLoader(MAC), "Mac OS X", "any architecture"))
132 assertThat(loadLibrary(new SQLiteLibraryLoader(MAC_DYLIB), "Mac OS X", "any architecture"))
138 loadLibrary(ne
141 private String loadLibrary(SQLiteLibraryLoader loader, String name, String arch) throws IOException { method in class:SQLiteLibraryLoaderTest
[all...]
/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
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java93 // The return value of NativeLibraryPreloader.loadLibrary(), which will be reported
99 * Set native library preloader, if set, the NativeLibraryPreloader.loadLibrary will be invoked
100 * before calling System.loadLibrary, this only applies when not using the chromium linker.
241 private void loadLibrary(Linker linker, @Nullable String zipFilePath, String libFilePath) { method in class:LibraryLoader
247 linker.loadLibrary(zipFilePath, libFilePath);
255 linker.loadLibrary(zipFilePath, libFilePath);
264 // Invoke either Linker.loadLibrary(...) or System.loadLibrary(...), triggering
303 loadLibrary(linker, zipFilePath, libFilePath);
313 mLibraryPreloaderStatus = sLibraryPreloader.loadLibrary(appContex
[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
523 System.loadLibrary(LINKER_JNI_LIBRARY);
564 public void loadLibrary( method in class:Linker
[all...]
/external/libmojo/jni/java/lang/
H A DRuntime.classRuntime.java package java.lang public java.lang.Runtime extends java.lang.Object { ...
/external/tensorflow/tensorflow/contrib/lite/nnapi/
H A DNeuralNetworksShim.h34 inline void* loadLibrary(const char* name) { function
45 static void* handle = loadLibrary("libneuralnetworks.so");
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 511 milliseconds