/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
D | CompositeResourceLoader.java | 35 private final List<ResourceLoader> loaders = new ArrayList<ResourceLoader>(); field in CompositeResourceLoader 37 public CompositeResourceLoader(Iterable<ResourceLoader> loaders) { in CompositeResourceLoader() argument 38 for (ResourceLoader loader : loaders) { in CompositeResourceLoader() 43 public CompositeResourceLoader(ResourceLoader... loaders) { in CompositeResourceLoader() argument 44 for (ResourceLoader loader : loaders) { in CompositeResourceLoader() 50 loaders.add(loader); in add() 54 for (ResourceLoader loader : loaders) { in open() 97 for (ResourceLoader loader : loaders) { in getResourceVersionId()
|
/external/libchrome/third_party/jinja2/ |
D | loaders.py | 390 def __init__(self, loaders): argument 391 self.loaders = loaders 394 for loader in self.loaders: 403 for loader in self.loaders: 412 for loader in self.loaders:
|
D | __init__.py | 36 from jinja2.loaders import BaseLoader, FileSystemLoader, PackageLoader, \
|
D | jinja2.gni | 20 "//third_party/jinja2/loaders.py",
|
D | environment.py | 663 from jinja2.loaders import ModuleLoader
|
/external/libxcam/xcore/ |
D | smart_analyzer_loader.cpp | 50 AnalyzerLoaderList loaders = create_analyzer_loader (dir_path); in load_smart_handlers() local 51 for (AnalyzerLoaderList::iterator i_loader = loaders.begin (); in load_smart_handlers() 52 i_loader != loaders.end (); ++i_loader) in load_smart_handlers()
|
/external/flatbuffers/docs/source/ |
D | JavaScriptUsage.md | 50 *Note: Both JavaScript module loaders (e.g. Node.js) and browser-based 54 // Note: These require functions are specific to JavaScript module loaders 69 // for the code using JavaScript module loaders (e.g. Node.js).
|
D | Tutorial.md | 413 // The following code is for JavaScript module loaders (e.g. Node.js). See 421 // for JavaScript module loaders (e.g. Node.js). 1963 // The following code is for JavaScript module loaders (e.g. Node.js). See 1971 // for JavaScript module loaders (e.g. Node.js).
|
/external/guava/guava/src/com/google/common/base/ |
D | FinalizableReferenceQueue.java | 212 private static Class<?> loadFinalizer(FinalizerLoader... loaders) { in loadFinalizer() argument 213 for (FinalizerLoader loader : loaders) { in loadFinalizer()
|
/external/python/cpython3/Doc/reference/ |
D | import.rst | 205 Finders and loaders 215 two conceptual objects, :term:`finders <finder>` and :term:`loaders <loader>`. 235 The following sections describe the protocol for finders and loaders in more 240 In previous versions of Python, finders returned :term:`loaders <loader>` 241 directly, whereas now they return module specs which *contain* loaders. 400 loaders. These were previously performed by the 406 Module loaders provide the critical function of loading: module execution. 425 Module loaders may opt in to creating the module object during loading 433 The :meth:`~importlib.abc.Loader.create_module` method of loaders. 440 For compatibility with existing loaders, the import machinery will use [all …]
|
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap_external.py | 1323 loaders = [] 1325 loaders.extend((suffix, loader) for suffix in suffixes) 1326 self._loaders = loaders
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 52 // These tags enable loaders to access the MetaGraph(s) appropriate for a
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.0.txt | 187 needed by boot loaders such as yaboot.
|
/external/u-boot/doc/uImage.FIT/ |
D | x86-fit-boot.txt | 21 loaders that were barely capable of loading anything. Even changing to 32-bit
|
/external/avb/ |
D | README.md | 197 intended to be used in both boot loaders and inside Android. It has a 227 + An experimental A/B implementation for use in boot loaders and 233 boot loaders using the experimental `libavb_ab` A/B stack.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 407 Add :class:`importlib.abc.ResourceReader` as an ABC for loaders to provide a
|
D | 3.7.0b1.rst | 606 loaders both implement these APIs. :class:`importlib.abc.ResourceLoader` is
|
/external/gptfdisk/ |
D | NEWS | 577 boot loaders were causing any real problems on GPT disks, so I'm going 718 some MBR boot loaders freak out and hang the system when they encounter 721 loaders don't work on GPT disks anyhow (even GRUB needs to be
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 689 :issue:`14646` - Require loaders set __loader__ and __package__ 723 For loaders, the new abstract base class :class:`importlib.abc.FileLoader` helps 755 attribute mandatory for loaders to implement, so in the future once 3rd-party 756 loaders have been updated people will be able to rely on the existence of the 760 :pep:`366`. Once again, import itself is already setting this on all loaders
|
D | 3.7.rst | 599 be actual files on the physical file system. Module loaders can provide a 602 new API. Built-in file path loaders and zip file loaders both support this.
|
/external/python/cpython3/Doc/library/ |
D | importlib.rst | 577 :pep:`302` protocol for loaders that inspect modules. 1106 The loaders are expected to be callables which accept two arguments of 1576 This class **only** works with loaders that define
|
D | ctypes.rst | 73 :meth:`LoadLibrary` method of the dll loaders should be used, or you should load 1256 library loaders act like when a program is run, and call the runtime loader 1464 These prefabricated library loaders are available:
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 63 :meth:`LoadLibrary` method of the dll loaders should be used, or you should load 1293 loaders act like when a program is run, and call the runtime loader directly. 1492 These prefabricated library loaders are available:
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 408 free-loaders
|
D | hyph-en-us.hyp.txt | 409 free-loaders
|