| /external/oss-fuzz/infra/cifuzz/test_data/ |
| D | example_curl_fuzzer_cov.json | 1 …percent": 0}, "instantiations": {"count": 0, "covered": 0, "percent": 0}, "lines": {"count": 0, "c… number
|
| D | example_coverage_report_summary.json | 1 …percent": 0}, "functions": {"count": 1, "covered": 0, "percent": 0}, "instantiations": {"count": 1… number
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ |
| D | PercentageRating.java | 34 private final float percent; field in PercentageRating 38 percent = RATING_UNSET; in PercentageRating() 44 * @param percent The percentage value of the rating. 46 public PercentageRating(@FloatRange(from = 0, to = 100) float percent) { in PercentageRating() 47 checkArgument(percent >= 0.0f && percent <= 100.0f, "percent must be in the range of [0, 100]"); in PercentageRating() 48 this.percent = percent; in PercentageRating() 53 return percent != RATING_UNSET; in isRated() 57 * Returns the percent value of this rating. Will be within the range {@code [0f, 100f]}, or 61 return percent; in getPercent() 66 return Objects.hashCode(percent); in hashCode() [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ |
| D | PercentageRating.java | 32 private final float percent; field in PercentageRating 36 percent = RATING_UNSET; in PercentageRating() 42 * @param percent The percentage value of the rating. 44 public PercentageRating(@FloatRange(from = 0, to = 100) float percent) { in PercentageRating() 45 checkArgument(percent >= 0.0f && percent <= 100.0f, "percent must be in the range of [0, 100]"); in PercentageRating() 46 this.percent = percent; in PercentageRating() 51 return percent != RATING_UNSET; in isRated() 55 * Returns the percent value of this rating. Will be within the range {@code [0f, 100f]}, or 59 return percent; in getPercent() 64 return Objects.hashCode(percent); in hashCode() [all …]
|
| /external/e2fsprogs/lib/e2p/ |
| D | percent.c | 2 * percent.c - Take percentage of a number 21 unsigned int e2p_percent(int percent, unsigned int base) in e2p_percent() argument 25 if (!percent) in e2p_percent() 27 if (100 % percent == 0) in e2p_percent() 28 return base / (100 / percent); in e2p_percent() 30 return (base / 100) * percent; in e2p_percent() 31 return base * percent / 100; in e2p_percent() 41 int percent; in main() local 46 fprintf(stderr, "Usage: %s percent base\n", argv[0]); in main() 50 percent = strtoul(argv[1], &p, 0); in main() [all …]
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| D | UrlComponentEncodingTester.java | 36 * '?' may be identity-encoded in a fragment, but must be percent-encoded in a path. 38 * See https://url.spec.whatwg.org/#percent-encoded-bytes 43 map.put( 0x0, Encoding.PERCENT); // Null character 44 map.put( 0x1, Encoding.PERCENT); // Start of Header 45 map.put( 0x2, Encoding.PERCENT); // Start of Text 46 map.put( 0x3, Encoding.PERCENT); // End of Text 47 map.put( 0x4, Encoding.PERCENT); // End of Transmission 48 map.put( 0x5, Encoding.PERCENT); // Enquiry 49 map.put( 0x6, Encoding.PERCENT); // Acknowledgment 50 map.put( 0x7, Encoding.PERCENT); // Bell [all …]
|
| /external/mesa3d/src/freedreno/ds/ |
| D | fd_pps_driver.cc | 29 percent(uint64_t a, uint64_t b) in percent() function 134 counter("GPU % Utilization", Counter::Units::Percent, [=]() { in setup_a6xx_counters() 135 return percent(PERF_CP_BUSY_CYCLES / time, max_freq); in setup_a6xx_counters() 144 counter("Shader Core Utilization", Counter::Units::Percent, [=]() { in setup_a6xx_counters() 145 return percent(PERF_SP_BUSY_CYCLES / time, max_freq * info->num_sp_cores); in setup_a6xx_counters() 150 counter("(?) % Texture Fetch Stall", Counter::Units::Percent, [=]() { in setup_a6xx_counters() 151 return percent(PERF_SP_STALL_CYCLES_TP / time, max_freq * info->num_sp_cores); in setup_a6xx_counters() 156 counter("(?) % Vertex Fetch Stall", Counter::Units::Percent, [=]() { in setup_a6xx_counters() 157 return percent(PERF_PC_STALL_CYCLES_VFD / time, max_freq * info->num_sp_cores); in setup_a6xx_counters() 166 counter("% Texture L1 Miss", Counter::Units::Percent, [=]() { in setup_a6xx_counters() [all …]
|
| /external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
| D | FaultConfig.java | 57 abstract FractionalPercent percent(); in percent() method in FaultConfig.FaultDelay 59 static FaultDelay forFixedDelay(long delayNanos, FractionalPercent percent) { in forFixedDelay() argument 60 return FaultDelay.create(delayNanos, false, percent); in forFixedDelay() 68 @Nullable Long delayNanos, boolean headerDelay, FractionalPercent percent) { in create() argument 69 return new AutoValue_FaultConfig_FaultDelay(delayNanos, headerDelay, percent); in create() 81 abstract FractionalPercent percent(); in percent() method in FaultConfig.FaultAbort 83 static FaultAbort forStatus(Status status, FractionalPercent percent) { in forStatus() argument 85 return FaultAbort.create(status, false, percent); in forStatus() 88 static FaultAbort forHeader(FractionalPercent percent) { in forHeader() argument 89 return FaultAbort.create(null, true, percent); in forHeader() [all …]
|
| /external/libxml2/test/schematron/ |
| D | zvon13_0.xml | 2 <Percent>20</Percent> 3 <Percent>30</Percent> 4 <Percent>10</Percent> 5 <Percent>50</Percent>
|
| D | zvon13_1.xml | 2 <Percent>20</Percent> 3 <Percent>10</Percent> 4 <Percent>50</Percent>
|
| D | zvon13_2.xml | 2 <Percent>20</Percent> 3 <Percent>30</Percent> 4 <Percent>50</Percent>
|
| /external/cronet/third_party/libxml/fuzz/seed_corpus/ |
| D | c1a5b33c0ddd62fb5efa04d43504179a96e2c232 | 2 <Percent>20</Percent> 3 <Percent>30</Percent> 4 <Percent>10</Percent> 5 <Percent>50</Percent>
|
| D | c06564709f0c1936b27fcf3cafbb277df3f163c0 | 2 <Percent>20</Percent> 3 <Percent>10</Percent> 4 <Percent>50</Percent>
|
| /external/libxml2/result/schematron/ |
| D | zvon13_0 | 3 <Percent>20</Percent> 4 <Percent>30</Percent> 5 <Percent>10</Percent> 6 <Percent>50</Percent>
|
| D | zvon13_1 | 3 <Percent>20</Percent> 4 <Percent>10</Percent> 5 <Percent>50</Percent>
|
| D | zvon13_2 | 3 <Percent>20</Percent> 4 <Percent>30</Percent> 5 <Percent>50</Percent>
|
| /external/fmtlib/doc/bootstrap/mixins/ |
| D | gradients.less | 9 .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { 10 …nd-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // … 11 …background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); … 12 …ground-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // … 21 .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { 22 …und-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); //… 23 …background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); … 24 …round-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // …
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | Lerp.java | 27 final float percent = timeSinceStart / duration; in lerp() local 28 value = start + (range * percent); in lerp() 43 final float percent = timeSinceStart / (duration / 2.0f); in ease() local 44 if (percent < 1.0f) in ease() 46 value = start + ((range / 2.0f) * percent * percent * percent); in ease() 50 final float shiftedPercent = percent - 2.0f; in ease()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/ |
| D | percent_encoding.h | 22 // Percent encoding and decoding of slices. 24 // variants of percent encoding (RFC 3986). 26 // and another which applies percent encoding only to non-http2 header 36 // Flags [A-Za-z0-9-_.~] as unreserved bytes for the percent encoding routines 39 // the percent encoding routines 43 // Percent-encode a slice, returning the new slice (this cannot fail): 45 // unreserved and thus do not need percent encoding 47 // Percent-decode a slice, permissively.
|
| /external/grpc-grpc/src/core/lib/slice/ |
| D | percent_encoding.h | 22 // Percent encoding and decoding of slices. 24 // variants of percent encoding (RFC 3986). 26 // and another which applies percent encoding only to non-http2 header 36 // Flags [A-Za-z0-9-_.~] as unreserved bytes for the percent encoding routines 39 // the percent encoding routines 43 // Percent-encode a slice, returning the new slice (this cannot fail): 45 // unreserved and thus do not need percent encoding 47 // Percent-decode a slice, permissively.
|
| /external/rust/crates/percent-encoding/ |
| D | METADATA | 2 # Usage: tools/external_updater/updater.sh update rust/crates/percent-encoding 5 name: "percent-encoding" 6 description: "Percent encoding and decoding" 10 value: "https://crates.io/crates/percent-encoding" 14 value: "https://static.crates.io/crates/percent-encoding/percent-encoding-2.2.0.crate"
|
| /external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/ |
| D | parser.h | 61 const char* percent = in ParseFormatString() local 63 if (!percent) { in ParseFormatString() 67 // We found a percent, so push the text run then process the percent. in ParseFormatString() 69 string_view(p, static_cast<size_t>(percent - p))))) { in ParseFormatString() 72 if (ABSL_PREDICT_FALSE(percent + 1 >= end)) return false; in ParseFormatString() 74 auto tag = GetTagForChar(percent[1]); in ParseFormatString() 83 p = percent + 2; in ParseFormatString() 92 !consumer.ConvertOne(conv, string_view(percent + 1, 1)))) { in ParseFormatString() 95 } else if (percent[1] != '%') { in ParseFormatString() 97 p = ConsumeUnboundConversionNoInline(percent + 1, end, &conv, &next_arg); in ParseFormatString() [all …]
|
| /external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
| D | parser.h | 61 const char* percent = in ParseFormatString() local 63 if (!percent) { in ParseFormatString() 67 // We found a percent, so push the text run then process the percent. in ParseFormatString() 69 string_view(p, static_cast<size_t>(percent - p))))) { in ParseFormatString() 72 if (ABSL_PREDICT_FALSE(percent + 1 >= end)) return false; in ParseFormatString() 74 auto tag = GetTagForChar(percent[1]); in ParseFormatString() 83 p = percent + 2; in ParseFormatString() 92 !consumer.ConvertOne(conv, string_view(percent + 1, 1)))) { in ParseFormatString() 95 } else if (percent[1] != '%') { in ParseFormatString() 97 p = ConsumeUnboundConversionNoInline(percent + 1, end, &conv, &next_arg); in ParseFormatString() [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
| D | parser.h | 61 const char* percent = in ParseFormatString() local 63 if (!percent) { in ParseFormatString() 67 // We found a percent, so push the text run then process the percent. in ParseFormatString() 69 string_view(p, static_cast<size_t>(percent - p))))) { in ParseFormatString() 72 if (ABSL_PREDICT_FALSE(percent + 1 >= end)) return false; in ParseFormatString() 74 auto tag = GetTagForChar(percent[1]); in ParseFormatString() 83 p = percent + 2; in ParseFormatString() 92 !consumer.ConvertOne(conv, string_view(percent + 1, 1)))) { in ParseFormatString() 95 } else if (percent[1] != '%') { in ParseFormatString() 97 p = ConsumeUnboundConversionNoInline(percent + 1, end, &conv, &next_arg); in ParseFormatString() [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/ |
| D | parser.h | 61 const char* percent = in ParseFormatString() local 63 if (!percent) { in ParseFormatString() 67 // We found a percent, so push the text run then process the percent. in ParseFormatString() 69 string_view(p, static_cast<size_t>(percent - p))))) { in ParseFormatString() 72 if (ABSL_PREDICT_FALSE(percent + 1 >= end)) return false; in ParseFormatString() 74 auto tag = GetTagForChar(percent[1]); in ParseFormatString() 83 p = percent + 2; in ParseFormatString() 92 !consumer.ConvertOne(conv, string_view(percent + 1, 1)))) { in ParseFormatString() 95 } else if (percent[1] != '%') { in ParseFormatString() 97 p = ConsumeUnboundConversionNoInline(percent + 1, end, &conv, &next_arg); in ParseFormatString() [all …]
|