Home
last modified time | relevance | path

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

1234

/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js13 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/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/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/vndk/tools/definition-tool/tests/
Dtest_tagged_dict.py62 def _check_tag_visibility(self, d, from_tag, visible_tags): argument
191 def _check_test_data_loaded(self, d): argument
294 def _check_path_visibility(self, d, all_paths, from_paths, visible_paths): argument
/development/vndk/tools/header-checker/tests/integration/cpp/header/
Dundeclared_types.h12 inline A &inline_function(template_c<template_d<C>> d) { in inline_function()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DContactPhotoBinder.java67 Drawable d = mCache.get(id); in bind() local
/development/samples/browseable/ActiveNotifications/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/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
/development/samples/browseable/MediaEffects/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/RuntimePermissions/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/ClippingBasic/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/CardEmulation/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/DrawableTinting/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/SlidingTabsBasic/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/ElevationDrag/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/TextLinkify/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/RecyclerView/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/NavigationDrawer/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/CardReader/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/NfcProvisioning/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/SwipeRefreshMultipleViews/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/Interpolator/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

1234