Home
last modified time | relevance | path

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

12345678910>>...16

/external/vixl/src/a64/
Dinstrument-a64.cc139 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument() local
166 static Counter* counter = GetCounter("Instruction"); in Update() local
212 static Counter* counter = GetCounter("Instruction"); in DumpEventMarker() local
257 static Counter* counter = GetCounter("PC Addressing"); in VisitPCRelAddressing() local
265 static Counter* counter = GetCounter("Add/Sub DP"); in VisitAddSubImmediate() local
273 static Counter* counter = GetCounter("Logical DP"); in VisitLogicalImmediate() local
280 static Counter* counter = GetCounter("Move Immediate"); in VisitMoveWideImmediate() local
294 static Counter* counter = GetCounter("Other Int DP"); in VisitBitfield() local
302 static Counter* counter = GetCounter("Other Int DP"); in VisitExtract() local
310 static Counter* counter = GetCounter("Unconditional Branch"); in VisitUnconditionalBranch() local
[all …]
/external/chromium_org/v8/src/arm64/
Dinstrument-arm64.cc119 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument() local
146 static Counter* counter = GetCounter("Instruction"); in Update() local
192 static Counter* counter = GetCounter("Instruction"); in DumpEventMarker() local
236 static Counter* counter = GetCounter("PC Addressing"); in VisitPCRelAddressing() local
258 static Counter* counter = GetCounter("Logical DP"); in VisitLogicalImmediate() local
265 static Counter* counter = GetCounter("Move Immediate"); in VisitMoveWideImmediate() local
278 static Counter* counter = GetCounter("Other Int DP"); in VisitBitfield() local
285 static Counter* counter = GetCounter("Other Int DP"); in VisitExtract() local
292 static Counter* counter = GetCounter("Unconditional Branch"); in VisitUnconditionalBranch() local
299 static Counter* counter = GetCounter("Unconditional Branch"); in VisitUnconditionalBranchToRegister() local
[all …]
/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/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/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/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/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/proguard/src/proguard/optimize/peephole/
DClassMerger.java418 MemberCounter counter = new MemberCounter(); in haveAnyIdenticalFields() local
445 MemberCounter counter = new MemberCounter(); in introducesUnwantedFields() local
461 MemberCounter counter = new MemberCounter(); in shadowsAnyFields() local
481 MemberCounter counter = new MemberCounter(); in haveAnyIdenticalMethods() local
512 MemberCounter counter = new MemberCounter(); in introducesUnwantedAbstractMethods() local
536 MemberCounter counter = new MemberCounter(); in overridesAnyMethods() local
557 MemberCounter counter = new MemberCounter(); in shadowsAnyMethods() local
/external/chromium_org/components/nacl/renderer/
Dhistogram.cc16 base::HistogramBase* counter = in HistogramCustomCounts() local
32 base::HistogramBase* counter = in HistogramEnumerate() local
93 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( in HistogramTimeSmall() local
109 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( in HistogramTimeMedium() local
125 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( in HistogramTimeLarge() local
139 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( in HistogramTimeTranslation() 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-trace/trace-viewer/src/tracing/
Dfilter.js43 matchCounter: function(counter) { argument
75 matchCounter: function(counter) { argument
111 matchCounter: function(counter) { argument
/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/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/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/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/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/pepper/
Dpepper_uma_host.cc129 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( in OnHistogramCustomTimes() local
154 base::HistogramBase* counter = base::Histogram::FactoryGet( in OnHistogramCustomCounts() local
177 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( in OnHistogramEnumeration() local
/external/chromium_org/chrome/browser/chromeos/
Dexternal_metrics.cc170 base::HistogramBase* counter = in RecordHistogram() local
186 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( in RecordLinearHistogram() local
198 base::HistogramBase* counter = base::SparseHistogram::FactoryGet( in RecordSparseHistogram() local
/external/chromium_org/v8/test/webkit/
Dlegitimately-captured-argument.js35 var counter = makeCounter(i); variable
/external/chromium_org/crypto/
Dencryptor.cc14 Encryptor::Counter::Counter(const base::StringPiece& counter) { in Counter()
50 bool Encryptor::SetCounter(const base::StringPiece& counter) { in SetCounter()
/external/stlport/test/unit/
Diter_test.cpp49 unsigned counter = 0; in iter1() local
70 unsigned counter = 0; in iter3() local

12345678910>>...16