HomeSort by relevance Sort by last modified time
    Searched defs:templates (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 21 package org.apache.xalan.templates;
131 // Next comes the templates
ElemApplyTemplates.java 21 package org.apache.xalan.templates;
40 * Implement xsl:apply-templates.
42 * &!ELEMENT xsl:apply-templates (xsl:sort|xsl:with-param)*>
43 * &!ATTLIST xsl:apply-templates
111 * @see org.apache.xalan.templates.Constants
142 * Apply the context node to the matching templates.
360 // And execute the child templates.
ElemForEach.java 21 package org.apache.xalan.templates;
230 * @see org.apache.xalan.templates.Constants
376 // And execute the child templates.
423 * <!ELEMENT xsl:apply-templates (xsl:sort|xsl:with-param)*>
424 * <!ATTLIST xsl:apply-templates
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...]
ElemLiteralResult.java 21 package org.apache.xalan.templates;
    [all...]
ElemTemplateElement.java 21 package org.apache.xalan.templates;
87 * @see org.apache.xalan.templates.Constants
    [all...]
RedundentExprEliminator.java 21 package org.apache.xalan.templates;
641 // Change all globals in xsl:templates, etc, to global vars no matter what.
731 // Change all globals in xsl:templates, etc, to global vars no matter what.
    [all...]
Stylesheet.java 21 package org.apache.xalan.templates;
1056 * @param v ElemTemplate to add to list of templates
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 23 DEFAULT_TEMPLATES = os.path.join(BASE_PATH, 'templates.json')
469 def templates(self): member in class:SorterSet
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_NAME;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_CONSTRAINTS;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_DEFAULT;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_HELP;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_ID;
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_NAME;
24 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_SUGGEST;
339 // Compatibility mode: older templates might not specify;
TemplateTestPage.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
InstallDependencyPage.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
48 * The compatibility library. This is the only library the templates
TemplateMetadata.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_BUILD_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_REVISION;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_BACKGROUND;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_CLIPART_NAME;
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_DESCRIPTION;
24 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_FOREGROUND;
25 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_FORMAT;
26 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_NAME
    [all...]
NewProjectWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
289 // Copy in the proguard file; templates don't provide this one.
ProjectContentsPage.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
TemplateHandler.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
29 import static com.android.ide.eclipse.adt.internal.wizards.templates.InstallDependencyPage.SUPPORT_LIBRARY_NAME;
30 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateManager.getTemplateRootFolder;
114 * Handler which manages instantiating FreeMarker templates, copying resources
118 /** Highest supported format; templates with a higher number will be skipped
124 * proper Booleans. Templates which rely on this should specify format >= 2.
146 * multiple templates
208 /** Path to the directory containing the templates */
248 * be relative to the templates directory */
253 // extras/templates/ and tools/templates folders and pick the most recent versio
254 List<File> templates = manager.getTemplates(category); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_BUILD_API;
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_ID;
91 * TODO: Test adding multiple instances of the templates (to look for resource conflicts)
112 * Set of templates already tested with separate unit test; remainder is
117 * Set of templates already tested with separate unit test; remainder is
131 * -- versions where the <b>templates</b> are doing conditional changes. To
136 // For templates that aren't API sensitive, only test with API = 16
238 // Also try creating templates, not as part of creating a projec
255 List<File> templates = manager.getTemplates("activities"); local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 254 int[] templates = new int[] { local
263 captureBurstShot(camera, ids[i], templates, templates.length, repeating);
321 int[] templates,
328 assertTrue("Invalid args to capture function", len <= templates.length);
331 CaptureRequest.Builder requestBuilder = camera.createCaptureRequest(templates[i]);
  /external/clang/test/SemaCXX/
warn-unused-private-field.cpp 154 namespace templates { namespace
159 } // namespace templates
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 39 #include "templates.h"
1888 xsltTemplatePtr *templates; local
2006 xsltTemplatePtr *templates; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/libxslt/libxslt/
xsltutils.c 39 #include "templates.h"
1888 xsltTemplatePtr *templates; local
2006 xsltTemplatePtr *templates; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 55 * This generator just computes and sets the values into the templates;
56 * the templates are free to use or not use the information.
61 * bunch of templates that are needed by the code generator. You can add
63 * in a grammar file dictates which templates get loaded/used.
89 "org/antlr/codegen/templates";
104 /** Where are the templates this generator should use to generate code? */
105 protected STGroup templates; field in class:CodeGenerator
107 /** The basic output templates without AST or templates stuff; this will be
108 * the templates loaded for the language such as Java.stg *and* the Db
    [all...]

Completed in 505 milliseconds

1 2 3 45 6 7