Home
last modified time | relevance | path

Searched refs:_total (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/test/
Dmemory_tree.test11 # CHECK-NEXT: "_total": {{[0-9]+}},
14 # CHECK-NEXT: "_total": {{[0-9]+}},
17 # CHECK-NEXT: "_total": {{[0-9]+}},
20 # CHECK-NEXT: "_total": {{[0-9]+}},
23 # CHECK-NEXT: "_total": {{[0-9]+}}
28 # CHECK-NEXT: "_total": {{[0-9]+}},
31 # CHECK-NEXT: "_total": {{[0-9]+}}
35 # CHECK-NEXT: "_total": {{[0-9]+}}
39 # CHECK-NEXT: "_total": {{[0-9]+}}
43 # CHECK-NEXT: "_total": {{[0-9]+}}
[all …]
/external/llvm-project/llvm/tools/opt-viewer/
Doptpmap.py6 _total = None variable
11 global _total
13 _total = total
22 sys.stdout.write('\r\t{} of {}'.format(_current.value, _total.value))
39 global _total
41 _total = multiprocessing.Value('i', len(iterable))
48 initargs=(_current, _total,),
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h19 UInt64 _total; variable
22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()
48 _total = total; in SetProgress()
59 total = _total; in GetProgress()
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.h334 uint64_t _total; variable
340 KMP_DEBUG_ASSERT(t == _total); in check()
353 _total = o._total; in logHistogram()
365 _total = 0; in reset()
379 _total += o._total;
Dkmp_stats.cpp197 _total++; in addSample()
209 _total++; in addSample()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c350 static uint64_t _total = 0; in lp_debug_draw_bins_by_coverage() local
396 _total += total; in lp_debug_draw_bins_by_coverage()
402 _total, in lp_debug_draw_bins_by_coverage()
404 (double) _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc213 int64_t _total; in DeviceMemoryUsage() local
215 &_total)) { in DeviceMemoryUsage()
217 *total = _total; in DeviceMemoryUsage()
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py2954 self._total = None
2964 self._total = self.add_weight(
2975 return self._total if self._built else None
3020 update_total_op = self._total.assign_add(values)
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...