Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 34) sorted by relevance

12

/tools/loganalysis/javatests/com/android/loganalysis/parser/
DMemHealthParserTest.java54 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/src/com/android/tradefed/util/
DPerfettoTraceRecorder.java127 Process process = in startTrace() local
222 public Process process; field in PerfettoTraceRecorder.DeviceTraceMetadata
236 public void setProcess(Process process) { in setProcess()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporterState.kt62 return ProcessModelFragment(InvalidId, hasIdCb = { process -> in <lambda>() method
83 val process = in <lambda>() constant
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt74 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/
DProcessPanel.kt26 class ProcessPanel(val process: ProcessModel, renderState: RenderState) : JPanel(GridBagLayout()) { constant in traceviewer.ui.ProcessPanel
/tools/platform-compat/java/android/processor/compat/
DSingleAnnotationProcessor.java79 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/
DThreadModel.kt21 class ThreadModel constructor(val process: ProcessModel, fragment: ThreadModelFragment) { constant in trebuchet.model.ThreadModel
/tools/netsim/scripts/tasks/
Drun_pytest_task.py78 def process(self) -> bool: member in RunPytestManager
Dinstall_emulator_task.py206 def process(self) -> bool: member in InstallEmulatorManager
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DThreadModelFragment.kt24 class ThreadModelFragment(var id: Int, var process: ProcessModelFragment, var name: String? = null)… variable in trebuchet.model.fragments.ThreadModelFragment
DSchedulingProcessFragment.kt21 class SchedulingProcessFragment(val process: ProcessModelFragment, val thread: ThreadModelFragment,… constant in trebuchet.model.fragments.SchedulingProcessFragment
/tools/trebuchet/trebuchet/analyzer/src/
DAnalyzer.kt38 val process = uiThread.process in measureStartup() constant
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DBazelTest.java454 Process process = startProcess(QUERY_MAP_MODULES_TO_TARGETS, builder, BAZEL_QUERY_TIMEOUT); in queryModulesToTestTargets() local
463 private List<String> readProcessLines(Process process) throws IOException { in readProcessLines()
570 Process process = startProcess(processTag, builder, processTimeout); in startAndWaitForSuccessfulProcess() local
580 Process process = mProcessStarter.start(processTag, builder); in startProcess() local
616 private void waitForSuccessfulProcess(Process process, String processTag) in waitForSuccessfulProcess()
893 private static boolean waitForProcessUninterruptibly(Process process, Duration timeout) { in waitForProcessUninterruptibly()
914 private static int waitForProcessUninterruptibly(Process process) { in waitForProcessUninterruptibly()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DMetalavaCommand.kt153 fun process(args: Array<String>): Int { in process() method
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Derror_reporter.py32 def process(self, msg, kwargs): member in ErrorLogger
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessor.java81 protected void process(TypeElement annotation, in process() method in UnsupportedAppUsageProcessor
/tools/platform-compat/java/android/processor/compat/changeid/
DChangeIdProcessor.java81 protected void process(TypeElement annotation, in process() method in ChangeIdProcessor
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/
DPtsBotTest.java424 Process process = processBuilder.start(); in listPtsBotTestsForProfile() local
573 Process process = processBuilder.start(); in runPtsBotTest() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostCommandTargetPreparer.java303 Process process = in runBgCommandList() local
/tools/repohooks/tools/
Dcheckpatch.pl2584 sub process { subroutine
/tools/test/connectivity/acts/framework/acts/
Dlogger.py293 def process(self, msg, kwargs): member in LoggerAdapter
Dutils.py1050 def get_process_uptime(process): argument
1059 def get_device_process_uptime(adb, process): argument
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveRebootStressTest.py544 def _crash_recovery_test(self, process, *args): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py659 def process(self, msg, kwargs): member in WmmTransceiverLoggerAdapter
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt110 for (process in this.processes.values) { in findProcess() method

12