| /external/vixl/src/a64/ |
| D | instrument-a64.cc | 139 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/ |
| D | instrument-arm64.cc | 119 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/ |
| D | inline-construct.js | 34 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/ |
| D | popup.js | 23 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
|
| D | page.js | 7 port.postMessage({counter: msg.counter+1}); property 13 sendResponse({counter: request.counter+1}); property
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_perf.h | 73 #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/ |
| D | lp_perf.h | 73 #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/ |
| D | DSAValidationParameters.java | 9 private int counter; field in DSAValidationParameters 13 int counter) in DSAValidationParameters() 20 int counter, in DSAValidationParameters()
|
| D | DHValidationParameters.java | 8 private int counter; field in DHValidationParameters 12 int counter) in DHValidationParameters()
|
| /external/proguard/src/proguard/optimize/peephole/ |
| D | ClassMerger.java | 418 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/ |
| D | histogram.cc | 16 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/ |
| D | CountersTable.java | 142 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/ |
| D | filter.js | 43 matchCounter: function(counter) { argument 75 matchCounter: function(counter) { argument 111 matchCounter: function(counter) { argument
|
| /external/openssl/crypto/modes/ |
| D | ctr128.c | 66 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/ |
| D | ctr128.c | 66 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/ |
| D | mime_sniffer.cc | 296 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/ |
| D | counter_track.js | 45 get counter() { getter in CounterTrack 49 set counter(counter) { argument
|
| /external/guava/guava-tests/test/com/google/common/cache/ |
| D | AbstractCacheTest.java | 84 StatsCounter counter = new SimpleStatsCounter(); in testEmptySimpleStats() local 100 StatsCounter counter = new SimpleStatsCounter(); in testSingleSimpleStats() local
|
| /external/chromium_org/chrome/renderer/ |
| D | benchmarking_extension.cc | 98 int counter = base::StatsTable::current()->GetCounterValue(name); in GetCounter() local 109 int counter = base::StatsTable::current()->GetCounterValue( in GetCounterForRenderer() local
|
| /external/oprofile/daemon/ |
| D | opd_mangling.c | 69 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/ |
| D | pepper_uma_host.cc | 129 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/ |
| D | external_metrics.cc | 170 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/ |
| D | legitimately-captured-argument.js | 35 var counter = makeCounter(i); variable
|
| /external/chromium_org/crypto/ |
| D | encryptor.cc | 14 Encryptor::Counter::Counter(const base::StringPiece& counter) { in Counter() 50 bool Encryptor::SetCounter(const base::StringPiece& counter) { in SetCounter()
|
| /external/stlport/test/unit/ |
| D | iter_test.cpp | 49 unsigned counter = 0; in iter1() local 70 unsigned counter = 0; in iter3() local
|