Searched defs:LibraryLoader (Results 1 - 4 of 4) sorted by relevance

/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java42 public class LibraryLoader { class
43 private static final String TAG = "LibraryLoader";
54 // The singleton instance of LibraryLoader.
55 private static volatile LibraryLoader sInstance;
115 * @return LibraryLoader if existing, otherwise create a new one.
117 public static LibraryLoader get(int libraryProcessType) throws ProcessInitException {
124 sInstance = new LibraryLoader(libraryProcessType);
129 private LibraryLoader(int libraryProcessType) { method in class:LibraryLoader
210 TraceEvent.begin("LibraryLoader.asyncPrefetchLibrariesToMemory");
226 RecordHistogram.recordBooleanHistogram("LibraryLoader
[all...]
/external/python/cpython2/Lib/ctypes/
H A D__init__.py425 class LibraryLoader(object): class in inherits:object
442 cdll = LibraryLoader(CDLL)
443 pydll = LibraryLoader(PyDLL)
454 windll = LibraryLoader(WinDLL)
455 oledll = LibraryLoader(OleDLL)
/external/python/cpython3/Lib/ctypes/
H A D__init__.py411 class LibraryLoader(object): class in inherits:object
428 cdll = LibraryLoader(CDLL)
429 pydll = LibraryLoader(PyDLL)
440 windll = LibraryLoader(WinDLL)
441 oledll = LibraryLoader(OleDLL)
/external/robolectric/v3/runtime/
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 237 milliseconds