/external/python/cpython3/Tools/scripts/ |
D | dutree.py | 25 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/ |
D | dutree.py | 25 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/ |
D | Table.java | 88 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
|
D | PercentageColumn.java | 60 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
|
D | IColumnRenderer.java | 39 boolean init(List<? extends ITableItem> items, ICoverageNode total); in init() 55 void footer(HTMLElement td, ICoverageNode total, Resources resources, in footer()
|
D | LabelColumn.java | 36 final ICoverageNode total) { in init() 40 public void footer(final HTMLElement td, final ICoverageNode total, in footer()
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | backup.py | 68 def progress(status, remaining, total): argument 82 def progress(status, remaining, total): argument 95 def progress(status, remaining, total): argument 114 def progress(status, remaining, total): argument 135 def progress(status, remaining, total): argument
|
/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 122 const int64 total, const int64 block_size) { in NumShardsUsedByFixedBlockSizeScheduling() 131 const int64 block_size, const int64 total) { in NumShardsUsedByTransformRangeConcurrently() 135 void ThreadPool::ParallelFor(int64 total, in ParallelFor() 156 const int64 block_size, const int64 total, in TransformRangeConcurrently() 167 const int64 total, const int64 block_size, in ParallelForFixedBlockSizeScheduling() 203 void ThreadPool::ParallelFor(int64 total, int64 cost_per_unit, in ParallelFor() 213 int64 total, int64 cost_per_unit, in ParallelForWithWorkerId() argument 232 int64 total, const SchedulingParams& scheduling_params, in ParallelForWithWorkerId() argument
|
/external/bcc/tools/ |
D | cachestat.py | 47 total = 0 variable 139 total = (mpa - mbd) variable 143 total = 0 variable 177 total = 0 variable
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 31 long total = 0; in stopwatch() local 42 long total = 0; in manual() local
|
D | SplitterBenchmark.java | 49 int total = 0; in charSplitter() local 58 int total = 0; in stringSplitter() local
|
/external/guava/android/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 31 long total = 0; in stopwatch() local 42 long total = 0; in manual() local
|
D | SplitterBenchmark.java | 49 int total = 0; in charSplitter() local 58 int total = 0; in stringSplitter() local
|
/external/rust/crates/futures/tests/ |
D | stream_select_next_some.rs | 44 let mut total = 0; in select() localVariable 77 let mut total = 0; in futures_util_select() localVariable
|
/external/rust/crates/once_cell/examples/ |
D | regex.rs | 15 let mut total = 0; in slow() localVariable 30 let mut total = 0; in fast() localVariable
|
/external/mesa3d/src/util/ |
D | softfloat.c | 52 #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/ |
D | cpp_benchmark.cc | 102 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/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/ |
D | Instrument.java | 55 int total = 0; in execute() local 70 int total = 0; in instrumentRecursive() local
|
/external/guava/guava/src/com/google/common/io/ |
D | CharStreams.java | 83 long total = 0; in copy() local 119 long total = 0; in copyReaderToBuilder() local 147 long total = 0; in copyReaderToWriter() local 241 long total = 0; in exhaust() local
|
/external/guava/android/guava/src/com/google/common/io/ |
D | CharStreams.java | 83 long total = 0; in copy() local 119 long total = 0; in copyReaderToBuilder() local 147 long total = 0; in copyReaderToWriter() local 241 long total = 0; in exhaust() local
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 54 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/llvm-project/polly/lib/External/isl/ |
D | isl_map_simplify.c | 52 isl_size total = isl_basic_map_dim(bmap, isl_dim_all); in isl_basic_map_normalize_constraints() local 186 isl_size total; in reduce_div_coefficients_of_div() local 249 isl_size total = isl_basic_map_dim(bmap, isl_dim_all); in normalize_div_expression() local 305 isl_size total; in eliminate_var_using_equality() local 548 isl_size total; in set_div_from_eq() local 605 isl_size total; in isl_basic_map_gauss5() local 698 isl_size total; member 826 unsigned total; in remove_duplicate_divs() local 1120 unsigned total = isl_basic_map_offset(bmap, isl_dim_div); in set_div_from_lower_bound() local 1141 unsigned total = isl_basic_map_offset(bmap, isl_dim_div); in ok_to_set_div_from_bound() local [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | work_sharder.cc | 32 void Shard(int max_parallelism, thread::ThreadPool* workers, int64 total, in Shard() 57 void Sharder::Do(int64 total, int64 cost_per_unit, const Work& work, in Do()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PluralSamples.java | 19 int total = pluralInfo.getCounts().size(); in PluralSamples() local 27 …private Map<Count, Double> getValuesForDigits(PluralInfo pluralInfo, int total, int start, int end… in getValuesForDigits()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool_test.cc | 66 void RunWithFixedBlockSize(int64 block_size, int64 total, ThreadPool* threads) { in RunWithFixedBlockSize() 110 const int64 total = block_size + diff; in TEST() local 117 int64 total, in RunWithFixedBlockSizeTransformRangeConcurrently() 159 const int64 total = block_size + diff; in TEST() local 204 void RunFixedBlockSizeShardingWithWorkerId(int64 block_size, int64 total, in RunFixedBlockSizeShardingWithWorkerId() 254 const int64 total = block_size + diff; in TEST() local 413 static void BM_ParallelFor(int iters, int total, int cost_per_unit) { in BM_ParallelFor()
|