Home
last modified time | relevance | path

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

12

/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
DResume002Test.java92 String threadName = debuggeeWrapper.vmMirror.getThreadName(eventThreadID); in waitBreakpointHits() local
/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/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/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
DThreadGroup002Test.java110 String threadName = null; in testThreadGroup002() local
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DFlowAsPublisherTest.kt117 val threadName = "FlowAsPublisherTest.testConfinedContext" in <lambda>() constant
/external/v4l2_codec2/common/
DV4L2DevicePoller.cpp19 V4L2DevicePoller::V4L2DevicePoller(V4L2Device* const device, const std::string& threadName) in V4L2DevicePoller()
/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/setupcompat/main/java/com/google/android/setupcompat/internal/
DExecutorProvider.java75 public static ExecutorService createSizeBoundedExecutor(String threadName, int maxSize) { in createSizeBoundedExecutor()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFlowAsFluxTest.kt112 val threadName = "FlowAsFluxTest.testConfinedContext" in <lambda>() constant
/external/perfetto/ui/src/frontend/
Dglobals.ts72 threadName?: string; property
95 threadName: string; property
166 threadName: string; property
/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
/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
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DThreadOnlyModifierDebuggee.java110 String threadName = t.getName(); in runThread() local
/external/perfetto/ui/src/controller/
Dtrack_decider.ts157 threadName, constant
909 const threadName = it.threadName; constant
957 const threadName = it.threadName; constant
1006 const threadName = it.threadName; constant
1249 const threadName = it.threadName; constant
1614 const threadName = it.threadName; constant

12