Searched refs:threadName (Results 1 - 9 of 9) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofData.java55 public final String threadName; field in class:HprofData.ThreadEvent
59 public static ThreadEvent start(int objectId, int threadId, String threadName, argument
62 threadName, groupName, parentGroupName);
70 String threadName, String groupName, String parentGroupName) {
71 if (threadName == null) {
72 throw new NullPointerException("threadName == null");
77 this.threadName = threadName;
86 this.threadName = null;
95 result = 31 * result + hashCode(threadName);
69 ThreadEvent(ThreadEventType type, int objectId, int threadId, String threadName, String groupName, String parentGroupName) argument
[all...]
H A DSamplingProfiler.java462 String threadName = thread.getName();
471 threadName, groupName, parentGroupName);
H A DBinaryHprofReader.java326 String threadName = readString();
333 System.out.println("\tthreadName=" + threadName);
339 threadName, groupName, parentGroupName);
H A DBinaryHprofWriter.java111 int threadNameId = writeString(e.threadName);
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DSSLSocketImpl.java772 System.out.println(threadName() +
939 System.out.println(threadName() +
1107 System.out.println(threadName() +
1171 System.out.println(threadName() +
1188 System.out.println(threadName() + ", request renegotiation " +
1497 System.out.println(threadName() + ", called closeSocket()");
1508 System.out.println(threadName() + ", called closeSocket(selfInitiated)");
1536 System.out.println(threadName() + ", called close()");
1554 System.out.println(threadName() + ", called closeInternal("
1617 System.out.println(threadName()
2521 private static String threadName() { method in class:SSLSocketImpl
[all...]
H A DSSLEngineImpl.java1090 System.out.println(threadName() +
1374 System.out.println(threadName() +
1392 System.out.println(threadName() + ", request renegotiation " +
1410 System.out.println(threadName() + ", closeOutboundInternal()");
1457 System.out.println(threadName() + ", called closeOutbound()");
1477 System.out.println(threadName() + ", closeInboundInternal()");
1509 System.out.println(threadName() + ", called closeInbound()");
1632 System.out.println(threadName() +
1649 System.out.println(threadName()
1716 System.out.print(threadName());
2064 private static String threadName() { method in class:SSLEngineImpl
[all...]
/libcore/ojluni/src/main/java/sun/net/www/
H A DMimeEntry.java243 String threadName = command;
244 int fst = threadName.indexOf(' ');
246 threadName = threadName.substring(0, fst);
250 mt.getTempFileTemplate(), threadName);
H A DMimeLauncher.java39 InputStream is, String tempFileTemplate, String threadName) throws ApplicationLaunchException {
40 super(threadName);
38 MimeLauncher(MimeEntry M, java.net.URLConnection uc, InputStream is, String tempFileTemplate, String threadName) argument
/libcore/dalvik/src/test/java/dalvik/system/profiler/
H A DSamplingProfilerTest.java230 assertNotNull(event.threadName);
236 assertNull(event.threadName);

Completed in 139 milliseconds