Searched refs:ResourceLoader (Results 1 - 5 of 5) sorted by relevance
/third_party/node/test/common/wpt/ |
H A D | worker.js | 6 const { ResourceLoader } = require(workerData.wptRunner); 7 const resource = new ResourceLoader(workerData.wptPath);
|
/third_party/python/Lib/importlib/ |
H A D | abc.py | 24 'ResourceLoader', 'InspectLoader', 'ExecutionLoader', 161 class ResourceLoader(Loader): class 267 class FileLoader(_bootstrap_external.FileLoader, ResourceLoader, ExecutionLoader): 269 """Abstract base class partially implementing the ResourceLoader and 276 class SourceLoader(_bootstrap_external.SourceLoader, ResourceLoader, ExecutionLoader): 282 ResourceLoader and ExecutionLoader need to be implemented. To also support 288 * ResourceLoader.get_data
|
/third_party/node/test/common/ |
H A D | wpt.js | 150 class ResourceLoader { 408 this.resource = new ResourceLoader(path); 895 ResourceLoader,
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_abc.py | 78 class ResourceLoader(InheritanceTests): class 84 ) = test_util.test_both(ResourceLoader, abc=abc) 108 superclass_names = ['ResourceLoader', 'ExecutionLoader'] 118 superclass_names = ['ResourceLoader', 'ExecutionLoader'] 238 class ResourceLoader(Loader): class 246 SPLIT = make_abc_subclasses(ResourceLoader)
|
/third_party/python/Lib/test/ |
H A D | test_doctest.py | 2728 class TestImporter(importlib.abc.MetaPathFinder, importlib.abc.ResourceLoader):
|
Completed in 7 milliseconds