/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 242 // org.apache.xalan.templates.ElemVariable vvar= getElemVariable(); 260 public org.apache.xalan.templates.ElemVariable getElemVariable() 269 org.apache.xalan.templates.ElemVariable vvar = null; 272 if (null != owner && owner instanceof org.apache.xalan.templates.ElemTemplateElement) 275 org.apache.xalan.templates.ElemTemplateElement prev = 276 (org.apache.xalan.templates.ElemTemplateElement) owner; 278 if (!(prev instanceof org.apache.xalan.templates.Stylesheet)) 280 while ( prev != null && !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) ) 282 org.apache.xalan.templates.ElemTemplateElement savedprev = prev; 286 if(prev instanceof org.apache.xalan.templates.ElemVariable [all...] |
/external/clang/test/Profile/ |
cxx-templates.cpp | 4 // RUN: %clang_cc1 -x c++ %s -triple %itanium_abi_triple -main-file-name cxx-templates.cpp -std=c++11 -o - -emit-llvm -fprofile-instr-generate > %tgen 8 // RUN: llvm-profdata merge %S/Inputs/cxx-templates.proftext -o %t.profdata 9 // RUN: %clang_cc1 -x c++ %s -triple %itanium_abi_triple -main-file-name cxx-templates.cpp -std=c++11 -o - -emit-llvm -fprofile-instr-use=%t.profdata > %tuse
|
/external/jsilver/src/com/google/clearsilver/jsilver/ |
JSilverOptions.java | 88 * Whether to cache templates. This will only ever load and parse a template from disk once. Best 89 * switched on for production but left off for production (so you can update templates without 105 * Compile templates to Java byte code. This slows down the initial render as it performs a 108 * Compiled templates are always cached. 128 * templates are rendered. By disabling attribute parsing, these applications can save on memory 165 * load precompiled templates. 175 * {@code null} (default) if no precompiled templates should be preloaded. 184 * only use this option if you have sufficient memory to load all the Templates into memory. 209 * templates. For each variable in the template, this will determine what type of escaping should 230 * Only used for templates that are being <a href="http://go/autoescapecs">auto escaped</a>. I [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/print/ |
PrintUtils.java | 112 final HtmlPrintTemplates templates = new HtmlPrintTemplates(context); local 120 templates.startPrintConversation(conversation.subject, conversation.getNumMessages()); 126 appendSingleMessageHtml(context, res, message, addressCache, templates, dateBuilder); 131 templates.endPrintConversation() : templates.endPrintConversationNoJavascript(); 139 final HtmlPrintTemplates templates = new HtmlPrintTemplates(context); local 142 templates.startPrintConversation(subject, 1 /* numMessages */); 146 appendSingleMessageHtml(context, res, message, addressCache, templates, dateBuilder); 150 templates.endPrintConversation() : templates.endPrintConversationNoJavascript() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
ActivityPage.java | 16 package com.android.ide.eclipse.adt.internal.wizards.templates; 18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.CATEGORY_ACTIVITIES; 19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.CATEGORY_OTHER; 20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.IS_LAUNCHER; 21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.PREVIEW_PADDING; 22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.PREVIEW_WIDTH; 119 java.util.List<File> templates = manager.getTemplates(CATEGORY_ACTIVITIES); local 122 templates.addAll(manager.getTemplates(CATEGORY_OTHER)); 124 java.util.List<String> names = new ArrayList<String>(templates.size()); 126 mTemplates = Lists.newArrayListWithExpectedSize(templates.size()) [all...] |
FmActivityToLayoutMethod.java | 16 package com.android.ide.eclipse.adt.internal.wizards.templates; 18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_SUFFIX; 19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.LAYOUT_NAME_PREFIX;
|
FmLayoutToActivityMethod.java | 16 package com.android.ide.eclipse.adt.internal.wizards.templates; 19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_SUFFIX; 20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.LAYOUT_NAME_PREFIX;
|
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/ |
xalan-2.7.1-sources.jar | |
/build/tools/droiddoc/test/generics/ |
Android.mk | 24 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=tools/droiddoc/templates-google
|
/build/tools/droiddoc/test/stubs/ |
Android.mk | 24 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=tools/droiddoc/templates-google
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
SemanticContext.java | 74 * given a set of output templates. 77 STGroup templates, 172 STGroup templates, 176 if ( templates!=null ) { 178 eST = templates.getInstanceOf("evalSynPredicate"); 181 eST = templates.getInstanceOf("evalPredicate"); 256 STGroup templates, 259 if ( templates!=null ) { 260 return templates.getInstanceOf("true_value"); 283 STGroup templates, [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorGlobalParamDecl.java | 23 import org.apache.xalan.templates.ElemParam; 24 import org.apache.xalan.templates.ElemTemplateElement; 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
|
ProcessorGlobalVariableDecl.java | 23 import org.apache.xalan.templates.ElemTemplateElement; 24 import org.apache.xalan.templates.ElemVariable; 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
conf.py | 32 # Custom sidebar templates, maps document names to template names.
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p11.cpp | 9 int operator "" _x(); // expected-warning {{string literal operator templates are a GNU extension}}
|
/external/clang/test/Modules/Inputs/ |
DebugCXX.h | 20 // Templates (instatiations).
|
/external/clang/test/SemaCXX/ |
funcdname.cpp | 9 // Within templates.
|
/external/clang/test/SemaObjCXX/ |
crash.mm | 25 // expected-warning@-2 {{variadic templates are a C++11 extension}}
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/ |
Function.java | 22 * Plugin for JSilver functions made available to templates. e.g <cs var:my_function(x, y) >
|
/external/libxml2/doc/ |
api.xsl | 33 <xsl:apply-templates mode="anchor" select="."/> 43 <xsl:apply-templates mode="anchor" select="."/> 53 <xsl:apply-templates mode="anchor" select="."/> 66 <xsl:apply-templates mode="anchor" select="."/> 110 <xsl:apply-templates mode="reflist" select="type"/> 166 <xsl:apply-templates mode="reflist" select="file"/> 222 <xsl:apply-templates mode="reflist" select="type"/> 278 <xsl:apply-templates mode="reflist" select="letter"/> 352 <xsl:apply-templates mode="wordlist" 378 <xsl:apply-templates select="chunks/chunk"/ [all...] |
/external/opencv3/samples/winrt/ImageManipulations/ |
App.xaml | 23 Required by Visual Studio project and item templates
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/ |
ErrorHandler.java | 24 * To change this template use File | Settings | File Templates.
|
/external/v8/test/js-perf-test/ |
JSTests.json | 95 "name": "Templates", 96 "path": ["Templates"], 98 "resources": ["templates.js"], 101 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
|
/external/valgrind/docs/lib/ |
vg-fo.xsl | 107 <xsl:apply-templates/> 112 <xsl:apply-templates/> 122 <xsl:apply-templates select="exsl:node-set($content)" 137 <xsl:apply-templates mode="set.titlepage.recto.auto.mode" 139 <xsl:apply-templates mode="set.titlepage.recto.auto.mode" 141 <xsl:apply-templates mode="set.titlepage.recto.auto.mode" 143 <xsl:apply-templates mode="set.titlepage.recto.auto.mode" 170 <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> 177 <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> 186 <xsl:apply-templates mode="book.titlepage.recto.auto.mode" [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_prolog.h | 13 * in an 'extern "C"' scope which do not accept the templates exposed
|