Searched
full:templates (Results
926 -
950 of
2178) sorted by null
<<31323334353637383940>>
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SimpleFile.java | 17 package com.android.ide.eclipse.ndk.internal.templates;
|
/external/clang/test/SemaCXX/ |
dllexport.cpp | 6 // Helper structs to make templates more expressive. 90 // Variable templates 239 // Function templates 351 // Don't instantiate class members of implicitly instantiated templates, even if they are exported. 358 // Don't instantiate class members of templates with explicit instantiation declarations, even if they are exported. 365 // Instantiate class members for explicitly instantiated exported templates. 372 // In MS mode, instantiate members of class templates that are base classes of exported classes. 386 // Don't instantiate members of explicitly exported class templates that are base classes of exported classes. [all...] |
cxx1y-variable-templates_in_class.cpp | 223 // templates. 253 // and matches our behavior for member class templates, but it's not clear
|
/external/clang/www/ |
compatibility.html | 53 <li><a href="#dep_lookup">Unqualified lookup in templates</a></li> 54 <li><a href="#dep_lookup_bases">Unqualified lookup into dependent bases of class templates</a></li> 55 <li><a href="#undep_incomplete">Incomplete types in templates</a></li> 56 <li><a href="#bad_templates">Templates with no valid instantiations</a></li> 444 <h3 id="dep_lookup">Unqualified lookup in templates</h3> 563 lookup in templates, see [temp.dep.candidate]. 566 <h3 id="dep_lookup_bases">Unqualified lookup into dependent bases of class templates</h3> 636 <h3 id="undep_incomplete">Incomplete types in templates</h3> 667 <h3 id="bad_templates">Templates with no valid instantiations</h3> 710 contain broken templates that are no longer used. The solution i [all...] |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.2.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 357 // Attempting to do a template diff on non-templates. Set the variables 457 /// all the information about the templates and template arguments. Afterwards, 498 /// Another level of templates, uses TemplateDecl and Qualifiers 537 /// arguments or the type arguments that are templates. [all...] |
/prebuilts/devtools/tools/lib/ |
lombok-ast-0.2.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/sdk/templates/docs/ |
index.html | 53 <p>This document describes the format and syntax for Android code templates. These templates provide starting points for entire projects (e.g. <code>NewAndroidApplication</code>) or application components such as activities (e.g. <code>BlankActivity</code>).</p> 55 <p>Although these templates were originally introduced in the <a href="http://developer.android.com/tools/sdk/eclipse-adt.html">ADT Plugin</a> for Eclipse, the template format is designed for use by any IDE or command-line tool.</p> 57 <p>Templates are customizable. Each template exposes several options (called parameters) that allow developers to customize the generated code. The most common workflow for <em>using</em> a template is as follows:</p> 67 <p>Templates make heavy use of <a href="http://freemarker.sourceforge.net/">FreeMarker</a>, a Java templating engine used to enable things like control flows and variable substitutions inside files. It's similar to PHP, Django templates, etc. For those more acquainted with C/C++, think of it as a <a href="http://en.wikipedia.org/wiki/C_preprocessor">preprocessor</a> language (i.e. <code>#ifdef</code>).</p> [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
DOTGenerator.java | 47 /** Library of output templates; use <attrname> format */ 48 public static STGroup stlib = new STGroupDir("org/antlr/tool/templates/dot/dfa");
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 79 "cannot find code generation templates <arg>.stg" 81 "cannot find code generation cyclic DFA templates for language <arg>"
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 21 package org.apache.xalan.templates; 518 * compilation of templates, by allowing simple AVTs to be
|
Constants.java | 21 package org.apache.xalan.templates; 104 ELEMNAME_APPLY_TEMPLATES_STRING = "apply-templates",
|
ElemSort.java | 21 package org.apache.xalan.templates; 287 * @see org.apache.xalan.templates.Constants
|
ElemVariable.java | 21 package org.apache.xalan.templates; 197 * @see org.apache.xalan.templates.Constants
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
html.py | 418 # Helpers for templates and generating HTML 438 Nicely-formatted templates mean lots of extra space in the result.
|
/external/compiler-rt/ |
Makefile | 79 # Provide default clean target which is extended by other templates. 266 # Run templates.
|
/external/doclava/src/com/google/doclava/ |
Doclava.java | 75 /* Remove after updated templates are launched */ 186 /* remove with updated templates are launched */ 187 ClearPage.addTemplateDir("build/tools/droiddoc/templates-sdk-dev"); 339 ClearPage.addBundledTemplateDir("assets/templates"); 342 List<String> templates = ClearPage.getTemplateDirs(); local 343 for (String tmpl : templates) { 347 templates = ClearPage.getBundledTemplateDirs(); 348 for (String tmpl : templates) { [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
AutoEscaper.java | 121 // We do not permit templates to end in a different context than they start in. 268 * content-type: ?> command is not required for all javascript and css templates. If the
|
/external/libchrome/base/ |
bind_internal.h | 123 // The RunnableAdapter<> templates provide a uniform interface for invoking 208 // Set of templates that support forcing the function return type to void.
|
Completed in 1086 milliseconds
<<31323334353637383940>>