HomeSort by relevance Sort by last modified time
    Searched refs:Counter (Results 126 - 150 of 308) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.asm 105 ; Save Time-Stamp Counter
  /external/autotest/server/hosts/
ssh_host.py 131 @param counter_name: string indicating which counter to use
137 ssh_counter = metrics.Counter('chromeos/autotest/ssh/calls')
146 run_counter = metrics.Counter('chromeos/autotest/ssh/runs')
cros_host.py 411 metrics.Counter(
721 c = metrics.Counter(
727 c = metrics.Counter('chromeos/autotest/provision/trigger_download')
731 install_with_dev_counter = metrics.Counter(
737 metrics.Counter('chromeos/autotest/provision/resolve'
    [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/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 342 metrics.Counter(
682 metrics.Counter(self._COUNT_METRIC).increment(
697 metrics.Counter(self._DUT_METRIC).increment(fields=dut_fields)
host_scheduler.py 338 metrics.Counter('%s/new_jobs_with_hosts' % _METRICS_PREFIX
344 metrics.Counter('%s/tick' % _METRICS_PREFIX).increment()
pidfile_monitor.py 165 metrics.Counter('chromeos/autotest/errors/scheduler/no_pidfile'
  /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/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 106 ; Save Time-Stamp 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/go/darwin-x86/src/cmd/doc/
dirs.go 23 offset int // Counter for Next.
  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 23 offset int // Counter for Next.
  /bionic/libc/tools/
genseccomp.py 54 dups = [name for name, count in collections.Counter(names).items() if count > 1]
  /external/autotest/site_utils/
gmail_lib.py 178 metrics.Counter('chromeos/autotest/send_email/count').increment(
gs_offloader.py 539 metrics.Counter(m_offload_count).increment()
542 metrics.Counter(m_offload_size).increment_by(dir_size)
562 metrics.Counter(m_timeout).increment()
586 metrics.Counter(m_permission_error).increment()
    [all...]
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler.py 75 _SUITE_SCHEDULER_SUITE_COUNT = metrics.Counter(
  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp 22 #include "Counter.h"
142 typedef Counter<int> V;
  /external/libcxx/test/std/containers/associative/set/set.cons/
move_alloc.pass.cpp 22 #include "Counter.h"
142 typedef Counter<int> V;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 517 mutable unsigned Counter;
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 64 u8 counter[WPA_REPLAY_COUNTER_LEN]; member in struct:wpa_state_machine::wpa_key_replay_counter
155 u8 Counter[WPA_NONCE_LEN];

Completed in 440 milliseconds

1 2 3 4 56 7 8 91011>>