Home
last modified time | relevance | path

Searched defs:plot (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dmain.cc139 for (const auto& plot : plots_) { in RegisterPlot() local
165 for (auto& plot : plots_) { in EnableAllPlots() local
175 for (auto& plot : plots_) { in EnablePlotByFlag() local
292 plots.RegisterPlot("incoming_packet_sizes", [&](Plot* plot) { in main()
296 plots.RegisterPlot("outgoing_packet_sizes", [&](Plot* plot) { in main()
299 plots.RegisterPlot("incoming_rtcp_types", [&](Plot* plot) { in main()
302 plots.RegisterPlot("outgoing_rtcp_types", [&](Plot* plot) { in main()
305 plots.RegisterPlot("incoming_packet_count", [&](Plot* plot) { in main()
308 plots.RegisterPlot("outgoing_packet_count", [&](Plot* plot) { in main()
311 plots.RegisterPlot("incoming_packet_rate", [&](Plot* plot) { in main()
[all …]
H A Danalyzer.cc406 Plot* plot) { in CreatePacketGraph()
434 Plot* plot) { in CreateRtcpTypeGraph()
470 Plot* plot, in CreateAccumulatedPacketsTimeSeries()
482 Plot* plot) { in CreateAccumulatedPacketsGraph()
508 Plot* plot) { in CreatePacketRateGraph()
546 Plot* plot) { in CreateTotalPacketRateGraph()
595 void EventLogAnalyzer::CreatePlayoutGraph(Plot* plot) { in CreatePlayoutGraph()
622 Plot* plot) { in CreateAudioLevelGraph()
648 void EventLogAnalyzer::CreateSequenceNumberGraph(Plot* plot) { in CreateSequenceNumberGraph()
681 void EventLogAnalyzer::CreateIncomingPacketLossGraph(Plot* plot) { in CreateIncomingPacketLossGraph()
[all …]
H A Danalyze_audio.cc29 Plot* plot) { in CreateAudioEncoderTargetBitrateGraph()
54 Plot* plot) { in CreateAudioEncoderFrameLengthGraph()
79 Plot* plot) { in CreateAudioEncoderPacketLossGraph()
105 Plot* plot) { in CreateAudioEncoderEnableFecGraph()
130 Plot* plot) { in CreateAudioEncoderEnableDtxGraph()
155 Plot* plot) { in CreateAudioEncoderNumChannelsGraph()
380 Plot* plot) { in CreateAudioJitterBufferGraph()
442 Plot* plot) { in CreateNetEqStatsGraphInternal()
475 Plot* plot) { in CreateNetEqNetworkStatsGraph()
490 Plot* plot) { in CreateNetEqLifetimeStatsGraph()
/aosp_15_r20/external/blktrace/iowatcher/
H A Dplot.h33 struct plot { struct
39 /* abs coords of the start of X start of the plot */ argument
47 * to add a plot after this one, it tells argument
50 int total_height;
51 int total_width;
52 char **legend_lines;
53 int legend_index;
54 int num_legend_lines;
55 int direction;
62 int timeline;
H A Dplot.c344 void setup_axis(struct plot *plot) in setup_axis()
401 void setup_axis_spindle(struct plot *plot) in setup_axis_spindle()
451 void set_plot_title(struct plot *plot, char *title) in set_plot_title()
501 void set_xticks(struct plot *plot, int num_ticks, int first, int last) in set_xticks()
565 void set_ylabel(struct plot *plot, char *label) in set_ylabel()
583 void set_xlabel(struct plot *plot, char *label) in set_xlabel()
603 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units) in set_yticks()
636 void set_plot_label(struct plot *plot, char *label) in set_plot_label()
657 int close_plot(struct plot *plot) in close_plot()
669 struct plot *plot; in alloc_plot() local
[all …]
H A Dmain.c659 static void plot_movie_history(struct plot *plot, struct list_head *list) in plot_movie_history()
719 static void plot_io_legend(struct plot *plot, struct graph_dot_data *gdd, char *prefix, char *rw) in plot_io_legend()
735 static void plot_io(struct plot *plot, unsigned int min_seconds, in plot_io()
774 static void plot_tput(struct plot *plot, unsigned int min_seconds, in plot_tput()
837 static void plot_fio_tput(struct plot *plot, in plot_fio_tput()
890 static void plot_cpu(struct plot *plot, unsigned int max_seconds, char *label, in plot_cpu()
993 static void plot_queue_depth(struct plot *plot, unsigned int min_seconds, in plot_queue_depth()
1094 static void plot_io_movie(struct plot *plot) in plot_io_movie()
1202 static void plot_latency(struct plot *plot, unsigned int min_seconds, in plot_latency()
1250 static void plot_iops(struct plot *plot, unsigned int min_seconds, in plot_iops()
[all …]
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
H A DPlotTest.java91 public MockRenderer1(Plot plot) { in MockRenderer1()
107 public MockRenderer2(Plot plot) { in MockRenderer2()
130 public SeriesRenderer getRendererInstance(MockPlot plot) { in getRendererInstance()
143 public SeriesRenderer getRendererInstance(MockPlot plot) { in getRendererInstance()
186 Plot plot = new MockPlot(context, "MockPlot"); in testAddSeries() local
226 Plot plot = new MockPlot(context, "MockPlot"); in testRemoveSeries() local
296 Plot plot = new MockPlot(context, "MockPlot"); in testGetFormatter() local
327 Plot plot = new MockPlot(context, "MockPlot"); in testGetSeriesListForRenderer() local
354 Plot plot = new MockPlot(context, "MockPlot"); in testGetRendererList() local
379 Plot plot = new MockPlot(context, "MockPlot"); in testAddListener() local
[all …]
/aosp_15_r20/external/bc/scripts/
H A Dministat.c286 struct plot { struct
300 static struct plot plot; argument
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawAtlas.cpp120 inline void DrawAtlas::updatePlot(Plot* plot, AtlasLocator* atlasLocator) { in updatePlot()
138 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in addRectToPage() local
153 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in recordUploads() local
227 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addRect() local
268 Plot* plot = this->findPlot(*atlasLocator); in addToAtlas() local
276 Plot* plot = this->findPlot(locator); in prepForRender() local
291 while (Plot* plot = plotIter.get()) { in compact() local
324 while (Plot* plot = plotIter.get()) { in compact() local
359 while (Plot* plot = plotIter.get()) { in compact() local
389 while (Plot* plot = plotIter.get()) { in compact() local
[all …]
H A DDrawAtlas.h133 uint32_t plot = plotLocator.plotIndex(); in hasID() local
142 Plot* plot = this->findPlot(atlasLocator); in setLastUseToken() local
154 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk() local
187 inline void makeMRU(Plot* plot, int pageIdx) { in makeMRU()
206 void internalSetLastUseToken(Plot* plot, uint32_t pageIdx, AtlasToken token) { in internalSetLastUseToken()
216 inline void processEvictionAndResetRects(Plot* plot) { in processEvictionAndResetRects()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDrawOpAtlas.cpp146 Plot* plot) { in uploadPlotToTexture()
162 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot()
198 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in uploadToPage() local
243 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas() local
278 Plot* plot = nullptr; in addToAtlas() local
339 while (Plot* plot = plotIter.get()) { in compact() local
372 while (Plot* plot = plotIter.get()) { in compact() local
408 while (Plot* plot = plotIter.get()) { in compact() local
438 while (Plot* plot = plotIter.get()) { in compact() local
H A DGrDrawOpAtlas.h128 uint32_t plot = plotLocator.plotIndex(); in hasID() local
142 skgpu::Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get(); in setLastUseToken() local
157 skgpu::Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk() local
182 inline void makeMRU(skgpu::Plot* plot, uint32_t pageIdx) { in makeMRU()
206 inline void processEvictionAndResetRects(skgpu::Plot* plot) { in processEvictionAndResetRects()
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudsearchdomain/src/test/resources/
H A Dmovies.json8 …"plot": "A New Jersey guy dedicated to his family, friends, and church, develops unrealistic expec… string
25 …"plot": "A re-creation of the merciless 1970s rivalry between Formula One rivals James Hunt and Ni… string
42 …"plot": "Katniss Everdeen and Peeta Mellark become targets of the Capitol after their victory in t… string
59 …"plot": "Faced with an enemy that even Odin and Asgard cannot withstand, Thor must embark on his m… string
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DSeriesRenderer.java28 private PlotType plot; field in SeriesRenderer
30 public SeriesRenderer(PlotType plot) { in SeriesRenderer()
38 public void setPlot(PlotType plot) { in setPlot()
H A DFormatter.java59 public abstract SeriesRenderer getRendererInstance(PlotType plot); in getRendererInstance()
/aosp_15_r20/external/webrtc/rtc_tools/network_tester/
H A Dparse_packet_log.py53 def CreateSendTimeDiffPlot(packets, plot): argument
88 def CreateReceiveBiratePlot(packets, plot): argument
96 def CreatePacketlossPlot(packets, plot): argument
/aosp_15_r20/packages/services/Car/tools/psi_monitor/
Dpsi_plot.py31 def add_events_to_plot(plot, events_df, vspan_opts, fixed_y_values=0, color_list=None) -> figure: argument
54 def plot_tooltips(x_values, multi_line_plot_y_values, multi_line_plot_desc, plot) -> figure: argument
130 def save_and_show_plot(plot, should_show_plot, out_file): argument
/aosp_15_r20/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DBarPlotExampleActivity.java61 private XYPlot plot; field in BarPlotExampleActivity
395 public SeriesRenderer getRendererInstance(XYPlot plot) { in getRendererInstance()
402 public MyBarRenderer(XYPlot plot) { in MyBarRenderer()
H A DDynamicXYPlotActivity.java36 Plot plot; field in DynamicXYPlotActivity.MyPlotUpdater
38 public MyPlotUpdater(Plot plot) { in MyPlotUpdater()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjfreechart-1.0.9.jar ... chart/needle/ org/jfree/chart/plot/ org/jfree/chart/plot/dial ...
HDjfreechart-swt-1.0.9.jar ... ChartChangeEvent event org.jfree.chart.plot.Plot plot public void forceRedraw () org.eclipse. ...
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DSpotFilter.kt32 fun plot(s: MotionEvent.PointerCoords) in plot() method
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYLegendWidget.java47 private XYPlot plot; field in XYLegendWidget
69 public XYLegendWidget(LayoutManager layoutManager, XYPlot plot, in XYLegendWidget()
H A DStepRenderer.java29 public StepRenderer(XYPlot plot) { in StepRenderer()
/aosp_15_r20/external/fonttools/Doc/source/varLib/
H A Dplot.rst2 plot title

123456