HomeSort by relevance Sort by last modified time
    Searched defs:Plot (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 97 void Logging::Plot(double value) {
103 printf("PLOT\t%s\t%f\t%f\n", state.tag.c_str(), state.timestamp_ms * 0.001,
155 // Update time so that next log/plot will use the latest time seen so far
bwe_test_framework.cc 249 void RateCounterFilter::Plot(int64_t timestamp_ms) {
475 void TraceBasedDeliveryFilter::Plot(int64_t timestamp_ms) {
bwe_test_framework.h 202 // Called after each simulation batch to allow the processor to plot any
204 virtual void Plot(int64_t timestamp_ms) {}
235 virtual void Plot(int64_t timestamp_ms);
340 virtual void Plot(int64_t timestamp_ms);
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 116 class Plot(object):
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
144 def collect_fields(plot):
153 for field in flatten([item.fieldrefs() for item in plot]):
158 def is_y2_used(plot):
159 for subplot in plot:
160 if isinstance(subplot, Plot):
180 def generate_script_and_datafile(plot, trace, datafile, output):
181 (fields, field_to_index) = collect_fields(plot)
192 if is_y2_used(plot)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 211 s << "[0 1], [0 1]"; // To get an empty plot
676 // we have something to plot
680 cmd << "figure; h" << _figHandle << "= plot(";
793 void MatlabPlot::Plot()
953 newPlot->SetFigHandle(++_numPlots); // first plot is number 1
962 void MatlabEngine::DeletePlot(MatlabPlot *plot)
966 if (plot == NULL)
974 if (plot == *it)
980 assert (plot == *it);
987 delete plot;
1017 MatlabPlot *plot = eng->_plots[ix]; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 783 milliseconds