OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SamplingCounter
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h
281
// See subclasses below,
SamplingCounter
, GlobalSamplingCounter and DeletableSamplingCounter.
323
//
SamplingCounter
:
334
// static
SamplingCounter
countMe("This is my counter. There are many like it, but this one is mine.");
339
class
SamplingCounter
: public AbstractSamplingCounter {
341
SamplingCounter
(const char* name) { init(name); }
381
// The above classes (
SamplingCounter
, GlobalSamplingCounter), are intended for
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
462
public static class
SamplingCounter
extends Counter {
464
SamplingCounter
(ArrayList<Unpluggable> unpluggables, Parcel in) {
468
SamplingCounter
(ArrayList<Unpluggable> unpluggables) {
[
all
...]
Completed in 996 milliseconds