/external/webkit/V8Binding/v8/src/ |
D | d8.h | 42 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);
|
D | mksnapshot.cc | 46 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()
|
D | d8.cc | 301 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/ |
D | Counter.h | 29 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() 47 …Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRef… in Counter() function
|
D | CSSPrimitiveValue.h | 31 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;
|
D | Counter.idl | 27 ] Counter {
|
D | CSSPrimitiveValue.idl | 68 Counter getCounterValue()
|
D | CSSPrimitiveValue.cpp | 258 void CSSPrimitiveValue::init(PassRefPtr<Counter> c) in init() 624 Counter* CSSPrimitiveValue::getCounterValue(ExceptionCode& ec) const in getCounterValue()
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | pv_string_uri.cpp | 201 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/ |
D | sample4.cc | 39 int Counter::Increment() { in Increment() 44 void Counter::Print() const { in Print()
|
D | sample4.h | 38 class Counter { 44 Counter() : counter_(0) {} in Counter() function
|
D | sample4_unittest.cc | 36 TEST(Counter, Increment) { in TEST() argument 37 Counter c; in TEST()
|
/external/webkit/V8Binding/v8/tools/ |
D | stats-viewer.py | 125 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/ |
D | netcpu_ntperf.c | 84 LARGE_INTEGER Counter; in ReadPerformanceCounter() local 85 QueryPerformanceCounter(&Counter); in ReadPerformanceCounter() 87 return(Counter); in ReadPerformanceCounter()
|
/external/webkit/WebKit/win/ |
D | DOMCreateInstance.cpp | 349 CREATE_ONLY_SELF(Counter)
|
/external/openssl/apps/ |
D | makeapps.com | 158 $! Define A File Counter And Set It To "0". 185 $! Increment The Counter.
|
/external/webkit/WebCore/WebCore.vcproj/ |
D | MigrateIDLAndScripts | 121 $(WEBKIT_OUTPUT)/Counter.idl \
|
/external/webkit/WebCore/bindings/objc/ |
D | DOMUtility.mm | 106 WRAP(Counter)
|
/external/webkit/WebKit/win/WebKit.vcproj/ |
D | DerivedSources.make | 126 $(PREFIX)Counter.idl \
|
/external/openssl/crypto/ |
D | crypto-lib.com | 450 $! Increment The Counter.
|
/external/webkit/WebCore/bindings/v8/ |
D | V8Index.h | 313 V(COUNTER, Counter) \
|
/external/webkit/WebCore/ |
D | DerivedSources.make | 80 Counter \
|
D | WebCore.gypi | 22 'css/Counter.idl', 864 'css/Counter.h',
|
/external/webkit/WebCore/page/ |
D | DOMWindow.idl | 317 attribute CounterConstructor Counter;
|
/external/wpa_supplicant/ |
D | README | 310 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
|