/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
services.py | 21 class Template(ndb.Model): 22 """Template to breakdown profiler with multiple tags. 51 """Create Template entities for all templates of uploaded file. Return ndb.Key 52 of default template or None if not indicated or found in templates.""" 56 # Return None when no default template indicated. 59 # Return None when no default template found in templates. 63 # Check the uniqueness of template content and store new one. 66 tmpl_key = ndb.Key('Template', content_str) 70 # Template of the same content does not exist. 71 template = Template(id=content_str, content=content [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 18 * HTML templates. The template is edited in place. I.e. in order to
19 * instantiate a template, clone it from the DOM first, and then
20 * process the cloned template. This allows for updating of templates:
34 * fragment that is used as template.
49 * template processing attribute values on a template node.
55 * Name of the property that caches the parsed template processing
56 * attribute values on a template node.
82 * HTML template processor. Data values are bound to HTML templates
84 * jsvalues. The template is modifed in place. The values of those [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 18 * HTML templates. The template is edited in place. I.e. in order to 19 * instantiate a template, clone it from the DOM first, and then 20 * process the cloned template. This allows for updating of templates: 34 * fragment that is used as template. 49 * template processing attribute values on a template node. 55 * Name of the property that caches the parsed template processing 56 * attribute values on a template node. 82 * HTML template processor. Data values are bound to HTML templates 84 * jsvalues. The template is modifed in place. The values of thos [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 18 * HTML templates. The template is edited in place. I.e. in order to 19 * instantiate a template, clone it from the DOM first, and then 20 * process the cloned template. This allows for updating of templates: 34 * fragment that is used as template. 49 * template processing attribute values on a template node. 55 * Name of the property that caches the parsed template processing 56 * attribute values on a template node. 82 * HTML template processor. Data values are bound to HTML templates 84 * jsvalues. The template is modifed in place. The values of thos [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 18 * HTML templates. The template is edited in place. I.e. in order to 19 * instantiate a template, clone it from the DOM first, and then 20 * process the cloned template. This allows for updating of templates: 34 * fragment that is used as template. 49 * template processing attribute values on a template node. 55 * Name of the property that caches the parsed template processing 56 * attribute values on a template node. 82 * HTML template processor. Data values are bound to HTML templates 84 * jsvalues. The template is modifed in place. The values of thos [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
template_renderer_test.py | 23 template = Handlebar('hello {{?true}}{{strings.extension}}{{/}}') 24 text, warnings = self._template_renderer.Render(template, None)
|
/external/stlport/stlport/ |
memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
/ndk/sources/cxx-stl/stlport/stlport/ |
memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
memory | 75 template<class T> class shared_ptr; 76 template<class T> class weak_ptr; 77 template<class T> class enable_shared_from_this; 78 template<class D, class T> D * get_deleter(shared_ptr<T> const & p); 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 80 template<class T, class U> shared_ptr<T> const_pointer_cast(shared_ptr<U> const & r); 81 template<class T, class U> shared_ptr<T> dynamic_pointer_cast(shared_ptr<U> const & r); 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b);
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate.js | 18 * HTML templates. The template is edited in place. I.e. in order to 19 * instantiate a template, clone it from the DOM first, and then 20 * process the cloned template. This allows for updating of templates: 34 * fragment that is used as template. 49 * template processing attribute values on a template node. 55 * Name of the property that caches the parsed template processing 56 * attribute values on a template node. 82 * HTML template processor. Data values are bound to HTML templates 84 * jsvalues. The template is modifed in place. The values of thos [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 24 out = @parser.send( rule ).template 29 ANTLR3::Template::Group.parse( source.fixed_indent( 0 ) ) 38 output = template; 42 -> template(id={$ID.text}, int={$INT.text}) 54 example 'external template' do 55 templates = ANTLR3::Template::Group.new do 65 output = template; 71 arg: ID -> template(t={$ID.text}) "<%= @t %>"; 81 example "empty template" do 86 output=template; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInspectorStrings.py | 262 template<typename R, typename V, typename V0> 403 template<typename R, typename V, typename V0> 557 template<typename T> 588 template<typename T> 597 template<typename T> 601 template<> 604 template<> 610 template<JSONValue::Type TYPE> 621 // This class provides "Traits" type for the input type T. It is programmed using C++ template specialization 623 template<typename T [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyManager.java | 63 ElemTemplateElement template = (ElemTemplateElement) nscontext; // yuck -sb local 65 if ((null != template) 66 && null != template.getStylesheetRoot().getKeysComposed()) 100 template.getStylesheetRoot().getKeysComposed(),
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
Makefile | 18 include ../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
Makefile | 13 include ../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
Makefile | 14 include ../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/ |
Makefile | 13 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/nouveau/drm/ |
Makefile | 11 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
Makefile | 13 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/null/ |
Makefile | 14 include ../../../Makefile.template
|