/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | dma-mapping_32.h | 27 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument 29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument 30 #define dma_is_consistent(d, h) (1) argument
|
D | mpspec_32.h | 46 #define physids_shift_right(d, s, n) bitmap_shift_right((d).mask, (s).mask, n, MAX_APICS) argument 47 #define physids_shift_left(d, s, n) bitmap_shift_left((d).mask, (s).mask, n, MAX_APICS) argument
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 96 inline void db_MultiplyPoly1_1(double *d,const double *a,const double *b) in db_MultiplyPoly1_1() 108 inline void db_MultiplyPoly0_2(double *d,const double *a,const double *b) in db_MultiplyPoly0_2() 120 inline void db_MultiplyPoly1_2(double *d,const double *a,const double *b) in db_MultiplyPoly1_2() 134 inline void db_MultiplyPoly1_3(double *d,const double *a,const double *b) in db_MultiplyPoly1_3() 149 inline void db_AddPolyProduct0_1(double *d,const double *a,const double *b) in db_AddPolyProduct0_1() 159 inline void db_AddPolyProduct0_2(double *d,const double *a,const double *b) in db_AddPolyProduct0_2() 172 inline void db_SubtractPolyProduct0_0(double *d,const double *a,const double *b) in db_SubtractPolyProduct0_0() 182 inline void db_SubtractPolyProduct0_1(double *d,const double *a,const double *b) in db_SubtractPolyProduct0_1() 193 inline void db_SubtractPolyProduct0_2(double *d,const double *a,const double *b) in db_SubtractPolyProduct0_2() 205 inline void db_SubtractPolyProduct1_3(double *d,const double *a,const double *b) in db_SubtractPolyProduct1_3()
|
D | db_bundle.h | 38 inline void db_Compute_dx(double *dx,double **JtJ,double *min_Jtf,double lambda,double *d,int n) in db_Compute_dx() 56 double d[3],opl; in db_Compute_dx_3x3() local
|
D | db_utilities_poly.cpp | 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d) in db_SolveCubic() 94 void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double e) in db_SolveQuartic() 166 void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e) in db_SolveQuarticForced()
|
D | db_utilities_linalg.cpp | 80 void db_CholeskyDecompSeparateDiagonal(double **A,double *d,int n) in db_CholeskyDecompSeparateDiagonal() 102 void db_CholeskyBacksub(double *x,const double * const *A,const double *d,int n,const double *b) in db_CholeskyBacksub()
|
/development/ndk/platforms/android-3/include/linux/ |
D | posix_types.h | 27 #define __FDELT(d) ((d) / __NFDBITS) argument 30 #define __FDMASK(d) (1UL << ((d) % __NFDBITS)) argument
|
D | vt_buffer.h | 18 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument 19 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
|
D | workqueue.h | 34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data… argument 36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d) argument
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | vga.h | 30 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument 31 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | DensityActivity.java | 140 final BitmapDrawable d = new BitmapDrawable(getResources(), bitmap); in addBitmapDrawable() local 152 final Drawable d = getResources().getDrawable(resource); in addResourceDrawable() local 174 final Drawable d = getResources().getDrawable(resource); in addNinePatchResourceDrawable() local
|
/development/ndk/sources/android/ndk_helper/ |
D | interpolator.cpp | 94 float d = (float) (dest_time_ - start_time_); in Update() local 107 const float d, in GetFormula()
|
D | perfMonitor.cpp | 53 double d = UpdateTick( tick ); in Update() local
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/ |
D | Logger.java | 76 public void d(String msg) { in d() method in Logger 80 public void d(String msg, Throwable t) { in d() method in Logger
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | SharingReceiverSupport.java | 55 Drawable d = intentReader.getCallingActivityIcon(); in onCreate() local
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ContactPhotoBinder.java | 67 Drawable d = mCache.get(id); in bind() local
|
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.common/logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/RecyclerView/src/com.example.android.common/logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/MediaRouter/src/com.example.android.common.logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/ |
D | Log.java | 113 public static void d(String tag, String msg, Throwable tr) { in d() method in Log 123 public static void d(String tag, String msg) { in d() method in Log
|