HomeSort by relevance Sort by last modified time
    Searched refs:TEMPLATE (Results 1 - 6 of 6) 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/libvpx/examples/
gen_example_text.sh 51 read -r template < "$txt"
52 case "$template" in
53 @TEMPLATE*) template=${txt%/*}/${template##@TEMPLATE } ;;
54 *) die "Failed to parse template name from '$template'" ;;
63 @TEMPLATE*)
64 template=${template##@TEMPLATE
    [all...]
gen_example_code.sh 45 include_block $show_bar < "${template%.c}.txt"
71 read -r template < "$txt"
72 case "$template" in
73 @TEMPLATE*) template=${txt%/*}/${template##@TEMPLATE } ;;
74 *) die "Failed to parse template name from '$template'" ;;
80 || include_block < "${template%.c}.txt"
    [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 40 milliseconds