OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:counters_
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
stats.cc
119
memcpy(
counters_
, stats->counters, sizeof(
counters_
));
179
counters_
[an_event]++;
184
counters_
[counter] = value;
189
return
counters_
[counter];
202
item.second = base::StringPrintf("0x%" PRIx64,
counters_
[i]);
240
memcpy(stats->counters,
counters_
, sizeof(
counters_
));
stats.h
93
int64
counters_
[MAX_COUNTER];
member in class:disk_cache::Stats
/external/chromium_org/v8/src/arm64/
instrument-arm64.cc
120
counters_
.push_back(counter);
133
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
160
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
172
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
202
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
220
for (it =
counters_
.begin(); it != counters_.end(); it++)
[
all
...]
instrument-arm64.h
76
std::list<Counter*>
counters_
;
member in class:v8::internal::Instrument
/external/vixl/src/a64/
instrument-a64.cc
140
counters_
.push_back(counter);
153
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
180
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
192
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
222
for (it =
counters_
.begin(); it !=
counters_
.end(); it++) {
240
for (it =
counters_
.begin(); it != counters_.end(); it++)
[
all
...]
instrument-a64.h
99
std::list<Counter*>
counters_
;
member in class:vixl::Instrument
/external/chromium_org/tools/stats_viewer/
stats_table.cs
323
counters_
= new List<IStatsCounter>();
336
return
counters_
.GetEnumerator();
347
return
counters_
.Count;
407
counters_
.Remove(old_counter);
408
counters_
.Add(rate);
414
counters_
.Remove(old_counter);
415
counters_
.Add(rate);
420
/// Find the counters in the table and insert into the
counters_
450
counters_
.Add(counter);
460
foreach (IStatsCounter ctr in
counters_
)
471
private List<IStatsCounter>
counters_
;
field in class:StatsViewer.StatsTableCounters
[
all
...]
/external/chromium_org/base/metrics/
stats_table.h
204
// The counters_lock_ protects the
counters_
hash table.
207
// The
counters_
hash map is an in-memory hash of the counters.
212
CountersMap
counters_
;
member in class:base::StatsTable
stats_table.cc
403
iter =
counters_
.find(name);
404
if (iter !=
counters_
.end())
591
counters_
[name] = counter_id;
/external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper_unittest.cc
84
counters_
[object_id]++;
91
static_cast<int>(
counters_
.size()));
94
EXPECT_LT(0,
counters_
[i]) << "ObjectID: " << i;
100
Counters
counters_
;
member in class:content::__anon11327::CountingDispatcherDelegate
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc
944
StreamDataCounters
counters_
;
member in class:webrtc::TestCallback
[
all
...]
/external/chromium_org/v8/src/
d8.h
52
Counter
counters_
[kMaxCounters];
member in class:v8::CounterCollection
365
static CounterCollection*
counters_
;
member in class:v8::Shell
isolate.h
825
ASSERT(
counters_
!= NULL);
826
return
counters_
;
[
all
...]
d8.cc
139
CounterCollection* Shell::
counters_
= &local_counters_;
member in class:v8::Shell
664
return &
counters_
[counters_in_use_++];
677
counters_
= static_cast<CounterCollection*>(memory);
699
counter =
counters_
->GetNextCounter();
[
all
...]
isolate.cc
[
all
...]
Completed in 1561 milliseconds