Home
last modified time | relevance | path

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

12345678910>>...21

/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/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/Lib/sqlite3/test/
Dbackup.py61 def progress(status, remaining, total): argument
75 def progress(status, remaining, total): argument
88 def progress(status, remaining, total): argument
107 def progress(status, remaining, total): argument
128 def progress(status, remaining, total): argument
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DTable.java88 final List<? extends ITableItem> items, final ICoverageNode total, in render()
100 final List<? extends ITableItem> items, final ICoverageNode total) in header()
108 private void footer(final HTMLElement table, final ICoverageNode total, in footer()
163 final ICoverageNode total) throws IOException { in init()
174 void footer(final HTMLElement tr, final ICoverageNode total, in footer()
178 renderer.footer(tr.td(style), total, resources, base); in footer() local
DPercentageColumn.java60 final ICoverageNode total) { in init()
64 public void footer(final HTMLElement td, final ICoverageNode total, in footer()
79 final int total = counter.getTotalCount(); in cell() local
DIColumnRenderer.java39 public boolean init(List<? extends ITableItem> items, ICoverageNode total); in init()
55 public void footer(HTMLElement td, ICoverageNode total, in footer()
DLabelColumn.java36 final ICoverageNode total) { in init()
40 public void footer(final HTMLElement td, final ICoverageNode total, in footer()
DBarColumn.java64 final ICoverageNode total) { in init()
75 public void footer(final HTMLElement td, final ICoverageNode total, in footer()
/external/guava/guava-tests/benchmark/com/google/common/base/
DStopwatchBenchmark.java33 long total = 0; in stopwatch() local
43 long total = 0; in manual() local
DSplitterBenchmark.java45 int total = 0; in charSplitter() local
53 int total = 0; in stringSplitter() local
/external/bcc/tools/
Dcachestat.py47 total = 0 variable
139 total = (mpa - mbd) variable
143 total = 0 variable
177 total = 0 variable
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DInstrument.java55 int total = 0; in execute() local
70 int total = 0; in instrumentRecursive() 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/util/
Dwork_sharder.cc32 void Shard(int max_parallelism, thread::ThreadPool* workers, int64 total, in Shard()
55 void Sharder::Do(int64 total, int64 cost_per_unit, const Work& work, in Do()
/external/cldr/tools/java/org/unicode/cldr/util/
DPluralSamples.java18 int total = pluralInfo.getCounts().size(); in PluralSamples() local
26 …private Map<Count, Double> getValuesForDigits(PluralInfo pluralInfo, int total, int start, int end… in getValuesForDigits()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime.cc60 size_t total = 0; in AlignedBufferBytes() local
76 const size_t total = in MallocContiguousBuffers() local
/external/v8/src/compiler/
Dzone-stats.cc37 size_t total = 0; in GetCurrentAllocatedBytes() local
78 size_t total = 0; in GetCurrentAllocatedBytes() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc235 int64& total = index_usage_count[instruction]; in IsFusedIrEmitterInefficient() local
278 int64& total = index_usage_count[producer]; in IsFusedIrEmitterInefficient() local
293 int64 total = 0; in IsFusedIrEmitterInefficient() local
/external/ltp/testcases/kernel/fs/doio/
Ddataascii.c48 int total; in dataasciigen() local
77 int total; in dataasciichk() local
/external/grpc-grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_unsupported.cc31 uint64_t busy = 0, total = 0; in GetCpuStatsImpl() local
/external/u-boot/scripts/
Dbin2c.c14 int ch, total = 0; in main() local
/external/perfetto/ui/src/frontend/
Dlogs_panel.ts96 const {total, startTs, endTs, firstRowTs, lastRowTs} = this.bounds; constant
110 const {isStale, total, offset, count} = this.totalRows(); constant
/external/doclava/src/com/google/doclava/
DTodoFile.java59 public int total; field in TodoFile.PackageStats
86 int total = 1; in writeTodoFile() local
/external/skia/gm/
Dmanypaths.cpp49 int total = 10000; in onDraw() local
89 int total = 7000; in onDraw() local
/external/skqp/gm/
Dmanypaths.cpp49 int total = 10000; in onDraw() local
89 int total = 7000; in onDraw() local

12345678910>>...21