HomeSort by relevance Sort by last modified time
    Searched defs:LibraryLoader (Results 1 - 9 of 9) sorted by null

  /external/libmojo/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 42 public class LibraryLoader {
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) {
210 TraceEvent.begin("LibraryLoader.asyncPrefetchLibrariesToMemory");
226 RecordHistogram.recordBooleanHistogram("LibraryLoader.PrefetchStatus", success)
    [all...]
  /external/python/cpython2/Lib/ctypes/
__init__.py 425 class LibraryLoader(object):
442 cdll = LibraryLoader(CDLL)
443 pydll = LibraryLoader(PyDLL)
454 windll = LibraryLoader(WinDLL)
455 oledll = LibraryLoader(OleDLL)
  /external/python/cpython3/Lib/ctypes/
__init__.py 411 class LibraryLoader(object):
428 cdll = LibraryLoader(CDLL)
429 pydll = LibraryLoader(PyDLL)
440 windll = LibraryLoader(WinDLL)
441 oledll = LibraryLoader(OleDLL)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 428 class LibraryLoader(object):
445 cdll = LibraryLoader(CDLL)
446 pydll = LibraryLoader(PyDLL)
457 windll = LibraryLoader(WinDLL)
458 oledll = LibraryLoader(OleDLL)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 428 class LibraryLoader(object):
445 cdll = LibraryLoader(CDLL)
446 pydll = LibraryLoader(PyDLL)
457 windll = LibraryLoader(WinDLL)
458 oledll = LibraryLoader(OleDLL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 428 class LibraryLoader(object):
445 cdll = LibraryLoader(CDLL)
446 pydll = LibraryLoader(PyDLL)
457 windll = LibraryLoader(WinDLL)
458 oledll = LibraryLoader(OleDLL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 428 class LibraryLoader(object):
445 cdll = LibraryLoader(CDLL)
446 pydll = LibraryLoader(PyDLL)
457 windll = LibraryLoader(WinDLL)
458 oledll = LibraryLoader(OleDLL)
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 227 milliseconds