HomeSort by relevance Sort by last modified time
    Searched full:templates (Results 1 - 25 of 1699) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
InvalidPositionException.java 2 * To change this template, choose Tools | Templates
  /external/clang/test/CXX/temp/temp.decls/
p3.cpp 4 template<typename T> using A<T*> = char; // expected-error {{partial specialization of alias templates is not permitted}}
5 template<> using A<char> = char; // expected-error {{explicit specialization of alias templates is not permitted}}
6 template using A<char> = char; // expected-error {{explicit instantiation of alias templates is not permitted}}
  /external/clang/test/Index/
index-templates.cpp 104 // CHECK-LOAD: index-templates.cpp:4:6: FunctionTemplate=f:4:6 Extent=[3:1 - 4:22]
105 // CHECK-LOAD: index-templates.cpp:3:19: TemplateTypeParameter=T:3:19 (Definition) Extent=[3:10 - 3:20]
106 // CHECK-LOAD: index-templates.cpp:3:24: NonTypeTemplateParameter=Value:3:24 (Definition) Extent=[3:22 - 3:29]
108 // CHECK-LOAD: index-templates.cpp:3:66: TemplateTemplateParameter=X:3:66 (Definition) Extent=[3:31 - 3:67]
109 // CHECK-LOAD: index-templates.cpp:4:20: ParmDecl=x:4:20 (Definition) Extent=[4:8 - 4:21]
110 // CHECK-LOAD: index-templates.cpp:4:8: TemplateRef=X:3:66 Extent=[4:8 - 4:9]
112 // CHECK-LOAD: index-templates.cpp:4:13: DeclRefExpr=Value:3:24 Extent=[4:13 - 4:18]
113 // CHECK-LOAD: index-templates.cpp:6:28: ClassTemplate=allocator:6:28 Extent=[6:1 - 6:37]
114 // CHECK-LOAD: index-templates.cpp:6:19: TemplateTypeParameter=T:6:19 (Definition) Extent=[6:10 - 6:20]
115 // CHECK-LOAD: index-templates.cpp:9:7: ClassTemplate=vector:9:7 (Definition) Extent=[8:1 - 11:2
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
AUTHORS 2 Clinton Roy <clinton.roy at gmail dot com>: AST templates and runtime.
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p3.cpp 4 template <class C> virtual void g(C); // expected-error{{'virtual' can not be specified on member function templates}}
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
SeekableStream.java 2 * To change this template, choose Tools | Templates
  /external/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
build.properties 7 templates/,\
  /external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp 10 // Prefer non-templates to templates
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFunction.java 23 import org.apache.xalan.templates.ElemApplyImport;
24 import org.apache.xalan.templates.ElemApplyTemplates;
25 import org.apache.xalan.templates.ElemAttribute;
26 import org.apache.xalan.templates.ElemCallTemplate;
27 import org.apache.xalan.templates.ElemComment;
28 import org.apache.xalan.templates.ElemCopy;
29 import org.apache.xalan.templates.ElemCopyOf;
30 import org.apache.xalan.templates.ElemElement;
31 import org.apache.xalan.templates.ElemExsltFuncResult;
32 import org.apache.xalan.templates.ElemExsltFunction
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/
hello-python.zip 
  /external/clang/test/SemaCXX/
warn-missing-prototypes.cpp 22 // Don't warn about function templates.
25 // Don't warn when instantiating function templates.
  /frameworks/compile/mclinker/scripts/
target_files.sh 12 local SOURCE_FILE="${MCLINKERTOP}/templates/header.h";
22 local SOURCE_FILE="${MCLINKERTOP}/templates/impl.cpp";
  /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/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p4.cpp 3 // All of these function templates are distinct.
  /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/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

Completed in 1285 milliseconds

1 2 3 4 5 6 7 8 91011>>