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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/rietveld_patcher/tarball/14096030/
22002.tar.bz2 
  /external/qemu/distrib/sdl-1.2.15/Xcode/
stationary.csh 9 # project templates
10 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
12 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
14 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Custom Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
16 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL OpenGL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
19 # target templates
20 sudo mkdir -p "/Developer/ProjectBuilder Extras/Target Templates/SDL"
22 sudo /Developer/Tools/CpMac -r "Project Stationary/Application.trgttmpl" "/Developer/ProjectBuilder Extras/Target Templates/SDL"
uninstall.csh 19 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Application"
20 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Cocoa Application"
21 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Custom Cocoa Application"
22 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL OpenGL Application"
23 sudo rm -r "/Developer/ProjectBuilder Extras/Target Templates/SDL"
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system_test.py 12 'templates': {
35 'templates/README',
36 'templates/public/apps/404.html',
37 'templates/public/apps/a11y.html',
38 'templates/public/extensions/404.html',
39 'templates/public/extensions/cookies.html',
40 'templates/public/redirects.json',
41 'templates/json/manifest.json'
45 '^/templates/',
46 'templates/public/'
    [all...]
extensions_paths.py 38 TEMPLATES = join(DOCS, 'templates/')
42 ARTICLES_TEMPLATES = join(TEMPLATES, 'articles/')
43 INTROS_TEMPLATES = join(TEMPLATES, 'intros/')
44 JSON_TEMPLATES = join(TEMPLATES, 'json/')
45 PRIVATE_TEMPLATES = join(TEMPLATES, 'private/')
46 PUBLIC_TEMPLATES = join(TEMPLATES, 'public/')
  /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/chromium_org/third_party/WebKit/Source/build/scripts/
scripts.gypi 15 'templates/macros.tmpl',
25 'templates/EventFactory.cpp.tmpl',
30 'templates/MakeNames.cpp.tmpl',
31 'templates/MakeNames.h.tmpl',
36 'templates/MakeQualifiedNames.cpp.tmpl',
37 'templates/MakeQualifiedNames.h.tmpl',
42 'templates/ElementFactory.cpp.tmpl',
43 'templates/ElementFactory.h.tmpl',
48 'templates/ElementTypeHelpers.h.tmpl',
  /external/eigen/doc/
TopicEigenExpressionTemplates.dox 3 /** \page TopicEigenExpressionTemplates Expression templates in Eigen
  /external/chromium_org/third_party/motemplate/
README.chromium 1 Name: Motemplate, cross-platform data binding templates.
3 URL: https://github.com/kalman/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/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/5/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/chromium_org/tools/grit/grit/format/policy_templates/writers/
ios_plist_writer_unittest.py 54 templates,
58 # Generate the grit output for |templates|.
60 self.PrepareTest(templates),
83 def _VerifyGeneratedOutput(self, templates, expected):
88 templates, expected, parse, decode_and_parse)
95 templates, expected, parse, decode_and_parse)
117 templates = '''
125 self._VerifyGeneratedOutput(templates, expected)
128 templates = self._MakeTemplate('BooleanPolicy', 'main', 'True')
132 self._VerifyGeneratedOutput(templates, expected
    [all...]
  /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_org/third_party/WebKit/Source/bindings/scripts/
cached_jinja_templates.target.darwin-arm.mk 22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface.h $(LOCAL_PATH) (…)
    [all...]

Completed in 921 milliseconds

1 2 3 4 5 6 7 8 91011>>