/development/ndk/platforms/android-3/include/linux/sunrpc/ |
D | sched.h | 107 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument 108 #define RPC_IS_CHILD(t) ((t)->tk_flags & RPC_TASK_CHILD) argument 109 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument 110 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument 111 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument 112 #define RPC_DO_CALLBACK(t) ((t)->tk_callback != NULL) argument 113 #define RPC_IS_SOFT(t) ((t)->tk_flags & RPC_TASK_SOFT) argument 114 #define RPC_TASK_UNINTERRUPTIBLE(t) ((t)->tk_flags & RPC_TASK_NOINTR) argument 122 #define RPC_IS_RUNNING(t) (test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)) argument 123 #define rpc_set_running(t) (set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)) argument [all …]
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/ |
D | Logger.java | 72 public void i(String msg, Throwable t) { in i() 80 public void d(String msg, Throwable t) { in d() 88 public void w(String msg, Throwable t) { in w() 96 public void e(String msg, Throwable t) { in e()
|
/development/ndk/platforms/android-3/include/linux/ |
D | lockdep.h | 20 #define lock_acquire(l, s, t, r, c, i) do { } while (0) argument 38 #define spin_acquire(l, s, t, i) do { } while (0) argument 41 #define rwlock_acquire(l, s, t, i) do { } while (0) argument 42 #define rwlock_acquire_read(l, s, t, i) do { } while (0) argument 45 #define mutex_acquire(l, s, t, i) do { } while (0) argument 48 #define rwsem_acquire(l, s, t, i) do { } while (0) argument 49 #define rwsem_acquire_read(l, s, t, i) do { } while (0) argument
|
D | timer.h | 35 #define try_to_del_timer_sync(t) del_timer(t) argument 36 #define del_timer_sync(t) del_timer(t) argument 37 #define del_singleshot_timer_sync(t) del_timer_sync(t) argument
|
D | interrupt.h | 117 #define tasklet_trylock(t) 1 argument 118 #define tasklet_unlock_wait(t) do { } while (0) argument 119 #define tasklet_unlock(t) do { } while (0) argument
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
D | RenderServer.cpp | 104 for (RenderThreadsSet::iterator n,t = threads.begin(); in Main() local 128 for (RenderThreadsSet::iterator t = threads.begin(); in Main() local
|
/development/tools/elftree/ |
D | elftree.c | 61 static int seen(struct tree_state *t, char *name) in seen() 73 static void see(struct tree_state *t, char *name) in see() 84 static void indent(struct tree_state *t) in indent() 107 struct tree_state *t; member 148 static int dump_needed(struct tree_state *t, char *name) in dump_needed() 203 static int dump_file(struct tree_state *t, char *name, char *file) in dump_file() 308 struct tree_state t; in main() local
|
/development/apps/Development/src/com/android/development/ |
D | LogViewer.java | 68 private void appendThrowable(Throwable t) { in appendThrowable() 141 private final Throwable t; field in LogViewer.AppendThrowable 143 public AppendThrowable(Throwable t) { in AppendThrowable()
|
D | MediaScannerActivity.java | 72 EditText t = (EditText) findViewById(R.id.numsongs); in onCreate() local
|
/development/tools/emulator/opengl/host/tools/emugen/ |
D | strUtils.h | 26 template <class T> std::string inline toString(const T& t) { in toString()
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | byteorder.h | 20 __u32 t; in ___arch__swab32() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | TextSwitcher1.java | 74 TextView t = new TextView(this); in makeView() local
|
D | SecureViewOverlay.java | 52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | List13.java | 146 TextView t = (TextView)view.getChildAt(i); in onScrollStateChanged() local
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | Rotate3dAnimation.java | 69 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation()
|
D | FixedGridLayout.java | 75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/development/tools/emulator/opengl/shared/OpenglOsUtils/ |
D | osProcessUnix.cpp | 45 char *t = tmpcmd; in buildArgList() local
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | FitCenterFrameLayout.java | 53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayout.java | 86 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/development/samples/RenderScript/Balls/src/com/example/android/rs/balls/ |
D | BallsRS.java | 54 String t = "varying vec4 varColor;\n" + in createProgramVertex() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | PictureLayout.java | 146 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | CameraPreview.java | 220 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | ShaderParser.cpp | 218 const char *t = NULL; in parseOmitPrecision() local
|
/development/ndk/platforms/android-3/include/asm-generic/ |
D | ioctl.h | 37 #define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 << _IOC_SIZEBITS)) ? … argument
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | desc_32.h | 53 #define load_TLS(t, cpu) native_load_tls(t, cpu) argument
|