/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
D | MemHealthParserTest.java | 54 Map<String, Long> process = processes.get("com.google.android.gm"); in testOneForegroundProc() local 110 Map<String, Long> process = processes.get("com.google.android.music"); in testTwoForegroundProc() local 168 Map<String, Long> process = item.getBackground().get("com.google.android.music"); in testForegroundBackgroundProc() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | DumpHeapCollector.java | 88 List<File> takeDumpheap(ITestDevice device, String output, String process, Long threshold) in takeDumpheap() 114 private String getDevicePath(String process) { in getDevicePath()
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/task/ |
D | ImportTaskTest.kt | 46 val process = model.processes.values.find { it.name == "surfaceflinger" }!! in <lambda>() constant 63 val process = model.processes[6381]!! in <lambda>() constant
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterState.kt | 62 return ProcessModelFragment(InvalidId, hasIdCb = { process -> in <lambda>() method 83 val process = in <lambda>() constant
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterTest.kt | 74 val process = modelFragment.processes[0] in testImportBeginEnd() constant 110 val process = modelFragment.processes[0] in testImportBeginEndNoTgids() constant
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | ProcessPanel.kt | 26 class ProcessPanel(val process: ProcessModel, renderState: RenderState) : JPanel(GridBagLayout()) { constant in traceviewer.ui.ProcessPanel
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/ |
D | ThreadModel.kt | 21 class ThreadModel constructor(val process: ProcessModel, fragment: ThreadModelFragment) { constant in trebuchet.model.ThreadModel
|
/tools/platform-compat/java/android/processor/compat/ |
D | SingleAnnotationProcessor.java | 79 public boolean process( in process() method in SingleAnnotationProcessor 121 protected abstract void process(TypeElement annotation, in process() method in SingleAnnotationProcessor
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | ThreadModelFragment.kt | 24 class ThreadModelFragment(var id: Int, var process: ProcessModelFragment, var name: String? = null)… variable in trebuchet.model.fragments.ThreadModelFragment
|
D | SchedulingProcessFragment.kt | 21 class SchedulingProcessFragment(val process: ProcessModelFragment, val thread: ThreadModelFragment,… constant in trebuchet.model.fragments.SchedulingProcessFragment
|
/tools/trebuchet/trebuchet/analyzer/src/ |
D | Analyzer.kt | 38 val process = uiThread.process in measureStartup() constant
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | error_reporter.py | 32 def process(self, msg, kwargs): member in ErrorLogger
|
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
D | UnsupportedAppUsageProcessor.java | 81 protected void process(TypeElement annotation, in process() method in UnsupportedAppUsageProcessor
|
/tools/platform-compat/java/android/processor/compat/changeid/ |
D | ChangeIdProcessor.java | 79 protected void process(TypeElement annotation, in process() method in ChangeIdProcessor
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | RunHostCommandTargetPreparer.java | 235 Process process = in runBgCommandList() local
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 2220 sub process { subroutine
|
/tools/test/connectivity/acts/framework/acts/ |
D | logger.py | 289 def process(self, msg, kwargs): member in LoggerAdapter
|
D | utils.py | 1029 def get_process_uptime(process): argument 1038 def get_device_process_uptime(adb, process): argument
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveRebootStressTest.py | 546 def _crash_recovery_test(self, process, *args): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 904 def process(self, msg, kwargs): member in FuchsiaDeviceLoggerAdapter
|
/tools/trebuchet/trebuchet/startup-common/src/ |
D | StartupCommon.kt | 110 for (process in this.processes.values) { in findProcess() method
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/ |
D | SliceQueries.kt | 411 model.processes.values.forEach { process -> in slices() method
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | ITestDevice.java | 950 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap()
|
D | INativeDevice.java | 1484 public String getProcessPid(String process) throws DeviceNotAvailableException; in getProcessPid()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 351 Process process = createProcessBuilder(command).start(); in runCmdInBackground() local
|