Home
last modified time | relevance | path

Searched full:figure (Results 1 – 25 of 7032) sorted by relevance

12345678910>>...282

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
H A Dun_literacy.xml11 <field name="Reliability">Final figure, complete</field>
24 <field name="Reliability">Final figure, complete</field>
37 <field name="Reliability">Final figure, complete</field>
50 <field name="Reliability">Final figure, complete</field>
63 <field name="Reliability">Final figure, complete</field>
76 <field name="Reliability">Final figure, complete</field>
89 <field name="Reliability">Final figure, complete</field>
102 <field name="Reliability">Final figure, complete</field>
115 <field name="Reliability">Final figure, complete</field>
128 <field name="Reliability">Final figure, complete</field>
[all …]
/aosp_15_r20/external/libaom/doc/
H A DAlgorithmDescription.md63 different partitioning patterns, as shown in below figure.
65 <figure class="image"> <center><img src="img\partition_codingblock.svg"
66 alt="Partition" width="360" /> <figcaption>Figure 1: Supported coding block
67 partitions</figcaption> </figure>
88 <figure class="image"> <center><figcaption>Table 1: Transform partition size
90 /> </figure>
95 intra coded block is shown in the Figure 2.
97 <figure class="image"> <center><img src="img\intra_tx_partition.svg"
98 alt="Partition" width="600" /> <figcaption>Figure 2: Example of transform
99 partitioning for intra coded block</figcaption> </figure>
[all …]
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.h89 // PLOT figure Context1_Context2_Name time value
90 // `figure` is a figure id. Different figures are plotted in different windows.
96 #define BWE_TEST_LOGGING_PLOT(figure, name, time, value) argument
97 #define BWE_TEST_LOGGING_PLOT_WITH_NAME(figure, name, time, value, alg_name) argument
98 #define BWE_TEST_LOGGING_PLOT_WITH_SSRC(figure, name, time, value, ssrc) argument
99 #define BWE_TEST_LOGGING_PLOT_WITH_NAME_AND_SSRC(figure, name, time, value, \ argument
103 // BAR figure Context1_Context2_Name x_left width value
104 // `figure` is a figure id. Different figures are plotted in different windows.
111 #define BWE_TEST_LOGGING_BAR(figure, name, value, flow_id) argument
112 #define BWE_TEST_LOGGING_ERRORBAR(figure, name, value, ylow, yhigh, \ argument
[all …]
H A Dbwe_test_logging.cc98 void Logging::Plot(int figure, const std::string& name, double value) { in Plot() argument
99 Plot(figure, name, value, 0, "-"); in Plot()
102 void Logging::Plot(int figure, in Plot() argument
106 Plot(figure, name, value, ssrc, "-"); in Plot()
109 void Logging::Plot(int figure, in Plot() argument
113 Plot(figure, name, value, 0, alg_name); in Plot()
116 void Logging::Plot(int figure, in Plot() argument
126 printf("PLOT\t%d\t%s:%" PRIu32 "@%s\t%f\t%f\n", figure, name.c_str(), ssrc, in Plot()
131 void Logging::PlotBar(int figure, in PlotBar() argument
140 printf("BAR\t%d\t%s_%d\t%f\n", figure, name.c_str(), flow_id, value); in PlotBar()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/gnuplot_backend/
Diteration_times.rs14 ) -> Figure { in iteration_times_figure() argument
21 let mut figure = Figure::new(); in iteration_times_figure() localVariable
22 figure in iteration_times_figure()
43 figure in iteration_times_figure()
53 let mut figure = iteration_times_figure(formatter, measurements, size); in iteration_times() localVariable
54 figure.set(Title(gnuplot_escape(id.as_title()))); in iteration_times()
55 figure.configure(Key, |k| { in iteration_times()
62 debug_script(&path, &figure); in iteration_times()
63 figure.set(Output(path)).draw().unwrap() in iteration_times()
73 let mut figure = iteration_times_figure(formatter, measurements, size); in iteration_times_small() localVariable
[all …]
Dregression.rs18 ) -> Figure { in regression_figure() argument
44 let mut figure = Figure::new(); in regression_figure() localVariable
45 figure in regression_figure()
93 figure in regression_figure()
103 let mut figure = regression_figure(formatter, measurements, size); in regression() localVariable
104 figure.set(Title(gnuplot_escape(id.as_title()))); in regression()
105 figure.configure(Key, |k| { in regression()
112 debug_script(&path, &figure); in regression()
113 figure.set(Output(path)).draw().unwrap() in regression()
123 let mut figure = regression_figure(formatter, measurements, size); in regression_small() localVariable
[all …]
Dpdf.rs45 let mut figure = Figure::new(); in pdf() localVariable
46 figure in pdf()
220 figure.set(Title(gnuplot_escape(id.as_title()))); in pdf()
223 debug_script(&path, &figure); in pdf()
224 figure.set(Output(path)).draw().unwrap() in pdf()
248 let mut figure = Figure::new(); in pdf_small() localVariable
249 figure in pdf_small()
284 debug_script(&path, &figure); in pdf_small()
285 figure.set(Output(path)).draw().unwrap() in pdf_small()
293 ) -> Figure { in pdf_comparison_figure() argument
[all …]
Ddistributions.rs65 let mut figure = Figure::new(); in abs_distribution() localVariable
66 figure in abs_distribution()
122 debug_script(&path, &figure); in abs_distribution()
123 figure.set(Output(path)).draw().unwrap() in abs_distribution()
219 let mut figure = Figure::new(); in rel_distribution() localVariable
221 figure in rel_distribution()
285 debug_script(&path, &figure); in rel_distribution()
286 figure.set(Output(path)).draw().unwrap() in rel_distribution()
/aosp_15_r20/external/owasp/sanitizer/empiricism/
Dcanned-data.js48 "figure": true, property
174 "figure",
289 "figure",
404 "figure",
519 "figure",
634 "figure",
750 "figure",
865 "figure",
980 "figure",
1095 "figure",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Dlib.rs27 //! Figure::new()
110 //! Figure::new()
178 //! Figure::new()
243 //! Figure::new().
314 //! Figure::new()
407 pub struct Figure { struct
422 impl Figure { argument
423 /// Creates an empty figure
424 pub fn new() -> Figure { in new()
425 Figure { in new()
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py212 # make figure placeholder and get relevant functions
225 figure = BokehFigure(title=self.current_test_name,
237 plot_result(testcase_params, result, figure=figure)
243 figure.save_figure(plot_file_path)
373 figure=None, argument
383 figure: optional bokeh figure object to add current plot to
386 if not figure:
387 figure = BokehFigure(title=self.current_test_name,
391 figure.add_line(x_data=result['ping_result']['time_stamp'],
395 figure.add_line(
[all …]
/aosp_15_r20/external/libopus/doc/
H A Ddraft-ietf-codec-opus-update.xml102 <figure>
117 </figure>
132 <figure>
152 </figure>
179 <figure>
236 </figure>
247 <figure>
267 </figure>
278 <figure>
291 </figure>
[all …]
H A Ddraft-ietf-codec-opus.xml170 <figure align="center">
174 </figure>
184 <figure align="center">
190 </figure>
197 <figure align="center">
201 </figure>
221 <figure align="center">
225 </figure>
239 <figure align="center">
245 </figure>
[all …]
H A Ddraft-ietf-codec-oggopus.xml171 <figure anchor="packet-org-example"
191 </figure>
495 <figure align="center">
499 </figure>
509 <figure align="center">
515 </figure>
641 <figure anchor="id_header_packet" title="ID Header Packet" align="center">
661 </figure>
779 <figure align="center">
783 </figure>
[all …]
/aosp_15_r20/system/media/camera/docs/
H A Dplots.py16 plt.figure(fig.number)
49 plt.figure(fig.number)
73 lin_fig = plt.figure(1)
89 inv_fig = plt.figure(2)
106 gamma_fig = plt.figure(3)
122 srgb_fig = plt.figure(4)
151 redImg = plt.figure(5)
158 greenEImg = plt.figure(6)
165 greenOImg = plt.figure(7)
172 blueImg = plt.figure(8)
[all …]
/aosp_15_r20/external/pigweed/pw_web/
H A Dlog_viewer.rst13 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/open-from-console.png
28 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/filter.png
112 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/jump-to-bottom.png
121 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/toggle-fields.png
130 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/column-resize.png
138 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/clear-logs.png
149 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/word-wrap.png
160 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/split-view-buttons.png
165 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/split-views.png
175 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/resizing-views.png
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularRxPowerTest.py123 figure = BokehFigure(title=self.current_test_name,
126 figure.add_line(log_data.lte.rsrp_time, log_data.lte.rsrp_rx0,
128 figure.add_line(log_data.lte.rsrp_time, log_data.lte.rsrp_rx1,
130 figure.add_line(log_data.lte.rsrp2_time, log_data.lte.rsrp2_rx0,
132 figure.add_line(log_data.lte.rsrp2_time, log_data.lte.rsrp2_rx1,
134 figure.add_line(log_data.nr.rsrp_time, log_data.nr.rsrp_rx0,
136 figure.add_line(log_data.nr.rsrp_time, log_data.nr.rsrp_rx1,
138 figure.add_line(log_data.nr.rsrp2_time, log_data.nr.rsrp2_rx0,
140 figure.add_line(log_data.nr.rsrp2_time, log_data.nr.rsrp2_rx1,
142 figure.add_line(log_data.fr2.rsrp0_time, log_data.fr2.rsrp0,
[all …]
/aosp_15_r20/external/libjpeg-turbo/
H A Djdarith.c279 /* Figure F.19: Decode_DC_DIFF */ in decode_mcu_DC_first()
283 /* Figure F.21: Decoding nonzero value v */ in decode_mcu_DC_first()
284 /* Figure F.22: Decoding the sign of v */ in decode_mcu_DC_first()
287 /* Figure F.23: Decoding the magnitude category of v */ in decode_mcu_DC_first()
307 /* Figure F.24: Decoding the magnitude bit pattern of v */ in decode_mcu_DC_first()
352 /* Figure F.20: Decode_AC_coefficients */ in decode_mcu_AC_first()
364 /* Figure F.21: Decoding nonzero value v */ in decode_mcu_AC_first()
365 /* Figure F.22: Decoding the sign of v */ in decode_mcu_AC_first()
368 /* Figure F.23: Decoding the magnitude category of v */ in decode_mcu_AC_first()
385 /* Figure F.24: Decoding the magnitude bit pattern of v */ in decode_mcu_AC_first()
[all …]
H A Djcarith.c214 * Discard_final_zeros procedure (Figure D.15) in the spec.
404 /* Figure F.4: Encode_DC_DIFF */ in encode_mcu_DC_first()
411 /* Figure F.6: Encoding nonzero value v */ in encode_mcu_DC_first()
412 /* Figure F.7: Encoding the sign of v */ in encode_mcu_DC_first()
423 /* Figure F.8: Encoding the magnitude category of v */ in encode_mcu_DC_first()
442 /* Figure F.9: Encoding the magnitude bit pattern of v */ in encode_mcu_DC_first()
497 /* Figure F.5: Encode_AC_Coefficients */ in encode_mcu_AC_first()
519 /* Figure F.8: Encoding the magnitude category of v */ in encode_mcu_AC_first()
538 /* Figure F.9: Encoding the magnitude bit pattern of v */ in encode_mcu_AC_first()
640 /* Figure G.10: Encode_AC_Coefficients_SA */ in encode_mcu_AC_refine()
[all …]
/aosp_15_r20/external/apache-commons-bcel/src/site/xdoc/manual/
H A Dbcel-api.xml70 <a href="#Figure 3">Figure 3</a> shows an UML diagram of the
72 </font>API. <a href="#Figure 8">Figure 8</a> in the appendix also
77 <a name="Figure 3">
79 Figure 3: UML diagram for the JavaClass API</a>
123 forbidden. In the figure the <tt>Attribute</tt> classes are stereotyped
196 <a href="#Figure 4">Figure 4</a> gives an overview of this part of the API.
200 <a name="Figure 4">
203 Figure 4: UML diagram of the ClassGen API</a>
277 instruction classes is illustrated by (incomplete) figure in the
422 <a href="#Figure 5">Figure 5</a> we again present the code chunk
[all …]
/aosp_15_r20/external/pytorch/torch/utils/tensorboard/
H A D_utils.py7 """Render matplotlib figure to numpy format.
12 figures (matplotlib.pyplot.figure or list of figures): figure or a list of figures
13 close (bool): Flag to automatically close the figure
21 def render_to_rgb(figure): argument
22 canvas = plt_backend_agg.FigureCanvasAgg(figure)
25 w, h = figure.canvas.get_width_height()
29 plt.close(figure)
33 images = [render_to_rgb(figure) for figure in figures]
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/design/
H A Ddefault.css514 .figure {
516 .figure.pad-below {
518 .figure .figure-callout {
530 .figure .figure-callout.top {
532 .figure .figure-callout.right {
535 .figure-caption {
542 .figure-row {
546 .figure-row .figure {
549 .figure-row .figure + .figure {
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
H A DTestConvert.java87 // Figure out what the outputs should have been. in verifyResultsConvertFloat2Float2()
159 // Figure out what the outputs should have been. in verifyResultsConvertFloat3Float3()
231 // Figure out what the outputs should have been. in verifyResultsConvertFloat4Float4()
308 // Figure out what the outputs should have been. in verifyResultsConvertChar2Float2()
380 // Figure out what the outputs should have been. in verifyResultsConvertChar3Float3()
452 // Figure out what the outputs should have been. in verifyResultsConvertChar4Float4()
529 // Figure out what the outputs should have been. in verifyResultsConvertUchar2Float2()
601 // Figure out what the outputs should have been. in verifyResultsConvertUchar3Float3()
673 // Figure out what the outputs should have been. in verifyResultsConvertUchar4Float4()
750 // Figure out what the outputs should have been. in verifyResultsConvertShort2Float2()
[all …]
/aosp_15_r20/external/pigweed/pw_ide/guide/vscode/
H A Dcode_intelligence.rst77 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-status-bar-target.png
83 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-dropdown-select-target.png
99 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-status-bar-refreshing.png
105 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-status-bar-finished.png
119 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-status-bar-fault.png
178 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-inactive-clangd-disabled.png
186 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-inactive-clangd-enabled.png
199 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-inactive-file-indicators.png
206 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-inactive-file-indicators-inactive.png
212 .. figure:: https://storage.googleapis.com/pigweed-media/vsc-inactive-file-indicators-orphaned.png
/aosp_15_r20/external/leakcanary2/docs/
H A Dfundamentals-how-leakcanary-works.md38 **Figure 1.** LeakCanary found 4 retained objects.
53 **Figure 2.** LeakCanary shows a [toast](https://developer.android.com/guide/topics/ui/notifiers/to…
60 **Figure 3.** LeakCanary finds retained objects in the heap dump.
65 **Figure 4.** LeakCanary computes the leak trace for each retained object.
70 **Figure 5.** The 4 leak traces turned into 2 distinct leak signatures.
90 **Figure 6.** LeakCanary adds a launcher icon for each app it's installed in.
95 **Figure 7.** The 4 leaks grouped into 2 rows, one for each distinct leak signature.
100 **Figure 8.** A screen showing 3 leaks grouped by their common leak signature.
105 **Figure 9.** A leak trace with 3 suspect references.
166 **Figure 10.** LeakCanary found a Library Leak.

12345678910>>...282