/frameworks/support/design/tests/src/android/support/design/widget/ |
D | CoordinatorLayoutTest.java | 87 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testSetFitSystemWindows() local 141 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testLayoutChildren() local 192 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testInsetDependency() local 237 CoordinatorLayout.LayoutParams lpDependency, CoordinatorLayout col, in dependsOn() 247 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testInsetEdge() local 300 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testDependentViewChanged() local 346 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testDependentViewRemoved() local 380 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testGetDependenciesAfterDependentViewRemoved() local 419 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testDodgeInsetBeforeLayout() local 468 final CoordinatorLayout col = activity.mCoordinatorLayout; in testGoneViewsNotMeasuredLaidOut() local [all …]
|
D | CoordinatorLayoutSortTest.java | 72 final CoordinatorLayout col = mActivityTestRule.getActivity().mCoordinatorLayout; in testDependencySortingOrder() local 110 private void addViewsAndAssertOrdering(final CoordinatorLayout col, in addViewsAndAssertOrdering()
|
/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 | 364 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/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_conceal.c | 129 u32 row, col; in h264bsdConceal() local 253 u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, in ConcealMb() 590 u32 col; in Transform() local
|
D | h264bsd_transform.c | 101 u32 row,col; in h264bsdProcessBlock() local 258 u32 row,col; in h264bsdProcessLumaDc() local
|
D | h264bsd_neighbour.c | 133 u32 i, row, col; in h264bsdInitMbNeighbours() local
|
D | h264bsd_util.c | 268 u32 row, col; in h264bsdSetCurrImageMbPointers() local
|
D | h264bsd_image.c | 182 u32 row, col; in h264bsdWriteOutputBlocks() 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/compile/mclinker/lib/LD/ |
D | StaticResolver.cpp | 61 unsigned int col = getOrdinate(pOld); in resolve() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | DisappearAnimationUtils.java | 47 protected long calculateDelay(int row, int col) { in calculateDelay()
|
/frameworks/base/core/java/android/util/ |
D | DayOfMonthCursor.java | 63 public void setSelectedRowColumn(int row, int col) { in setSelectedRowColumn()
|
/frameworks/base/core/jni/android/graphics/ |
D | GIFMovie.cpp | 125 const GifColorType& col = cmap->Colors[*src]; in copyLine() local 205 uint32_t col) in fillRect() 395 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; in onGetBitmap() local
|
/frameworks/av/cmds/stagefright/ |
D | jpeg.cpp | 76 for (int col = 0; col < width; col++) { in writeJpegFile() local
|
/frameworks/av/media/libstagefright/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 | 499 for (size_t col = 0; col < chromaWidth; col++) { in convertFromFlexibleYuv() local 532 for (size_t col = 0; col < chromaWidth; col++) { in convertFromFlexibleYuv() 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
|
/frameworks/base/core/java/android/widget/ |
D | SuggestionsAdapter.java | 718 int col = cursor.getColumnIndex(columnName); in getColumnString() local 722 private static String getStringOrNull(Cursor cursor, int col) { in getStringOrNull()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SimpleCursorAdapterTest.java | 75 ArrayList<Integer> col = Lists.newArrayList(); in createTestList() local
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SuggestionsAdapter.java | 675 int col = cursor.getColumnIndex(columnName); in getColumnString() local 679 private static String getStringOrNull(Cursor cursor, int col) { in getStringOrNull()
|