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

  /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 42 * @param libraryPath the list of directories containing native
48 String libraryPath, ClassLoader parent) {
53 new DexPathList(this, dexPath, libraryPath, optimizedDirectory);
DexPathList.java 64 * @param libraryPath list of native library directory path elements,
71 String libraryPath, File optimizedDirectory) {
98 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);
  /external/compiler-rt/BlocksRuntime/tests/
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/
AddCompatibilityJarAction.java 204 File libraryPath = new File(supportPath,
207 if (!libraryPath.isDirectory()) {
214 assert path.equals(libraryPath) : path;
218 IProject libraryProject = createLibraryProject(libraryPath, project, waitForFinish);
231 * @param libraryPath the path to the directory tree containing the project contents
237 final File libraryPath,
257 IFileStore sourceDir = fileSystem.getStore(libraryPath.toURI());
268 ProjectProperties properties = ProjectProperties.load(libraryPath.getPath(),
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java 216 String libraryPath = getExtractionDir().toString();
222 System.setProperty("org.lwjgl.librarypath", libraryPath);
226 System.setProperty("net.java.games.input.librarypath", libraryPath);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 437 * @param libraryPath the path to a library to add to the references. Can be null.
442 String libraryPath) {
502 if (libraryPath != null) {
511 File libProject = new File(libraryPath);
514 libProject = new File(projectFolder, libraryPath);
518 mLog.error(e, "Unable to resolve path to library project: %1$s", libraryPath);
551 propsWC.setProperty(propName, libraryPath);
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 265 String libraryPath = mLibDir;
291 libraryPath = instrumentationAppLibraryDir + ":" + instrumentedAppLibraryDir;
311 Slog.v(ActivityThread.TAG, "Class path: " + zip + ", JNI path: " + libraryPath);
319 zip, libraryPath, mBaseClassLoader);
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 707 String libraryPath = library ? null :
713 libraryPath);
731 null /*libraryPath*/);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 876 milliseconds