Home
last modified time | relevance | path

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

123

/third_party/boost/libs/optional/test/
Doptional_test_sfinae_friendly_ctor.cpp25 struct Resource struct
27 explicit Resource(const X&) {} in Resource() argument
/third_party/python/Lib/importlib/
Dresources.py37 Resource = Union[str, os.PathLike] variable
40 def open_binary(package: Package, resource: Resource) -> BinaryIO:
76 resource: Resource,
86 def read_binary(package: Package, resource: Resource) -> bytes:
94 resource: Resource,
109 resource: Resource,
/third_party/cef/tests/ceftests/
Dcors_unittest.cc120 struct Resource { struct
122 HandlerType handler = HandlerType::SERVER;
123 std::string path;
125 std::string method;
128 CefRefPtr<CefResponse> response;
129 std::string response_data;
132 cef_errorcode_t expected_error_code = ERR_NONE;
135 int expected_response_ct = 1;
138 int expected_success_query_ct = 0;
139 int expected_failure_query_ct = 0;
[all …]
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs19 public partial class Resource class
22 static Resource() in Resource() method in HelloworldXamarin.Droid.Resource
/third_party/vk-gl-cts/framework/common/
DtcuResource.hpp45 class Resource class
58 Resource (const std::string& name) : m_name(name) {} in Resource() function in tcu::Resource
/third_party/skia/src/gpu/d3d/
DGrD3DTextureResource.h87 explicit Resource() in Resource() function
92 Resource(const gr_cp<ID3D12Resource>& textureResource, in Resource() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/global/
Dresource.js16 export const Resource = { variable
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DState.h148 struct Resource struct
152 UINT NumSubResources; argument
159 static inline Resource * argument
/third_party/mesa3d/src/microsoft/resource_state_manager/
DD3D12ResourceState.cpp171 void ResourceStateManager::TransitionResource(TransitionableResourceState& Resource, in TransitionResource()
182 void ResourceStateManager::TransitionSubresource(TransitionableResourceState& Resource, in TransitionSubresource()
232 void ResourceStateManager::AddCurrentStateUpdate(TransitionableResourceState& Resource, in AddCurrentStateUpdate()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp84 struct Resource struct in DrawTester
86 size_t id;
87 T &obj;
/third_party/node/test/addons/make-callback-domain-warning/
Dtest.js19 class Resource { class
/third_party/skia/third_party/externals/swiftshader/src/Common/
DResource.cpp22 Resource::Resource(size_t bytes) : size(bytes) in Resource() function in sw::Resource
DResource.hpp36 class Resource class
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DResourceVk.cpp54 Resource::Resource() in Resource() function in rx::vk::Resource
59 Resource::Resource(Resource &&other) : Resource() in Resource() function in rx::vk::Resource
DRenderTargetVk.h25 class Resource; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DInstructionTables.cpp27 for (const std::pair<const uint64_t, ResourceUsage> Resource : in execute() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkImage.h171 Resource() in Resource() function
177 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
DGrVkUniformBuffer.h41 Resource(VkBuffer buf, const GrVkAlloc& alloc) in Resource() function
/third_party/vk-gl-cts/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
/third_party/skia/src/gpu/vk/
DGrVkSemaphore.h36 Resource(const GrVkGpu* gpu, VkSemaphore semaphore, in Resource() function
DGrVkImage.h270 explicit Resource(const GrVkGpu* gpu) in Resource() function
277 Resource(const GrVkGpu* gpu, VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in Resource() function
/third_party/mesa3d/src/egl/main/
Deglsync.h45 _EGLResource Resource; member
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource.cc247 Resource::Resource(const py::object &obj) in Resource() function in mindspore::pipeline::Resource
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp345 ResourceState &Resource = *Resources[Index]; in reserveResource() local
354 ResourceState &Resource = *Resources[Index]; in releaseResource() local

123