/external/libpng/projects/cbuilder5/ |
libpng.bpr | 87 Item9=..\Source;..\Source\General\Templates;..\Source\SIMUtilities;$(BCB)\include;$(BCB)\include\vcl
88 Item10=P:\Development\Source\;P:\Development\Source\General\Templates\;P:\Development\Source\SIMUtilities\;$(BCB)\include;$(BCB)\include\vcl
89 Item11=P:\Development\Source;P:\Development\Source\General\Templates\;P:\Development\Source\SIMUtilities\;$(BCB)\include;$(BCB)\include\vcl
90 Item12=P:\Development\Source\General\Templates\;P:\Development\Source\SIMUtilities\;$(BCB)\include;$(BCB)\include\vcl
91 Item13=P:\Development\Source\General\Templates\;P:\Development\Source\SIMUtilities;$(BCB)\include;$(BCB)\include\vcl
92 Item14=P:\Development\Source\General\Templates\;$(BCB)\include;$(BCB)\include\vcl
93 Item15=P:\Development\Source\General\Templates;$(BCB)\include;$(BCB)\include\vcl
|
/external/clang/test/SemaCXX/ |
cxx98-compat.cpp | 19 template<typename ...T> // expected-warning {{variadic templates are incompatible with C++98}} 22 template<template<typename> class ...T> // expected-warning {{variadic templates are incompatible with C++98}} 25 template<int ...I> // expected-warning {{variadic templates are incompatible with C++98}} 388 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}} 390 // expected-warning@-4 {{variable templates are a C++1y extension}} 395 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}} 397 // expected-warning@-4 {{variable templates are a C++1y extension}} 402 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}} 404 // expected-warning@-4 {{variable templates are a C++1y extension}} 413 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y} [all...] |
access.cpp | 74 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'}}
|
/external/chromium_org/third_party/WebKit/Source/core/ |
core_derived_sources.gyp | 49 '../build/scripts/templates/InternalSettingsGenerated.idl.tmpl', 50 '../build/scripts/templates/InternalSettingsGenerated.cpp.tmpl', 51 '../build/scripts/templates/InternalSettingsGenerated.h.tmpl', 52 '../build/scripts/templates/SettingsMacros.h.tmpl', 75 '../build/scripts/templates/InternalRuntimeFlags.h.tmpl', 76 '../build/scripts/templates/InternalRuntimeFlags.idl.tmpl', 208 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', 209 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', 229 '../build/scripts/templates/StyleBuilder.cpp.tmpl', 230 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl' [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 16 group = options[ :templates ] and parser_options[ :templates ] = group 33 example 'inline templates' do 55 templates = ANTLR3::Template::Group.new do 61 text = parse( <<-'END', 'a + b', :templates => templates ) 179 templates = ANTLR3::Template::Group.new do 185 text = parse( <<-'END', 'abc', :templates => templates )
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/ |
checkstyle-frames.xsl | 43 <xsl:apply-templates select="." mode="overview"/> 48 <xsl:apply-templates select="." mode="all.classes"/> 52 <xsl:apply-templates select="file[count(error) != 0]"/> 98 <xsl:apply-templates select="." mode="summary"/> 102 <xsl:apply-templates select="." mode="filelist"/> 172 <xsl:apply-templates select="file[count(error) != 0]" mode="all.classes"> 174 </xsl:apply-templates> 188 <xsl:apply-templates select="file[count(error) != 0]" mode="filelist"> 190 </xsl:apply-templates>
|
checkstyle-xdoc.xsl | 37 <xsl:apply-templates select="." mode="summary"/> 39 <xsl:apply-templates select="." mode="filelist"/> 40 <xsl:apply-templates select="file[count(error) != 0]"/> 52 <xsl:apply-templates select="file[count(error) != 0]" mode="filelist"> 54 </xsl:apply-templates>
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestAttributes.java | 64 STGroup templates = local 66 ST actionST = new ST(templates, "<action>"); 84 generator.genRecognizer(); // forces load of templates 106 generator.genRecognizer(); // forces load of templates 131 generator.genRecognizer(); // forces load of templates 153 generator.genRecognizer(); // forces load of templates 184 generator.genRecognizer(); // forces load of templates 220 generator.genRecognizer(); // forces load of templates 245 generator.genRecognizer(); // forces load of templates 276 generator.genRecognizer(); // forces load of templates 2816 STGroup templates = local 2973 STGroup templates = local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorCharacters.java | 25 import org.apache.xalan.templates.ElemTemplateElement; 26 import org.apache.xalan.templates.ElemText; 27 import org.apache.xalan.templates.ElemTextLiteral; 45 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates. 100 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
|
ProcessorAttributeSet.java | 25 import org.apache.xalan.templates.ElemAttributeSet; 26 import org.apache.xalan.templates.ElemTemplateElement; 94 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
|
ProcessorDecimalFormat.java | 23 import org.apache.xalan.templates.DecimalFormatProperties; 30 * @see org.apache.xalan.templates.Stylesheet#setDecimalFormat 31 * @see org.apache.xalan.templates.DecimalFormatProperties
|
ProcessorPreserveSpace.java | 25 import org.apache.xalan.templates.Stylesheet; 26 import org.apache.xalan.templates.WhiteSpaceInfo;
|
ProcessorStripSpace.java | 25 import org.apache.xalan.templates.Stylesheet; 26 import org.apache.xalan.templates.WhiteSpaceInfo;
|
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |
/external/chromium_org/android_webview/ |
Android.mk | 54 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/base/ActivityState.java \ 55 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/base/MemoryPressureLevelList.java \ 56 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/PageTransitionTypes.java \ 57 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/SpeechRecognitionError.java \ 58 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/input/PopupItemType.java \ 59 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/common/ResultCodes.java \ 60 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/media/ImageFormat.java \ 61 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/CertificateMimeType.java \ 62 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/CertVerifyResultAndroid.java \ 63 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/NetError.java [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
PRESUBMIT.py | 49 * Did you add/remove/update some data that gets sent to templates? 50 * Is this change to support a new feature in the templates? 51 * Does this change include changes to templates?
|
permissions_data_source.py | 45 '''Load and format permissions features to be used by templates. 61 # Turn partial templates into descriptions, ensure anchors are set.
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TrAXFilter.java | 27 import javax.xml.transform.Templates; 44 private Templates m_templates; 57 public TrAXFilter (Templates templates) 60 m_templates = templates; 61 m_transformer = (TransformerImpl)templates.newTransformer();
|
package.html | 28 template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or 33 <p>To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplate.java | 21 package org.apache.xalan.templates; 165 * attribute (see [6 Named Templates]). It is an error for the 181 * attribute (see [6 Named Templates]). It is an error for the 203 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a> 217 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a> 300 * @see org.apache.xalan.templates.Constants
|
ElemUnknown.java | 21 package org.apache.xalan.templates; 38 * @see org.apache.xalan.templates.Constants
|
/external/chromium/chrome/common/extensions/ |
extension_localization_peer.h | 16 // CSS files requested by extensions to replace localization templates with the 58 // Loads message catalogs, and replaces all __MSG_some_name__ templates within
|
/external/chromium_org/chrome/renderer/extensions/ |
extension_localization_peer.h | 15 // CSS files requested by extensions to replace localization templates with the 59 // Loads message catalogs, and replaces all __MSG_some_name__ templates within
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
platform_derived_sources.gyp | 67 '../build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl', 68 '../build/scripts/templates/RuntimeEnabledFeatures.h.tmpl',
|