Home
last modified time | relevance | path

Searched refs:loaders (Results 1 – 25 of 53) sorted by relevance

123

/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DCompositeResourceLoader.java35 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/
Dloaders.py390 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__.py36 from jinja2.loaders import BaseLoader, FileSystemLoader, PackageLoader, \
Djinja2.gni20 "//third_party/jinja2/loaders.py",
Denvironment.py663 from jinja2.loaders import ModuleLoader
/external/libxcam/xcore/
Dsmart_analyzer_loader.cpp50 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/
DJavaScriptUsage.md50 *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).
DTutorial.md413 // 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/
DFinalizableReferenceQueue.java212 private static Class<?> loadFinalizer(FinalizerLoader... loaders) { in loadFinalizer() argument
213 for (FinalizerLoader loader : loaders) { in loadFinalizer()
/external/python/cpython3/Doc/reference/
Dimport.rst205 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.py1323 loaders = []
1325 loaders.extend((suffix, loader) for suffix in suffixes)
1326 self._loaders = loaders
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto52 // These tags enable loaders to access the MetaGraph(s) appropriate for a
/external/e2fsprogs/doc/RelNotes/
Dv1.43.0.txt187 needed by boot loaders such as yaboot.
/external/u-boot/doc/uImage.FIT/
Dx86-fit-boot.txt21 loaders that were barely capable of loading anything. Even changing to 32-bit
/external/avb/
DREADME.md197 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/
D3.7.0a4.rst407 Add :class:`importlib.abc.ResourceReader` as an ABC for loaders to provide a
D3.7.0b1.rst606 loaders both implement these APIs. :class:`importlib.abc.ResourceLoader` is
/external/gptfdisk/
DNEWS577 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/
D3.3.rst689 :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
D3.7.rst599 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/
Dimportlib.rst577 :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
Dctypes.rst73 :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/
Dctypes.rst63 :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/
Dushyphex.tex408 free-loaders
Dhyph-en-us.hyp.txt409 free-loaders

123