/external/libjpeg-turbo/gtest/ |
D | tjbench-gtest-wrapper.cpp | 62 base::FilePath resource_path; in SetUpTestSuite() local 63 ASSERT_TRUE(base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &resource_path)); in SetUpTestSuite() 64 resource_path = resource_path.AppendASCII("third_party"); in SetUpTestSuite() 65 resource_path = resource_path.AppendASCII("libjpeg_turbo"); in SetUpTestSuite() 66 resource_path = resource_path.AppendASCII("testimages"); in SetUpTestSuite() 67 resource_path = resource_path.AppendASCII("testorig.ppm"); in SetUpTestSuite() 68 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite() 73 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite() 132 base::FilePath resource_path; in SetUpTestSuite() local 133 ASSERT_TRUE(base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &resource_path)); in SetUpTestSuite() [all …]
|
/external/skia/modules/skresources/src/ |
D | SkResources.cpp | 194 sk_sp<SkData> FileResourceProvider::load(const char resource_path[], in load() argument 196 const auto full_dir = SkOSPath::Join(fDir.c_str() , resource_path), in load() 201 sk_sp<ImageAsset> FileResourceProvider::loadImageAsset(const char resource_path[], in loadImageAsset() argument 204 auto data = this->load(resource_path, resource_name); in loadImageAsset() 222 sk_sp<SkData> ResourceProviderProxyBase::load(const char resource_path[], in load() argument 224 return fProxy ? fProxy->load(resource_path, resource_name) in load() 256 sk_sp<ImageAsset> CachingResourceProvider::loadImageAsset(const char resource_path[], in loadImageAsset() argument 266 auto asset = this->INHERITED::loadImageAsset(resource_path, resource_name, resource_id); in loadImageAsset()
|
/external/libwebsockets/test-apps/ |
D | test-server.c | 51 char *resource_path = LOCAL_RESOURCE_PATH; variable 472 resource_path = optarg; in main() 560 printf("Using resource path \"%s\"\n", resource_path); in main() 586 if (strlen(resource_path) > sizeof(cert_path) - 32) { in main() 592 resource_path); in main() 593 if (strlen(resource_path) > sizeof(key_path) - 32) { in main() 599 resource_path); in main()
|
/external/python/cpython3/Lib/importlib/resources/ |
D | abc.py | 32 def resource_path(self, resource: Text) -> Text: member in ResourceReader 166 def resource_path(self, resource: Any) -> NoReturn: member in TraversableResources
|
D | readers.py | 23 def resource_path(self, resource): member in FileReader 169 def resource_path(self, resource): member in NamespaceReader
|
/external/pytorch/test/package/ |
D | test_directory_reader.py | 144 resource_path = os.path.join( 147 self.assertEqual(reader_one.resource_path("a.txt"), resource_path)
|
D | test_resources.py | 54 reader_one.resource_path("a.txt")
|
/external/python/cpython3/Lib/test/test_importlib/resources/ |
D | test_reader.py | 123 reader.resource_path('binary.file'), os.path.join(root, 'binary.file') 126 reader.resource_path('imaginary'), os.path.join(root, 'imaginary')
|
D | util.py | 31 def resource_path(self, path_): member in Reader
|
/external/skia/tools/viewer/ |
D | SkottieSlide.cpp | 118 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override { in load() argument 123 return GetResourceAsData(SkOSPath::Join(resource_path, resource_name).c_str()); in load() 127 sk_sp<skresources::ImageAsset> loadImageAsset(const char resource_path[], in loadImageAsset() argument 130 auto data = this->load(resource_path, resource_name); in loadImageAsset()
|
/external/skia/modules/skresources/include/ |
D | SkResources.h | 220 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override;
|
/external/openscreen/cast/cast_core/api/v2/ |
D | core_application_service.proto | 115 string resource_path = 1; field
|
/external/cronet/tot/build/android/gyp/util/ |
D | resource_utils.py | 200 for resource_path in resource_files: 202 res_dir = os.path.dirname(os.path.dirname(resource_path))
|
/external/angle/build/android/gyp/util/ |
D | resource_utils.py | 200 for resource_path in resource_files: 202 res_dir = os.path.dirname(os.path.dirname(resource_path))
|
/external/cronet/stable/build/android/gyp/util/ |
D | resource_utils.py | 200 for resource_path in resource_files: 202 res_dir = os.path.dirname(os.path.dirname(resource_path))
|
/external/python/cpython3/Doc/library/ |
D | importlib.resources.abc.rst | 57 .. abstractmethod:: resource_path(resource)
|
D | importlib.rst | 673 .. abstractmethod:: resource_path(resource)
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_abc.py | 296 def resource_path(self, *args, **kwargs): member in ResourceReader 297 return super().resource_path(*args, **kwargs)
|
/external/pytorch/torch/package/ |
D | package_importer.py | 752 def resource_path(self, resource): member in _PackageResourceReader
|