HomeSort by relevance Sort by last modified time
    Searched refs:Counter (Results 276 - 300 of 450) sorted by null

<<1112131415161718

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 591 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 591 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 583 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 591 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 591 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned Counter = ~0U;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
move_alloc.pass.cpp 25 #include "Counter.h"
147 typedef Counter<int> T;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
move_alloc.pass.cpp 25 #include "Counter.h"
147 typedef Counter<int> T;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
malis.s 29 ;; Section 8.2.5 Location Counter
  /external/google-benchmark/include/benchmark/
benchmark.h 340 class Counter {
345 // Mark the counter as a rate. It will be presented divided
348 // Mark the counter as a thread-average quantity. It will be
351 // Mark the counter as a thread-average rate. See above.
359 Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {}
367 typedef std::map<std::string, Counter> UserCounters;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 340 class Counter {
345 // Mark the counter as a rate. It will be presented divided
348 // Mark the counter as a thread-average quantity. It will be
351 // Mark the counter as a thread-average rate. See above.
359 Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {}
367 typedef std::map<std::string, Counter> UserCounters;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 188 // The struct counter array includes:
189 // - one counter for each struct field,
190 // - one counter for the struct access within an array.
219 // Remember the counter variable for each struct type to avoid
420 // We create the counter array with StructCounterName and weak linkage
431 // Remember the counter variable for each struct type.
763 // The last counter for struct array access.
    [all...]
  /external/python/cpython3/Lib/test/
test_typing.py     [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
hmc_test.py 191 counter = collections.Counter()
193 counter["target_calls"] += 1
220 self.assertAllEqual(dict(target_calls=2), counter)
463 counter = collections.Counter()
466 counter["proposal_calls"] += 1
472 counter["target_calls"] += 1
493 self.assertAllEqual(dict(target_calls=3, proposal_calls=3), counter)
691 counter = collections.Counter(
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
debug_test.py 91 collections.Counter(train_labels).items(), key=operator.itemgetter(1))
110 collections.Counter(train_labels).items(), key=operator.itemgetter(1))
127 collections.Counter(train_labels).items(), key=operator.itemgetter(1))
  /external/v8/src/
d8.cc 1371 Counter* counter = counter_map_->Lookup(name); local
1387 Counter* counter = GetCounter(name, false); local
1406 Counter* counter = reinterpret_cast<Counter*>(histogram); local
1672 Counter* counter; member in struct:v8::CounterAndKey
1773 Counter* counter = counters[j].counter; local
1794 Counter* counter = counters[j].counter; local
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 387 c = metrics.Counter(
580 c = metrics.Counter('chromeos/autotest/devserver/devserver_healthy')
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 11657 final ControllerActivityCounterImpl counter = local
11713 final ControllerActivityCounterImpl counter = local
12913 final ControllerActivityCounter counter = getModemControllerActivity(); local
12955 final ControllerActivityCounter counter = getWifiControllerActivity(); local
    [all...]

Completed in 2346 milliseconds

<<1112131415161718