Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/external/chromium/chrome/browser/instant/
Dpromo_counter_unittest.cc17 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
30 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
35 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
40 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
52 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
59 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
71 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
78 PromoCounter counter(&profile, "test", "test", 2, 2); in TEST_F() local
/external/v8/test/mjsunit/compiler/
Dinline-construct.js34 var counter = { value:0 }; variable in TestInlinedConstructor
51 function value_context(a, b, counter) { argument
55 function test_context(a, b, counter) { argument
61 function effect_context(a, b, counter) { argument
76 function c1(a, b, counter) { argument
84 function c2(a, b, counter) { argument
94 function c3(a, b, counter) { argument
134 function c_unsupported_syntax(a, b, counter) { argument
147 function c_strict(a, b, counter) { argument
/external/chromium_org/v8/test/mjsunit/compiler/
Dinline-construct.js34 var counter = { value:0 }; variable in TestInlinedConstructor
60 function value_context(constructor, val, deopt, counter) { argument
65 function test_context(constructor, val, deopt, counter) { argument
72 function effect_context(constructor, val, deopt, counter) { argument
85 function c1(val, deopt, counter) { argument
94 function c2(val, deopt, counter) { argument
105 function c3(val, deopt, counter) { argument
146 function c_unsupported_syntax(val, deopt, counter) { argument
160 function c_strict(val, deopt, counter) { argument
/external/chromium_org/chrome/browser/chromeos/settings/
Ddevice_oauth2_token_service_factory_unittest.cc23 int* counter, in CopyTokenServiceAndCount()
67 int counter = 0; in TEST_F() local
85 int counter = 0; in TEST_F() local
114 int counter = 0; in TEST_F() local
146 int counter = 0; in TEST_F() local
/external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/
Dpopup.js23 chrome.tabs.sendRequest(tab.id, {counter: 1}, function handler(response) { property
25 chrome.tabs.sendRequest(tab.id, {counter: response.counter}, handler); property
44 port.postMessage({counter: 1}); property
47 port.postMessage({counter: response.counter}); property
Dpage.js7 port.postMessage({counter: msg.counter+1}); property
13 sendResponse({counter: request.counter+1}); property
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_perf.h73 #define LP_COUNT(counter) lp_count.counter++ argument
74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) argument
75 #define LP_COUNT_GET(counter) (lp_count.counter) argument
77 #define LP_COUNT(counter) argument
78 #define LP_COUNT_ADD(counter, incr) (void)(incr) argument
79 #define LP_COUNT_GET(counter) 0 argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_perf.h73 #define LP_COUNT(counter) lp_count.counter++ argument
74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) argument
75 #define LP_COUNT_GET(counter) (lp_count.counter) argument
77 #define LP_COUNT(counter) argument
78 #define LP_COUNT_ADD(counter, incr) (void)(incr) argument
79 #define LP_COUNT_GET(counter) 0 argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDSAValidationParameters.java9 private int counter; field in DSAValidationParameters
13 int counter) in DSAValidationParameters()
20 int counter, in DSAValidationParameters()
DDHValidationParameters.java8 private int counter; field in DHValidationParameters
12 int counter) in DHValidationParameters()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DAesCtrParams.cpp38 Uint8Array* AesCtrParams::counter() in counter() function in WebCore::AesCtrParams
41 const blink::WebVector<unsigned char>& counter = m_algorithm.aesCtrParams()->counter(); in counter() local
/external/chromium/net/base/
Dmime_sniffer.cc214 base::Histogram* counter = in UMASnifferHistogramGet() local
269 base::Histogram* counter, in CheckForMagicNumbers()
311 static base::Histogram* counter(NULL); in SniffForHTML() local
330 static base::Histogram* counter(NULL); in SniffForMagicNumbers() local
372 static base::Histogram* counter(NULL); in SniffXML() local
457 static base::Histogram* counter(NULL); in SniffBinary() local
500 static base::Histogram* counter(NULL); in IsUnknownMimeType() local
527 static base::Histogram* counter(NULL); in SniffCRX() local
593 static base::Histogram* counter(NULL); in ShouldSniffMimeType() local
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DCountersTable.java142 Counter counter = (Counter) counters.elementAt(i); in countNode() local
171 Counter counter = (Counter) counters.elementAt(i); in countNode() local
197 Counter counter = new Counter(numberElem, new NodeSetDTM(support.getDTMManager())); in countNode() local
/external/chromium/chrome/common/extensions/docs/examples/api/messaging/timer/
Dpage.js3 port.postMessage({counter: msg.counter+1}); property
9 sendResponse({counter: request.counter+1}); property
/external/chromium_org/content/renderer/pepper/
Dppb_uma_private_impl.cc37 base::HistogramBase* counter = in HistogramCustomTimes() local
56 base::HistogramBase* counter = in HistogramCustomCounts() local
74 base::HistogramBase* counter = in HistogramEnumeration() local
/external/chromium-trace/trace-viewer/src/tracing/
Dfilter.js43 matchCounter: function(counter) { argument
75 matchCounter: function(counter) { argument
111 matchCounter: function(counter) { argument
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
Dctr128.c66 static void ctr128_inc(unsigned char *counter) { in ctr128_inc()
80 static void ctr128_inc_aligned(unsigned char *counter) { in ctr128_inc_aligned()
177 static void ctr96_inc(unsigned char *counter) { in ctr96_inc()
/external/openssl/crypto/modes/
Dctr128.c66 static void ctr128_inc(unsigned char *counter) { in ctr128_inc()
80 static void ctr128_inc_aligned(unsigned char *counter) { in ctr128_inc_aligned()
177 static void ctr96_inc(unsigned char *counter) { in ctr96_inc()
/external/chromium_org/net/base/
Dmime_sniffer.cc296 base::HistogramBase* counter = in UMASnifferHistogramGet() local
373 base::HistogramBase* counter, in CheckForMagicNumbers()
415 static base::HistogramBase* counter(NULL); in SniffForHTML() local
435 static base::HistogramBase* counter(NULL); in SniffForMagicNumbers() local
604 static base::HistogramBase* counter(NULL); in SniffXML() local
690 static base::HistogramBase* counter(NULL); in SniffBinary() local
734 static base::HistogramBase* counter(NULL); in IsUnknownMimeType() local
762 static base::HistogramBase* counter(NULL); in SniffCRX() local
846 static base::HistogramBase* counter(NULL); in ShouldSniffMimeType() local
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dcounter_track.js45 get counter() { getter in CounterTrack
49 set counter(counter) { argument
/external/guava/guava-tests/test/com/google/common/cache/
DAbstractCacheTest.java84 StatsCounter counter = new SimpleStatsCounter(); in testEmptySimpleStats() local
100 StatsCounter counter = new SimpleStatsCounter(); in testSingleSimpleStats() local
/external/proguard/src/proguard/optimize/peephole/
DClassMerger.java405 MemberCounter counter = new MemberCounter(); in haveAnyIdenticalInitializers() local
438 MemberCounter counter = new MemberCounter(); in introducesUnwantedAbstractMethods() local
462 MemberCounter counter = new MemberCounter(); in overridesAnyMethods() local
483 MemberCounter counter = new MemberCounter(); in shadowsAnyMethods() local
/external/oprofile/daemon/
Dopd_mangling.c69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg) in mangle_filename()
142 struct sfile * sf, int counter, int cg) in opd_open_sample_file()
/external/chromium_org/chrome/renderer/
Dbenchmarking_extension.cc98 int counter = base::StatsTable::current()->GetCounterValue(name); in GetCounter() local
109 int counter = base::StatsTable::current()->GetCounterValue( in GetCounterForRenderer() local
/external/chromium_org/v8/test/webkit/
Dlegitimately-captured-argument.js35 var counter = makeCounter(i); variable

12345678910>>...17