/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterState.kt | 47 val thread = proc.threadFor(tgid, name) in <lambda>() constant 51 pidMap.put(tgid, thread) in <lambda>() 52 return thread in <lambda>() 56 val thread = pidMap[tgid] ?: createProcess(tgid, name) in <lambda>() constant 57 thread.process.hint(tgid, name) in <lambda>() 58 return thread.process in <lambda>() 77 var thread = pidMap[pid] in <lambda>() variable 79 if (thread != null) { in <lambda>() 80 thread.hint(name = task, tgid = tgid, processName = processName) in <lambda>() 81 return thread in <lambda>() [all …]
|
D | ImportData.kt | 31 val thread get() = importer.threadFor(line) constant
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SchedulingProcessFragment.kt | 21 class SchedulingProcessFragment(val process: ProcessModelFragment, val thread: ThreadModelFragment,… constant in trebuchet.model.fragments.SchedulingProcessFragment 27 … fun switchProcess(process: ProcessModelFragment, thread: ThreadModelFragment, timestamp: Double) { in switchProcess() 33 if (thread.id != 0) { in switchProcess() 34 _slices.add(SchedulingProcessFragment(process, thread, timestamp)) in switchProcess() 48 if (thread.name != null) { 49 return thread.name!! 55 return thread.id
|
D | ProcessModelFragment.kt | 49 var thread = _threads[pid] in <lambda>() variable 50 if (thread == null) { in <lambda>() 51 thread = ThreadModelFragment(pid, this, name) in <lambda>() 52 _threads.put(pid, thread) in <lambda>() 54 thread.hint(name = name) in <lambda>() 56 return thread in <lambda>()
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterTest.kt | 78 val thread = process.threads.first() in testImportBeginEnd() constant 79 assertEquals(6381, thread.id) in testImportBeginEnd() 80 assertEquals("equicksearchbox", thread.name) in testImportBeginEnd() 81 val sliceGroup = thread.slicesBuilder in testImportBeginEnd() 114 val thread = process.threads.first() in testImportBeginEndNoTgids() constant 115 assertEquals(6381, thread.id) in testImportBeginEndNoTgids() 116 assertEquals("equicksearchbox", thread.name) in testImportBeginEndNoTgids() 117 val sliceGroup = thread.slicesBuilder in testImportBeginEndNoTgids()
|
/tools/test/connectivity/acts_tests/tests/google/ble/beacon_tests/ |
D | BeaconSwarmTest.py | 120 thread = threading.Thread(target=self._start_advertisements_thread, 122 threads.append(thread) 123 thread.start() 149 thread = threading.Thread( 152 threads.append(thread) 153 thread.start() 324 thread = threading.Thread( 327 thread.start()
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 187 for thread in threads: 188 thread.start() 190 for thread in threads: 191 thread.join() 370 for thread in threads: 371 thread.start() 373 for thread in threads: 374 thread.join()
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ |
D | MultiLineTrack.kt | 27 class MultiLineTrack(thread: ThreadModel, renderState: RenderState) : JPanel() { 33 if (thread.schedSlices.isNotEmpty()) { 34 add(SchedTrack(thread.schedSlices, renderState)) 36 val rows = RowCreater(thread.slices).rows
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/ |
D | SystraceExtractor.kt | 39 val thread = Thread { in <lambda>() constant 49 thread.start() in <lambda>() 53 thread.join() in <lambda>()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/ |
D | SliceQueries.kt | 135 this.threads.forEach { thread -> in ProcessModel() method 136 val threadSlice = thread.selectFirst(predicate) in ProcessModel() 415 process.threads.forEach { thread -> in slices() method 416 yieldSlices(thread.slices) in slices()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BluetoothBaseTest.py | 131 thread = threading.Thread( 133 threads.append(thread) 134 thread.start()
|
D | bt_test_utils.py | 1543 thread = threading.Thread(target=factory_reset_bluetooth, 1545 threads.append(thread) 1546 thread.start()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | CoexBaseTest.py | 263 self.thread = threading.Thread(target=function) 264 self.thread_list.append(self.thread) 265 self.thread.start()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/ |
D | SchedEvent.kt | 70 val thread = state.threadFor(pid, task = comm) in import() constant 71 thread.schedulingStateBuilder.switchState(SchedulingState.WAKING, event.timestamp) in import()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | BatchProcessor.kt | 29 import kotlin.concurrent.thread in <lambda>() 107 thread { in par_map()
|
/tools/trebuchet/trebuchet/startup-common/src/ |
D | StartupCommon.kt | 96 for (thread in this.threads) { in ProcessModel() method 97 if (queryName.endsWith(thread.name)) { in ProcessModel()
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 54 WRITE of size 4 at 0x007fe3caf8c3 thread T0 65 Address 0x007fe3caf8c3 is located in stack of thread T0 at offset 35 in frame
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/ |
D | cmd_input.py | 600 thread = threading.Thread( 602 threads.append(thread) 603 thread.start()
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DhcpServerTest.py | 52 thread = Thread(target=self._sniff_arp, args=(self.stop_arp,)) 53 thread.start()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 456 // all method signatures remain the same. Furthermore, thread-safety of the
|
/tools/dexter/testdata/expected/ |
D | medium.rewrite | 30791 .local v0, "thread", android.os.HandlerThread 85504 .local v0, "thread", android.os.HandlerThread
|
D | medium.wrap_invoke | 30791 .local v0, "thread", android.os.HandlerThread 85504 .local v0, "thread", android.os.HandlerThread
|
D | medium.entry_hook | 31995 .local v0, "thread", android.os.HandlerThread 87829 .local v0, "thread", android.os.HandlerThread
|
D | medium.exit_hook | 33044 .local v0, "thread", android.os.HandlerThread 89947 .local v0, "thread", android.os.HandlerThread
|
D | medium.compact_cfg | 37215 .local v0, "thread", android.os.HandlerThread 102678 .local v0, "thread", android.os.HandlerThread
|