Home
last modified time | relevance | path

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

12

/third_party/boost/libs/optional/test/
Doptional_test_sfinae_friendly_ctor.cpp25 struct Resource struct
27 explicit Resource(const X&) {} in Resource() function
/third_party/python/Lib/importlib/
Dresources.py33 Resource = Union[str, os.PathLike] variable
85 def open_binary(package: Package, resource: Resource) -> BinaryIO:
116 resource: Resource,
124 def read_binary(package: Package, resource: Resource) -> bytes:
131 resource: Resource,
151 package: Package, resource: Resource,
/third_party/cef/tests/ceftests/
Dcors_unittest.cc103 struct Resource { struct
105 HandlerType handler = HandlerType::SERVER;
106 std::string path;
108 std::string method;
111 CefRefPtr<CefResponse> response;
112 std::string response_data;
115 cef_errorcode_t expected_error_code = ERR_NONE;
118 int expected_response_ct = 1;
121 int expected_success_query_ct = 0;
122 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/skia/src/gpu/d3d/
DGrD3DTextureResource.h87 explicit Resource() in Resource() function
92 Resource(const gr_cp<ID3D12Resource>& textureResource, in Resource() function
/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
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
DGrVkBuffer.h59 Resource(VkBuffer buf, const GrVkAlloc& alloc, Type type) in Resource() function
/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/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
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.hpp33 struct Resource struct
37 ID id;
42 TypeID type_id;
48 TypeID base_type_id;
59 std::string name;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_resources.h36 class Resource; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DResourceManager.h440 for (const std::unique_ptr<ResourceState> &Resource : Resources) in dump() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duresdata.h63 typedef uint32_t Resource; typedef
/third_party/skia/third_party/externals/icu/source/common/
Duresdata.h63 typedef uint32_t Resource; typedef
/third_party/node/deps/icu-small/source/common/
Duresdata.h63 typedef uint32_t Resource; typedef

12