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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/webapp2/tests/resources/
template.py 2 'templates_dir': 'templates',
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/jsdoc/
conf.json 2 "templates": {
  /external/chromium-trace/catapult/third_party/webapp2/docs/_templates/
README 1 This is the directory used for custom templates.
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2-sources.jar 
  /external/selinux/policycoreutils/po/
POTFILES 38 ../gui/templates/executable.py
39 ../gui/templates/__init__.py
40 ../gui/templates/network.py
41 ../gui/templates/rw.py
42 ../gui/templates/script.py
43 ../gui/templates/semodule.py
44 ../gui/templates/tmp.py
45 ../gui/templates/user.py
46 ../gui/templates/var_lib.py
47 ../gui/templates/var_log.p
    [all...]
POTFILES.in 49 sepolicy/sepolicy/templates/executable.py
50 sepolicy/sepolicy/templates/__init__.py
51 sepolicy/sepolicy/templates/network.py
52 sepolicy/sepolicy/templates/rw.py
53 sepolicy/sepolicy/templates/script.py
54 sepolicy/sepolicy/templates/semodule.py
55 sepolicy/sepolicy/templates/tmp.py
56 sepolicy/sepolicy/templates/user.py
57 sepolicy/sepolicy/templates/var_lib.py
58 sepolicy/sepolicy/templates/var_log.p
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 8 template <typename> struct bar {}; // expected-error{{templates cannot be declared inside of a local class}}
9 template <typename> void baz() {} // expected-error{{templates cannot be declared inside of a local class}}
10 template <typename> void qux(); // expected-error{{templates cannot be declared inside of a local class}}
p3.cpp 4 template <class C> virtual void g(C); // expected-error{{'virtual' cannot be specified on member function templates}}
  /external/eigen/doc/
TopicEigenExpressionTemplates.dox 3 /** \page TopicEigenExpressionTemplates Expression templates in Eigen
  /external/toybox/toys/example/
README 4 toybox infrastructure and provides templates for new commands.
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 52 return null; //To change body of implemented methods use File | Settings | File Templates.
60 return null; //To change body of implemented methods use File | Settings | File Templates.
65 return null; //To change body of implemented methods use File | Settings | File Templates.
70 return null; //To change body of implemented methods use File | Settings | File Templates.
75 return null; //To change body of implemented methods use File | Settings | File Templates.
80 //To change body of implemented methods use File | Settings | File Templates.
85 return null; //To change body of implemented methods use File | Settings | File Templates.
90 return null; //To change body of implemented methods use File | Settings | File Templates.
95 return null; //To change body of implemented methods use File | Settings | File Templates.
100 return null; //To change body of implemented methods use File | Settings | File Templates
    [all...]
  /external/clang/test/Index/
index-templates.cpp 117 // CHECK-LOAD: index-templates.cpp:4:6: FunctionTemplate=f:4:6 Extent=[3:1 - 4:22]
118 // CHECK-LOAD: index-templates.cpp:3:19: TemplateTypeParameter=T:3:19 (Definition) Extent=[3:10 - 3:20]
119 // CHECK-LOAD: index-templates.cpp:3:24: NonTypeTemplateParameter=Value:3:24 (Definition) Extent=[3:22 - 3:29]
121 // CHECK-LOAD: index-templates.cpp:3:66: TemplateTemplateParameter=X:3:66 (Definition) Extent=[3:31 - 3:67]
122 // CHECK-LOAD: index-templates.cpp:4:20: ParmDecl=x:4:20 (Definition) Extent=[4:8 - 4:21]
123 // CHECK-LOAD: index-templates.cpp:4:8: TemplateRef=X:3:66 Extent=[4:8 - 4:9]
125 // CHECK-LOAD: index-templates.cpp:4:13: DeclRefExpr=Value:3:24 Extent=[4:13 - 4:18]
126 // CHECK-LOAD: index-templates.cpp:6:28: ClassTemplate=allocator:6:28 Extent=[6:1 - 6:37]
127 // CHECK-LOAD: index-templates.cpp:6:19: TemplateTypeParameter=T:6:19 (Definition) Extent=[6:10 - 6:20]
128 // CHECK-LOAD: index-templates.cpp:9:7: ClassTemplate=vector:9:7 (Definition) Extent=[8:1 - 11:2
    [all...]
  /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/antlr/antlr-3.4/runtime/Python/
AUTHORS 2 Clinton Roy <clinton.roy at gmail dot com>: AST templates and runtime.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/current/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.adt/
build.properties 6 templates/,\
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
build.properties 7 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/slf4j/slf4j-site/src/site/pages/
inde_base.html 13 <script src="templates/header.js"></script>
15 <script src="templates/left.js"></script>
18 <script src="templates/right.js"></script>
  /external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp 11 // Prefer non-templates to templates
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
ParticleControllerInfluencerPanel.java 27 controllerPicker.setValue(value.templates);
74 int currentCount = value.templates.size;
75 value.templates.removeAll(oldEffect.getControllers(), true);
76 if(value.templates.size != currentCount){
77 int diff = currentCount - value.templates.size;
83 value.templates.add(newControllers.get(i));
87 value.templates.addAll( ((ParticleEffect)editor.assetManager.get(FlameMain.DEFAULT_BILLBOARD_PARTICLE)).getControllers());
91 controllerPicker.setValue(value.templates);
  /external/v8/test/js-perf-test/Templates/
run.js 7 load('templates.js');
13 print(name + '-Templates(Score): ' + result);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ParticleControllerInfluencer.java 21 /** Assigns the first controller of {@link ParticleControllerInfluencer#templates} to the particles.*/
24 public Single (ParticleController... templates) {
25 super(templates);
38 ParticleController first = templates.first();
67 /** Assigns a random controller of {@link ParticleControllerInfluencer#templates} to the particles.*/
74 ParticleController controller = templates.random().copy();
81 //Dispose every allocated instance because the templates may be changed
95 public Random (ParticleController... templates) {
96 super(templates);
145 public Array<ParticleController> templates; field in class:ParticleControllerInfluencer
    [all...]
  /development/sdk/
sdk.properties 4 sdk.ant.templates.revision=1

Completed in 2449 milliseconds

1 2 3 4 5 6 7 8 91011>>