Home
last modified time | relevance | path

Searched defs:Plot (Results 1 – 11 of 11) sorted by relevance

/external/rust/android-crates-io/crates/criterion-plot/src/
Dtraits.rs21 pub trait Plot<This> { trait
Dlib.rs908 struct Plot { struct
913 impl Plot { impl
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java44 public abstract class Plot<SeriesType extends Series, FormatterType extends Formatter, RendererType… class
215 public Plot(Context context, String title) { in Plot() method in Plot
224 public Plot(Context context, String title, RenderMode mode) { in Plot() method in Plot
247 public Plot(Context context, AttributeSet attrs) { in Plot() method in Plot
268 public Plot(Context context, AttributeSet attrs, int defStyle) { in Plot() method in Plot
/external/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc98 void Logging::Plot(int figure, const std::string& name, double value) { in Plot() function in webrtc::testing::bwe::Logging
102 void Logging::Plot(int figure, in Plot() function in webrtc::testing::bwe::Logging
109 void Logging::Plot(int figure, in Plot() function in webrtc::testing::bwe::Logging
116 void Logging::Plot(int figure, in Plot() function in webrtc::testing::bwe::Logging
/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs99 struct Plot { struct
103 impl Plot { implementation
104 fn new(name: &str, url: &str) -> Plot { in new()
/external/skia/src/gpu/
DAtlasTypes.cpp18 Plot::Plot(int pageIndex, int plotIndex, AtlasGenerationCounter* generationCounter, in Plot() function in skgpu::Plot
/external/tensorflow/tensorflow/core/profiler/convert/
Dhlo_proto_to_graph_view.cc91 StatusOr<std::string> Plot(std::unique_ptr<HloModule> module, in Plot() function
/external/rappor/apps/rappor-sim/
Dserver.R6 Plot <- function(x, color = "grey") { function
/external/webrtc/modules/video_coding/codecs/test/
Dplot_webrtc_test_logs.py251 def Plot(y_metric, x_metric, metrics): function
/external/webrtc/video/
Dfull_stack_tests_plot.py233 def Plot(self, ax1): member in PlotConfig
/external/skia/src/gpu/ganesh/
DGrDrawOpAtlas.cpp41 using Plot = skgpu::Plot; typedef