Searched defs:templates (Results 1 - 25 of 107) sorted by last modified time

12345

/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c254 /* A list of templates. This is used while printing. */
275 /* The list of templates which applies to this modifier. */
276 struct d_print_template *templates; member in struct:d_print_mod
308 /* The current list of templates, if any. */
309 struct d_print_template *templates; member in struct:d_print_info
3436 dpi->templates = NULL;
3600 if (dpi->templates == NULL)
3607 (d_right (dpi->templates->template_decl),
3753 adpm[i].templates = dpi->templates;
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jar ... sax.TemplatesHandler templatesHandler javax.xml.transform.Templates templates java.io.FileOutputStream outputStream org.xml ...
H A Dhtmlparser-1.3.jar ... sax.TemplatesHandler templatesHandler javax.xml.transform.Templates templates java.io.FileOutputStream outputStream org.xml ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dasm-xml-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ...
/external/openssl/crypto/asn1/
H A Dasn1t.h571 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/include/openssl/
H A Dasn1t.h571 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/mesa3d/src/mesa/math/
H A Dm_debug_xform.c103 static int *templates[7] = { variable
196 switch ( templates[mtype][i * 4 + j] ) {
H A Dm_vector.c138 static const char *templates[5] = { local
146 const char *t = templates[v->size];
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1086 const struct pipe_sampler_state **templates)
1096 temp = single_sampler(ctx, info, i, templates[i]);
1083 cso_set_samplers(struct cso_context *ctx, unsigned shader_stage, unsigned nr, const struct pipe_sampler_state **templates) argument
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/gcc-demangle/
H A Dcp-demangle.c239 /* A list of templates. This is used while printing. */
260 /* The list of templates which applies to this modifier. */
261 struct d_print_template *templates; member in struct:d_print_mod
295 /* The current list of templates, if any. */
296 struct d_print_template *templates; member in struct:d_print_info
3302 dpi->templates = NULL;
3465 if (dpi->templates == NULL)
3472 (d_right (dpi->templates->template_decl),
3614 adpm[i].templates = dpi->templates;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .Transformer transformer private javax.xml.transform.Templates templates private long templatesModTime private javax.xml.transform ...
/external/clang/test/SemaCXX/
H A Daccess.cpp74 namespace templates { namespace in namespace:PR15209
93 template<A::I> struct D { }; // expected-error {{'I' is a private member of 'PR15209::templates::A'}}
107 (void)A::x; // expected-error {{'x' is a private member of 'PR15209::templates::A'}}
H A Dcompare.cpp359 namespace templates { namespace
H A Dnullptr.cpp164 namespace templates { namespace
H A Dwarn-unused-private-field.cpp154 namespace templates { namespace
159 } // namespace templates
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_xform.c103 static int *templates[7] = { variable
196 switch ( templates[mtype][i * 4 + j] ) {

Completed in 911 milliseconds

12345