Home
last modified time | relevance | path

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

1234567

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurableUtils.java32 public static <D extends Durable> byte[] writeToArray(D d) throws IOException { in writeToArray()
38 public static <D extends Durable> D readFromArray(byte[] data, D d) throws IOException { in readFromArray()
51 public static <D extends Durable> byte[] writeToArrayOrNull(D d) { in writeToArrayOrNull()
60 public static <D extends Durable> D readFromArrayOrNull(byte[] data, D d) { in readFromArrayOrNull()
69 public static <D extends Durable> void writeToParcel(Parcel parcel, D d) { in writeToParcel()
77 public static <D extends Durable> D readFromParcel(Parcel parcel, D d) { in readFromParcel()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dpointertest.cpp568 Document d; in TEST() local
608 Document d; in TEST() local
631 Document d; in TEST() local
684 Document d; in TEST() local
736 Document d; in TEST() local
796 Document d; in TEST() local
855 Document d; in TEST() local
864 Document d; in TEST() local
872 Document d; in TEST() local
911 Document d; in TEST() local
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.h96 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()
Ddb_bundle.h38 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
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DFilterDeleteSet.java122 Deletion d = mCurrent.get(i); in getMediaItem() local
128 Deletion d = mCurrent.get(j); in getMediaItem() local
137 Deletion d = mCurrent.get(m); in getMediaItem() local
194 Deletion d = mCurrent.get(i); in reload() local
210 Deletion d = mCurrent.get(j); in reload() local
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java70 Drawable d = ((BubbleTextView) mView).getIcon(); in DragPreviewProvider() local
86 Drawable d = ((BubbleTextView) mView).getIcon(); in drawDragView() local
126 Drawable d = ((BubbleTextView) mView).getIcon(); in createDragBitmap() local
159 protected static Rect getDrawableBounds(Drawable d) { in getDrawableBounds()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Ddtoa.h69 uint32_t d = 0; in DigitGen() local
97 char d = static_cast<char>(p2 >> -one.e); in DigitGen() local
133 const char* d = GetDigitsLut() + K * 2; in WriteExponent() local
138 const char* d = GetDigitsLut() + K * 2; in WriteExponent() local
Dstrtod.h36 inline double StrtodNormalPrecision(double d, int p) { in StrtodNormalPrecision()
55 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP()
112 inline bool StrtodFast(double d, int p, double* result) { in StrtodFast()
225 inline double StrtodFullPrecision(double d, int p, const char* decimals, size_t length, size_t deci… in StrtodFullPrecision()
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
DLog.java25 public static void d(final String tag, final String message) { in d() method in Log
28 public static void d(final String tag, final String message, final Throwable t) { in d() method in Log
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simpledom/
Dsimpledom.cpp14 Document d; in main() local
/packages/apps/Launcher3/src/com/android/launcher3/
DDragSource.java33 void onDropCompleted(View target, DragObject d, boolean success); in onDropCompleted()
DButtonDropTarget.java157 public final void onDragEnter(DragObject d) { in onDragEnter()
189 public void onDragOver(DragObject d) { in onDragOver()
229 public final void onDragExit(DragObject d) { in onDragExit()
281 public void onDrop(final DragObject d, final DragOptions options) { in onDrop()
313 public abstract void completeDrop(DragObject d); in completeDrop()
DDeleteDropTarget.java113 public void onDrop(DragObject d, DragOptions options) { in onDrop()
121 public void completeDrop(DragObject d) { in completeDrop()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java44 public FlingAnimation(DragObject d, PointF vel, ButtonDropTarget dropTarget, Launcher launcher, in FlingAnimation()
124 float d = mUY * mUY + 2 * sY * MAX_ACCELERATION; in initFlingUpDuration() local
152 float d = mUX * mUX + 2 * sX * MAX_ACCELERATION; in initFlingLeftDuration() local
/packages/apps/Camera2/src/com/android/camera/debug/
DLogger.java31 public void d(String msg); in d() method
36 public void d(String msg, Throwable tr); in d() method
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_hook.cpp63 DestManager *d = reinterpret_cast<DestManager*>(cinfo->dest); in MakeDst() local
75 DestManager* d = reinterpret_cast<DestManager*>(cinfo->dest); in UpdateDstEnv() local
81 DestManager *d = reinterpret_cast<DestManager*>(cinfo->dest); in CleanDst() local
/packages/services/Car/service/src/com/android/car/garagemode/
DLogger.java51 public void d(String msg) { in d() method in Logger
56 public void d(String msg, Exception ex) { in d() method in Logger
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java319 Device d = mPresentDevices.get(i); in removeDevice() local
329 Device d = client.devices.get(devPtr); in removeDevice() local
391 final Device d = mPresentDevices.get(i); in onReceive() local
509 Device d = client.devices.get(ptr); in sendDeviceChanged() local
524 Device d = client.devices.get(devPtr); in sendDeviceRemoved() local
/packages/apps/Calendar/src/com/android/calendar/
DMultiStateButton.java130 Drawable d = null; in setButtonDrawable() local
142 public void setButtonDrawable(Drawable d) { in setButtonDrawable()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DDrawableDownloader.java88 BitmapDrawable d = mBitmaps.get(i); in findDrawable() local
114 void addDrawable(BitmapDrawable d) { in addDrawable()
128 BitmapDrawable d = mBitmaps.get(i); in clear() local
393 private Drawable createRefCopy(Drawable d) { in createRefCopy()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java141 float d = sArrowWidth; in onDraw() local
168 private void drawHorizontalPath(float w, float h, float r, float d) { in drawHorizontalPath()
209 private void drawVerticalPath(float w, float h, float r, float d) { in drawVerticalPath()
230 private void drawVerticalDownPath(float w, float h, float r, float d) { in drawVerticalDownPath()
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/
DLogger.java50 public void d(String msg) { in d() method in Logger
55 public void d(String msg, Exception ex) { in d() method in Logger
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java106 BluetoothDevice d = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(key); in AvrcpVolumeManager() local
232 BluetoothDevice d = BluetoothAdapter.getDefaultAdapter() in dump() local
254 static void d(String msg) { in d() method in AvrcpVolumeManager
/packages/apps/Dialer/java/com/android/incallui/
DLog.java29 public static void d(String tag, String msg) { in d() method in Log
33 public static void d(Object obj, String msg) { in d() method in Log
37 public static void d(Object obj, String str1, Object str2) { in d() method in Log
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DMakedictLog.java29 public static void d(String message) { in d() method in MakedictLog

1234567