/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | dsp.h | 30 …thread.dsp.dspr[0] = mfhi1(); tsk->thread.dsp.dspr[1] = mflo1(); tsk->thread.dsp.dspr[2] = mfh… 32 …thread.dsp.dspr[0]); mtlo1(tsk->thread.dsp.dspr[1]); mthi2(tsk->thread.dsp.dspr[2]); mtlo2(t… 35 #define __get_dsp_regs(tsk) ({ if (tsk == current) __save_dsp(current); tsk->thread.dsp.ds…
|
D | processor.h | 81 #define release_thread(thread) do { } while(0) argument
|
D | elf.h | 201 … set_personality(PER_SVR4); set_personality(PER_LINUX); current->thread.abi = &mips_abi; …
|
/development/tools/axl/ |
D | chewie.py | 92 thread, action = x[1], x[2] 98 time, thread, host = x[0], x[1], x[4] 99 opened[thread] = [time, host, connectionCount] 102 time, thread, url = x[0], x[1], x[3] 103 opentime, host, connection = opened[thread] 105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection] 106 active[thread].append(record) 108 time, thread = x[0], x[1] 109 record = active[thread][-1] 114 time, thread, = x[0], x[1] [all …]
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoManager.java | 335 Thread thread = taskArray[taskArrayIndex].mThreadThis; in cancelAll() local 338 if (null != thread) { in cancelAll() 339 thread.interrupt(); in cancelAll() 362 Thread thread = downloaderTask.getCurrentThread(); in removeDownload() local 365 if (null != thread) in removeDownload() 366 thread.interrupt(); in removeDownload()
|
D | PhotoTask.java | 225 public void setCurrentThread(Thread thread) { in setCurrentThread() argument 227 mCurrentThread = thread; in setCurrentThread()
|
/development/samples/browseable/NetworkConnect/ |
D | _index.jd | 10 background thread.</p>
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
D | LunarView.java | 797 private LunarThread thread; field in LunarView 807 thread = new LunarThread(holder, context, new Handler() { in LunarView() 824 return thread; in getThread() 832 return thread.doKeyDown(keyCode, msg); in onKeyDown() 841 return thread.doKeyUp(keyCode, msg); in onKeyUp() 850 if (!hasWindowFocus) thread.pause(); in onWindowFocusChanged() 863 thread.setSurfaceSize(width, height); in surfaceChanged() 873 thread.setRunning(true); in surfaceCreated() 874 thread.start(); in surfaceCreated() 886 thread.setRunning(false); in surfaceDestroyed() [all …]
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | pthread.c | 122 PTHREAD_WRAPPER(pthread_create, (pthread_t *thread, const pthread_attr_t *attr, 124 (thread, attr, start_routine, arg), 262 int WRAP(pthread_kill)(pthread_t thread, int portable_signum) in WRAP() 268 ALOGV("%s(thread:%lx, portable_signum:%d)", __func__, thread, portable_signum); in WRAP() 277 thread, mips_signum); in WRAP() 278 ret = REAL(pthread_kill)(thread, mips_signum); in WRAP()
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | i387_32.h | 29 …_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.fxsave))
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ServiceStartArguments.java | 117 HandlerThread thread = new HandlerThread("ServiceStartArguments", in onCreate() local 119 thread.start(); in onCreate() 121 mServiceLooper = thread.getLooper(); in onCreate()
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 12 - Receiving packets on an interrupt endpoint using a thread that calls
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
D | JetBoyView.java | 1293 private JetBoyThread thread; field in JetBoyView 1318 thread = new JetBoyThread(holder, context, new Handler() { in JetBoyView() 1372 if (thread != null) in onWindowFocusChanged() 1373 thread.pause(); in onWindowFocusChanged() 1385 return thread; in getThread() 1391 thread.setSurfaceSize(width, height); in surfaceChanged() 1398 thread.setRunning(true); in surfaceCreated() 1399 thread.start(); in surfaceCreated() 1405 thread.setRunning(false); in surfaceDestroyed() 1408 thread.join(); in surfaceDestroyed()
|
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.h | 173 pthread_t thread; member
|
D | android_native_app_glue.c | 268 pthread_create(&android_app->thread, &attr, android_app_entry, android_app); in android_app_create()
|
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
D | MissileLauncherActivity.java | 139 Thread thread = new Thread(this); in setDevice() local 140 thread.start(); in setDevice()
|
/development/ndk/platforms/android-3/include/linux/raid/ |
D | md_k.h | 102 struct mdk_thread_s *thread; member
|
/development/ndk/platforms/android-3/include/ |
D | pthread.h | 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
|
/development/ndk/platforms/android-5/include/ |
D | pthread.h | 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
|
/development/ndk/platforms/android-8/include/ |
D | pthread.h | 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
|
/development/ndk/platforms/android-9/include/ |
D | pthread.h | 143 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
|