Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/src/com/android/tradefed/util/
DNullUtil.java26 int count = 0; in countNulls() local
37 int count = 0; in countNonNulls() local
DSimpleStats.java171 int count = 0; in meanOverOneStandardDeviationRange() local
DMultiMap.java186 int count = 1; in getUniqueMap() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationStatistics.kt55 fun count() { in <lambda>() method in com.android.tools.metalava.AnnotationStatistics
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.kt254 val count = idMap?.count() ?: 0 in <lambda>() constant
266 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
473 int count = getCount(runMetrics); in testAddingMetrics_withRuntimeRestart_useAtomResultsForCount() local
/tools/test/connectivity/acts/tests/google/usb/
DUsbTetheringThroughputTest.py123 def pc_can_ping(self, count=3): argument
143 def dut_can_ping(self, count=3): argument
/tools/test/connectivity/acts/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/trebuchet/trebuchet/startup-analyzer/src/
DStartupAnalyzer.kt90 …o.values.toSortedMap(java.lang.String.CASE_INSENSITIVE_ORDER).forEach { value, (count, duration) -> in <lambda>() method
/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/google/bt/car_bt/
DBtCarPbapTest.py130 def connect_and_verify(self, count): argument
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAoaTargetPreparer.java105 int count = Integer.decode(args.get(0)); in ACTIONS.put() local
/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/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt65 var count : Int = 0 in <lambda>() variable
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py674 count=CONSECUTIVE_CALL_FAILS, argument
759 count=1, argument
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py436 def send_ra(self, iface, mac=RA_MULTICAST_ADDR, interval=1, count=None, argument
/tools/tradefederation/core/python-lib/tradefed_py/
Dtf_runner.py44 def startTestRun(self, count): argument
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectory.java224 static CentralDirectory makeFromData(@Nonnull ByteBuffer bytes, int count, @Nonnull ZFile file) in makeFromData()

12