Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 52) 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/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/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()
Dwriter.h85 dex::u4 Init(dex::u4 offset, dex::u4 count) { in Init()
/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/tradefederation/core/src/com/android/tradefed/util/
DSimpleStats.java171 int count = 0; in meanOverOneStandardDeviationRange() local
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py138 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
222 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
295 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
/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/google/bt/car_bt/
DBtCarPbapTest.py128 def connect_and_verify(self, count): 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/tests/google/fuchsia/wlan/
DPingStressTest.py66 count=3, argument
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java82 private void mockTestRunStarted(File binary, int count) throws Exception { in mockTestRunStarted()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat32BootSector.java156 public void setSectorCount(long count) { in setSectorCount()
DClusterChain.java172 int count = nrClusters - chain.length; in setChainLength() local
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt65 var count : Int = 0 in <lambda>() variable in AggregateSliceInfo
/tools/test/connectivity/acts/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
/tools/tradefederation/core/python-lib/tradefed_py/
Dtf_runner.py44 def startTestRun(self, count): argument
/tools/test/connectivity/acts/tests/google/usb/
DUsbTetheringFunctionsTest.py160 def can_ping(self, ip, extra_params='', count=10): argument
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java321 int count = Integer.parseInt(capture.get(0).get(0)); in parseOutputFile() local

123