Home
last modified time | relevance | path

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

/external/aws-sdk-java-v2/services/dynamodb/src/test/java/utils/resources/
DTestResource.java24 public interface TestResource { interface
/external/google-cloud-java/java-websecurityscanner/google-cloud-websecurityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/
DVPCServiceControlPositiveTest.java156 class TestResource implements AutoCloseable { in test() class
162 TestResource(WebSecurityScannerClient wssClient, String displayName) { in test() method in VPCServiceControlPositiveTest.TestResource
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDataSourceContractTest.java628 public static final class TestResource { class in DataSourceContractTest
634 private TestResource(@Nullable String name, Uri uri, byte[] expectedBytes) { in TestResource() method in DataSourceContractTest.TestResource
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDataSourceContractTest.java628 public static final class TestResource { class in DataSourceContractTest
634 private TestResource(@Nullable String name, Uri uri, byte[] expectedBytes) { in TestResource() method in DataSourceContractTest.TestResource
/external/skia/tests/graphite/
DGraphiteResourceCacheTest.cpp37 class TestResource : public Resource { class
69 TestResource(const SharedContext* sharedContext, in TestResource() function in skgpu::graphite::TestResource
/external/cronet/tot/third_party/libc++/src/test/support/
Dtest_std_memory_resource.h166 using TestResource = TestResourceImp<BufferProvider<>, 0>; variable
/external/cronet/stable/third_party/libc++/src/test/support/
Dtest_std_memory_resource.h166 using TestResource = TestResourceImp<BufferProvider<>, 0>; variable
/external/libcxx/test/support/
Dtest_memory_resource.hpp166 using TestResource = TestResourceImp<BufferProvider<>, 0>; typedef
/external/skia/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
/external/skia/src/gpu/
DResourceKey.h25 class TestResource; variable
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py62 class TestResource: class