Home
last modified time | relevance | path

Searched defs:total (Results 1 – 25 of 1103) sorted by relevance

12345678910>>...45

/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
Dsb.c58 int sb_set_horz(int total, int viewport, int cur) in sb_set_horz()
79 int sb_set_vert(int total, int viewport, int cur) in sb_set_vert()
100 int sb_get_horz(int *total, int *viewport, int *cur) in sb_get_horz()
123 int sb_get_vert(int *total, int *viewport, int *cur) in sb_get_vert()
/external/pdfium/core/fxcrt/
Dfx_memory_malloc.cpp27 FX_SAFE_SIZE_T total = member_size; in Alloc() local
35 FX_SAFE_SIZE_T total = member_size; in Calloc() local
43 FX_SAFE_SIZE_T total = num_members; in Realloc() local
55 FX_SAFE_SIZE_T total = member_size; in StringAlloc() local
/external/perfetto/protos/perfetto/metrics/android/
Dsimpleperf.proto38 optional double total = 4; field
49 optional double total = 4; field
56 optional double total = 3; field
Dnetwork_metric.proto49 optional PacketStatistic total = 1; field
60 optional PacketStatistic total = 1; field
136 optional NetRxActionStatistic total = 1; field
147 optional NetTxActionStatistic total = 1; field
155 optional IpiActionStatistic total = 1; field
/external/harfbuzz_ng/test/api/
Dtest-ot-layout.c37 unsigned int total = 0; in test_ot_layout_table_get_script_tags() local
99 unsigned int total = 0; in test_ot_layout_table_get_feature_tags() local
140 unsigned int total = 0; in test_ot_layout_script_get_language_tags() local
179 unsigned int total = 0; in test_ot_layout_language_get_feature_tags() local
/external/cronet/tot/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_flag_utils_impl.h11 #define QUICHE_RELOADABLE_FLAG_COUNT_N_IMPL(flag, instance, total) \ argument
18 #define QUICHE_RESTART_FLAG_COUNT_N_IMPL(flag, instance, total) \ argument
25 #define QUICHE_CODE_COUNT_N_IMPL(name, instance, total) \ argument
/external/cronet/stable/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_flag_utils_impl.h11 #define QUICHE_RELOADABLE_FLAG_COUNT_N_IMPL(flag, instance, total) \ argument
18 #define QUICHE_RESTART_FLAG_COUNT_N_IMPL(flag, instance, total) \ argument
25 #define QUICHE_CODE_COUNT_N_IMPL(name, instance, total) \ argument
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DTable.java89 final List<? extends ITableItem> items, final ICoverageNode total, in render()
101 final List<? extends ITableItem> items, final ICoverageNode total) in header()
109 private void footer(final HTMLElement table, final ICoverageNode total, in footer()
165 final ICoverageNode total) throws IOException { in init()
176 void footer(final HTMLElement tr, final ICoverageNode total, in footer()
180 renderer.footer(tr.td(style), total, resources, base); in footer() local
DPercentageColumn.java61 final ICoverageNode total) { in init()
65 public void footer(final HTMLElement td, final ICoverageNode total, in footer()
80 final int total = counter.getTotalCount(); in cell() local
DIColumnRenderer.java40 boolean init(List<? extends ITableItem> items, ICoverageNode total); in init()
56 void footer(HTMLElement td, ICoverageNode total, Resources resources, in footer()
DLabelColumn.java37 final ICoverageNode total) { in init()
41 public void footer(final HTMLElement td, final ICoverageNode total, in footer()
/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_backup.py69 def progress(status, remaining, total): argument
83 def progress(status, remaining, total): argument
96 def progress(status, remaining, total): argument
115 def progress(status, remaining, total): argument
136 def progress(status, remaining, total): argument
/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc122 const int64_t total, const int64_t block_size) { in NumShardsUsedByFixedBlockSizeScheduling()
131 const int64_t block_size, const int64_t total) { in NumShardsUsedByTransformRangeConcurrently()
135 void ThreadPool::ParallelFor(int64_t total, in ParallelFor()
156 const int64_t block_size, const int64_t total, in TransformRangeConcurrently()
167 const int64_t total, const int64_t block_size, in ParallelForFixedBlockSizeScheduling()
203 void ThreadPool::ParallelFor(int64_t total, int64_t cost_per_unit, in ParallelFor()
213 int64_t total, int64_t cost_per_unit, in ParallelForWithWorkerId() argument
232 int64_t total, const SchedulingParams& scheduling_params, in ParallelForWithWorkerId() argument
/external/guava/guava-tests/benchmark/com/google/common/base/
DStopwatchBenchmark.java31 long total = 0; in stopwatch() local
42 long total = 0; in manual() local
DSplitterBenchmark.java49 int total = 0; in charSplitter() local
60 int total = 0; in stringSplitter() local
/external/guava/android/guava-tests/benchmark/com/google/common/base/
DStopwatchBenchmark.java31 long total = 0; in stopwatch() local
42 long total = 0; in manual() local
DSplitterBenchmark.java49 int total = 0; in charSplitter() local
60 int total = 0; in stringSplitter() local
/external/threetenbp/src/test/java/org/threeten/bp/
DPerformance.java171 long total = 0; in queryListDateTime() local
200 long total = 0; in deriveDateTime() local
238 long total = 0; in queryListLocalDate() local
287 long total = 0; in queryListTime() local
314 long total = 0; in deriveTime() local
354 long total = 0; in queryListZonedDateTime() local
406 long total = 0; in queryListInstant() local
453 long total = 0; in queryListDate() local
502 long total = 0; in queryListGCal() local
/external/rust/android-crates-io/crates/futures/tests/
Dstream_select_next_some.rs42 let mut total = 0; in select() localVariable
71 let mut total = 0; in futures_util_select() localVariable
/external/rust/android-crates-io/crates/once_cell/examples/
Dregex.rs15 let mut total = 0; in slow() localVariable
30 let mut total = 0; in fast() localVariable
/external/rust/android-crates-io/crates/tracing-subscriber/benches/
Dfmt.rs43 let mut total = Duration::from_secs(0); in bench_new_span() localVariable
110 let mut total = Duration::from_secs(0); in bench_event() localVariable
161 let mut total = Duration::from_secs(0); in bench_event() localVariable
211 let mut total = Duration::from_secs(0); in bench_event() localVariable
262 let mut total = Duration::from_secs(0); in bench_event() localVariable
/external/lzma/C/
DPpmd8Enc.c59 static void Ppmd8_RangeEnc_Encode(CPpmd8 *p, UInt32 start, UInt32 size, UInt32 total) in Ppmd8_RangeEnc_Encode()
75 #define RC_Encode(start, size, total) Ppmd8_RangeEnc_Encode(p, start, size, total); argument
76 #define RC_EncodeFinal(start, size, total) RC_Encode(start, size, total) RC_NORM_REMOTE(p) argument
291 UInt32 total = sum + escFreq; in Ppmd8_EncodeSymbol() local
/external/bcc/tools/
Dcachestat.py49 total = 0 variable
178 total = mpa - mbd variable
183 total = 0 variable
/external/mesa3d/src/util/
Dsoftfloat.c52 #define index_word(total, n) ((total) - 1 - (n)) argument
53 #define index_word_hi(total) 0 argument
54 #define index_word_lo(total) ((total) - 1) argument
55 #define index_multiword_hi(total, n) 0 argument
56 #define index_multiword_lo(total, n) ((total) - (n)) argument
57 #define index_multiword_hi_but(total, n) 0 argument
58 #define index_multiword_lo_but(total, n) (n) argument
61 #define index_word(total, n) (n) argument
62 #define index_word_hi(total) ((total) - 1) argument
63 #define index_word_lo(total) 0 argument
[all …]
/external/protobuf/benchmarks/cpp/
Dcpp_benchmark.cc102 size_t total = 0; in BenchmarkCase() local
123 size_t total = 0; in BenchmarkCase() local
147 size_t total = 0; in BenchmarkCase() local
177 size_t total = 0; in BenchmarkCase() local

12345678910>>...45