Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 54) sorted by relevance

123

/tools/tradefederation/core/src/com/android/tradefed/invoker/logger/
DTfObjectTracker.java71 long count = 0; in directCount() local
85 private static boolean count(Class<?> object) { in count() method in TfObjectTracker
107 long count = 0; in count() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationStatistics.kt55 fun count() { in <lambda>() method
208 val count = classCount[containingClass] in <lambda>() constant
252 val count = getCount(item) in <lambda>() constant
337 for (count in 0 until max) { in <lambda>() method
444 val count = used[it] in <lambda>() constant
458 val count = used[it] in <lambda>() constant
DBaseline.kt271 val count = idMap?.count() ?: 0 in <lambda>() constant
283 val count = entry.value in <lambda>() constant
/tools/loganalysis/src/com/android/loganalysis/item/
DMonkeyLogItem.java194 public void setTargetCount(int count) { in setTargetCount()
301 public void setIntermediateCount(int count) { in setIntermediateCount()
315 public void setFinalCount(int count) { in setFinalCount()
329 public void setDroppedCount(DroppedCategory category, int count) { in setDroppedCount()
330 setAttribute(category.toString(), count); in setDroppedCount() local
DSmartMonkeyLogItem.java194 public void setTargetInvocations(int count) { in setTargetInvocations()
277 public void setIntermediateCount(int count) { in setIntermediateCount()
293 public void setFinalCount(int count) { in setFinalCount()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DRuntimeRestartCollectorTest.java216 int count = getCount(runMetrics); in testAddingMetrics_noRuntimeRestart_noPriorRuntimeRestart() local
259 int count = getCount(runMetrics); in testAddingMetrics_noRuntimeRestart_withPriorRuntimeRestart() local
300 int count = getCount(runMetrics); in testAddingMetrics_withRuntimeRestart_noPriorRuntimeRestart() local
360 int count = getCount(runMetrics); in testAddingMetrics_withRuntimeRestart_withPriorRuntimeRestart() local
474 int count = getCount(runMetrics); in testAddingMetrics_withRuntimeRestart_useStatsdMetadataResultsForCount() local
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/
Dacts_usage_metadata.proto35 optional int32 count = 3; field
/tools/test/connectivity/acts_tests/tests/google/net/
Dsendra.py9 def send(dstmac, interval, count, lifetime, iface, rtt): argument
/tools/dexter/slicer/export/slicer/
Darrayview.h34 ArrayView(T* ptr, size_t count) : begin_(ptr), end_(ptr + count) {} in ArrayView()
Dreader.h121 slicer::ArrayView<const T> section(int offset, int count) const { in section()
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DCounter.kt21 data class CounterValue(val timestamp: Double, val count: Long) constant in trebuchet.model.CounterValue
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringThroughputTest.py127 def pc_can_ping(self, count=3): argument
147 def dut_can_ping(self, count=3): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimpleStats.java171 int count = 0; in meanOverOneStandardDeviationRange() local
/tools/trebuchet/trebuchet/startup-analyzer/src/
DStartupAnalyzer.kt90 …o.values.toSortedMap(java.lang.String.CASE_INSENSITIVE_ORDER).forEach { value, (count, duration) -> in <lambda>() method
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarPbapTest.py128 def connect_and_verify(self, count): argument
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat16BootSector.java176 public void setSectorCount(long count) { in setSectorCount()
DFat32BootSector.java156 public void setSectorCount(long count) { in setSectorCount()
DClusterChain.java172 int count = nrClusters - chain.length; in setChainLength() local
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DPingStressTest.py66 count=3, argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java25 private long count; field in LoopSummary
97 long count, in LoopSummary()
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py141 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
240 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
322 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt65 var count : Int = 0 in <lambda>() variable in AggregateSliceInfo
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py674 count=CONSECUTIVE_CALL_FAILS, argument
759 count=1, argument
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DMultiMap.java193 int count = 1; in getUniqueMap() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DAoaTargetPreparer.java108 int count = matcher.group(1) == null ? 1 : Integer.decode(matcher.group(1)); in ACTIONS.put() local

123