Searched refs:gnuplot (Results 1 – 11 of 11) sorted by relevance
/third_party/libinput/tools/ |
D | make-ptraccel-graphs.sh | 4 gnuplot=/usr/bin/gnuplot 14 $tool --mode=accel --dpi=1000 --filter=linear --speed=$speed > $outfile-$speed.gnuplot 16 $gnuplot <<EOF 33 $tool --mode=accel --dpi=$dpi --filter=low-dpi > $outfile-$dpi.gnuplot 36 $gnuplot <<EOF 55 $tool --mode=accel --dpi=1000 --filter=touchpad --speed=$speed> $outfile-$speed.gnuplot 58 $gnuplot <<EOF 73 $tool --mode=accel --speed=$speed --filter=trackpoint > $outfile-$speed.gnuplot 75 $gnuplot <<EOF
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 cat $TMP/gnuplot.script | gnuplot
|
D | NOTES | 31 This script will use gnuplot to create a png file named scalable.png. 33 (If your gnuplot does not support png terminal, just remove
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/third_party/node/deps/v8/tools/ |
D | draw_instruction_graph.sh | 35 gnuplot=/usr/bin/gnuplot 79 if [ ! -e $gnuplot ]; then 80 echo "Can't find gnuplot at $gnuplot." 86 echo | $gnuplot <<EOF
|
D | gc-nvp-trace-processor.py | 60 def gnuplot(script): function 61 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE) 62 gnuplot.stdin.write(script) 63 gnuplot.stdin.close() 64 gnuplot.wait() 192 gnuplot(script)
|
/third_party/pulseaudio/scripts/ |
D | plot_memory_usage.gp | 26 # gnuplot plot_memory_usage.gp
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 4823 Set file for dumping, suitable for gnuplot. 10322 and @command{gnuplot}: 10325 gnuplot -p /tmp/curves.plt
|