Home
last modified time | relevance | path

Searched refs:resource_path (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/
Dresource_manager.cc20 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/
DSkottieUtils.cpp51 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()
DSkottieUtils.h48 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override;
/external/skia/modules/skottie/utils/
DSkottieUtils.cpp51 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()
DSkottieUtils.h48 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override;
/external/skqp/modules/skottie/include/
DSkottie.h67 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/
Dvoe_cmd_test.cc242 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/
DSkottie.h67 virtual sk_sp<SkData> load(const char resource_path[],
74 virtual sk_sp<ImageAsset> loadImageAsset(const char resource_path[],
/external/python/cpython3/Lib/importlib/
Dresources.py188 yield Path(reader.resource_path(resource))
287 def resource_path(self, resource): member in _ZipImportResourceReader
Dabc.py366 def resource_path(self, resource): member in ResourceReader
D_bootstrap_external.py931 def resource_path(self, resource): member in FileLoader
/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py313 def resource_path(self, *args, **kwargs): member in ResourceReader
314 return super().resource_path(*args, **kwargs)
333 self.ins.resource_path('dummy_file')
Dutil.py410 def resource_path(self, path_): member in create_package.Reader
/external/python/cpython3/Doc/library/
Dimportlib.rst519 .. abstractmethod:: resource_path(resource)