/external/chromium/chrome/common/extensions/docs/examples/apps/ |
hello-python.zip | |
/external/clang/test/CXX/over/over.match/over.match.best/ |
p1.cpp | 11 // Prefer non-templates to templates
|
/external/clang/test/SemaCXX/ |
warn-missing-prototypes.cpp | 22 // Don't warn about function templates. 25 // Don't warn when instantiating function templates.
|
/development/sdk/ |
sdk.properties | 4 sdk.ant.templates.revision=1
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/ |
depend.stg | 0 /** templates used to generate make-compatible dependencies */
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
sandbox.html | 18 var templates = []; 20 templates['hello'] = Handlebars.compile(source); 30 html: templates[name](event.data.context) 37 // templates[event.data.name] = Handlebars.compile(event.data.source);
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/testdata/ |
error_sample.json | 13 "templates": {
|
sample.json | 14 "templates": {
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p3.cpp | 11 template <class T> friend typename A<T>::Member; // expected-error {{friend type templates must use an elaborated type}}
|
/external/clang/test/Modules/ |
cxx-templates.cpp | 20 // expected-note@Inputs/cxx-templates-b.h:3 {{couldn't infer template argument}} 21 // expected-note@Inputs/cxx-templates-b.h:4 {{requires single argument}} 27 // expected-note@Inputs/cxx-templates-b.h:6 {{couldn't infer template argument}} 28 // expected-note@Inputs/cxx-templates-b.h:7 {{requires single argument 't'}} 30 template_param_kinds_1<0>(); // ok, from cxx-templates-a.h 31 template_param_kinds_1<int>(); // ok, from cxx-templates-b.h 34 // expected-note@Inputs/cxx-templates-a.h:11 {{invalid explicitly-specified argument}} 35 // expected-note@Inputs/cxx-templates-b.h:11 {{invalid explicitly-specified argument}} 38 // expected-note@Inputs/cxx-templates-a.h:11 {{candidate}} 39 // expected-note@Inputs/cxx-templates-b.h:11 {{candidate} [all...] |
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/ |
RagdollCollisionListener.java | 2 * To change this template, choose Tools | Templates
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
CinematicEventListener.java | 2 * To change this template, choose Tools | Templates
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainGridTileLoader.java | 2 * To change this template, choose Tools | Templates
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
HeightMapGrid.java | 2 * To change this template, choose Tools | Templates
|
Namer.java | 2 * To change this template, choose Tools | Templates
|
/external/valgrind/main/memcheck/tests/ |
long-supps.c | 3 // C++ templates. It now is assigned dynamically.
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
fntry1_1.cpp | 2 // Bug: g++ silently ignores function-try-blocks in templates.
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
fntry1_1.cpp | 2 // Bug: g++ silently ignores function-try-blocks in templates.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
build.properties | 5 templates/,\
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
package.html | 20 <title>Xalan Templates Package.</title> 22 <p>Implements the {@link javax.xml.transform.Templates} interface, 25 <p>{@link org.apache.xalan.templates.StylesheetRoot} implements the {@link javax.xml.transform.Templates} interface, and 26 extends {@link org.apache.xalan.templates.StylesheetComposed}, 27 which is a {@link org.apache.xalan.templates.Stylesheet} composed of itself 34 <p>{@link org.apache.xalan.templates.ElemTemplateElement} is the superclass of
|
/libcore/luni/src/main/java/javax/xml/transform/sax/ |
TemplatesHandler.java | 22 import javax.xml.transform.Templates; 27 * parse events (parsing transformation instructions) into a Templates object. 35 * for the parsing of transformation instructions, it creates a Templates object, 38 * @return The Templates object that was created during 39 * the SAX event process, or null if no Templates object has 43 public Templates getTemplates(); 46 * Set the base ID (URI or system ID) for the Templates object
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
template.rb | 39 templates = @templates || options.fetch( :templates ) do 43 self.templates = templates 46 shared_attribute( :templates ) 49 @templates.new( source, values ) 53 @templates.fetch( name, values ) 117 const_set( :TEMPLATES, {} ) 132 self::TEMPLATES.fetch( name.to_s ).new( values 135 def templates method in class:ANTLR3.Template [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/ |
ECLIPSEF.SF | 9 Name: templates/headless-build/allElements.xml 36 Name: templates/headless-build/customTargets.xml 42 Name: templates/plugins/customBuildCallbacks.xml 45 Name: templates/headless-build/customAssembly.xml 51 Name: templates/packager/packager.properties 60 Name: templates/packager/packaging.properties 69 Name: templates/packager/customTargets.xml 84 Name: templates/headless-build/build.properties 87 Name: templates/features/customBuildCallbacks.xml
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8PerIsolateData.cpp | 97 TemplateMap& templates = templateMap(currentWorldType); local 98 TemplateMap::iterator result = templates.find(privatePointer); 99 if (result != templates.end()) 102 templates.add(privatePointer, UnsafePersistent<v8::FunctionTemplate>(m_isolate, templ)); 108 TemplateMap& templates = templateMap(currentWorldType); local 109 TemplateMap::iterator result = templates.find(privatePointer); 110 if (result != templates.end()) 122 TemplateMap& templates = rawDOMTemplateMap(currentWorldType); local 123 TemplateMap::iterator result = templates.find(info); 124 if (result != templates.end() 144 TemplateMap& templates = rawDOMTemplateMap(currentWorldType); local [all...] |
/external/valgrind/main/docs/lib/ |
vg-faq2txt.xsl | 34 <xsl:apply-templates select="."/> 38 <!-- book templates --> 41 <xsl:apply-templates/> 47 <xsl:apply-templates mode="book.titlepage.recto.auto.mode" 49 <xsl:apply-templates mode="book.titlepage.recto.auto.mode" 51 <xsl:apply-templates mode="book.titlepage.recto.auto.mode" 53 <xsl:apply-templates mode="book.titlepage.recto.auto.mode" 83 <!-- article templates --> 86 <xsl:apply-templates/> 96 <!-- qandaset / qandadiv / qandaentry templates -- [all...] |