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

  /external/libvorbis/vq/
make_floor_books.pl 60 my($datafile,$range,$guard)=split(' ',$1);
62 $command="rm -f $datafile.tmp";
69 if (-e "$dir/$datafile.vqd"){
70 $command="cat $dir/$datafile.vqd >> $datafile.tmp";
77 my $command="huffbuild $datafile.tmp $range $guard";
82 $command="cat $datafile.vqh >> $globalname.vqh";
87 $command="rm $datafile.vqh";
92 $command="rm -f $datafile.tmp";
make_residue_books.pl 50 my($name,$datafile,$bookname,$interval,$range)=split(' ',$1);
53 if(-e $datafile){
54 my $command="cp $datafile $bookname.tmp";
81 my($name,$datafile)=split(' ',$namedata);
132 if(-e $datafile){
141 my $command="$restune $globalname$name.vqh $datafile 1 > temp$$.vqh";
146 my $command="$restune $globalname$name.vqh $datafile > temp$$.vqh";
  /external/v8/tools/
gc-nvp-trace-processor.py 104 args = ['"%s"' % context.datafile,
137 def __init__(self, datafile, field_to_index):
138 self.datafile = datafile
174 with open(datafile_name, 'w') as datafile:
177 datafile.write('\t'.join(data_line))
178 datafile.write('\n')
180 def generate_script_and_datafile(plot, trace, datafile, output):
182 generate_datafile(datafile, trace, fields)
196 context = Context(datafile, field_to_index
    [all...]
  /external/srec/srec/include/
utteranc.h 247 int read_utt_head(UttHeader *head, PFile* datafile);
248 int write_utt_head(UttHeader *head, PFile* datafile);
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 76 $locdata .= "<b>Datafile:</b> $data<br>";
97 my $datafile = shift;
102 if($datafile) {
103 $locAndData .= " -f $datafile";
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 105 explicit SafeBrowsingTestServer(const FilePath& datafile)
106 : datafile_(datafile),
142 FilePath datafile = testserver_path.Append(datafile_); local
145 cmd_line.AppendSwitchPath("datafile", datafile);

Completed in 536 milliseconds