Searched refs:counters (Results 1 – 9 of 9) sorted by relevance
/tools/external_updater/ |
D | external_updater_reviewers_test.py | 42 counters = {} 45 if name in counters: 46 counters[name] += 1 48 counters[name] = 1 49 return counters 88 counters = self._collect_reviewers(num_tries, "rust/crates/libc") 89 self.assertEqual(len(counters), len(reviewers.RUST_REVIEWERS)) 90 for n in counters.values(): 92 self.assertEqual(sum(counters.values()), num_tries) 101 counters = self._collect_reviewers(20, "external/rust/crates/p1") [all …]
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/ |
D | ProcessModel.kt | 26 val counters: List<Counter> constant 38 … counters = fragment.counters.values.filter { it.events.isNotEmpty() }.map { Counter(it) }.toList() in <lambda>() 40 … hasContent = counters.isNotEmpty() || asyncSlices.isNotEmpty() || threads.any { it.hasContent } in <lambda>()
|
/tools/security/fuzzing/orphans/widevine/trusty/ |
D | dispatch_fuzzer.cpp | 203 ExtraCounters counters(&record); in LLVMFuzzerTestOneInput() local 204 counters.Reset(); in LLVMFuzzerTestOneInput()
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterTest.kt | 141 assertEquals(1, p.counters.size) in testCounters() 142 val c = p.counters[0] in testCounters()
|
/tools/tradefederation/core/res/perfetto/ |
D | trace_config.textproto | 121 # polled per-process memory counters and process/thread names. 122 # If you don't want the polled counters, remove the "process_stats_config"
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | ProcessModelFragment.kt | 39 val counters: Map<String, CounterFragment> get() = _counters in <lambda>() constant
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 45 INFO: Loaded 1 modules (10 inline 8-bit counters): 10 [0x5bde606000, 0x5bde60600a),
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500.py | 219 from mrtype.counters import N310
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1023 maintain a single counter for the node or multiple counters,
|