/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/skia/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/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/python/cpython3/Lib/importlib/ |
D | resources.py | 188 yield Path(reader.resource_path(resource)) 287 def resource_path(self, resource): member in _ZipImportResourceReader
|
D | abc.py | 366 def resource_path(self, resource): member in ResourceReader
|
D | _bootstrap_external.py | 931 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 | 410 def resource_path(self, path_): member in create_package.Reader
|
/external/python/cpython3/Doc/library/ |
D | importlib.rst | 519 .. abstractmethod:: resource_path(resource)
|