Home
last modified time | relevance | path

Searched defs:TestResource (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pipeline/
Dresource_test.cc34 class TestResource : public UT::Common { class
36 TestResource() {} in TestResource() function in mindspore::pipeline::TestResource
41 TEST_F(TestResource, test_built_in_type_map) { in TEST_F() argument
/third_party/skia/m133/tests/graphite/
DGraphiteResourceCacheTest.cpp37 class TestResource : public Resource { class
72 TestResource(const SharedContext* sharedContext, in TestResource() function in skgpu::graphite::TestResource
/third_party/skia/include/private/
DGrResourceKey.h160 friend class TestResource; // For unit test to access kMetaDataCnt. variable
/third_party/skia/m133/tests/
DResourceCacheTest.cpp293 class TestResource : public GrGpuResource { class
302 TestResource(GrGpu* gpu, in TestResource() function in TestResource
351 TestResource(GrGpu* gpu, in TestResource() function in TestResource
367 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size, std::string_view label) in TestResource() function in TestResource
/third_party/skia/tests/
DResourceCacheTest.cpp235 class TestResource : public GrGpuResource { class
244 TestResource(GrGpu* gpu, SkBudgeted budgeted = SkBudgeted::kYes, size_t size = kDefaultSize) in TestResource() function in TestResource
287 TestResource(GrGpu* gpu, SkBudgeted budgeted, SimulatedProperty property, ScratchConstructor, in TestResource() function in TestResource
299 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size) in TestResource() function in TestResource
/third_party/skia/m133/src/gpu/
DResourceKey.h25 class TestResource; variable
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dlen_without_is_empty.rs380 pub trait TestResource { trait