/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 31 import org.apache.xalan.templates.ElemTemplateElement; 83 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 102 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 120 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 140 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 151 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 171 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 191 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 209 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 227 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates [all...] |
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/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExsltFuncResult.java | 21 package org.apache.xalan.templates; 77 * @see org.apache.xalan.templates.Constants 87 * @see org.apache.xalan.templates.Constants
|
/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/chromium_org/build/android/ |
java_cpp_template.gypi | 6 # to generate Java source files from templates that are processed 25 # 'gen/templates/<package-name>/ClassName.java. The files which template 35 'output_dir': '<(SHARED_INTERMEDIATE_DIR)/templates/<(package_name)',
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
app_unittest.py | 69 # Test templates being stored in database correctly. 71 for content in json_obj['templates'].values(): 81 # Test None when default template not indicated or found in templates.
|
/external/clang/test/CodeGenCXX/ |
mangle-variadic-templates.cpp | 10 template<template<typename> class ...Templates> struct template_tuple { }; 64 template<template<typename> class ...Templates> 65 template_tuple<Templates...> f7() {}
|
/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...] |
/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;
|
/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
|
/dalvik/vm/compiler/template/armv7-a/ |
TemplateOpList.h | 18 * Dalvik opcode list that uses additional templates to complete JIT execution.
|
/dalvik/vm/compiler/template/armv7-a-neon/ |
TemplateOpList.h | 18 * Dalvik opcode list that uses additional templates to complete JIT execution.
|
/dalvik/vm/compiler/template/ia32/ |
TemplateOpList.h | 18 * Dalvik opcode list that uses additional templates to complete JIT execution.
|
/development/scripts/app_engine_server/gae_shell/ |
README | 15 To use the shell in your app, copy shell.py, static/*, and templates/* into
|
/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/chromium_org/chrome/common/extensions/ |
PRESUBMIT_test.py | 14 PUBLIC_PATH = os.path.join(DOCS_PATH, 'templates', 'public') 15 PRIVATE_PATH = os.path.join(DOCS_PATH, 'templates', 'private') 16 INTROS_PATH = os.path.join(DOCS_PATH, 'templates', 'intros') 17 ARTICLES_PATH = os.path.join(DOCS_PATH, 'templates', 'articles')
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
strings_data_source.py | 12 '''Provides templates with access to a key to string mapping defined in a
|
/external/chromium_org/ppapi/cpp/ |
module_impl.h | 9 /// This file defines some simple function templates that help the C++ wrappers
|
/external/chromium_org/ui/base/webui/ |
jstemplate_builder.h | 48 // full page with support for i18n Templates. 55 // full page with support for both i18n Templates and JsTemplates. 61 // templates use. 81 // Appends the source for i18n Templates in a script tag.
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/ |
p1.cpp | 26 template<typename T> T x; // expected-warning{{variable templates are a C++1y extension}}
|
/external/clang/test/PCH/ |
cxx-templates.cpp | 2 // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -fexceptions -include %S/cxx-templates.h -verify %s -ast-dump -o - 3 // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -fexceptions -include %S/cxx-templates.h %s -emit-llvm -o - | FileCheck %s 6 // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -fexceptions -x c++-header -emit-pch -o %t %S/cxx-templates.h 11 // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -fexceptions -fmodules -x c++-header -emit-pch -o %t %S/cxx-templates.h
|