Searched refs:ResourceLoader (Results 1 – 13 of 13) sorted by relevance
/third_party/node/test/common/wpt/ |
D | worker.js | 6 const { ResourceLoader } = require(workerData.wptRunner); 7 const resource = new ResourceLoader(workerData.wptPath);
|
/third_party/python/Lib/importlib/ |
D | abc.py | 150 class ResourceLoader(Loader): class 256 class FileLoader(_bootstrap_external.FileLoader, ResourceLoader, ExecutionLoader): 265 class SourceLoader(_bootstrap_external.SourceLoader, ResourceLoader, ExecutionLoader):
|
D | resources.py | 8 from importlib.abc import ResourceLoader 63 loader = cast(ResourceLoader, spec.loader)
|
/third_party/node/test/common/ |
D | wpt.js | 39 class ResourceLoader { class 287 this.resource = new ResourceLoader(path); 607 ResourceLoader, property
|
/third_party/python/Doc/library/ |
D | pkgutil.rst | 210 :meth:`get_data <importlib.abc.ResourceLoader.get_data>` API. The 226 which does not support :meth:`get_data <importlib.abc.ResourceLoader.get_data>`, 229 :meth:`get_data <importlib.abc.ResourceLoader.get_data>`.
|
D | importlib.rst | 236 +-- ResourceLoader --------+ 566 .. class:: ResourceLoader 685 An abstract base class which inherits from :class:`ResourceLoader` and 687 :meth:`ResourceLoader.get_data` and :meth:`ExecutionLoader.get_filename`. 721 file loading. The class inherits from both :class:`ResourceLoader` and 724 * :meth:`ResourceLoader.get_data`
|
/third_party/python/Lib/test/test_importlib/ |
D | test_abc.py | 78 class ResourceLoader(InheritanceTests): class 84 ) = test_util.test_both(ResourceLoader, abc=abc) 238 class ResourceLoader(Loader): class 246 SPLIT = make_abc_subclasses(ResourceLoader)
|
/third_party/python/Lib/test/ |
D | test_doctest.py | 2702 class TestImporter(importlib.abc.MetaPathFinder, importlib.abc.ResourceLoader):
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b1.rst | 605 loaders both implement these APIs. :class:`importlib.abc.ResourceLoader` is
|
/third_party/python/Doc/whatsnew/ |
D | 3.7.rst | 2017 The :class:`importlib.abc.ResourceLoader` ABC has been deprecated in
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 41374 …ntend/src/front_end/core/host/ResourceLoader.ts b/src/third_party/devtools-frontend/src/front_end/… 41376 --- a/src/third_party/devtools-frontend/src/front_end/core/host/ResourceLoader.ts 41377 +++ b/src/third_party/devtools-frontend/src/front_end/core/host/ResourceLoader.ts 41492 …resolve => Host.ResourceLoader.load(url, headers, (success, _responseHeaders, content, errorDescri… 41555 - Host.ResourceLoader.loadAsStream(url, null, loader); 41561 + Host.ResourceLoader.loadAsStream(url, null, stream, finishedCallback, allowRemoteFilePaths); 41565 + errorDescription: Host.ResourceLoader.LoadErrorDescription): void { 41611 errorDescription: Host.ResourceLoader.LoadErrorDescription; 41689 + Host.ResourceLoader.streamWrite(streamId, 'content of the source map'); 41709 + Host.ResourceLoader.streamWrite(streamId, 'content of the source map');
|
/third_party/python/Misc/ |
D | HISTORY | 14120 - importlib.abc.PyLoader did not inherit from importlib.abc.ResourceLoader like 14122 abstract method required by ResourceLoader.
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 6848 node_modules/chrome-devtools-frontend/front_end/host/ResourceLoader.js(38,12): error TS7014: Functi…
|