Home
last modified time | relevance | path

Searched defs:Resource (Results 1 – 25 of 61) sorted by relevance

123

/external/python/cpython3/Lib/importlib/
Dresources.py31 Resource = Union[str, os.PathLike] variable
85 def open_binary(package: Package, resource: Resource) -> BinaryIO:
117 resource: Resource,
150 def read_binary(package: Package, resource: Resource) -> bytes:
159 resource: Resource,
174 def path(package: Package, resource: Resource) -> Iterator[Path]:
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.h309 ResourceState &Resource = *Resources[ResourceID]; in reserveBuffer() local
318 const ResourceState &Resource = *Resources.find(ResourceID)->second; in isBufferAvailable() local
323 const ResourceState &Resource = *Resources.find(ResourceID)->second; in isReady() local
350 ResourceState &Resource = *Resources[ResourceID]; in reserveResource() local
356 ResourceState &Resource = *Resources[ResourceID]; in releaseResource() local
374 for (const std::pair<uint64_t, UniqueResourceState> &Resource : Resources) in dump() local
DInstructionTables.cpp30 for (const std::pair<uint64_t, ResourceUsage> Resource : Desc.Resources) { in execute() local
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs19 public partial class Resource class
22 static Resource() in Resource() method in HelloworldXamarin.Droid.Resource
/external/deqp/framework/common/
DtcuResource.hpp45 class Resource class
58 Resource (const std::string& name) : m_name(name) {} in Resource() function in tcu::Resource
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DResource.java9 public interface Resource<Z> { interface
/external/clang/test/SemaCXX/
Doperator-arrow-temporary.cpp4 struct Resource { struct
/external/syzkaller/pkg/ast/
Dast.go77 type Resource struct { struct
78 Pos Pos
79 Name *Ident
80 Base *Type
81 Values []*Int
84 func (n *Resource) Info() (Pos, string, string) {
/external/swiftshader/src/System/
DResource.cpp22 Resource::Resource(size_t bytes) : size(bytes) in Resource() function in sw::Resource
DResource.hpp30 class Resource class
/external/swiftshader/src/Common/
DResource.cpp22 Resource::Resource(size_t bytes) : size(bytes) in Resource() function in sw::Resource
DResource.hpp30 class Resource class
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dresource.py11 class Resource(object): class
/external/tensorflow/tensorflow/core/profiler/
Dtrace_events.proto31 message Resource { message
/external/skia/src/gpu/vk/
DGrVkImage.h165 Resource() in Resource() function
171 Resource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in Resource() function
DGrVkUniformBuffer.h41 Resource(VkBuffer buf, const GrVkAlloc& alloc) in Resource() function
DGrVkSemaphore.h35 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() function
/external/bcc/src/lua/src/
Dsquish.lua51 function Resource(name, path) function
/external/skqp/src/gpu/vk/
DGrVkUniformBuffer.h41 Resource(VkBuffer buf, const GrVkAlloc& alloc) in Resource() function
DGrVkImage.h152 Resource() in Resource() function
158 Resource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in Resource() function
DGrVkSemaphore.h35 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc57 XlaExpression XlaExpression::Resource(XlaResource* resource) { in Resource() function in tensorflow::XlaExpression
/external/mesa3d/src/egl/main/
Deglsync.h45 _EGLResource Resource; member
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp146 class Resource class
149Resource(const BufferSp& buffer_, vk::VkDescriptorType descriptorType_ = vk::VK_DESCRIPTOR_TYPE_ST… in Resource() function in vkt::SpirVAssembly::Resource
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSharedResourceHolder.java164 public interface Resource<T> { interface in SharedResourceHolder

123