Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DMatrix.java98 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/
DTMatHelpers.h218 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 …]
Dmat2.h284 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
Dmat3.h314 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
Dmat4.h364 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat44() local
385 for (size_t col = 0; col < NUM_COLS; ++col) { in TMat44() local
527 for (size_t col = 0; col < TMat44<T>::NUM_COLS; ++col) { variable
544 for (size_t col = 0; col < TMat44<T>::NUM_COLS; ++col) { variable
/frameworks/base/services/core/java/com/android/server/utils/
DWatchedSparseBooleanMatrix.java198 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/base/libs/androidfw/tests/
DCursorWindow_bench.cpp32 for (int col = 0; col < cols; col++) { in BM_CursorWindowWrite() local
64 for (int col = 0; col < cols; col++) { in BM_CursorWindowRead() local
/frameworks/rs/driver/runtime/
Drs_matrix.c173 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/av/services/mediametrics/include/mediametricsservice/
DStatsdLog.h44 size_t col = 0; variable
/frameworks/compile/mclinker/lib/LD/
DStaticResolver.cpp61 unsigned int col = getOrdinate(pOld); in resolve() local
/frameworks/base/libs/androidfw/fuzz/cursorwindow_fuzzer/
Dcursorwindow_fuzzer.cpp52 for (auto col = 0; col < cols; col++) { in LLVMFuzzerTestOneInput() local
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp222 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/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DInitialLockSetupHelper.java37 public static byte getByteFromPatternCell(int row, int col) { in getByteFromPatternCell()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DDisappearAnimationUtils.java47 protected long calculateDelay(int row, int col) { in calculateDelay()
/frameworks/base/core/java/android/util/
DDayOfMonthCursor.java63 public void setSelectedRowColumn(int row, int col) { in setSelectedRowColumn()
/frameworks/av/cmds/stagefright/
Djpeg.cpp76 for (int col = 0; col < width; col++) { in writeJpegFile() local
/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp127 const GifColorType& col = cmap->Colors[*src]; in copyLine() local
207 uint32_t col) in fillRect()
398 const GifColorType& col = gif->SColorMap->Colors[gif->SBackGroundColor]; in onGetBitmap() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
DDumpsysTableLoggerTest.kt106 val invalidLine = List(TEST_COLUMNS.size) { col -> in <lambda>() method
143 List(TEST_COLUMNS.size) { col -> in row() method
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCallbackProcessor.cpp510 for (size_t col = 0; col < chromaWidth; col++) { in convertFromFlexibleYuv() local
543 for (size_t col = 0; col < chromaWidth; col++) { in convertFromFlexibleYuv() local
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp1719 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/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/utils/
DWatcherTest.java951 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/
DStaggeredGridView.java150 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/
Dnumeric.h134 for (int col = 0; col < result.cols(); ++col) { in RandomInRange() local
/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java76 ArrayList<Integer> col = Lists.newArrayList(); in createTestList() local
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java718 int col = cursor.getColumnIndex(columnName); in getColumnString() local
722 private static String getStringOrNull(Cursor cursor, int col) { in getStringOrNull()

12