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

  /external/webkit/WebKitTools/Scripts/
make-script-test-wrappers 67 if ($tpath =~ s:/(script-tests)/TEMPLATE.html$::) {
69 $templateRelativePath = $1 . "/TEMPLATE.html";
71 print "Inappropriate position of a template: ${tpath}\n";
86 open TEMPLATE, "<${templateRelativePath}";
87 my $template = do { local $/; <TEMPLATE> };
88 close TEMPLATE;
90 my $templateNegative = $template;
91 if (-e "${templateDirectory}/TEMPLATE-n.html") {
92 open TEMPLATE, "<${templateDirectory}/TEMPLATE-n.html"
    [all...]
  /external/webkit/SunSpider/
make-hosted 28 open TEMPLATE, "<resources/TEMPLATE.html";
29 my $template = do { local $/; <TEMPLATE> };
30 close TEMPLATE;
32 open DRIVER_TEMPLATE, "<resources/driver-TEMPLATE.html";
36 open RESULTS_TEMPLATE, "<resources/results-TEMPLATE.html";
72 my $output = $template;
  /external/qemu/android/utils/
tempfile.c 79 #define TEMPLATE "/tmp/.android-emulator-XXXXXX"
81 char template[512]; local
82 char *p = template, *end = p + sizeof(template);
90 D( "template: %s", template );
91 tempfd = mkstemp( template );
97 tempname = template;
  /cts/tools/signature-tools/lib/
stringtemplate.jar 

Completed in 52 milliseconds