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

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CallingConvEmitter.h 33 unsigned Counter;
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
drv0.c 100 UINTN Counter;
116 InternalGnuEfiAppsDrv0ProtocolData.Counter ++;
132 *NumberOfHello = InternalGnuEfiAppsDrv0ProtocolData.Counter;
164 InternalGnuEfiAppsDrv0ProtocolData.Counter = 0;
  /external/tensorflow/tensorflow/core/lib/monitoring/
counter_test.cc 16 #include "tensorflow/core/lib/monitoring/counter.h"
25 Counter<1>::New("/tensorflow/test/counter_with_labels",
26 "Counter with one label.", "MyLabel");
53 auto* init_counter_without_labels = Counter<0>::New(
55 "Counter without any labels to check if it is initialized as 0.");
61 auto* counter_without_labels = Counter<0>::New(
62 "/tensorflow/test/counter_without_labels", "Counter without any labels.");
79 auto* dead_counter_without_labels = Counter<0>::New(
81 "Counter without any labels which goes on to die on decrement.");
  /external/v8/src/arm64/
instrument-arm64.h 33 class Counter {
35 explicit Counter(const char* name, CounterType type = Gauge);
72 Counter* GetCounter(const char* name);
77 std::list<Counter*> counters_;
  /external/vixl/src/aarch64/
instrument-aarch64.h 53 class Counter {
55 explicit Counter(const char* name, CounterType type = Gauge);
99 Counter* GetCounter(const char* name);
104 std::list<Counter*> counters_;
108 // Counter information is dumped every sample_period_ instructions decoded.
109 // For a sample_period_ = 0 a final counter value is only produced when the
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
JacocoReportCheck.java 101 Counter methodCnt = reportEntry.method().methodCounter();
208 // Iterate through counter elements and add report entries
210 Counter instructionCnt = null;
211 Counter branchCnt = null;
212 Counter lineCnt = null;
213 Counter complexityCnt = null;
214 Counter methodCnt = null;
249 instructionCnt = new Counter(missed, covered);
251 branchCnt = new Counter(missed, covered);
253 lineCnt = new Counter(missed, covered)
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 82 /// \brief A Counter is an abstract value that describes how to compute the
84 struct Counter {
95 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
98 Counter() : Kind(Zero), ID(0) {}
110 friend bool operator==(const Counter &LHS, const Counter &RHS) {
114 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
118 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// \brief A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// \brief A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// \brief A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// \brief A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// \brief A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/Coverage/
CoverageMapping.h 88 /// \brief A Counter is an abstract value that describes how to compute the
90 struct Counter {
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
104 Counter() = default;
116 friend bool operator==(const Counter &LHS, const Counter &RHS) {
120 friend bool operator!=(const Counter &LHS, const Counter &RHS) {
124 friend bool operator<(const Counter &LHS, const Counter &RHS)
    [all...]
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 32 void PrintTo(const Counter &C, ::std::ostream *os) {
38 *os << "Counter " << C.getCounterID();
144 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE,
219 addCMR(Counter::getCounter(0), "foo", 1, 1, 1, 1);
220 addCMR(Counter::getCounter(1), "foo", 2, 1, 2, 2);
221 addCMR(Counter::getZero(), "foo", 3, 1, 3, 4);
222 addCMR(Counter::getCounter(2), "foo", 4, 1, 4, 8);
223 addCMR(Counter::getCounter(3), "bar", 1, 2, 3, 4);
251 addCMR(Counter::getCounter(0), FileNames[I], I, 1, I, 1);
279 addCMR(Counter::getCounter(0), FileNames[I], I, 1, I, 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 135 auto Handle8bitCounter = [&](size_t Idx, uint8_t Counter) {
136 assert(Counter);
138 /**/ if (Counter >= 128) Bit = 7;
139 else if (Counter >= 32) Bit = 6;
140 else if (Counter >= 16) Bit = 5;
141 else if (Counter >= 8) Bit = 4;
142 else if (Counter >= 4) Bit = 3;
143 else if (Counter >= 3) Bit = 2;
144 else if (Counter >= 2) Bit = 1;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 35 * of which has a list of Counter objects. This really isn't a true
67 * Put a counter into the table and create an empty
142 Counter counter = (Counter) counters.elementAt(i); local
144 count = counter.getPreviouslyCounted(support, target);
155 // the backwards list (m_newFound) to the forwards list (counter.m_countNodes).
171 Counter counter = (Counter) counters.elementAt(i) local
197 Counter counter = new Counter(numberElem, new NodeSetDTM(support.getDTMManager())); local
    [all...]
  /external/autotest/server/hosts/
shadowing_store.py 61 metrics.Counter(
92 metrics.Counter(_COMMIT_METRIC_NAME).increment(
103 metrics.Counter(_COMMIT_METRIC_NAME).increment(
106 metrics.Counter(_COMMIT_METRIC_NAME).increment(
113 metrics.Counter(_REFRESH_METRIC_NAME).increment(
121 metrics.Counter(_REFRESH_METRIC_NAME).increment(fields={
127 metrics.Counter(_REFRESH_METRIC_NAME).increment(
131 metrics.Counter(_REFRESH_METRIC_NAME).increment(
  /system/extras/simpleperf/include/
simpleperf.h 34 struct Counter {
85 // Read counter values. There is a value for each event. You don't need to stop counters before
86 // reading them. The counter values are the accumulated value from the first StartCounters().
87 virtual bool ReadCounters(std::vector<Counter>* counters);
  /external/google-benchmark/src/
counter.cc 15 #include "counter.h"
20 double Finish(Counter const& c, double cpu_time, double num_threads) {
22 if (c.flags & Counter::kIsRate) {
25 if (c.flags & Counter::kAvgThreads) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
Counter.java 26 public class Counter<T> implements Iterable<T>, Comparable<Counter<T>> {
30 public Counter() {
34 public Counter(Comparator<T> comparator) {
68 public Counter<T> add(T obj, long countValue) {
84 public Counter<T> clear() {
136 int counter = 0; local
138 count_key.add(new Entry<T>(map.get(key), key, counter++));
183 public Counter<T> addAll(Collection<T> keys, int delta) {
190 public Counter<T> addAll(Counter<T> keys)
    [all...]

Completed in 1213 milliseconds

1 23 4 5 6 7 8 91011>>