Home
last modified time | relevance | path

Searched defs:ResourceManager (Results 1 – 14 of 14) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
DMessages.Designer.cs39 internal static global::System.Resources.ResourceManager ResourceManager { property in Antlr.Runtime.Messages
/external/clang/tools/clang-format-vs/ClangFormat/
DResources.Designer.cs39 internal static global::System.Resources.ResourceManager ResourceManager { property in LLVM.ClangFormat.Resources
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/
DResourceManager.java35 public interface ResourceManager interface
/external/drm_hwcomposer/drm/
DDrmDevice.h32 class ResourceManager; variable
DResourceManager.cpp36 ResourceManager::ResourceManager( in ResourceManager() function in android::ResourceManager
/external/icu/icu4c/source/test/intltest/
Dmessageformat2test.h195 ResourceManager(const Locale& loc) : locale(loc) {} in ResourceManager() function
/external/libkmsxx/kms++util/src/
Dresourcemanager.cpp8 ResourceManager::ResourceManager(Card& card) in ResourceManager() function in ResourceManager
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/
DResourceManager.java44 public interface ResourceManager extends Service<ResourceManagerOptions> { interface
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp111 ResourceManager::ResourceManager(const MCSchedModel &SM) in ResourceManager() function in llvm::mca::ResourceManager
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp111 ResourceManager::ResourceManager(const MCSchedModel &SM) in ResourceManager() function in llvm::mca::ResourceManager
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h443 ResourceManager(const TargetSubtargetInfo *ST) in ResourceManager() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h495 ResourceManager(const TargetSubtargetInfo *ST, SwingSchedulerDAG *DAG) in ResourceManager() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc701 TEST_F(XlaCompilerTest, ResourceManager) { in TEST_F() argument
/external/python/setuptools/pkg_resources/
D__init__.py1122 class ResourceManager: class