| /development/vndk/tools/definition-tool/assets/visual/ |
| D | dep-graph.js | 13 line.radius(function(d) { return d.y; }); argument 14 line.angle(function(d) { return d.x / 180 * Math.PI; }); argument 201 let root = tagHierarchy(depDumps).sum(function(d) { return 1; }); argument 209 .each(function(d) { d.source = d[0], d.target = d[d.length - 1]; }) argument 210 .attr("class", function(d) { return d.allow ? "link" : "link--violate" }) argument 217 function(d) { argument 226 function(d) { argument 230 .attr("text-anchor", function(d) { return d.x < 180 ? "start" : "end"; }) argument 231 .text(function(d) { return d.data.key; }) argument 254 function mouseclicked(d) { argument [all …]
|
| /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/ndk/platforms/android-9/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/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/vndk/tools/definition-tool/tests/ |
| D | test_tagged_dict.py | 55 def _check_tag_visibility(self, d, from_tag, visible_tags): argument 146 def _check_test_data_loaded(self, d): argument 240 def _check_path_visibility(self, d, all_paths, from_paths, visible_paths): argument
|
| /development/ndk/platforms/android-24/include/camera/ |
| D | NdkCameraMetadata.h | 123 double *d; member 168 const double *d; member
|
| /development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
| D | ContactPhotoBinder.java | 67 Drawable d = mCache.get(id); in bind() local
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| D | StaticPointerIconButton.java | 51 Drawable d = getContext().getDrawable(R.drawable.smile); in onResolvePointerIcon() local
|
| /development/samples/browseable/StorageProvider/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/ScreenCapture/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/TextSwitcher/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
|
| /development/samples/browseable/CustomChoiceList/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/BatchStepSensor/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/RepeatingAlarm/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/AppRestrictionSchema/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/BasicAccessibility/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/BasicMultitouch/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
|