/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/libmojo/third_party/jinja2/ |
D | loaders.py | 380 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__.py | 36 from jinja2.loaders import BaseLoader, FileSystemLoader, PackageLoader, \
|
D | environment.py | 626 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 | 362 // 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/ |
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 | 206 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/ |
D | extlinux.txt | 113 boot loaders on journalling filesystems; it is not specific to 118 The Syslinux Project boot loaders support chain loading other
|
D | chain.txt | 119 used in tandem with 'file=' and 'seg=' options, as some loaders/kernels will
|
D | syslinux.txt | 18 The Syslinux suite contains the following boot loaders
|
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap_external.py | 1200 loaders = [] 1202 loaders.extend((suffix, loader) for suffix in suffixes) 1203 self._loaders = loaders
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 51 // These tags enable loaders to access the MetaGraph(s) appropriate for a
|
/external/avb/ |
D | README.md | 163 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/ |
D | importlib.rst | 488 :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
|
D | ctypes.rst | 73 :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/ |
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
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 56 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/ |
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/syslinux/txt/ |
D | syslinux.cfg.txt | 19 boot loaders, the format of display files and the boot prompt behavior.
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 408 free-loaders
|
D | hyph-en-us.hyp.txt | 409 free-loaders
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 822 * External entity loaders types.
|