Home
last modified time | relevance | path

Searched full:librarypath (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp42 VulkanLibrary(const char *libraryPath) in VulkanLibrary() argument
43 : m_library(libraryPath != DE_NULL ? libraryPath : "libvulkan.so.1") in VulkanLibrary()
81 vk::Library *createLibrary(const char *libraryPath) const in createLibrary()
83 return new VulkanLibrary(libraryPath); in createLibrary()
/external/zstd/build/VS2010/zstd/
Dzstd.vcxproj163 <LibraryPath>$(LibraryPath)</LibraryPath>
169 <LibraryPath>$(LibraryPath);</LibraryPath>
175 <LibraryPath>$(LibraryPath)</LibraryPath>
181 <LibraryPath>$(LibraryPath);</LibraryPath>
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp99 VulkanLibrary(const char *libraryPath) in VulkanLibrary() argument
100 : m_library(libraryPath != DE_NULL ? libraryPath : DEQP_VULKAN_LIBRARY_PATH) in VulkanLibrary()
123 vk::Library *createLibrary(const char *libraryPath) const in createLibrary()
125 return new VulkanLibrary(libraryPath); in createLibrary()
468 const char *libraryPath = NULL; in EglRenderContext() local
473 libraryPath = DEQP_GLES2_LIBRARY_PATH; in EglRenderContext()
475 libraryPath = DEQP_GLES3_LIBRARY_PATH; in EglRenderContext()
479 libraryPath = DEQP_OPENGL_LIBRARY_PATH; in EglRenderContext()
482 m_glLibrary = new de::DynamicLibrary(libraryPath); in EglRenderContext()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp87 VulkanLibrary(const char *libraryPath) in VulkanLibrary() argument
88 : m_library(libraryPath != DE_NULL ? libraryPath : "libvulkan.dylib") in VulkanLibrary()
161 vk::Library *VulkanPlatform::createLibrary(const char *libraryPath) const in createLibrary()
163 return new VulkanLibrary(libraryPath); in createLibrary()
DtcuOSXVulkanPlatform.hpp40 vk::Library *createLibrary(const char *libraryPath) const;
/external/swiftshader/src/System/
DSharedLibrary.hpp36 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary() local
37 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary()
52 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary() local
53 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary()
/external/llvm/tools/msbuild/
DMicrosoft.Cpp.Win32.llvm.props.in9 …<LibraryPath>$(LLVMInstallDir)\lib\clang\@LIB_PATH_VERSION@\lib\windows;$(LibraryPath)</LibraryPat…
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp100 VulkanLibrary(const char *libraryPath) in VulkanLibrary() argument
101 : m_library(libraryPath != DE_NULL ? libraryPath : "vulkan-1.dll") in VulkanLibrary()
128 vk::Library *VulkanPlatform::createLibrary(LibraryType libraryType, const char *libraryPath) const in createLibrary()
133 return new VulkanLibrary(libraryPath); in createLibrary()
/external/antlr/runtime/ActionScript/project/
D.actionScriptProperties5 <libraryPath defaultLinkType="1">
17 </libraryPath>
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp225 VulkanLibrary(const char *libraryPath) in VulkanLibrary() argument
226 : m_library(libraryPath != DE_NULL ? libraryPath : "libvulkan.so") in VulkanLibrary()
358 vk::Library *Platform::createLibrary(const char *libraryPath) const in createLibrary()
360 return new VulkanLibrary(libraryPath); in createLibrary()
DtcuAndroidPlatform.hpp67 vk::Library *createLibrary(const char *libraryPath) const;
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp360 VulkanLibrary(const char *libraryPath) in VulkanLibrary() argument
361 : m_library(libraryPath != DE_NULL ? libraryPath : DEQP_VULKAN_LIBRARY_PATH) in VulkanLibrary()
448 vk::Library *VulkanPlatform::createLibrary(LibraryType libraryType, const char *libraryPath) const in createLibrary()
453 return new VulkanLibrary(libraryPath); in createLibrary()
DtcuLnxVulkanPlatform.hpp41 …eateLibrary(LibraryType libraryType = LIBRARY_TYPE_VULKAN, const char *libraryPath = DE_NULL) cons…
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DEPCDynamicLibrarySearchGenerator.cpp16 const char *LibraryPath, in Load() argument
18 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DDefaultNativeRuntimeLoader.java150 Path libraryPath = tempDirectory.getBasePath().resolve(libraryName); in loadLibrary() local
152 Resources.asByteSource(libraryResource).copyTo(Files.asByteSink(libraryPath.toFile())); in loadLibrary()
153 System.load(libraryPath.toAbsolutePath().toString()); in loadLibrary()
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp83 vk::Library *Platform::createLibrary(vk::Platform::LibraryType, const char *libraryPath) const in createLibrary()
85 DE_UNREF(libraryPath); in createLibrary()
DtcuNullPlatform.hpp59 const char *libraryPath = DE_NULL) const;
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m50 @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
Dtestfilerunner.h64 __strong char *libraryPath; variable
73 @property __strong char *libraryPath;
/external/deqp/framework/egl/
DegluGLContextFactory.cpp457 const char *libraryPath = DE_NULL; in create() local
462 libraryPath = DEQP_GLES2_LIBRARY_PATH; in create()
464 libraryPath = DEQP_GLES3_LIBRARY_PATH; in create()
467 libraryPath = DEQP_OPENGL_LIBRARY_PATH; in create()
469 m_dynamicGLLibrary = new de::DynamicLibrary(libraryPath); in create()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DAppDataDirGuesserTest.java140 "libraryPath=/data/app-lib/abc-1]"; in testPre43PathProcessing()
142 assertTrue("dexPath=/data/app/abc-1.apk,libraryPath=/data/app-lib/abc-1".equals(processed)); in testPre43PathProcessing()
/external/tensorflow/tensorflow/lite/delegates/hexagon/java/src/main/java/org/tensorflow/lite/
DHexagonDelegate.java77 private static native boolean setAdspLibraryPath(String libraryPath); in setAdspLibraryPath() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DEPCDynamicLibrarySearchGenerator.h44 Load(ExecutionSession &ES, const char *LibraryPath,
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp347 const char *libraryPath = DE_NULL) const = 0;
349 virtual Library *createLibrary(const char *libraryPath = DE_NULL) const = 0;
/external/lz4/
Dappveyor.yml33 …IF [%PLATFORM%]==[x64] (SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Window…

12