HomeSort by relevance Sort by last modified time
    Searched full:templates (Results 1251 - 1275 of 2492) sorted by null

<<51525354555657585960>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
  /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;
  /frameworks/base/
Android.mk     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 276 // Attempting to do a template diff on non-templates. Set the variables
369 /// all the information about the templates and template arguments. Afterwards,
410 /// Another level of templates, uses TemplateDecl and Qualifiers
446 /// arguments or the type arguments that are templates.
    [all...]
  /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...]
cxx_status.html 84 <td>Variadic templates</td>
144 <td>Default template arguments for function templates</td>
154 <td>Alias templates</td>
159 <td>Extern templates</td>
453 <td>Variable templates</td>
cxx_dr_status.html 118 <td>extern "C" for Parameters of Function Templates</td>
130 <td>Default arguments for parameters of function templates</td>
178 <td>Some questions regarding partial ordering of function templates</td>
232 <td>Clarification of explicit instantiation of non-exported templates</td>
316 <td>Explicit instantiation of member templates</td>
472 <td>Linkage and storage class specifiers for templates</td>
568 <td>Specialization of member constant templates</td>
688 <td>Are classes nested in templates dependent?</td>
736 <td>Equivalent and functionally-equivalent function templates</td>
    [all...]
  /external/v8/tools/
test.py 227 def __init__(self, cases, templates):
229 self.templates = templates
248 print self.templates['stdout'] % stdout
251 print self.templates['stderr'] % stderr
267 status = self.templates['status_line'] % {
284 templates = {
289 super(ColorProgressIndicator, self).__init__(cases, templates)
298 templates = {
305 super(MonochromeProgressIndicator, self).__init__(cases, templates)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 643 * HTML templates. The template is edited in place. I.e. in order to
645 * process the cloned template. This allows for updating of templates:
646 * If the templates is processed again, changed values are merely
819 * HTML template processor. Data values are bound to HTML templates
841 * NOTE: This is necessary to process deep templates in Safari
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 18 * HTML templates. The template is edited in place. I.e. in order to
20 * process the cloned template. This allows for updating of templates:
21 * If the templates is processed again, changed values are merely
82 * HTML template processor. Data values are bound to HTML templates
124 * necessary to process deep templates in Safari which has a
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 18 * HTML templates. The template is edited in place. I.e. in order to
20 * process the cloned template. This allows for updating of templates:
21 * If the templates is processed again, changed values are merely
82 * HTML template processor. Data values are bound to HTML templates
124 * necessary to process deep templates in Safari which has a
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 643 * HTML templates. The template is edited in place. I.e. in order to
645 * process the cloned template. This allows for updating of templates:
646 * If the templates is processed again, changed values are merely
819 * HTML template processor. Data values are bound to HTML templates
841 * NOTE: This is necessary to process deep templates in Safari
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 18 * HTML templates. The template is edited in place. I.e. in order to
20 * process the cloned template. This allows for updating of templates:
21 * If the templates is processed again, changed values are merely
82 * HTML template processor. Data values are bound to HTML templates
124 * necessary to process deep templates in Safari which has a
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 18 * HTML templates. The template is edited in place. I.e. in order to
20 * process the cloned template. This allows for updating of templates:
21 * If the templates is processed again, changed values are merely
82 * HTML template processor. Data values are bound to HTML templates
124 * necessary to process deep templates in Safari which has a
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 18 * HTML templates. The template is edited in place. I.e. in order to
20 * process the cloned template. This allows for updating of templates:
21 * If the templates is processed again, changed values are merely
82 * HTML template processor. Data values are bound to HTML templates
118 * necessary to process deep templates in Safari which has a
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_dec.c 181 if (it->templates)
196 it->templates, opt, ctx);
323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
411 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
528 /* Templates are handled with two separate functions.
  /external/openssl/crypto/asn1/
tasn_dec.c 181 if (it->templates)
196 it->templates, opt, ctx);
323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
411 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
528 /* Templates are handled with two separate functions.
  /external/clang/include/clang/AST/
DeclTemplate.h 1 //===-- DeclTemplate.h - Classes for representing C++ templates -*- C++ -*-===//
221 // Kinds of Templates
487 const UnresolvedSetImpl &Templates,
490 /// \brief Returns the number of function templates that this might
664 "Only member templates can be member template specializations");
759 /// template, and is allocated lazily, since most function templates do not
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
preproc.c 35 #include "templates.h"
    [all...]
  /external/libxslt/libxslt/
preproc.c 35 #include "templates.h"
    [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

Completed in 2216 milliseconds

<<51525354555657585960>>