Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 50) sorted by relevance

12

/development/ndk/platforms/android-9/arch-x86/include/asm/
Ddma-mapping_32.h27 #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
Dmpspec_32.h46 #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/ndk/platforms/android-3/include/linux/
Dposix_types.h27 #define __FDELT(d) ((d) / __NFDBITS) argument
30 #define __FDMASK(d) (1UL << ((d) % __NFDBITS)) argument
Dvt_buffer.h18 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument
19 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
Dworkqueue.h34 #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/
Dvga.h30 #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/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/
DLogger.java76 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/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java140 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/samples/Support4Demos/src/com/example/android/supportv4/app/
DSharingReceiverSupport.java55 Drawable d = intentReader.getCallingActivityIcon(); in onCreate() local
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DContactPhotoBinder.java67 Drawable d = mCache.get(id); in bind() local
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/
DLog.java113 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/BorderlessButtons/src/com.example.android.common.logger/
DLog.java113 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/BasicGestureDetect/src/com.example.android.common/logger/
DLog.java113 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/CustomChoiceList/src/com.example.android.common.logger/
DLog.java113 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/StorageProvider/src/com.example.android.common/logger/
DLog.java113 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/TextSwitcher/src/com.example.android.common.logger/
DLog.java113 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/BasicImmersiveMode/src/com.example.android.common/logger/
DLog.java113 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/BasicAccessibility/src/com.example.android.common.logger/
DLog.java113 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/NetworkConnect/src/com.example.android.common.logger/
DLog.java113 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/
DLog.java113 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/BasicAndroidKeyStore/src/com.example.android.common/logger/
DLog.java113 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/ImmersiveMode/src/com.example.android.common/logger/
DLog.java113 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/repeatingAlarm/src/com.example.android.common/logger/
DLog.java113 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/BasicMediaRouter/src/com.example.android.common.logger/
DLog.java113 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/StorageClient/src/com.example.android.common/logger/
DLog.java113 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

12