/frameworks/rs/cpp/ |
D | Element.cpp | 220 static uint32_t GetSizeInBytesForType(RsDataType dt) { in GetSizeInBytesForType() 274 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) : in Element() 318 android::RSC::sp<const Element> Element::createUser(const android::RSC::sp<RS>& rs, RsDataType dt) { in createUser() 323 android::RSC::sp<const Element> Element::createVector(const android::RSC::sp<RS>& rs, RsDataType dt… in createVector() 332 android::RSC::sp<const Element> Element::createPixel(const android::RSC::sp<RS>& rs, RsDataType dt,… in createPixel()
|
D | Allocation.cpp | 77 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt64() local 85 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt32() local 93 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt16() local 101 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt8() local 109 RsDataType dt = mType->getElement()->getDataType(); in validateIsFloat32() local 117 RsDataType dt = mType->getElement()->getDataType(); in validateIsFloat64() local 125 RsDataType dt = mType->getElement()->getDataType(); in validateIsObject() local
|
/frameworks/base/tests/JankBench/app/src/main/jni/ |
D | Bench.cpp | 208 double dt = getTimeMillis() - t1; in runMemoryBandwidthTest() local 268 double dt = getTimeNanos() - t1; in runMemoryLatencyTest() local 362 double dt = getTimeNanos() - t1; in runGFlopsTest() local
|
D | test.cpp | 143 double dt = t2 - t1; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierKeyDownloadMgrTest.java | 99 SimpleDateFormat dt = new SimpleDateFormat("yyyy-mm-dd"); in testExpirationDate1Day() local 123 SimpleDateFormat dt = new SimpleDateFormat("yyyy-mm-dd"); in testExpirationDate7Day() local 264 SimpleDateFormat dt = new SimpleDateFormat("yyyy-mm-dd"); in testDownloadComplete() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RateEstimator.java | 61 double dt = ((double) (now - mLastEventTime)) / 1000.0; in getInterarrivalEstimate() local
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 270 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample1D() 320 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample2D() 349 rs_data_type dt, uint32_t lod) { in getNearestSample() 386 rs_data_type dt, uint32_t lod) { in getNearestSample() 422 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel() 452 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel() 465 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel() 511 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel() 537 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local 589 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local [all …]
|
/frameworks/rs/ |
D | rsComponent.cpp | 29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set()
|
D | rsElement.cpp | 230 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk, in createRef() 413 RsDataType dt, in rsi_ElementCreate()
|
D | rsElement.h | 117 RsDataType dt, in create()
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | Duration.java | 141 public long addTo(long dt) { in addTo()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 678 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked() 1125 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked() 1133 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local 1450 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked() 1469 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local 1707 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked() 1726 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local 1802 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() 1819 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 1999 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked() [all …]
|
D | Element.java | 739 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element() 777 static Element createUser(RenderScript rs, DataType dt) { in createUser() 798 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector() 841 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
|
D | RenderScript.java | 478 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D() 480 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D() 520 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D() 523 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D() 555 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D() 558 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D() 565 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 566 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead() 572 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 574 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 691 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked() 1142 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked() 1152 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local 1474 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked() 1495 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local 1751 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked() 1772 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local 1861 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() 1880 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 2096 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked() [all …]
|
D | Element.java | 1083 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element() 1157 static Element createUser(RenderScript rs, DataType dt) { in createUser() 1178 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector() 1222 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
|
D | RenderScript.java | 541 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D() 543 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D() 576 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D() 579 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D() 610 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D() 613 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D() 620 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 621 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead() 627 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 629 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | DoubleTapClassifier.java | 84 long dt = secondFinalEvent.getEventTime() - firstFinalEvent.getEventTime(); in isDoubleTap() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
D | DeadZone.java | 84 long dt = (now - mLastPokeTime); in getSize() local
|
/frameworks/rs/driver/ |
D | rsdMeshObj.cpp | 59 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType; in isValidGLComponent() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RateEstimatorTest.java | 149 private long postEvents(long start, long dt, int num) { in postEvents()
|
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 100 long t, dt; in onDrawFrame() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LinearSmoothScroller.java | 253 private int clampApplyScroll(int tmpDt, int dt) { in clampApplyScroll()
|
/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
D | FontManagerShellCommand.java | 469 LocalDateTime dt = LocalDateTime.ofEpochSecond(config.getLastModifiedTimeMillis(), 0, in status() local
|
/frameworks/base/libs/hwui/ |
D | SkiaInterpolator.cpp | 69 Dot14 dt = Dot14_HALF; in SkUnitCubicInterp() local
|