Home
last modified time | relevance | path

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

123

/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/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/
DLogger.java72 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/
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
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_image_homography.h82 double scale,t[3]; in db_StitchCameraRotation_2Points() local
172 double s,R[4],t[2]; variable
Ddb_utilities_indexing.h193 double t,best; in db_MaxAbsIndex3() local
204 double t,best; in db_MaxAbsIndex9() local
/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()
DMediaScannerActivity.java72 EditText t = (EditText) findViewById(R.id.numsongs); in onCreate() local
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DLogHelper.java66 public static void w(String tag, Throwable t, Object... messages) { in w()
74 public static void e(String tag, Throwable t, Object... messages) { in e()
78 public static void log(String tag, int level, Throwable t, Object... messages) { in log()
/development/ndk/sources/android/ndk_helper/
Dinterpolator.cpp93 float t = (float) (current_time - start_time_); in Update() local
105 const float t, in GetFormula()
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dbyteorder.h20 __u32 t; in ___arch__swab32() local
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
DPathEvaluator.java28 public PathPoint evaluate(float t, PathPoint startValue, PathPoint endValue) { in evaluate()
/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.java146 TextView t = (TextView)view.getChildAt(i); in onScrollStateChanged() local
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DZoomer.java117 float t = tRTC * 1f / mAnimationDurationMillis; in computeZoom() local
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DTestJobService.java105 public void scheduleJob(JobInfo t) { in scheduleJob()
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
DRequestDuringLayout.java98 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DRotate3dAnimation.java69 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation()
DFixedGridLayout.java75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/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/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java354 private void log(String msg, Throwable t) { in log()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java156 Time t = new Time(); in readEntry() local

123