Home
last modified time | relevance | path

Searched refs:Counter (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/V8Binding/v8/src/
Dd8.h42 class Counter {
65 Counter* GetNextCounter();
72 Counter counters_[kMaxCounters];
79 Counter* Lookup(const char* name) { in Lookup()
85 return reinterpret_cast<Counter*>(answer->value); in Lookup()
87 void Set(const char* name, Counter* value) { in Set()
102 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); } in CurrentValue()
197 static Counter* GetCounter(const char* name, bool is_histogram);
Dmksnapshot.cc46 class Counter { class
71 max_name_size_ = Counter::kMaxNameSize; in CounterCollection()
74 Counter* GetNextCounter() { in GetNextCounter()
83 Counter counters_[kMaxCounters];
104 Counter* ctr = counters->GetNextCounter(); in counter_callback()
Dd8.cc301 int32_t* Counter::Bind(const char* name, bool is_histogram) { in Bind()
311 void Counter::AddSample(int32_t sample) { in AddSample()
320 max_name_size_ = Counter::kMaxNameSize; in CounterCollection()
325 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()
358 Counter* Shell::GetCounter(const char* name, bool is_histogram) { in GetCounter()
359 Counter* counter = counter_map_->Lookup(name); in GetCounter()
375 Counter* counter = GetCounter(name, false); in LookupCounter()
394 Counter* counter = reinterpret_cast<Counter*>(histogram); in AddHistogramSample()
498 Counter* counter = i.CurrentValue(); in OnExit()
/external/webkit/WebCore/css/
DCounter.h29 class Counter : public RefCounted<Counter> {
31 …static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiv… in create()
33 return adoptRef(new Counter(identifier, listStyle, separator)); in create()
47Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRef… in Counter() function
DCSSPrimitiveValue.h31 class Counter; variable
149 Counter* getCounterValue(ExceptionCode&) const;
150 Counter* getCounterValue() const { return m_type != CSS_COUNTER ? 0 : m_value.counter; } in getCounterValue()
194 void init(PassRefPtr<Counter>);
208 Counter* counter;
DCounter.idl27 ] Counter {
DCSSPrimitiveValue.idl68 Counter getCounterValue()
DCSSPrimitiveValue.cpp258 void CSSPrimitiveValue::init(PassRefPtr<Counter> c) in init()
624 Counter* CSSPrimitiveValue::getCounterValue(ExceptionCode& ec) const in getCounterValue()
/external/opencore/baselibs/gen_data_structures/src/
Dpv_string_uri.cpp201 for (unsigned char Counter = 0; Counter < size; Counter++) in DecimalToHexConverter() local
204 Temp >>= (4 * Counter); in DecimalToHexConverter()
206 FinalBuffer[size - Counter] = LookUpTable[Temp]; in DecimalToHexConverter()
/external/gtest/samples/
Dsample4.cc39 int Counter::Increment() { in Increment()
44 void Counter::Print() const { in Print()
Dsample4.h38 class Counter {
44 Counter() : counter_(0) {} in Counter() function
Dsample4_unittest.cc36 TEST(Counter, Increment) { in TEST() argument
37 Counter c; in TEST()
/external/webkit/V8Binding/v8/tools/
Dstats-viewer.py125 counter = self.data.Counter(i)
170 counter = self.data.Counter(i)
303 class Counter(object): class
350 def Counter(self, index): member in CounterCollection
352 return Counter(self.data, 16 + index * self.CounterSize())
/external/netperf/
Dnetcpu_ntperf.c84 LARGE_INTEGER Counter; in ReadPerformanceCounter() local
85 QueryPerformanceCounter(&Counter); in ReadPerformanceCounter()
87 return(Counter); in ReadPerformanceCounter()
/external/webkit/WebKit/win/
DDOMCreateInstance.cpp349 CREATE_ONLY_SELF(Counter)
/external/openssl/apps/
Dmakeapps.com158 $! Define A File Counter And Set It To "0".
185 $! Increment The Counter.
/external/webkit/WebCore/WebCore.vcproj/
DMigrateIDLAndScripts121 $(WEBKIT_OUTPUT)/Counter.idl \
/external/webkit/WebCore/bindings/objc/
DDOMUtility.mm106 WRAP(Counter)
/external/webkit/WebKit/win/WebKit.vcproj/
DDerivedSources.make126 $(PREFIX)Counter.idl \
/external/openssl/crypto/
Dcrypto-lib.com450 $! Increment The Counter.
/external/webkit/WebCore/bindings/v8/
DV8Index.h313 V(COUNTER, Counter) \
/external/webkit/WebCore/
DDerivedSources.make80 Counter \
DWebCore.gypi22 'css/Counter.idl',
864 'css/Counter.h',
/external/webkit/WebCore/page/
DDOMWindow.idl317 attribute CounterConstructor Counter;
/external/wpa_supplicant/
DREADME310 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)

12