/external/autotest/server/hosts/ |
ssh_host.py | 141 @param counter_name: string indicating which counter to use 147 ssh_counter = metrics.Counter('chromeos/autotest/ssh/calls') 156 run_counter = metrics.Counter('chromeos/autotest/ssh/runs')
|
cros_host.py | 436 metrics.Counter( 701 install_with_dev_counter = metrics.Counter( 704 c = metrics.Counter( [all...] |
/external/autotest/site_utils/ |
rpc_flight_recorder.py | 43 metrics.Counter(METRIC_MONITOR_ERROR).increment( 108 metrics.Counter(METRIC_TICK).increment()
|
gs_offloader.py | 504 """Increment the gs_returncode counter based on |returncode|.""" 509 metrics.Counter(m_gs_returncode).increment(fields={'return_code': rcode}) 524 metrics.Counter(m_permission_error).increment(fields=metrics_fields) 624 metrics.Counter(m_any_error).increment(fields=metrics_fields) 697 metrics.Counter(m_timeout).increment(fields=metrics_fields) 783 metrics.Counter(m_offload_count).increment( 787 metrics.Counter(m_offload_size).increment_by( [all...] |
/external/autotest/venv/lucifer/ |
handlers.py | 178 self._hqe_completion_metric = metrics.Counter( 180 self._reset_after_failure_metric = metrics.Counter(
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
AlphabeticIndexTest.java | 369 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter(); local 372 counter.add(labelType, 1); 375 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); 376 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); 377 if (expected != counter.get(LabelType.INFLOW)) { 390 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); 400 int counter = 0; local 401 Counter<String> itemCount = new Counter() [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 388 // If this is a new LastFn instruction, bump the counter. 390 ++Counter; 394 OS << Counter;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
GCOV.cpp | 190 I->second->collectLineCounts(FI, I->first(), Counter); 195 outs() << "Block : " << Number << " Counter : " << Counter << "\n";
|
/external/tensorflow/tensorflow/cc/saved_model/ |
loader.cc | 22 #include "tensorflow/core/lib/monitoring/counter.h" 35 auto* load_attempt_count = monitoring::Counter<2>::New( 39 auto* load_latency = monitoring::Counter<1>::New(
|
/external/clang/lib/AST/ |
Stmt.cpp | 33 unsigned Counter; 70 sum += StmtClassInfo[i].Counter; 76 if (StmtClassInfo[i].Counter == 0) continue; 77 llvm::errs() << " " << StmtClassInfo[i].Counter << " " 79 << " each (" << StmtClassInfo[i].Counter*StmtClassInfo[i].Size 81 sum += StmtClassInfo[i].Counter*StmtClassInfo[i].Size; 88 ++getStmtInfoTableEntry(s).Counter; [all...] |
/external/autotest/scheduler/ |
agent_task.py | 352 metrics.Counter( 700 metrics.Counter(self._COUNT_METRIC).increment( 715 metrics.Counter(self._DUT_METRIC).increment(fields=dut_fields)
|
/external/autotest/server/ |
site_utils.py | [all...] |
/external/guice/core/test/com/google/inject/ |
BindingTest.java | 129 bind(Integer.class).toProvider(Counter.class).asEagerSingleton(); 130 bind(Number.class).toProvider(Counter.class).asEagerSingleton(); 137 static class Counter implements Provider<Integer> {
|
/external/llvm/lib/IR/ |
GCOV.cpp | 378 /// addCount - Add to block counter while storing the edge count. If the 383 Counter += N; 385 DstEdges[DstEdgeNo]->Dst.Counter += N; 406 dbgs() << "Block : " << Number << " Counter : " << Counter << "\n";
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
PiSmmCpuDxeSmm.h | 344 volatile UINT32 *Counter;
366 volatile UINT32 *Counter;
384 /// All MSRs semaphores' pointer and counter
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
PeiCoreEntry.asm | 106 ; Save Time-Stamp Counter
|
/external/autotest/client/common_lib/hosts/ |
repair.py | 708 self._completions_counter = metrics.Counter( 710 self._actions_counter = metrics.Counter(
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 518 // If this is a new LastFn instruction, bump the counter. 520 ++Counter; 524 OS << Counter;
|
/external/llvm/lib/Target/AMDGPU/ |
SIInsertWaits.cpp | 69 /// \brief Counter values we have already waited on. 72 /// \brief Counter values that we must wait on before the next counter 76 /// \brief Counter values for last instruction issued. 125 /// \brief Resolve all operand dependencies to counter requirements 291 // Get the hardware counter increments and sum them up 430 static bool countersNonZero(const Counters &Counter) { 432 if (Counter.Array[i])
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
PTXAsmPrinter.cpp | 465 int Counter = 1; 495 decl += utostr(Counter++);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 333 uint64_t getCount() const { return Counter; } 371 uint64_t Counter = 0;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
GCOV.h | 333 uint64_t getCount() const { return Counter; } 371 uint64_t Counter = 0;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
GCOV.h | 333 uint64_t getCount() const { return Counter; } 371 uint64_t Counter = 0;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
GCOV.h | 333 uint64_t getCount() const { return Counter; } 371 uint64_t Counter = 0;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
GCOV.h | 333 uint64_t getCount() const { return Counter; } 371 uint64_t Counter = 0;
|