Home
last modified time | relevance | path

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

123

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java70 String threadName; in testAllThreads003() local
128 String threadName; in testAllThreads002() local
200 String threadName; in testAllThreads001() local
DResume002Debuggee.java32 String threadName = Thread.currentThread().getName(); in breakpointMethod() local
43 String threadName = Thread.currentThread().getName(); in run() local
DResumeTest.java222 final String threadName; field in ResumeTest.ThreadInfo
225 public ThreadInfo(String threadName) { in ThreadInfo()
304 String threadName = null; in createThreadInfos() local
DSuspendTest.java68 String threadName; in testSuspend001() local
/external/perfmark/impl/src/main/java/io/perfmark/impl/
DMarkList.java35 private final String threadName; field in MarkList
131 String threadName; field in MarkList.Builder
169 public Builder setThreadName(String threadName) { in setThreadName()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
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()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DFlowAsFlowableTest.kt53 val threadName = "FlowAsFlowableTest.testConfinedContext" in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DFlowAsFlowableTest.kt53 val threadName = "FlowAsFlowableTest.testConfinedContext" in <lambda>() constant
/external/slf4j/slf4j-api/src/main/java/org/slf4j/event/
DSubstituteLoggingEvent.java16 String threadName; field in SubstituteLoggingEvent
99 public void setThreadName(String threadName) { in setThreadName()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DThreadEndTest.java83 String threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); in testThreadEndEvent001() local
DThreadStartTest.java89 String threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); in testThreadStartEvent001() local
/external/perfetto/ui/src/core_plugins/cpu_profile/
Dindex.ts46 const threadName = it.threadName; constant
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DNameTest.java59 String threadName; in testName001() local
DThreadGroupTest.java68 String groupName, threadName; in testThreadGroup001() local
DSuspendTest.java100 String threadName = null; in testSuspend001() local
/external/perfetto/ui/src/core_plugins/thread_state/
Dindex.ts52 const threadName = it.threadName; constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DFlowAsPublisherTest.kt117 val threadName = "FlowAsPublisherTest.testConfinedContext" in <lambda>() constant
/external/perfetto/ui/src/core_plugins/thread_slice/
Dindex.ts64 const threadName = it.threadName; constant
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DExecutorProvider.java75 public static ExecutorService createSizeBoundedExecutor(String threadName, int maxSize) { in createSizeBoundedExecutor()
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DDemuxInputStreamTest.java130 private String getInput(final String threadName) { in getInput()
136 private String getOutput(final String threadName) { in getOutput()
/external/v4l2_codec2/v4l2/
DV4L2DevicePoller.cpp22 V4L2DevicePoller::V4L2DevicePoller(V4L2Device* const device, const std::string& threadName, in V4L2DevicePoller()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFlowAsFluxTest.kt112 val threadName = "FlowAsFluxTest.testConfinedContext" in <lambda>() constant
/external/webrtc/sdk/android/api/org/webrtc/
DSurfaceTextureHelper.java59 public static SurfaceTextureHelper create(final String threadName, in create()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DRejectedExecutionTest.kt16 private val threadName = "RejectedExecutionTest" in <lambda>() constant in kotlinx.coroutines.RejectedExecutionTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DChildrenTest.java101 String threadName = debuggeeWrapper.vmMirror.getThreadName(childThreadID); in testChildren001() local

123