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

<<31323334353637383940>>

  /external/clang/test/SemaCXX/
cxx1y-variable-templates_in_class.cpp 130 // FIXME: member data templates of class templates are not well supported yet.
  /external/doclava/src/com/google/doclava/
ClearPage.java 35 * public ClearPage() { String templ = "templates/index.cs"; String filename = "docs/index.html";
130 data.setValue("hdf.loadpaths." + i, "templates");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
log.xsl 126 <xsl:apply-templates select="build"/>
171 <xsl:apply-templates select=".//message[@priority != 'debug']"/>
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_action_bar.jd 57 <p>Templates for creating icons in Adobe Photoshop are available in the <a
59 Templates Pack</a>.</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java 18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.DEFAULT_LAUNCHER_ICON;
25 import com.android.ide.eclipse.adt.internal.wizards.templates.TemplateManager;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 119 DECL_INITIAL associated templates (methods &c)
121 For non-class templates:
241 templates. */
289 and COND_EXPR for the benefit of templates. */
298 in templates. */
359 /* Represents an argument pack of types (or templates). An argument
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 119 DECL_INITIAL associated templates (methods &c)
121 For non-class templates:
241 templates. */
289 and COND_EXPR for the benefit of templates. */
298 in templates. */
359 /* Represents an argument pack of types (or templates). An argument
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 119 DECL_INITIAL associated templates (methods &c)
121 For non-class templates:
241 templates. */
289 and COND_EXPR for the benefit of templates. */
298 in templates. */
359 /* Represents an argument pack of types (or templates). An argument
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 119 DECL_INITIAL associated templates (methods &c)
121 For non-class templates:
241 templates. */
289 and COND_EXPR for the benefit of templates. */
298 in templates. */
359 /* Represents an argument pack of types (or templates). An argument
  /build/core/
build-system.html 352 <h3><a name="templates"/>How to add another component to the build - Android.mk templates</h3>
354 common types of modules, there is a corresponding file in the templates
357 templates, but are instead just documented here, as is the documentation
359 <p>Mostly, you can just look for the TODO comments in the templates and do
361 to keep the files clean. The templates have minimal documentation in them,
366 <p>Use the <code>templates/apps</code> file.</p>
371 <p>Use the <code>templates/java_library</code> file.</p>
379 <p>Use the <code>templates/executable</code> file, or the
380 <code>templates/executable_host</code> file.</p
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
README 320 * Jonathan DeKlotz updated C# templates to be 3.0b6 current
388 org/antlr/tool/templates/depend.stg contains the template. You can
475 for templates, you must use in your main:
507 templates now :)
522 StringTemplateGroup templates = new StringTemplateGroup(groupFileR);
527 parser.setTemplateLib(templates);
817 * changed ANTLRCore.sti to reflect the new mandatory templates to support the above
819 templates, with the exception of ruleSetPropertyRef_text. we cannot set this attribute
852 on the requirements look in org/antlr/tool/templates/messages/formats/
878 * added C# target to lib, codegen, templates
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1t.h 571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member in struct:ASN1_ITEM_st
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
586 * Otherwise templates must contain a single
590 * For SEQUENCE types the templates field points
594 * For CHOICE types the templates field points
tasn_enc.c 151 if (it->templates)
152 return asn1_template_ex_i2d(pval, out, it->templates,
168 chtt = it->templates + i;
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1t.h 571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member in struct:ASN1_ITEM_st
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
586 * Otherwise templates must contain a single
590 * For SEQUENCE types the templates field points
594 * For CHOICE types the templates field points
  /external/openssl/crypto/asn1/
asn1t.h 571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member in struct:ASN1_ITEM_st
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
586 * Otherwise templates must contain a single
590 * For SEQUENCE types the templates field points
594 * For CHOICE types the templates field points
tasn_enc.c 151 if (it->templates)
152 return asn1_template_ex_i2d(pval, out, it->templates,
168 chtt = it->templates + i;
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
  /external/openssl/include/openssl/
asn1t.h 571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ member in struct:ASN1_ITEM_st
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
586 * Otherwise templates must contain a single
590 * For SEQUENCE types the templates field points
594 * For CHOICE types the templates field points
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 253 # templateDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'tool', 'src', 'main', 'resources', 'org', 'antlr', 'codegen', 'templates', 'Python'))
254 # templates = glob.glob(os.path.join(templateDir, '*.stg'))
257 # src.extend(templates)
  /external/chromium/base/
callback.h.pump 1 $$ This is a pump file for generating file templates. Pump is a python
135 // These functions, along with a set of internal templates, are reponsible for
153 // (eg. Unretained(), and ConstRef()). These are simple container templates
  /external/chromium_org/base/
bind_internal.h.pump 1 $$ This is a pump file for generating file templates. Pump is a python
89 // The RunnableAdapter<> templates provide a uniform interface for invoking
204 // Set of templates that support forcing the function return type to void.
  /external/chromium_org/third_party/jinja2/
utils.py 298 # scale. But as long as it's only used as storage for templates this
481 """A cycle helper for templates."""
506 """A joining helper for templates."""
  /external/eigen/doc/
I13_FunctionsTakingEigenTypes.dox 5 Eigen's use of expression templates results in potentially every expression being of a different type. If you pass such an expression to a function taking a parameter of type Matrix, your expression will implicitly be evaluated into a temporary Matrix, which will then be passed to the function. This means that you lose the benefit of expression templates. Concretely, this has two drawbacks:
9 Fortunately, all this myriad of expression types have in common that they all inherit a few common, templated base classes. By letting your function take templated parameters of these base types, you can let them play nicely with Eigen's expression templates.
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pm 23 # Templates
25 # Anchor templates
54 # Level templates
  /external/llvm/include/llvm/Support/
Casting.h 11 // and dyn_cast_or_null<X>() templates.
24 // isa<x> Support Templates
140 // cast<x> Support Templates

Completed in 2810 milliseconds

<<31323334353637383940>>