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

  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc0.c 176 FILE *datafile; /* file pointer to the open file */ local
179 * Try and open the datafile
181 if ((datafile = fopen(filename, "r")) == NULL)
185 * Read the first record of the datafile, then read until end-of-file
187 while (fgets(record, 80, datafile)) {
188 if (feof(datafile))
193 * Close the datafile
195 if (fclose(datafile))
sched_tc1.c 163 FILE *datafile; /* file pointer to the open file */ local
166 * Try and open the datafile
168 if ((datafile = fopen(filename, "r")) == NULL)
172 * Read the first record of the datafile, then read until end-of-file
174 while (fgets(record, 80, datafile)) {
175 if (feof(datafile))
180 * Close the datafile
182 if (fclose(datafile))
sched_driver.c 431 FILE *datafile; /* file pointer for temporary file */ local
455 if ((datafile = fopen("sch.measure", "r")) == NULL) {
462 fgets(temp, 50, datafile);
472 fgets(t2asc, 50, datafile);
479 if (fclose(datafile) != 0) {
  /external/ltp/testscripts/
ltpstress.sh 45 datafile="/tmp/ltpstress.data"
61 usage: ${0##*/} [ -d datafile ] [ -i # (in seconds) ] [ -I iofile ] [ -l logfile ] [ -m # (in Mb) ]
64 -d datafile Data file for 'sar' or 'top' to log to. Default is "/tmp/ltpstress.data".
99 d) datafile="$OPTARG";;
281 sar -o $datafile $interval > /dev/null &
285 screen -d -m $LTPROOT/testcases/bin/top -o $datafile -d $interval &
  /external/v8/tools/
gc-nvp-trace-processor.py 74 args = ['"%s"' % context.datafile,
107 def __init__(self, datafile, field_to_index):
108 self.datafile = datafile
144 with open(datafile_name, 'w') as datafile:
147 datafile.write('\t'.join(data_line))
148 datafile.write('\n')
150 def generate_script_and_datafile(plot, trace, datafile, output):
152 generate_datafile(datafile, trace, fields)
166 context = Context(datafile, field_to_index
    [all...]
draw_instruction_graph.sh 92 set datafile separator ','
test-server.py 108 datafile = os.path.join(data_dir, "mypubkey")
109 with open(datafile, "w") as f:
  /external/freetype/src/tools/
afblue.pl 26 die "usage: $prog datafile < infile > outfile\n" if $#ARGV != 0;
29 my $datafile = $ARGV[0];
31 my %diversions; # The extracted and massaged data from `datafile'.
89 warn "$datafile:$INPUT_LINE_NUMBER: warning: $message\n";
96 die "$datafile:$INPUT_LINE_NUMBER: error: $message\n";
234 open(DATA, $datafile) || die "$prog: can't open \`$datafile': $OS_ERROR\n";
537 my $s2 = "using data from file \`$datafile'.";
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 79 $locdata .= "<b>Datafile:</b> $data<br>";
104 my $datafile = shift;
110 if($datafile) {
111 $locAndData .= " -f $datafile";
  /external/v8/src/arm64/
instrument-arm64.h 55 explicit Instrument(const char* datafile = NULL,
instrument-arm64.cc 97 Instrument::Instrument(const char* datafile, uint64_t sample_period)
100 // Set up the output stream. If datafile is non-NULL, use that file. If it
101 // can't be opened, or datafile is NULL, use stderr.
102 if (datafile != NULL) {
103 output_stream_ = fopen(datafile, "w");
105 fprintf(stderr, "Can't open output file %s. Using stderr.\n", datafile);
  /external/vixl/src/aarch64/
instrument-aarch64.h 81 const char* datafile = NULL,
instrument-aarch64.cc 109 Instrument::Instrument(const char* datafile, uint64_t sample_period)
111 // Set up the output stream. If datafile is non-NULL, use that file. If it
112 // can't be opened, or datafile is NULL, use stdout.
113 if (datafile != NULL) {
114 output_stream_ = fopen(datafile, "w");
116 printf("Can't open output file %s. Using stdout.\n", datafile);
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 80 $locdata .= "<b>Datafile:</b> $data<br>";
101 my $datafile = shift;
106 if($datafile) {
107 $locAndData .= " -f $datafile";
  /system/extras/pagecache/
pagecache.py 256 def get_inode_data(datafile, dumpfile, adb_serial):
257 if datafile is not None and os.path.isfile(datafile):
258 print('Using cached inode data from ' + datafile)
259 f = open(datafile, 'r')
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 611 const string& datafile = DataFilename(Prefix(prefix), 0, 1);
613 TF_ASSERT_OK(ReadFileToString(Env::Default(), datafile, &data));
624 TF_ASSERT_OK(WriteStringToFile(Env::Default(), datafile, data));
694 const string datafile = DataFilename(Prefix("end"), 0, 1); local
696 TF_ASSERT_OK(ReadFileToString(env, datafile, &data));
698 TF_ASSERT_OK(WriteStringToFile(env, datafile,
  /frameworks/base/tools/fonts/
fontchain_linter.py 396 with open(file_path) as datafile:
397 for line in datafile:
430 with open(file_path) as datafile:
431 for line in datafile:
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 990 milliseconds