/external/swiftshader/src/OpenGL/libGL/ |
D | libGL.vcxproj | 117 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)\Lib\x86;$(VCIn… 118 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(DXSDK_DIR)\Lib\x64;$(VCInst… 119 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(DXSDK_DIR)\Lib\x86;$(VC… 120 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(DXSDK_DIR)\Lib\x64;$(VCIn… 121 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)\Lib\x86;$(VC… 122 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(DXSDK_DIR)\Lib\x64;$(VCIn…
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.vcxproj | 117 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)\Lib\x86;$(VCIn… 118 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(DXSDK_DIR)\Lib\x64;$(VCInst… 119 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(DXSDK_DIR)\Lib\x86;$(VC… 120 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(DXSDK_DIR)\Lib\x64;$(VCIn… 121 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)\Lib\x86;$(VC… 122 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(DXSDK_DIR)\Lib\x64;$(VCIn…
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.vcxproj | 117 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)\Lib\x86;$(VCIn… 118 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(DXSDK_DIR)\Lib\x64;$(VCInst… 119 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(DXSDK_DIR)\Lib\x86;$(VC… 120 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(DXSDK_DIR)\Lib\x64;$(VCIn… 121 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)\Lib\x86;$(VC… 122 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(DXSDK_DIR)\Lib\x64;$(VCIn…
|
/external/swiftshader/src/D3D9/ |
D | D3D9.vcxproj | 118 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Lib\x86;$(Lib… 119 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)Lib\x86;$(Libra… 120 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(DXSDK_DIR)Lib\x86;$(Lib… 121 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(DXSDK_DIR)Lib\x64;$(Library… 122 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(DXSDK_DIR)Lib\x64;$(Libra… 123 …<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(DXSDK_DIR)Lib\x64;$(Libra…
|
/external/llvm/tools/msbuild/ |
D | Microsoft.Cpp.Win32.llvm.props.in | 9 …<LibraryPath>$(LLVMInstallDir)\lib\clang\@LIB_PATH_VERSION@\lib\windows;$(LibraryPath)</LibraryPat…
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/ |
D | .actionScriptProperties | 5 <libraryPath defaultLinkType="1"> 17 </libraryPath>
|
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.m | 50 @synthesize libraryPath, frameworkPath; 200 if (libraryPath) { 201 sprintf(lpath, "DYLD_LIBRARY_PATH=%s", libraryPath); 580 printf("Usage: %s [-fast] [-e] [-dyld librarypath] [gcc4.2dir] [-- | source1 ...]\n", whoami); 628 char *libraryPath = getenv("DYLD_LIBRARY_PATH"); 642 libraryPath = argv[1]; 712 line.libraryPath = libraryPath; // tell generators about it instead XXX
|
D | testfilerunner.h | 64 __strong char *libraryPath; variable 73 @property __strong char *libraryPath;
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 384 const char* libraryPath = DE_NULL; in create() local 389 libraryPath = DEQP_GLES2_LIBRARY_PATH; in create() 391 libraryPath = DEQP_GLES3_LIBRARY_PATH; in create() 394 libraryPath = DEQP_OPENGL_LIBRARY_PATH; in create() 396 m_dynamicGLLibrary = new de::DynamicLibrary(libraryPath); in create()
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | AppDataDirGuesserTest.java | 96 "libraryPath=/data/app-lib/abc-1]"; in testPre43PathProcessing() 98 assertTrue("dexPath=/data/app/abc-1.apk,libraryPath=/data/app-lib/abc-1".equals(processed)); in testPre43PathProcessing()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | AppDataDirGuesser.java | 84 * dalvik.system.PathClassLoader[dexPath=path/to/apk,libraryPath=path/to/libs] in processClassLoaderString42OrEarlier()
|
/external/lz4/ |
D | appveyor.yml | 33 …IF [%PLATFORM%]==[x64] (SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Window…
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Linker.h | 158 /// LibraryPath will be utilized to locate the library. The bool value in
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.launching_3.5.100.v20100526.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.osgi_3.6.1.R36x_v20100806.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.osgi_3.6.2.R36x_v20101103.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/libs/ |
D | sqlite4java-0.282.jar | ... .lang.String)
int p
int k
String libraryPath
String classUrl
java.io.File jar
java. ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
D | pdebuild.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |