Home
last modified time | relevance | path

Searched defs:dt (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/rs/cpp/
DElement.cpp220 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()
DAllocation.cpp77 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/
DBench.cpp208 double dt = getTimeMillis() - t1; in runMemoryBandwidthTest() local
268 double dt = getTimeNanos() - t1; in runMemoryLatencyTest() local
362 double dt = getTimeNanos() - t1; in runGFlopsTest() local
Dtest.cpp143 double dt = t2 - t1; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java99 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/
DRateEstimator.java61 double dt = ((double) (now - mLastEventTime)) / 1000.0; in getInterarrivalEstimate() local
/frameworks/rs/driver/runtime/
Drs_sample.c270 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/
DrsComponent.cpp29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set()
DrsElement.cpp230 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk, in createRef()
413 RsDataType dt, in rsi_ElementCreate()
DrsElement.h117 RsDataType dt, in create()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DDuration.java141 public long addTo(long dt) { in addTo()
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java678 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 …]
DElement.java739 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()
DRenderScript.java478 …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/
DAllocation.java691 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 …]
DElement.java1083 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()
DRenderScript.java541 …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/
DDoubleTapClassifier.java84 long dt = secondFinalEvent.getEventTime() - firstFinalEvent.getEventTime(); in isDoubleTap() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DDeadZone.java84 long dt = (now - mLastPokeTime); in getSize() local
/frameworks/rs/driver/
DrsdMeshObj.cpp59 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType; in isValidGLComponent() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRateEstimatorTest.java149 private long postEvents(long start, long dt, int num) { in postEvents()
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java100 long t, dt; in onDrawFrame() local
/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java253 private int clampApplyScroll(int tmpDt, int dt) { in clampApplyScroll()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerShellCommand.java469 LocalDateTime dt = LocalDateTime.ofEpochSecond(config.getLastModifiedTimeMillis(), 0, in status() local
/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp69 Dot14 dt = Dot14_HALF; in SkUnitCubicInterp() local

12