Home
last modified time | relevance | path

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

123

/tools/tradefederation/core/src/com/android/tradefed/invoker/logger/
DTfObjectTracker.java74 long count = 0; in directCount() local
88 private static boolean count(Class<?> object) { in count() method in TfObjectTracker
110 long count = 0; in count() local
/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java68 String count = null; in testBuildDDCommandEmpty() local
96 String count = null; in testBuildDDCommandInputOutput() local
124 String count = null; in testBuildDDCommandBlockSize() local
152 String count = null; in testBuildDDCommandFlags() local
182 String count = null; in testBuildDDCommandConv() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DRuntimeRestartCollectorTest.java223 int count = getCount(runMetrics); in testAddingMetrics_noRuntimeRestart_noPriorRuntimeRestart() local
266 int count = getCount(runMetrics); in testAddingMetrics_noRuntimeRestart_withPriorRuntimeRestart() local
307 int count = getCount(runMetrics); in testAddingMetrics_withRuntimeRestart_noPriorRuntimeRestart() local
367 int count = getCount(runMetrics); in testAddingMetrics_withRuntimeRestart_withPriorRuntimeRestart() local
481 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.h124 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
/tools/tradefederation/core/src/com/android/tradefed/build/content/
DContentAnalysisResults.java78 public ContentAnalysisResults addChangedBuildKey(long count) { in addChangedBuildKey()
83 public ContentAnalysisResults addDeviceImageChanges(long count) { in addDeviceImageChanges()
/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.py145 count=3, argument
155 count=3, argument
267 count=3, argument
277 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
396 count=3, argument
411 count=3, argument
/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/
DBaseline.kt235 val count = idMap?.count() ?: 0 in <lambda>() constant
250 val count = entry.value in <lambda>() constant
/tools/security/fuzzing/system_fuzzers/libwatchdog_perf_service/
Dlibwatchdog_perf_service_fuzzer.cpp47 int count = 0; in LLVMFuzzerTestOneInput() local
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java68 private String count = null; field in DDBenchmarkTest
275 String count, in buildDDCommand()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DPingStressTest.py154 count=3, argument
/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DChunker.java109 int count = 0; in read() local
/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/metalava/metalava/src/main/java/com/android/tools/metalava/cli/historical/
DHistoricalApiVersionInfo.kt169 val count = files.size in <lambda>() constant
/tools/asuite/atest/coverage/com/android/jacocolcov/
DJacocoToLcovConverter.java256 int count = method.getMethodCounter().getCoveredCount(); in write() local
285 int count = line.getInstructionCounter().getCoveredCount(); in write() local
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarPbapTest.py130 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()
/tools/test/connectivity/acts/framework/acts/
Dutils.py917 def parse_ping_ouput(ad, count, out, loss_tolerance=20): argument
950 count=120, argument
1584 count=3, argument
1640 count=3, argument
1746 count=3, argument
/tools/metalava/metalava-testing/src/test/java/com/android/tools/metalava/testing/
DTestFileCacheTest.kt63 var count: Int = 0 variable in com.android.tools.metalava.testing.TestFileCacheTest.TouchCountingTestFile
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py702 count=None, argument
734 count=3, argument
751 count=1, argument

123