OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sCounter
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/android/
TimeCounter.cpp
82
uint32_t TimeCounter::
sCounter
[TimeCounter::TotalTimeCounterCount];
110
sCounter
[type]++;
134
if (
sCounter
[type] > 0)
135
sprintf(&scratch[index], " called %d times",
sCounter
[type]);
166
if (
sCounter
[type] > sLastCounter[type])
167
sprintf(&scratch[index], " called %d times",
sCounter
[type]
172
memcpy(sLastCounter,
sCounter
, sizeof(
sCounter
));
180
bzero(
sCounter
, sizeof(
sCounter
));
[
all
...]
TimeCounter.h
79
static uint32_t
sCounter
[TotalTimeCounterCount];
93
TimeCounter::
sCounter
[m_type]++;
/frameworks/base/core/java/android/net/
DnsPinger.java
64
private static final AtomicInteger
sCounter
= new AtomicInteger();
268
int id =
sCounter
.incrementAndGet();
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
527
private static int
sCounter
= 0;
[
all
...]
Completed in 324 milliseconds