| /development/tools/bugreport/src/com/android/bugreport/inspector/ |
| D | DeadlockDetector.java | 43 public ThreadSnapshot thread; field in DeadlockDetector.ThreadRecord 45 public ThreadRecord(ProcessSnapshot process, ThreadSnapshot thread) { in ThreadRecord() 235 TreeSet<LockRecord> alreadyVisited, ProcessSnapshot process, ThreadSnapshot thread) { in addLockRecordsForThread()
|
| D | Inspector.java | 236 private boolean markOutgoingBinderThread(ThreadSnapshot thread) { in markOutgoingBinderThread() 293 private boolean markIncomingBinderThread(ThreadSnapshot thread) { in markIncomingBinderThread() 404 private boolean isThreadBlocked(ThreadSnapshot thread) { in isThreadBlocked() 473 private boolean isThreadInteresting(ThreadSnapshot thread) { in isThreadInteresting() 499 private boolean matchesJavaStack(ThreadSnapshot thread, String name, String[] signature) { in matchesJavaStack()
|
| /development/samples/training/threadsample/src/com/example/android/threadsample/ |
| D | PhotoManager.java | 335 Thread thread = taskArray[taskArrayIndex].mThreadThis; in cancelAll() local 362 Thread thread = downloaderTask.getCurrentThread(); in removeDownload() local
|
| D | PhotoTask.java | 225 public void setCurrentThread(Thread thread) { in setCurrentThread()
|
| /development/tools/bugreport/src/com/android/bugreport/logcat/ |
| D | LogLine.java | 95 public ThreadInfo thread; field in LogLine
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| D | ServiceStartArguments.java | 117 HandlerThread thread = new HandlerThread("ServiceStartArguments", in onCreate() local
|
| /development/tools/bugreport/src/com/android/bugreport/html/ |
| D | Renderer.java | 269 private void makeThreadSnapshotHdf(Data hdf, ProcessSnapshot process, ThreadSnapshot thread) { in makeThreadSnapshotHdf() 449 final ThreadSnapshot thread = process.threads.get(i); in sortThreads() local
|
| /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
| D | MissileLauncherActivity.java | 139 Thread thread = new Thread(this); in setDevice() local
|
| /development/ndk/platforms/android-9/arch-mips/include/asm/ |
| D | processor.h | 81 #define release_thread(thread) do { } while(0) argument
|
| /development/samples/LunarLander/src/com/example/android/lunarlander/ |
| D | LunarView.java | 797 private LunarThread thread; field in LunarView
|
| /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
| D | Camera2VideoFragment.java | 530 HandlerThread thread = new HandlerThread("CameraPreview"); in updatePreview() local
|
| /development/samples/JetBoy/src/com/example/android/jetboy/ |
| D | JetBoyView.java | 1293 private JetBoyThread thread; field in JetBoyView
|
| /development/ndk/platforms/android-9/include/linux/raid/ |
| D | md_k.h | 102 struct mdk_thread_s *thread; member
|