HomeSort by relevance Sort by last modified time
    Searched defs:counters (Results 1 - 25 of 290) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/module/ia64/
op_ia64_model.h 28 struct op_msr_group counters; member in struct:op_msrs
  /external/chromium_org/v8/src/extensions/
statistics-extension.cc 68 heap->CollectAllGarbage(Heap::kNoGCFlags, "counters extension");
72 Counters* counters = isolate->counters(); local
76 AddCounter(result, counters->name(), #name);
82 AddCounter(result, counters->count_of_##name(), "count_of_" #name); \
83 AddCounter(result, counters->size_of_##name(), "size_of_" #name);
88 AddCounter(result, counters->count_of_CODE_TYPE_##name(), \
90 AddCounter(result, counters->size_of_CODE_TYPE_##name(), \
96 AddCounter(result, counters->count_of_FIXED_ARRAY_##name(),
    [all...]
  /external/kernel-headers/original/linux/
percpu_counter.h 20 s32 *counters; member in struct:percpu_counter
33 fbc->counters = alloc_percpu(s32);
38 free_percpu(fbc->counters);
  /external/linux-tools-perf/util/
values.h 10 int counters; member in struct:perf_read_values
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
process.py 23 def counters(self): member in class:Process
51 if counter_id in self.counters:
52 return self.counters[counter_id]
  /external/oprofile/module/x86/
op_x86_model.h 27 struct op_msr_group counters; member in struct:op_msrs
op_nmi.c 168 printk(KERN_ERR "oprofile: no counters have been enabled.\n");
193 struct op_msr_group * counters = &cpu_msrs[cpu].counters; local
196 counters->addrs = NULL;
197 counters->saved = NULL;
201 counters->addrs = kmalloc(nr_ctrs * sizeof(uint), GFP_KERNEL);
202 if (!counters->addrs)
205 counters->saved = kmalloc(
207 if (!counters->saved)
222 rdmsr(counters->addrs[i]
246 struct op_msr_group * counters = &cpu_msrs[cpu].counters; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 34 * This is a table of counters, keyed by ElemNumber objects, each
50 * Get the list of counters that corresponds to
55 * @return the list of counters that corresponds to
61 Vector counters = (Vector) this.get(numberElem); local
63 return (null == counters) ? putElemNumber(numberElem) : counters;
78 Vector counters = new Vector(); local
80 this.put(numberElem, counters);
82 return counters;
86 * Place to collect new counters
131 Vector counters = getCounters(numberElem); local
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 70 ErrorCounters counters; local
71 counters.num_conflicting_commits = 1;
72 counters.consecutive_transient_error_commits = 5;
73 counters.consecutive_errors = 3;
75 scoped_ptr<DictionaryValue> value(counters.ToValue());
77 ExpectIntegerValue(counters.num_conflicting_commits,
79 ExpectIntegerValue(counters.consecutive_transient_error_commits,
81 ExpectIntegerValue(counters.consecutive_errors,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 99 volatile int counters[kThreadCount]; member in struct:__sanitizer::AdvancedCallbackArgument
132 __sync_fetch_and_add(&callback_argument->counters[this_thread_index], 1);
150 counters_at_init[j] = __sync_fetch_and_add(&callback_argument->counters[j],
155 if (__sync_fetch_and_add(&callback_argument->counters[j], 0) !=
  /external/valgrind/main/cachegrind/
cg_branchpred.c 66 counters. Given the address of the branch instruction, the array
89 static UChar counters[N_COUNTERS]; /* Counter array; presumably auto-zeroed */ variable
110 predicted_taken = counters[ indx ] >= 2;
120 if (counters[indx] < 3)
121 counters[indx]++;
123 if (counters[indx] > 0)
124 counters[indx]--;
127 tl_assert(counters[indx] <= 3);
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 229 this.counters = {};
235 if (!(func in this.counters)) {
236 this.counters[func] = { self: 0, total: 0 };
238 this.counters[func].self += self;
239 this.counters[func].total += total;
273 assertTrue('' in this.counters);
274 this.root = this.counters[''];
275 delete this.counters[''];
283 for (var c in testDriver.counters) {
295 assertTrue(rec.label in testDriver.counters, 'uncounted: ' + rec.label)
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 229 this.counters = {};
235 if (!(func in this.counters)) {
236 this.counters[func] = { self: 0, total: 0 };
238 this.counters[func].self += self;
239 this.counters[func].total += total;
273 assertTrue('' in this.counters);
274 this.root = this.counters[''];
275 delete this.counters[''];
283 for (var c in testDriver.counters) {
295 assertTrue(rec.label in testDriver.counters, 'uncounted: ' + rec.label)
    [all...]
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 88 int64* counters = reinterpret_cast<int64*>( local
91 printf("Count(%d): %" PRId64 "\n", i, *counters++);
  /external/iptables/iptables/
ip6tables-restore.c 28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
33 {.name = "counters", .has_arg = false, .val = 'c'},
48 " [ --counters ]\n"
150 counters = 1;
293 if (counters) {
299 "invalid policy counters "
337 /* we have counters in our input */
367 if (counters && pcnt && bcnt) {
368 add_argv("--set-counters");
iptables-restore.c 25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
30 {.name = "counters", .has_arg = false, .val = 'c'},
48 " [ --counters ]\n"
153 counters = 1;
298 if (counters) {
304 "invalid policy counters "
342 /* we have counters in our input */
372 if (counters && pcnt && bcnt) {
373 add_argv("--set-counters");
  /external/v8/src/
code-stubs.cc 53 masm->isolate()->counters()->code_stubs()->Increment();
82 Counters* counters = isolate->counters(); local
83 counters->total_stubs_code_size()->Increment(code->instruction_size());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 112 u_int64_t pcnt, bcnt; /* Packet and byte counters */
123 /* The counters (actually `number' of these). */
124 struct xt_counters counters[0]; member in struct:xt_counters_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 112 u_int64_t pcnt, bcnt; /* Packet and byte counters */
123 /* The counters (actually `number' of these). */
124 struct xt_counters counters[0]; member in struct:xt_counters_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 112 u_int64_t pcnt, bcnt; /* Packet and byte counters */
123 /* The counters (actually `number' of these). */
124 struct xt_counters counters[0]; member in struct:xt_counters_info
  /bionic/libc/kernel/common/linux/netfilter/
x_tables.h 115 struct xt_counters counters[0]; member in struct:xt_counters_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
x_tables.h 120 struct xt_counters counters[0]; member in struct:xt_counters_info
  /external/chromium/net/disk_cache/
stats.cc 21 int64 counters[disk_cache::Stats::MAX_COUNTER]; member in struct:__anon5453::OnDiskStats
109 // If we have more than 512 bytes of counters, change kDiskSignature so we
141 memcpy(counters_, stats.counters, sizeof(counters_));
177 void Stats::OnEvent(Counters an_event) {
182 void Stats::SetCounter(Counters counter, int64 value) {
187 int64 Stats::GetCounter(Counters counter) const {
240 memcpy(stats.counters, counters_, sizeof(counters_));
320 int Stats::GetRatio(Counters hit, Counters miss) const {
  /external/chromium_org/net/disk_cache/
stats.cc 21 int64 counters[disk_cache::Stats::MAX_COUNTER]; member in struct:__anon11061::OnDiskStats
115 memcpy(counters_, stats->counters, sizeof(counters_));
137 // If we have more than 512 bytes of counters, change kDiskSignature so we
158 void Stats::OnEvent(Counters an_event) {
163 void Stats::SetCounter(Counters counter, int64 value) {
168 int64 Stats::GetCounter(Counters counter) const {
221 memcpy(stats->counters, counters_, sizeof(counters_));
300 int Stats::GetRatio(Counters hit, Counters miss) const {
  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h 108 /* masks and counters table descriptor */
123 PS_Mask_TableRec counters; member in struct:PS_DimensionRec_

Completed in 3502 milliseconds

1 2 3 4 5 6 7 8 91011>>