/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 | 98 SimpleDateFormat dt = new SimpleDateFormat("yyyy-mm-dd"); in testExpirationDate1Day() local 121 SimpleDateFormat dt = new SimpleDateFormat("yyyy-mm-dd"); in testExpirationDate7Day() local 249 SimpleDateFormat dt = new SimpleDateFormat("yyyy-mm-dd"); in testDownloadComplete() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | VelocityBasedConnectedScore.java | 51 private void setDeltaTimeSeconds(double dt) { in setDeltaTimeSeconds() 87 double dt = (millis - mLastMillis) * 0.001; in updateUsingRssi() 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/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 673 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked() 1120 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked() 1128 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local 1445 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked() 1464 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local 1702 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked() 1721 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local 1797 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() 1814 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 1994 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked() [all …]
|
D | Element.java | 734 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element() 772 static Element createUser(RenderScript rs, DataType dt) { in createUser() 793 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector() 836 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
|
D | RenderScript.java | 473 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D() 475 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D() 515 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D() 518 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D() 550 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D() 553 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D() 560 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 561 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead() 567 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 569 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | Duration.java | 141 public long addTo(long dt) { in addTo()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 687 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked() 1138 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked() 1148 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local 1470 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked() 1491 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local 1747 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked() 1768 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local 1857 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() 1876 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 2092 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked() [all …]
|
D | Element.java | 1078 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element() 1152 static Element createUser(RenderScript rs, DataType dt) { in createUser() 1173 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector() 1217 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
|
D | RenderScript.java | 547 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D() 549 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D() 582 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D() 585 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D() 616 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D() 619 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D() 626 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 627 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead() 633 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 635 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/rs/driver/ |
D | rsdMeshObj.cpp | 59 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType; in isValidGLComponent() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DeadZone.java | 84 long dt = (now - mLastPokeTime); in getSize() 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/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 250 float dt = duration / (float)steps; in drag() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 149 private float t, dt; field in MLand
|