Home
last modified time | relevance | path

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

12

/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/libmojo/third_party/jinja2/
Dloaders.py380 def __init__(self, loaders): argument
381 self.loaders = loaders
384 for loader in self.loaders:
393 for loader in self.loaders:
402 for loader in self.loaders:
D__init__.py36 from jinja2.loaders import BaseLoader, FileSystemLoader, PackageLoader, \
Denvironment.py626 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.md362 // The following code is for JavaScript module loaders (e.g. Node.js). See
370 // for JavaScript module loaders (e.g. Node.js).
1337 // The following code is for JavaScript module loaders (e.g. Node.js). See
1345 // 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.rst206 Finders and loaders
216 two conceptual objects, :term:`finders <finder>` and :term:`loaders <loader>`.
236 The following sections describe the protocol for finders and loaders in more
241 In previous versions of Python, finders returned :term:`loaders <loader>`
242 directly, whereas now they return module specs which *contain* loaders.
401 loaders. These were previously performed by the
407 Module loaders provide the critical function of loading: module execution.
426 Module loaders may opt in to creating the module object during loading
434 The :meth:`~importlib.abc.Loader.create_module` method of loaders.
441 For compatibility with existing loaders, the import machinery will use
[all …]
/external/syslinux/doc/
Dextlinux.txt113 boot loaders on journalling filesystems; it is not specific to
118 The Syslinux Project boot loaders support chain loading other
Dchain.txt119 used in tandem with 'file=' and 'seg=' options, as some loaders/kernels will
Dsyslinux.txt18 The Syslinux suite contains the following boot loaders
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1200 loaders = []
1202 loaders.extend((suffix, loader) for suffix in suffixes)
1203 self._loaders = loaders
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto51 // These tags enable loaders to access the MetaGraph(s) appropriate for a
/external/avb/
DREADME.md163 intended to be used in both boot loaders and inside Android. It has a
193 + An experimental A/B implementation for use in boot loaders and
199 boot loaders using the experimental `libavb_ab` A/B stack.
/external/python/cpython3/Doc/library/
Dimportlib.rst488 :pep:`302` protocol for loaders that inspect modules.
870 The loaders are expected to be callables which accept two arguments of
1319 This class **only** works with loaders that define
Dctypes.rst73 :meth:`LoadLibrary` method of the dll loaders should be used, or you should load
1244 library loaders act like when a program is run, and call the runtime loader
1450 These prefabricated library loaders are available:
/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
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md56 The general concepts in this document are applicable to the loaders available
1125 supported by loaders released in the public. If a layer does implement this
2248 Beware of interposing by dynamic OS library loaders if the official Vulkan
2300 supported by a significant population of loaders in the public. If an ICD
2607 by the Windows and Linux loaders.
/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/syslinux/txt/
Dsyslinux.cfg.txt19 boot loaders, the format of display files and the boot prompt behavior.
/external/hyphenation-patterns/en-US/
Dushyphex.tex408 free-loaders
Dhyph-en-us.hyp.txt409 free-loaders
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle822 * External entity loaders types.

12