Home
last modified time | relevance | path

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

12

/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/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/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
DUsbTetheringFunctionsTest.py161 def can_ping(self, ip, extra_params='', count=10): argument
/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/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py150 count=3, argument
160 count=3, argument
275 count=3, argument
285 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
408 count=3, argument
423 count=3, argument
/tools/security/fuzzing/system_fuzzers/libwatchdog_perf_service/
Dlibwatchdog_perf_service_fuzzer.cpp47 int count = 0; in LLVMFuzzerTestOneInput() 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/metalava/src/main/java/com/android/tools/metalava/
DBaseline.kt270 val count = idMap?.count() ?: 0 in <lambda>() constant
284 val count = entry.value in <lambda>() constant
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py670 count=None, argument
702 count=3, argument
719 count=1, argument
Dfuchsia_device.py850 count=3, argument
910 count=1, argument
/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/framework/acts/
Dutils.py914 def parse_ping_ouput(ad, count, out, loss_tolerance=20): argument
947 count=120, argument
1535 count=3, argument
1591 count=3, argument
1697 count=3, argument
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DPingStressTest.py67 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_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py673 count=CONSECUTIVE_CALL_FAILS, argument
758 count=1, argument
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt65 var count : Int = 0 in <lambda>() variable in AggregateSliceInfo
/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