Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 25 of 733) sorted by relevance

12345678910>>...30

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DThreadFactory.java38 Looper buildLooperOnNewThread(String threadName); in buildLooperOnNewThread()
46 Handler buildHandlerOnNewThread(String threadName); in buildHandlerOnNewThread()
54 Executor buildExecutorOnNewThread(String threadName); in buildExecutorOnNewThread()
62 DelayableExecutor buildDelayableExecutorOnNewThread(String threadName); in buildDelayableExecutorOnNewThread()
H A DThreadFactoryImpl.java32 public Looper buildLooperOnNewThread(String threadName) { in buildLooperOnNewThread()
39 public Handler buildHandlerOnNewThread(String threadName) { in buildHandlerOnNewThread()
44 public Executor buildExecutorOnNewThread(String threadName) { in buildExecutorOnNewThread()
49 public DelayableExecutor buildDelayableExecutorOnNewThread(String threadName) { in buildDelayableExecutorOnNewThread()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/
H A DFakeThreadFactory.java45 public Looper buildLooperOnNewThread(String threadName) { in buildLooperOnNewThread()
50 public Handler buildHandlerOnNewThread(String threadName) { in buildHandlerOnNewThread()
55 public Executor buildExecutorOnNewThread(String threadName) { in buildExecutorOnNewThread()
60 public DelayableExecutor buildDelayableExecutorOnNewThread(String threadName) { in buildDelayableExecutorOnNewThread()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DAllThreadsTest.java70 String threadName; in testAllThreads003() local
128 String threadName; in testAllThreads002() local
200 String threadName; in testAllThreads001() local
H A DResumeTest.java222 final String threadName; field in ResumeTest.ThreadInfo
225 public ThreadInfo(String threadName) { in ThreadInfo()
304 String threadName = null; in createThreadInfos() local
H A DResume002Debuggee.java32 String threadName = Thread.currentThread().getName(); in breakpointMethod() local
43 String threadName = Thread.currentThread().getName(); in run() local
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DThreadUtils.java429 public static Collection<Thread> findThreadsByName(final String threadName) { in findThreadsByName()
447 …public static Collection<Thread> findThreadsByName(final String threadName, final String threadGro… in findThreadsByName()
468 …public static Collection<Thread> findThreadsByName(final String threadName, final ThreadGroup thre… in findThreadsByName()
535 private static Predicate<Thread> predicateThread(final String threadName) { in predicateThread()
/aosp_15_r20/external/perfmark/impl/src/main/java/io/perfmark/impl/
H A DMarkList.java35 private final String threadName; field in MarkList
131 String threadName; field in MarkList.Builder
169 public Builder setThreadName(String threadName) { in setThreadName()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuThreadReader.java319 final String threadName = getThreadName(threadDirectory); in getThreadCpuUsage() local
353 final String threadName = ProcStatsUtil.readNullSeparatedFile(threadNamePath.toString()); in getThreadName() local
552 public final String threadName; field in KernelCpuThreadReader.ThreadCpuUsage
556 public ThreadCpuUsage(int threadId, String threadName, int[] usageTimesMillis) { in ThreadCpuUsage()
/aosp_15_r20/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/concurrency/
DConcurrencyHelperTest.java146 String threadName = Thread.currentThread().toString(); in testSleepNoArgsMessage() local
188 String threadName = Thread.currentThread().toString(); in testSleepFormattedMessage() local
249 String threadName = sleepThread.toString(); in testSleep_interrupted() local
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/invoker/tracing/
DActiveTrace.java134 String categories, String name, int threadId, String threadName, TrackEvent.Type type) { in reportTraceEvent()
149 createThreadTracker((int) pid, threadId, threadName, traceIdentifier); in reportTraceEvent() local
218 private void createThreadTracker(int pid, int tid, String threadName, long traceUuid) { in createThreadTracker()
DCloseableTraceScope.java71 String threadName = Thread.currentThread().getName(); in CloseableTraceScope() local
82 String threadName = Thread.currentThread().getName(); in close() local
/aosp_15_r20/art/test/2246-trace-stream/src/
H A DBaseTraceParser.java147 public boolean ShouldCheckThread(int threadId, String threadName) throws Exception { in ShouldCheckThread()
249 String threadName = threadIdMap.get(threadId); in UpdateThreadEvents() local
258 int expectedVersion, String threadName) throws Exception; in CheckTraceFileFormat()
/aosp_15_r20/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
H A DMockA11yImeEvent.java101 MockA11yImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in MockA11yImeEvent()
110 private MockA11yImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in MockA11yImeEvent()
181 final String threadName = bundle.getString("mThreadName"); in fromBundle() local
/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
H A DImeEvent.java102 ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, int threadId, in ImeEvent()
111 private ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in ImeEvent()
190 final String threadName = bundle.getString("mThreadName"); in fromBundle() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/async/
DHandlerFactory.java31 public Handler create(Lifetime lifetime, String threadName) { in create()
51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create()
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
H A DFlowAsFlowableTest.kt50 val threadName = "FlowAsFlowableTest.testConfinedContext" in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
H A DFlowAsFlowableTest.kt50 val threadName = "FlowAsFlowableTest.testConfinedContext" in <lambda>() constant
/aosp_15_r20/external/slf4j/slf4j-api/src/main/java/org/slf4j/event/
H A DSubstituteLoggingEvent.java16 String threadName; field in SubstituteLoggingEvent
99 public void setThreadName(String threadName) { in setThreadName()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/
DCarOemProxyServiceHelperTest.java183 String threadName = "testCircularCallSingleCaller-" + i; in testCircularCallSingleCaller() local
225 String threadName = "testCircularCallMultipleCaller-" + i; in testCircularCallMultipleCaller() local
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/
H A DObjectInspectors.kt122 val threadName = instance[Thread::class, "name"]!!.value.readAsJavaString() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
H A DFlowAsPublisherTest.kt114 val threadName = "FlowAsPublisherTest.testConfinedContext" in <lambda>() constant
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DDemuxInputStreamTest.java130 private String getInput(final String threadName) { in getInput()
136 private String getOutput(final String threadName) { in getOutput()
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
H A DFlowAsFluxTest.kt113 val threadName = "FlowAsFluxTest.testConfinedContext" in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DRejectedExecutionTest.kt13 private val threadName = "RejectedExecutionTest" in <lambda>() constant

12345678910>>...30