OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:datafile
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/tools/git/
graph.sh
23
datafile
=$(mktemp -t tmp.XXXXXXXXXX)
24
trap "rm -f $
datafile
" EXIT
26
echo 'ago count' > $
datafile
31
echo "-$ago $count" >> $
datafile
36
data = read.delim("$
datafile
", sep=' ')
/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/chromium_org/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
...]
test-server.py
108
datafile
= os.path.join(data_dir, "mypubkey")
109
with open(
datafile
, "w") as f:
/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/chromium_org/third_party/icu/source/test/perf/perldriver/
PerfFramework.pm
76
$locdata .= "<b>
Datafile
:</b> $data<br>";
97
my $
datafile
= shift;
102
if($
datafile
) {
103
$locAndData .= " -f $
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
);
/external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js
5
// You should run this with v8, like v8_shell alloc.js
datafile
.json
heap.js
5
// You should run this with v8, like v8_shell alloc.js
datafile
.json
Completed in 239 milliseconds