/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Matrix.java | 98 int col = i * 4; in mult4() local 109 int col = i * 4; in mult3() local 120 int col = i * 4; in mult3v() local 131 int col = i * 4; in mult4() local 142 int col = i * 4; in mult3() local 153 int col = i * 4; in mult3v() local 170 int col = 0 * 4; in mult3() local 337 int col = y * 4; in getAsFloats() local
|
/frameworks/native/libs/math/include/math/ |
D | TMatHelpers.h | 218 for (size_t col = 0; col < 3; ++col) { in fastInverse3() local 256 for (size_t col = 0; col < MATRIX_R::NUM_COLS; ++col) { in multiply() local 268 for (size_t col = 0; col < MATRIX::NUM_COLS; ++col) { in transpose() local 281 for (size_t col = 0; col < MATRIX::NUM_COLS; ++col) { in trace() local 292 for (size_t col = 0; col < MATRIX::NUM_COLS; ++col) { in diag() local 374 for (size_t col = 0; col < BASE<T>::NUM_COLS; ++col) { variable 391 for (size_t col = 0; col < BASE<T>::NUM_COLS; ++col) { variable 476 for (size_t col = 0; col < BASE<T>::NUM_COLS; ++col) { in abs() local 522 for (size_t col = 0; col < 3; ++col) { in rotate() local 585 for (size_t col = 0; col < 3; ++col) { in eulerZYX() local [all …]
|
D | mat2.h | 284 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat22() local 301 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat22() local 325 for (size_t col = 0; col < TMat22<T>::NUM_COLS; ++col) { variable 335 for (size_t col = 0; col < TMat22<T>::NUM_COLS; ++col) { variable
|
D | mat3.h | 314 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat33() local 332 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat33() local 378 for (size_t col = 0; col < TMat33<T>::NUM_COLS; ++col) { variable 388 for (size_t col = 0; col < TMat33<T>::NUM_COLS; ++col) { variable
|
D | mat4.h | 372 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat44() local 393 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat44() local 535 for (size_t col = 0; col < TMat44<T>::NUM_COLS; ++col) { variable 552 for (size_t col = 0; col < TMat44<T>::NUM_COLS; ++col) { variable
|
/frameworks/base/core/jni/ |
D | android_database_SQLiteRawStatement.cpp | 76 static void throwIfInvalidColumn(JNIEnv *env, jlong stmtPtr, jint col) { in throwIfInvalidColumn() 218 static jint columnType(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnType() 223 static jstring columnName(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnName() 234 static jint columnBytes(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnBytes() 241 static jbyteArray columnBlob(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnBlob() 263 static int columnBuffer(JNIEnv* env, jclass, jlong stmtPtr, jint col, in columnBuffer() 283 static jdouble columnDouble(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnDouble() 288 static jint columnInt(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnInt() 293 static jlong columnLong(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnLong() 298 static jstring columnText(JNIEnv* env, jclass, jlong stmtPtr, jint col) { in columnText()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteRawStatement.java | 833 private static native int nativeColumnType(long stmt, int col); in nativeColumnType() 835 private static native String nativeColumnName(long stmt, int col); in nativeColumnName() 841 private static native int nativeColumnBytes(long stmt, int col); in nativeColumnBytes() 844 private static native byte[] nativeColumnBlob(long stmt, int col); in nativeColumnBlob() 846 private static native int nativeColumnBuffer(long stmt, int col, in nativeColumnBuffer() 849 private static native double nativeColumnDouble(long stmt, int col); in nativeColumnDouble() 851 private static native int nativeColumnInt(long stmt, int col); in nativeColumnInt() 853 private static native long nativeColumnLong(long stmt, int col); in nativeColumnLong() 855 private static native String nativeColumnText(long stmt, int col); in nativeColumnText()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | WatchedSparseBooleanMatrix.java | 198 public boolean get(int row, int col) { in get() 206 public boolean get(int row, int col, boolean valueIfKeyNotFound) { in get() 220 public void put(int row, int col, boolean value) { in put() 337 private boolean valueAtInternal(int row, int col) { in valueAtInternal() 360 private void setValueAtInternal(int row, int col, boolean value) { in setValueAtInternal() 441 private void validateIndex(int row, int col) { in validateIndex() 633 int col = mMap[j]; in equals() local
|
/frameworks/rs/driver/runtime/ |
D | rs_matrix.c | 173 rsMatrixSet(rs_matrix4x4 *m, uint32_t col, uint32_t row, float v) { in rsMatrixSet() 178 rsMatrixGet(const rs_matrix4x4 *m, uint32_t col, uint32_t row) { in rsMatrixGet() 183 rsMatrixSet(rs_matrix3x3 *m, uint32_t col, uint32_t row, float v) { in rsMatrixSet() 188 rsMatrixGet(const rs_matrix3x3 *m, uint32_t col, uint32_t row) { in rsMatrixGet() 193 rsMatrixSet(rs_matrix2x2 *m, uint32_t col, uint32_t row, float v) { in rsMatrixSet() 198 rsMatrixGet(const rs_matrix2x2 *m, uint32_t col, uint32_t row) { in rsMatrixGet()
|
/frameworks/base/libs/androidfw/tests/ |
D | CursorWindow_bench.cpp | 32 for (int col = 0; col < cols; col++) { in BM_CursorWindowWrite() local 64 for (int col = 0; col < cols; col++) { in BM_CursorWindowRead() local
|
/frameworks/av/services/mediametrics/include/mediametricsservice/ |
D | StatsdLog.h | 46 size_t col = 0; variable
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 222 for (int32_t col = 0; col < kWidth; ++col) { in TEST() local 273 for (int32_t col = 0; col < kWidth; ++col) { in TEST() local 359 for (int32_t col = 0; col < kWidth; ++col) { in TEST() local 413 for (int32_t col = 0; col < kWidth; ++col) { in TEST() local 643 static constexpr uint8_t GetPixelValue(uint8_t value, uint32_t row, uint32_t col) { in GetPixelValue() 654 for (uint32_t col = 0; col < view.width() / plane.colSampling; ++col) { in FillPlane() local 681 for (uint32_t col = 0; col < mediaImage->mWidth / plane.mHorizSubsampling; ++col) { in VerifyPlane() local
|
/frameworks/compile/mclinker/lib/LD/ |
D | StaticResolver.cpp | 61 unsigned int col = getOrdinate(pOld); in resolve() local
|
/frameworks/base/libs/androidfw/fuzz/cursorwindow_fuzzer/ |
D | cursorwindow_fuzzer.cpp | 52 for (auto col = 0; col < cols; col++) { in LLVMFuzzerTestOneInput() local
|
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/ |
D | InitialLockSetupHelper.java | 39 public static byte getByteFromPatternCell(int row, int col) { in getByteFromPatternCell()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | DisappearAnimationUtils.java | 47 protected long calculateDelay(int row, int col) { in calculateDelay()
|
/frameworks/base/libs/hwui/jni/ |
D | GIFMovie.cpp | 129 const GifColorType& col = cmap->Colors[*src]; in copyLine() local 209 uint32_t col) in fillRect() 400 const GifColorType& col = gif->SColorMap->Colors[gif->SBackGroundColor]; in onGetBitmap() local
|
/frameworks/base/core/java/android/util/ |
D | DayOfMonthCursor.java | 64 public void setSelectedRowColumn(int row, int col) { in setSelectedRowColumn()
|
/frameworks/av/cmds/stagefright/ |
D | jpeg.cpp | 76 for (int col = 0; col < width; col++) { in writeJpegFile() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/ |
D | DumpsysTableLoggerTest.kt | 106 val invalidLine = List(TEST_COLUMNS.size) { col -> in <lambda>() method 143 List(TEST_COLUMNS.size) { col -> in row() method
|
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | motion_comp.cpp | 1719 Int row, col, i; in Copy_MB_from_Vop() local 1767 Int row, col; in Copy_B_from_Vop() local 1797 Int row, col, i; in Copy_MB_into_Vop() local 1865 Int row, col; in Copy_B_into_Vop() local
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CallbackProcessor.cpp | 510 for (size_t col = 0; col < chromaWidth; col++) { in convertFromFlexibleYuv() local 543 for (size_t col = 0; col < chromaWidth; col++) { in convertFromFlexibleYuv() local
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/ |
D | WatcherTest.java | 951 private final boolean cellValue(int row, int col) { in cellValue() 960 int col = indexes[j]; in fill() local 978 final int col = indexes[j]; in fillNew() local 990 int col = indexes[j]; in verify() local
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 150 public final int getMarginAbove(int col) { in getMarginAbove() 157 public final int getMarginBelow(int col) { in getMarginBelow() 164 public final void setMarginAbove(int col, int margin) { in setMarginAbove() 172 public final void setMarginBelow(int col, int margin) { in setMarginBelow() 760 final int col = lp.column; in layoutChildren() local
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | numeric.h | 134 for (int col = 0; col < result.cols(); ++col) { in RandomInRange() local
|