/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
D | AlertDialogUsage.java | 69 AlertDialog.Builder b = new AlertDialog.Builder(this); in showSimpleDialog() local 76 AlertDialog.Builder b = new AlertDialog.Builder(this); in showSimpleButtonsDialog() local 85 AlertDialog.Builder b = new AlertDialog.Builder(this); in showSingleChoiceDialog() local 93 AlertDialog.Builder b = new AlertDialog.Builder(this); in showMultiChoiceDialog() local
|
/development/ndk/platforms/android-21/include/sys/ |
D | time.h | 51 #define timercmp(a, b, op) \ argument 56 #define timeradd(a, b, res) \ argument 66 #define timersub(a, b, res) \ argument
|
D | param.h | 45 #define MIN(a,b) (((a)<(b))?(a):(b)) argument 46 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
|
/development/ndk/platforms/android-3/include/sys/ |
D | time.h | 51 #define timercmp(a, b, op) \ argument 56 #define timeradd(a, b, res) \ argument 66 #define timersub(a, b, res) \ argument
|
/development/ndk/platforms/android-21/include/linux/ |
D | uuid.h | 25 __u8 b[16]; member 29 __u8 b[16]; member 31 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) ((uuid_le) {{ (a) & 0xff, ((a) >> 8) & 0… argument 32 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) ((uuid_be) {{ ((a) >> 24) & 0xff, ((a) >… argument
|
D | version.h | 20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c) in db_SolveQuadratic() 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() [all …]
|
D | db_utilities.h | 102 inline double db_maxd(double a,double b) in db_maxd() 110 inline double db_mind(double a,double b) in db_mind() 120 inline int db_maxi(int a,int b) in db_maxi() 129 inline int db_mini(int a,int b) in db_mini() 137 inline long db_maxl(long a,long b) in db_maxl() 146 inline long db_minl(long a,long b) in db_minl() 200 inline double db_SafeDivision(double a,double b) in db_SafeDivision()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | SyncUtils.java | 90 Bundle b = new Bundle(); in TriggerRefresh() local 97 b); // Extras in TriggerRefresh() local
|
/development/ndk/platforms/android-3/include/linux/ |
D | jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long… argument 65 #define time_before(a,b) time_after(b,a) argument 66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((l… argument 67 #define time_before_eq(a,b) time_after_eq(b,a) argument
|
D | version.h | 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | SharingSupport.java | 49 protected void onCreate(Bundle b) { in onCreate() 56 ShareCompat.IntentBuilder b = ShareCompat.IntentBuilder.from(this); in onCreateOptionsMenu() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapPixels.java | 53 private static int pack8888(int r, int g, int b, int a) { in pack8888() 57 private static short pack565(int r, int g, int b) { in pack565() 61 private static short pack4444(int r, int g, int b, int a) { in pack4444() 76 int b = Color.blue(c); in premultiplyColor() local 91 int b = getB32(from) << 23; in makeRamp() local
|
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 13 #define max(a,b) ({typeof(a) _a = (a); typeof(b) _b = (b); _a > _b ? _a : _b; }) argument 14 #define min(a,b) ({typeof(a) _a = (a); typeof(b) _b = (b); _a < _b ? _a : _b; }) argument 122 unsigned char b, in rgb16_cb() 132 unsigned char b, in common_rgb_cb() 176 unsigned char b, in rgb24_cb() 185 unsigned char b, in argb_cb()
|
D | debug.c | 7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) { in dump_hex_buffer()
|
/development/ndk/sources/android/ndk_helper/ |
D | interpolator.cpp | 95 float b = start_value_; in Update() local 106 const float b, in GetFormula()
|
/development/ndk/platforms/android-21/include/ |
D | strings.h | 49 #define bzero(b, len) \ argument
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | div64.h | 24 #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c) argument
|
D | desc_32.h | 64 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) argument 65 #define write_gdt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) argument 66 #define write_idt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) argument
|
/development/ndk/platforms/android-3/include/ |
D | strings.h | 47 #define bzero(b, len) (void)(__builtin_memset((b), '\0', (len))) argument
|
/development/ndk/platforms/android-9/include/ |
D | strings.h | 47 #define bzero(b, len) (void)(__builtin_memset((b), '\0', (len))) argument
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | ImageUtils.cpp | 30 int r,g,b, a; in rgba2yvu() local 75 int r,g,b; in rgb2yvu() local 118 int r,g,b, nr, ng, nb, val; in rgb2gray() local 148 int r,g,b, nr, ng, nb, val; in rgb2gray() local 192 int y,v,u, r, g, b; in yvu2rgb() local 237 int y,v,u, r, g, b; in yvu2bgr() local
|
D | Delaunay.cpp | 75 EdgePointer a, b, c, ldo, rdi, ldi, rdo, maxx, minx; in build() local 146 void CDelaunay::splice(EdgePointer a, EdgePointer b) in splice() 159 EdgePointer CDelaunay::connectLeft(EdgePointer a, EdgePointer b) in connectLeft() 168 EdgePointer CDelaunay::connectRight(EdgePointer a, EdgePointer b) in connectRight() 473 int CDelaunay::incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d) in incircle() 493 int CDelaunay::ccw(SitePointer a, SitePointer b, SitePointer c) in ccw()
|
/development/samples/SimpleJNI/src/com/example/android/simplejni/ |
D | SimpleJNI.java | 42 static native int add(int a, int b); in add()
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/ |
D | CheckableLinearLayout.java | 47 public void setChecked(boolean b) { in setChecked()
|