/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | DurationTracker.h | 63 const std::vector<Matcher>& dimensionInCondition, bool nesting, in DurationTracker() argument 74 mNested(nesting), in DurationTracker()
|
D | MaxDurationTracker.h | 33 const std::vector<Matcher>& dimensionInCondition, bool nesting,
|
D | OringDurationTracker.h | 33 bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum,
|
D | MaxDurationTracker.cpp | 30 const vector<Matcher>& dimensionInCondition, bool nesting, in MaxDurationTracker() argument 35 : DurationTracker(key, id, eventKey, wizard, conditionIndex, dimensionInCondition, nesting, in MaxDurationTracker()
|
D | OringDurationTracker.cpp | 30 bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum, in OringDurationTracker() argument 33 : DurationTracker(key, id, eventKey, wizard, conditionIndex, dimensionInCondition, nesting, in OringDurationTracker()
|
/frameworks/base/core/proto/android/server/ |
D | alarmmanagerservice.proto | 200 // The last time this first became active (when nesting changed from 0 to 1) 203 // The broadcast is active if nesting > 0. 204 optional int32 nesting = 7; field 240 // The last time this first became active (when nesting changed from 0 to 1) 243 // The filter is active if nesting > 0. 244 optional int32 nesting = 7; field
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | DurationMetricProducer.h | 43 const size_t stopIndex, const size_t stopAllIndex, const bool nesting,
|
D | DurationMetricProducer.cpp | 69 const bool nesting, in DurationMetricProducer() argument 78 mNested(nesting), in DurationMetricProducer()
|
D | metrics_manager_util.cpp | 364 bool nesting = simplePredicate.count_nesting(); in initMetrics() local 409 … trackerIndices[2], nesting, wizard, internalDimensions, timeBaseTimeNs, currentTimeNs); in initMetrics()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | data.proto | 47 // new data, does not require nesting
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 1409 int nesting; field in AlarmManagerService.FilterStats 1425 + ", nesting=" + nesting in toString() 1438 proto.write(FilterStatsProto.NESTING, nesting); in writeToProto() 1452 int nesting; field in AlarmManagerService.BroadcastStats 1469 + ", nesting=" + nesting in toString() 1482 proto.write(BroadcastStatsProto.NESTING, nesting); in writeToProto() 2492 if (fs.nesting > 0) pw.print("*ACTIVE* "); in dumpImpl() 2512 if (bs.nesting > 0) pw.print("*ACTIVE* "); in dumpImpl() 2527 if (fs.nesting > 0) pw.print("*ACTIVE* "); in dumpImpl() 4562 bs.nesting--; in updateStatsLocked() [all …]
|
/frameworks/base/cmds/statsd/tests/e2e/ |
D | Anomaly_duration_sum_e2e_test.cpp | 35 bool nesting) { in CreateStatsdConfig() argument 51 holdingWakelockPredicate.mutable_simple_predicate()->set_count_nesting(nesting); in CreateStatsdConfig()
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 179 *Subtracting time when nesting is violated*
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 88 easily support nesting submodules (Clang module maps support this, but pure 671 to refer to the generated messages at the deepest nesting levels; since this use
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1559 int nesting = ++ims.mBatchEditNesting; in beginBatchEdit() local 1560 if (nesting == 1) { in beginBatchEdit() 1583 int nesting = --ims.mBatchEditNesting; in endBatchEdit() local 1584 if (nesting == 0) { in endBatchEdit()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 2018 final int nesting = mActivityStartingNesting.decrementAndGet(); 2019 if (nesting <= 0) { 2022 + nesting); 2024 if (nesting < 0) { 2030 Slog.d(TAG_PSS, "Still deferring PSS, nesting=" + nesting);
|