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

1 2 3 4

  /dalvik/libcore/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/netperf/
netcpu_kstat10.c 57 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters)
61 "\t idle %llu\n",counters[instance].idle);
63 "\t user %llu\n",counters[instance].user);
65 "\t kernel %llu\n",counters[instance].kernel);
67 "\t interrupt %llu\n",counters[instance].interrupt);
120 get_cpu_counters(int cpu_num, cpu_time_counters_t *counters)
144 counters[cpu_num].idle = knp->value.ui64;
148 counters[cpu_num].user = knp->value.ui64;
152 counters[cpu_num].kernel = knp->value.ui64;
179 "get_cpu_counters could not find one or more of the expected counters!\n")
    [all...]
netcpu_pstatnew.c 32 /* HP-UX 11.23 seems to have added three other cycle counters to the
147 counters and use their ratios for CPU util measurement. raj
157 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters)
161 "\t idle %llu\n",counters[instance].idle);
163 "\t user %llu\n",counters[instance].user);
165 "\t kernel %llu\n",counters[instance].kernel);
167 "\t interrupt %llu\n",counters[instance].interrupt);
251 /* we ass-u-me that these counters will never wrap during a
  /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);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.c 370 pFourX->counters.count6 = 0;
371 pFourX->counters.count7 = 0;
444 pFourX->counters.count6 = pMsduList->CurrNumOfMsdu;
445 pFourX->counters.count7 = i;
669 pFourX->counters.count1++;
681 pFourX->counters.count2++;
707 pFourX->counters.count3++;
727 pFourX->counters.count4++;
750 pFourX->counters.count5++;
836 WLAN_OS_REPORT(("No Free Msdu in ACX = %d\n", pFourX->counters.count1))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 76 struct radius_server_counters counters; member in struct:radius_client
99 struct radius_server_counters counters; member in struct:radius_server_data
466 data->counters.access_rejects++;
467 client->counters.access_rejects++;
533 data->counters.dup_access_requests++;
534 client->counters.dup_access_requests++;
555 data->counters.packets_dropped++;
556 client->counters.packets_dropped++;
601 data->counters.packets_dropped++;
602 client->counters.packets_dropped++
    [all...]
  /external/iptables/
ip6tables-save.c 21 static int binary = 0, counters = 0; variable
25 { "counters", 0, 0, 'c' },
145 ip6tc_handle_t *h, const char *chain, int counters)
150 /* print counters */
151 if (counters)
152 printf("[%llu:%llu] ", (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt);
295 print_rule(e, &h, chain, counters);
340 counters = 1;
iptables-save.c 20 static int binary = 0, counters = 0; variable
24 { "counters", 0, 0, 'c' },
161 iptc_handle_t *h, const char *chain, int counters)
166 /* print counters */
167 if (counters)
168 printf("[%llu:%llu] ", (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt);
306 print_rule(e, &h, chain, counters);
357 counters = 1;
ip6tables-restore.c 27 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
32 { "counters", 0, 0, 'c' },
47 " [ --counters ]\n"
133 counters = 1;
265 if (counters) {
271 "invalid policy counters "
308 /* we have counters in our input */
338 if (counters && pcnt && bcnt) {
339 add_argv("--set-counters");
  /external/iproute2/include/libiptc/
libip6tc.h 53 struct ip6t_counters *counters,
99 /* Zeroes the counters in a chain. */
119 struct ip6t_counters *counters,
126 /* read packet and byte counters for a specific rule */
131 /* zero packet and byte counters for a specific rule */
136 /* set packet and byte counters for a specific rule */
139 struct ip6t_counters *counters,
libiptc.h 108 /* Zeroes the counters in a chain. */
128 struct ipt_counters *counters,
136 /* read packet and byte counters for a specific rule */
141 /* zero packet and byte counters for a specific rule */
146 /* set packet and byte counters for a specific rule */
149 struct ipt_counters *counters,
  /external/iptables/include/libiptc/
libip6tc.h 53 struct ip6t_counters *counters,
99 /* Zeroes the counters in a chain. */
119 struct ip6t_counters *counters,
126 /* read packet and byte counters for a specific rule */
131 /* zero packet and byte counters for a specific rule */
136 /* set packet and byte counters for a specific rule */
139 struct ip6t_counters *counters,
libiptc.h 108 /* Zeroes the counters in a chain. */
128 struct ipt_counters *counters,
136 /* read packet and byte counters for a specific rule */
141 /* zero packet and byte counters for a specific rule */
146 /* set packet and byte counters for a specific rule */
149 struct ipt_counters *counters,
  /external/iptables/libiptc/
libiptc.c 114 STRUCT_COUNTERS counters; /* per-chain counters */ member in struct:chain_head
378 memcpy(&h->chain_iterator_cur->counters, &pr->entry->counters,
379 sizeof(h->chain_iterator_cur->counters));
669 /* set policy-counters */
670 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS));
1179 STRUCT_COUNTERS *counters,
1197 *counters = c->counters
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_arp/
arp_tables.h 82 struct xt_counters counters; member in struct:arpt_entry
137 struct xt_counters __user *counters; member in struct:arpt_replace
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 88 /* Packet and byte counters. */
89 struct xt_counters counters; member in struct:ipt_entry
188 /* Number of counters (must be equal to current number of entries). */
190 /* The old entries' counters. */
191 struct xt_counters *counters; member in struct:ipt_replace
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 82 struct xt_counters counters; member in struct:arpt_entry
137 struct xt_counters __user *counters; member in struct:arpt_replace
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 82 struct xt_counters counters; member in struct:arpt_entry
137 struct xt_counters __user *counters; member in struct:arpt_replace
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 82 struct xt_counters counters; member in struct:arpt_entry
137 struct xt_counters __user *counters; member in struct:arpt_replace
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 82 struct xt_counters counters; member in struct:arpt_entry
137 struct xt_counters __user *counters; member in struct:arpt_replace
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 82 struct xt_counters counters; member in struct:arpt_entry
137 struct xt_counters __user *counters; member in struct:arpt_replace
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 82 struct xt_counters counters; member in struct:arpt_entry
137 struct xt_counters __user *counters; member in struct:arpt_replace
  /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...]
  /bionic/libc/kernel/common/linux/netfilter/
x_tables.h 120 struct xt_counters counters[0]; member in struct:xt_counters_info
  /external/freetype/src/pshinter/
pshrec.h 108 /* masks and counters table descriptor */
123 PS_Mask_TableRec counters; member in struct:PS_DimensionRec_

Completed in 1242 milliseconds

1 2 3 4