/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 165 struct Ratios { struct 174 Ratios CollectMeanProbeLengths() { in CollectMeanProbeLengths() 181 Ratios result; in CollectMeanProbeLengths() 474 Ratios ratios; member 553 kDistWidth, result.dist_name, result.ratios.min_load, in main() 554 result.ratios.avg_load, result.ratios.max_load); in main() 562 auto print = [&](absl::string_view stat, double Ratios::*val) { in main() 569 absl::PrintF(" \"cpu_time\": %f,\n", 1e9 * result.ratios.*val); in main() 570 absl::PrintF(" \"real_time\": %f,\n", 1e9 * result.ratios.*val); in main() 577 print("min", &Ratios::min_load); in main() [all …]
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | AspectRatioFrameLayout.java | 33 /** Listener to be notified about changes of the aspect ratios of this view. */ 42 * @param aspectRatioMismatch Whether the target and natural aspect ratios differ enough for 140 * @param listener The listener to be notified about aspect ratios changes, or null to clear a
|
/external/skia/bench/ |
D | check_bench_regressions.py | 179 ratios = exceptions[i].keys() 180 ratios.sort(reverse=True) 182 for ratio in ratios:
|
/external/skqp/bench/ |
D | check_bench_regressions.py | 175 ratios = exceptions[i].keys() 176 ratios.sort(reverse=True) 178 for ratio in ratios:
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/demo/ |
D | index.html | 109 <h4>Flex ratios</h4> 113 .flex-horizontal-with-ratios { 127 <div class="container flex-horizontal-with-ratios">
|
/external/zstd/ |
D | README.md | 4 targeting real-time compression scenarios at zlib-level and better compression ratios. 66 Zstd can also offer stronger compression ratios at the cost of compression speed. 82 A few other algorithms can produce higher compression ratios at slower speeds, falling outside of t…
|
/external/python/google-api-python-client/docs/dyn/ |
D | adexchangebuyer_v1_4.pretargetingConfig.html | 127 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios. 219 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios. 305 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios. 400 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios. 496 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios. 582 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios. 675 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios. 761 …tRatio": "A String", # The type of aspect ratio. Leave this field blank to match all aspect ratios.
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 119 * The given precision is also considered in error messages. Coverage ratios 140 * The given precision is also considered in error messages. Coverage ratios
|
/external/libjpeg-turbo/ |
D | jcsample.c | 40 * and 2:1 ratios) the box is equivalent to a "triangle filter" which is not 41 * nearly so bad. If you intend to use other sampling ratios, you'd be well 142 * This version handles arbitrary integral sampling ratios, without smoothing. 143 * Note that this version is not actually used for customary sampling ratios.
|
/external/zstd/contrib/snap/ |
D | snapcraft.yaml | 7 compression ratios. It's backed by a very fast entropy stage, provided by
|
/external/openscreen/cast/streaming/ |
D | capture_recommendations.cc | 20 // for both aspect ratios and frame rates. For frame rates, it is based on the in DoubleEquals() 21 // broadcast rate of 29.97fps, which is actually 29.976. For aspect ratios, it in DoubleEquals()
|
/external/oboe/src/flowgraph/resampler/ |
D | SincResampler.h | 29 * This can be used to support arbitrary ratios.
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | InputStreamStatistics.java | 24 * compression ratios, i.e. to prevent zip bombs.
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedCode39Writer_unittest.cpp | 26 // bar, or a wide space. Accepted wide-to-narrow ratios are between 2 and 3. in TEST() 27 // This writer in particular only takes integer ratios, so it's either 2 or 3. in TEST()
|
/external/bcc/man/man8/ |
D | cachestat.8 | 3 cachestat \- Statistics for linux page cache hit/miss ratios. Uses Linux eBPF/bcc.
|
D | cachetop.8 | 3 cachetop \- Statistics for linux page cache hit/miss ratios per processes. Uses Linux eBPF/bcc.
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | color_space.hpp | 59 /// Compute color luminosity associating ratios (0.33, 0.59, 0.11) to RGB canals.
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | ToStringChrono.tests.cpp | 21 TEST_CASE("Stringifying std::chrono::duration with weird ratios", "[toString][chrono]") {
|
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ |
D | BoundingBoxUtil.java | 63 /** Denotes if the coordinates are actual pixels or relative ratios. */ 65 /** The coordinates are relative ratios in range [0, 1]. */
|
/external/autotest/client/site_tests/graphics_HwOverlays/ |
D | canvas_3d.html | 24 // We need subpixel accuracy for non-integer aspect ratios crbug.com/1042110.
|
D | canvas_2d_low_latency.html | 24 // We need subpixel accuracy for non-integer aspect ratios crbug.com/1042110.
|
/external/erofs-utils/man/ |
D | mkfs.erofs.1 | 15 density, keeps relatively higher compression ratios, which is more useful to
|
/external/libgsm/src/ |
D | table.c | 22 /* Table 4.1 Quantization of the Log.-Area Ratios
|
/external/mesa3d/src/intel/common/ |
D | gen_l3_config.h | 65 * relative size of each partition. The scale is arbitrary, only the ratios
|
/external/skia/bin/ |
D | compare | 18 help='Use means to calculate performance ratios.')
|