OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:librarypath
(Results
1 - 17
of
17
) sorted by null
/system/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/mesa3d/
libMesa.project
210
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMX86CodeGen_intermediates"/>
211
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMX86Info_intermediates"/>
212
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMBitReader_intermediates"/>
213
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMSelectionDAG_intermediates"/>
214
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMAsmPrinter_intermediates"/>
215
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMJIT_intermediates"/>
216
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMCodeGen_intermediates"/>
217
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMTarget_intermediates"/>
218
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMMC_intermediates"/>
219
<
LibraryPath
Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMScalar (…)
[
all
...]
/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
);
/external/mesa3d/test/
mesa.project
28
<
LibraryPath
Value="../Debug"/>
87
<
LibraryPath
Value="."/>
/frameworks/base/opengl/libagl2/
libagl2.project
100
<
LibraryPath
Value="."/>
/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
);
547
propsWC.setProperty(propName,
libraryPath
);
[
all
...]
/frameworks/base/docs/html/guide/developing/tools/
android.jd
344
<td><code>-l <
libraryPath
></code></td>
/sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java
690
String
libraryPath
= library ? null :
696
libraryPath
);
714
null /*
libraryPath
*/);
[
all
...]
/external/llvm/include/llvm/
Linker.h
153
///
LibraryPath
will be utilized to locate the library. The bool value in
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java
511
// then update the
LibraryPath
.
/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/webkit/Tools/
ChangeLog-2009-06-16
777
(
libraryPath
):
[
all
...]
Completed in 862 milliseconds