Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 28) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/sunrpc/
Dsched.h107 #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/ndk/platforms/android-3/include/linux/
Dlockdep.h20 #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
Dtimer.h35 #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
Dinterrupt.h117 #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
Datm.h40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) argument
/development/apps/Development/src/com/android/development/
DLogViewer.java68 private void appendThrowable(Throwable t) { in appendThrowable()
141 private final Throwable t; field in LogViewer.AppendThrowable
143 public AppendThrowable(Throwable t) { in AppendThrowable()
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dbyteorder.h20 __u32 t; in ___arch__swab32() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTextSwitcher1.java74 TextView t = new TextView(this); in makeView() local
DSecureViewOverlay.java52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
DList13.java152 TextView t = (TextView)view.getChildAt(i); in onScrollStateChanged() local
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DRotate3dAnimation.java69 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java86 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java147 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
DCameraPreview.java220 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java91 final Thread t = new Thread() { in performOnBackgroundThread() local
/development/ndk/platforms/android-3/include/asm-generic/
Dioctl.h37 #define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 << _IOC_SIZEBITS)) ? … argument
/development/ndk/platforms/android-5/arch-x86/include/asm/
Ddesc_32.h53 #define load_TLS(t, cpu) native_load_tls(t, cpu) argument
/development/simulator/wrapsim/
DDevFb.c119 int l,t,r,b,w,h; in sendPixelsToSim() local
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java179 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c193 static void fill_plasma(ANativeWindow_Buffer* buffer, double t) in fill_plasma()
397 struct timespec t; in engine_draw_frame() local
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c177 static void superShapeMap(VECTOR3 *point, float r1, float r2, float t, float p) in superShapeMap()
186 static float ssFunc(const float t, const float *p) in ssFunc()
/development/apps/FontLab/src/com/android/fontlab/
DFontLab.java345 private void setFont(TextView t, TextView f, Map extras) { in setFont()
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java243 final long t = timestamp; in updatePositions() local
/development/ndk/platforms/android-3/include/sys/
Dexec_elf.h315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) argument
319 #define ELF64_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) argument
355 #define ELF32_R_INFO(s,t) (((s) << 8) + (unsigned char)(t)) argument
370 #define ELF64_R_INFO(s,t) (((s) << 32) + (__uint32_t)(t)) argument
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c188 static void fill_plasma( AndroidBitmapInfo* info, void* pixels, double t ) in fill_plasma()

12