Home
last modified time | relevance | path

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

12345678910>>...29

/external/python/cpython2/Tools/scripts/
Ddutree.py25 def store(size, comps, total, d): argument
34 def display(total, d): argument
37 def show(total, d, prefix): argument
/external/python/cpython3/Tools/scripts/
Ddutree.py25 def store(size, comps, total, d): argument
34 def display(total, d): argument
37 def show(total, d, prefix): 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/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/python/cpython3/Lib/sqlite3/test/
Dbackup.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/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
58 int total = 0; in stringSplitter() local
/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
58 int total = 0; in stringSplitter() local
/external/rust/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/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/perfetto/protos/perfetto/metrics/android/
Dnetwork_metric.proto49 optional PacketStatistic total = 1; field
60 optional PacketStatistic total = 1; field
102 optional NetRxActionStatistic total = 1; field
/external/bcc/tools/
Dcachestat.py48 total = 0 variable
146 total = mpa - mbd variable
151 total = 0 variable
/external/rust/crates/once_cell/examples/
Dregex.rs15 let mut total = 0; in slow() localVariable
30 let mut total = 0; in fast() localVariable
/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
/external/guava/android/guava/src/com/google/common/io/
DCharStreams.java86 long total = 0; in copy() local
121 long total = 0; in copyReaderToBuilder() local
149 long total = 0; in copyReaderToWriter() local
245 long total = 0; in exhaust() local
/external/guava/guava/src/com/google/common/io/
DCharStreams.java86 long total = 0; in copy() local
121 long total = 0; in copyReaderToBuilder() local
149 long total = 0; in copyReaderToWriter() local
245 long total = 0; in exhaust() local
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DInstrument.java56 int total = 0; in execute() local
71 int total = 0; in instrumentRecursive() local
/external/skia/src/core/
DSkUniformData.cpp38 size_t total = 0; in totalSize() local
49 int total = 0; in count() local
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs54 public void Encode(uint start, uint size, uint total) in Encode()
170 public uint GetThreshold(uint total) in GetThreshold()
175 public void Decode(uint start, uint size, uint total) in Decode()
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool_test.cc66 void RunWithFixedBlockSize(int64_t block_size, int64_t total, in RunWithFixedBlockSize()
111 const int64_t total = block_size + diff; in TEST() local
118 int64_t total, in RunWithFixedBlockSizeTransformRangeConcurrently()
160 const int64_t total = block_size + diff; in TEST() local
205 void RunFixedBlockSizeShardingWithWorkerId(int64_t block_size, int64_t total, in RunFixedBlockSizeShardingWithWorkerId()
255 const int64_t total = block_size + diff; in TEST() local
421 int total = state.range(0); in BM_ParallelFor() local

12345678910>>...29