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 38 * @param libraryPath the list of directories containing native
44 String libraryPath, ClassLoader parent) {
46 this.pathList = new DexPathList(this, dexPath, libraryPath, optimizedDirectory);
DexPathList.java 74 * @param libraryPath list of native library directory path elements,
81 String libraryPath, File optimizedDirectory) {
107 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/
AddSupportJarAction.java 269 File libraryPath = new File(supportPath, FD_V7 + File.separator + FD_GRIDLAYOUT);
270 if (!libraryPath.isDirectory()) {
277 assert path.equals(libraryPath) : path;
281 IProject libraryProject = createLibraryProject(libraryPath, project, waitForFinish);
349 * @param libraryPath the path to the directory tree containing the project contents
355 final File libraryPath,
379 IFileStore sourceDir = fileSystem.getStore(libraryPath.toURI());
390 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);
  /frameworks/base/core/java/android/app/
LoadedApk.java 267 String libraryPath = mLibDir;
293 libraryPath = instrumentationAppLibraryDir + ":" + instrumentedAppLibraryDir;
313 Slog.v(ActivityThread.TAG, "Class path: " + zip + ", JNI path: " + libraryPath);
321 zip, libraryPath, mBaseClassLoader);
    [all...]
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
sdklib.jar 
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [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/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 308 milliseconds