Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 17 of 17) sorted by relevance

/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt77 assertEquals(1, process.threads.size) in testImportBeginEnd()
78 val thread = process.threads.first() in testImportBeginEnd()
113 assertEquals(1, process.threads.size) in testImportBeginEndNoTgids()
114 val thread = process.threads.first() in testImportBeginEndNoTgids()
137 assertEquals(3, p.threads.size) in testCounters()
138 assertTrue(p.threads.any { it.id == 3691 }) in testCounters()
139 assertTrue(p.threads.any { it.id == 4931 }) in testCounters()
140 assertTrue(p.threads.any { it.id == 4932 }) in testCounters()
174 assertEquals(1, p.threads.size) in testKernel515Changes()
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py180 threads = []
182 threads.append(
188 for thread in threads:
191 for thread in threads:
364 threads = []
366 threads.append(
372 for thread in threads:
375 for thread in threads:
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DProcessModel.kt25 val threads: List<ThreadModel> constant
33 fragment.threads.forEach { in <lambda>()
37 threads = threadBuilder
40 … hasContent = counters.isNotEmpty() || asyncSlices.isNotEmpty() || threads.any { it.hasContent } in <lambda>()
/tools/test/connectivity/acts_tests/tests/google/ble/beacon_tests/
DBeaconSwarmTest.py114 threads = []
122 threads.append(thread)
124 for t in threads:
141 threads = []
152 threads.append(thread)
154 for t in threads:
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt96 for (thread in this.threads) { in ProcessModel()
114 threads. in findProcess()
145 …val firstSliceTime = newProc.threads.map { it.slices.firstOrNull()?.startTime ?: Double.POSITIVE_I… in Model()
148 newProc.threads.first().schedSlices.forEach schedLoop@ { schedSlice -> in Model()
168 newProc.threads.first().traverseSlices(object : SliceTraverser { in Model()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt135 this.threads.forEach { thread -> in ProcessModel()
187 this.threads.forEach { it.traverseSlices(visitor) } in ProcessModel()
230 this.threads.forEach { it.iterSlices(consumer) } in ProcessModel()
415 process.threads.forEach { thread -> in slices()
DThreadQueries.kt26 it.threads.forEach { in firstOrNull()
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTetheringPowerTest.py132 threads = []
137 threads.append(t)
141 for t in threads:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBluetoothBaseTest.py129 threads = []
133 threads.append(thread)
135 for t in threads:
Dbt_test_utils.py1613 threads = []
1618 threads.append(thread)
1620 for t in threads:
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DModelFragment.kt31 it.threads.forEach { in autoCloseOpenSlices()
DProcessModelFragment.kt38 val threads: Collection<ThreadModelFragment> get() = _threads.values in <lambda>() constant
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DProcessPanel.kt33 process.threads.forEach { in <lambda>()
/tools/trebuchet/trebuchet/analyzer/src/
DAnalyzer.kt39 val rtThread = process.threads.first { it.name == "RenderThread" } in measureStartup()
/tools/test/connectivity/acts_tests/tests/google/bt/pts/
Dcmd_input.py598 threads = []
602 threads.append(thread)
604 for t in threads:
/tools/treble/build/sandbox/
Dnsjail.cfg26 # Maximum number of threads
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto458 // call from multiple threads concurrently, while non-const methods continue