HomeSort by relevance Sort by last modified time
    Searched refs:libraryPath (Results 1 - 25 of 45) sorted by null

1 2

  /libcore/dalvik/src/main/java/dalvik/system/
DexClassLoader.java 50 * @param libraryPath the list of directories containing native
56 String libraryPath, ClassLoader parent) {
57 super(dexPath, new File(optimizedDirectory), libraryPath, parent);
PathClassLoader.java 58 * @param libraryPath the list of directories containing native
63 public PathClassLoader(String dexPath, String libraryPath,
65 super(dexPath, null, libraryPath, parent);
BaseDexClassLoader.java 40 * @param libraryPath the list of directories containing native
46 String libraryPath, ClassLoader parent) {
48 this.pathList = new DexPathList(this, dexPath, libraryPath, optimizedDirectory);
DexPathList.java 76 * @param libraryPath list of native library directory path elements,
83 String libraryPath, File optimizedDirectory) {
117 this.nativeLibraryDirectories = splitLibraryPath(libraryPath);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 60 * libraryPath must be an absolute path of the jar file. This needs to be
64 public static void addFilterLibrary(String libraryPath) {
65 if (mLogVerbose) Log.v(TAG, "Adding filter library " + libraryPath);
67 if (mLibraries.contains(libraryPath)) {
71 mLibraries.add(libraryPath);
73 mCurrentClassLoader = new PathClassLoader(libraryPath, mCurrentClassLoader);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterFactory.java 54 * libraryPath must be an absolute path of the jar file. This needs to be
58 public static void addFilterLibrary(String libraryPath) {
59 if (mLogVerbose) Log.v(TAG, "Adding filter library " + libraryPath);
61 if (mLibraries.contains(libraryPath)) {
65 mLibraries.add(libraryPath);
67 mCurrentClassLoader = new PathClassLoader(libraryPath, mCurrentClassLoader);
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 64 __strong char *libraryPath;
73 @property __strong char *libraryPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 275 File libraryPath = new File(supportPath, FD_V7 + File.separator + FD_GRIDLAYOUT);
276 if (!libraryPath.isDirectory()) {
283 assert path.equals(libraryPath) : path;
287 IProject libraryProject = createLibraryProject(libraryPath, project,
334 File libraryPath = new File(supportPath, FD_V7 + File.separator + FD_APPCOMPAT);
335 if (!libraryPath.isDirectory()) {
342 assert path.equals(libraryPath) : path;
351 libraryProject = createLibraryProject(libraryPath, project,
440 * @param libraryPath the path to the directory tree containing the project contents
446 final File libraryPath,
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 565 const char* libraryPath = DE_NULL;
570 libraryPath = DEQP_GLES2_LIBRARY_PATH;
572 libraryPath = DEQP_GLES3_LIBRARY_PATH;
575 libraryPath = DEQP_OPENGL_LIBRARY_PATH;
577 m_dynamicGLLibrary = new de::DynamicLibrary(libraryPath);
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/
sdklib-23.0.1.jar 

Completed in 478 milliseconds

1 2