HomeSort by relevance Sort by last modified time
    Searched refs:Template (Results 1 - 15 of 15) sorted by null

  /development/testrunner/
create_test.py 111 output = string.Template(TestsConsts.TEST_MANIFEST_TEMPLATE).substitute(mapping)
160 output = string.Template(TestsConsts.TEST_MK_TEMPLATE).substitute(mapping)
  /dalvik/vm/compiler/template/
gen-template.py 23 from string import Template
226 templ = Template(line)
231 # be template-replaced using the substitution dictionary "dict".
290 templ = Template(line)
368 * This file was generated automatically by gen-template.py for '%s'.
  /dalvik/vm/mterp/
gen-mterp.py 23 from string import Template
278 templ = Template(line)
283 # be template-replaced using the substitution dictionary "dict".
342 templ = Template(line)
  /external/v8/src/
api.h 113 template <typename T> static inline T ToCData(v8::internal::Object* obj) {
120 template <typename T>
211 OpenHandle(const Template* that);
241 template <class T>
247 template <class T>
290 MAKE_OPEN_HANDLE(Template, TemplateInfo)
api.cc 622 void Template::Set(v8::Handle<String> name, v8::Handle<Data> value,
624 if (IsDeadCheck("v8::Template::SetProperty()")) return;
934 // Ensure that the object template has a constructor. If no
    [all...]
  /external/v8/include/
v8.h 123 template <class T> class Handle;
124 template <class T> class Local;
125 template <class T> class Persistent;
184 template <class T> class V8EXPORT_INLINE Handle {
207 template <class S> inline Handle(Handle<S> that)
237 template <class S> bool operator==(Handle<S> that) const {
251 template <class S> bool operator!=(Handle<S> that) const {
255 template <class S> static inline Handle<T> Cast(Handle<S> that) {
276 template <class T> class V8EXPORT_INLINE Local : public Handle<T> {
279 template <class S> inline Local(Local<S> that
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 532 return new Template(this, pattern).evaluate(object);
547 var template = new Template(replacement);
548 return function(match) { return template.evaluate(match) };
560 var Template = Class.create({
561 initialize: function(template, pattern) {
562 this.template = template.toString();
563 this.pattern = pattern || Template.Pattern;
570 return this.template.gsub(this.pattern, function(match)
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 43 use Template;
48 # Location of template. (Assumed to be in current directory.)
145 # Copy sorted list to template data store.
230 # Create new template object.
231 my $template = Template->new(
238 unless ($template->process($html_template_file, $data)) { # do it
239 warn "write_output: Template Toolkit error: " . $template->error() . "\n";
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 43 # Default .h template
242 # - Add default header template
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 917 milliseconds