Searched
full:templates (Results
451 -
475 of
2492) sorted by null
<<11121314151617181920>>
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
InMemoryResourceLoader.java | 28 * ResourceLoader that pulls all items from memory. This is particularly useful for small templates
|
/external/jsilver/src/org/clearsilver/ |
CS.java | 56 * Generate output from the CS templates and HDF objects that have been read
|
/external/libxslt/ |
Android.mk | 22 libxslt/templates.c \
|
/external/openssl/crypto/asn1/ |
tasn_fre.c | 100 if (it->templates) 101 ASN1_template_free(pval, it->templates); 121 tt = it->templates + i; 162 tt = it->templates + it->tcount - 1;
|
/external/webrtc/src/system_wrappers/interface/ |
data_log_c.h | 13 * mapped here except for InsertCell as C does not support templates.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/ |
clang.hpp | 127 // Clang always supports extern templates
|
gcc.hpp | 23 // Prior to gcc 2.95 member templates only partly 25 // instead since inline member templates mostly work. 166 // Variadic templates compiler: 167 // http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
identity_type.hpp | 33 This macro must be prefixed by <c>typename</c> when used within templates.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
map | 23 // templates or use macros or inline functions from this file, or you compile
|
set | 23 // templates or use macros or inline functions from this file, or you compile
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
map | 23 // templates or use macros or inline functions from this file, or you compile
|
set | 23 // templates or use macros or inline functions from this file, or you compile
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
map | 23 // templates or use macros or inline functions from this file, or you compile
|
set | 23 // templates or use macros or inline functions from this file, or you compile
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
map | 23 // templates or use macros or inline functions from this file, or you compile
|
set | 23 // templates or use macros or inline functions from this file, or you compile
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/xmltestdata/ |
test.xml.out | 25 <LI>6.XSL Templates</LI>
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/ |
test.xml.out | 25 <LI>6.XSL Templates</LI>
|
/prebuilts/tools/common/freemarker/ |
README.txt | 11 FreeMarker is a Java tool to generate text output based on templates.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmEscapeXmlStringMethodTest.java | 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
|
/docs/source.android.com/scripts/ |
build.py | 38 # directory to look in for html templates 39 TEMPLATE_DIR = 'templates' 41 # filenames of templates to load, in order
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExsltFunction.java | 21 package org.apache.xalan.templates; 47 * @see org.apache.xalan.templates.Constants 57 * @see org.apache.xalan.templates.Constants
|
TemplateList.java | 21 package org.apache.xalan.templates; 41 * Encapsulates a template list, and helps locate individual templates. 58 * Add a template to the table of named templates and/or the table of templates 170 * After all templates have been added, this function 484 * access templates that have been overridden. 648 * access templates that have been overridden. 796 * Get table of named Templates. 801 * as the keys, and {@link org.apache.xalan.templates.ElemTemplate}s as the 810 * Set table of named Templates [all...] |
/external/chromium_org/chrome/browser/extensions/api/ |
README.txt | 63 8) Add a stub template in ../docs/templates/public corresponding to your API. 64 See other templates for inspiration. 66 9) Run ../docs/templates/server2/preview.py to view the generated documentation.
|
/external/clang/test/CXX/temp/temp.param/ |
p11-0x.cpp | 41 template<template<typename> class ...Templates, // expected-error{{template parameter pack must be the last template parameter}} 44 template<template<typename> class ...Templates, // expected-error{{template parameter pack must be the last template parameter}} 48 // [ Note: These are not requirements for function templates or class
|
Completed in 585 milliseconds
<<11121314151617181920>>