/external/skia/modules/skresources/src/ |
D | SkResources.cpp | 88 sk_sp<SkData> FileResourceProvider::load(const char resource_path[], in load() argument 90 const auto full_dir = SkOSPath::Join(fDir.c_str() , resource_path), in load() 95 sk_sp<ImageAsset> FileResourceProvider::loadImageAsset(const char resource_path[], in loadImageAsset() argument 98 return MultiFrameImageAsset::Make(this->load(resource_path, resource_name), fPredecode); in loadImageAsset() 104 sk_sp<SkData> ResourceProviderProxyBase::load(const char resource_path[], in load() argument 106 return fProxy ? fProxy->load(resource_path, resource_name) in load() 125 sk_sp<ImageAsset> CachingResourceProvider::loadImageAsset(const char resource_path[], in loadImageAsset() argument 135 auto asset = this->INHERITED::loadImageAsset(resource_path, resource_name, resource_id); in loadImageAsset()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | resource_manager.cc | 20 std::string resource_path = webrtc::test::ProjectRootPath(); in ResourceManager() local 21 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in ResourceManager() 25 resource_path + "data/voice_engine/" + filename; in ResourceManager()
|
/external/skqp/modules/skottie/utils/ |
D | SkottieUtils.cpp | 51 sk_sp<SkData> FileResourceProvider::load(const char resource_path[], in load() argument 53 const auto full_dir = SkOSPath::Join(fDir.c_str() , resource_path), in load() 58 sk_sp<skottie::ImageAsset> FileResourceProvider::loadImageAsset(const char resource_path[], in loadImageAsset() argument 60 return MultiFrameImageAsset::Make(this->load(resource_path, resource_name)); in loadImageAsset()
|
D | SkottieUtils.h | 48 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override;
|
/external/skqp/modules/skottie/include/ |
D | Skottie.h | 67 virtual sk_sp<SkData> load(const char resource_path[], 74 virtual sk_sp<ImageAsset> loadImageAsset(const char resource_path[],
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 242 std::string resource_path = "/sdcard/"; in RunTest() local 244 std::string resource_path = webrtc::test::ProjectRootPath(); in RunTest() local 245 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in RunTest() 249 resource_path = "./"; in RunTest() 251 resource_path += "data/voice_engine/"; in RunTest() 254 const std::string audio_filename = resource_path + "audio_long16.pcm"; in RunTest()
|
/external/skia/modules/skresources/include/ |
D | SkResources.h | 121 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override;
|
/external/python/cpython3/Lib/importlib/ |
D | abc.py | 366 def resource_path(self, resource): member in ResourceReader
|
D | resources.py | 188 yield Path(reader.resource_path(resource))
|
D | _bootstrap_external.py | 990 def resource_path(self, resource): member in FileLoader
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_abc.py | 313 def resource_path(self, *args, **kwargs): member in ResourceReader 314 return super().resource_path(*args, **kwargs) 333 self.ins.resource_path('dummy_file')
|
D | util.py | 421 def resource_path(self, path_): member in create_package.Reader
|
/external/python/cpython3/Lib/ |
D | zipimport.py | 745 def resource_path(self, resource): member in _ZipImportResourceReader
|
/external/python/cpython3/Doc/library/ |
D | importlib.rst | 522 .. abstractmethod:: resource_path(resource)
|