HomeSort by relevance Sort by last modified time
    Searched refs:LIBRARIES (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/android_webview/java/generated_src/org/chromium/base/library_loader/
NativeLibraries.java 8 * This class defines the native libraries and loader options required by webview
23 // This is the list of native libraries to load. In the normal chromium build, this would be
26 static final String[] LIBRARIES = { "webviewchromium" };
  /external/chromium_org/build/android/tests/multiple_proguards/src/dummy/
NativeLibraries.java 15 static final String[] LIBRARIES = {};
  /external/libusb-compat/
libusb-config.in 12 Usage: libusb-config [OPTIONS] [LIBRARIES]
  /external/chromium_org/testing/android/java/src/org/chromium/native_test/
ChromeNativeTestActivity.java 78 for (String library : NativeLibraries.LIBRARIES) {
  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 17 * This class provides functionality to load and register the native libraries.
18 * Callers are allowed to separate loading the libraries from initializing them.
19 * This may be an advantage for Android Webview, where the libraries can be loaded
23 * The libraries may be loaded and initialized from any thread. Synchronization
34 // Guards all access to the libraries
37 // One-way switch becomes true when the libraries are loaded.
44 // One-way switch becomes true when the libraries are initialized (
74 * will extract the native libraries from APK. This is a hack used to
79 * should delete the old workaround libraries or not.
122 * should delete the old workaround libraries or not
    [all...]
LibraryLoaderHelper.java 21 * The class provides helper functions to extract native libraries from APK,
22 * and load libraries from there.
33 * One-way switch becomes true if native libraries were unpacked
39 * Loads native libraries using workaround only, skip the library in system
46 // libraries should only be unpacked once, this is guaranteed by
48 for (String library : NativeLibraries.LIBRARIES) {
72 * the symlink was updated, but fails to extract new native libraries from
85 * extract native libraries from apk and cache in the directory.
105 * Returns the directory for holding extracted native libraries.
121 * Unpack native libraries from the APK file. The method is supposed t
    [all...]
  /device/generic/goldfish/opengl/
common.mk 34 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
  /external/harfbuzz_ng/
git.mk 257 $(LIBRARIES) $(check_LIBRARIES) $(EXTRA_LIBRARIES) \
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 360 LIBRARIES = $(lib_LIBRARIES)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 360 LIBRARIES = $(lib_LIBRARIES)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 360 LIBRARIES = $(lib_LIBRARIES)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 360 LIBRARIES = $(lib_LIBRARIES)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 360 LIBRARIES = $(lib_LIBRARIES)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 360 LIBRARIES = $(lib_LIBRARIES)
    [all...]

Completed in 1127 milliseconds