Home
last modified time | relevance | path

Searched defs:numRows (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/decoder/
H A DBitMatrixParser.java62 int numRows = bitMatrix.getHeight(); in readVersion() local
83 int numRows = mappingBitMatrix.getHeight(); in readCodewords() local
154 private boolean readModule(int row, int column, int numRows, int numColumns) { in readModule()
182 private int readUtah(int row, int column, int numRows, int numColumns) { in readUtah()
227 private int readCorner1(int numRows, int numColumns) { in readCorner1()
272 private int readCorner2(int numRows, int numColumns) { in readCorner2()
317 private int readCorner3(int numRows, int numColumns) { in readCorner3()
362 private int readCorner4(int numRows, int numColumns) { in readCorner4()
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DDynamicTableModel.java44 private int numRows; field in DynamicTableModel
58 public DynamicTableModel(int numColumns, int numRows) { in DynamicTableModel()
63 public DynamicTableModel(int numColumns, int numRows, TableOrder order) { in DynamicTableModel()
154 public void setNumRows(int numRows) { in setNumRows()
/aosp_15_r20/external/sonic/
H A Dspectrogram.c140 sonicBitmap sonicCreateBitmap(unsigned char* data, int numRows, int numCols) { in sonicCreateBitmap()
251 int numRows) { in interpolateSpectrum()
270 int numRows, int colTime) { in interpolateSpectrogram()
284 static void addBitmapCol(unsigned char* data, int col, int numCols, int numRows, in addBitmapCol()
316 int numRows, int numCols) { in sonicConvertSpectrogramToBitmap()
H A Dmain.c20 int numRows, int numCols) { in runSonic()
121 int numRows = 0, numCols = 0; in main() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DVariablePacker.cpp134 void VariablePacker::fillColumns(int topRow, int numRows, int column, int numComponentsPerRow) in fillColumns()
145 bool VariablePacker::searchColumn(int column, int numRows, int *destRow, int *destSize) in searchColumn()
279 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
304 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp297 const int numRows = 20; in init() local
325 const int numRows = 4; in init() local
394 const int numRows = 4; in init() local
438 const int numRows = 3 * 7; in init() local
/aosp_15_r20/packages/apps/Multiuser/Widget/src/main/java/com/android/multiuser/widget/ui/grid/
DUsersView.kt42 val numRows = ceil((users.size + actionItems.size).toDouble() / gridCells).toInt() in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java224 private void layoutItemsUsingGravity(int numRows, int numItems) { in layoutItemsUsingGravity()
259 int numRows = mLayoutNumRows; in doItemsFit() local
336 final int numRows = mLayoutNumRows; in positionChildren() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/
H A DUnifiedDistanceMatrix.java84 final int numRows = map.getNumberOfRows(); in individualDistances() local
184 final int numRows = map.getNumberOfRows(); in averageDistances() local
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dvirtual_table.ts83 numRows: number; property
150 const {columns, className, numRows, rowHeight, style} = attrs; constant
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp83 auto numRows = shader.getType(type.definition.word(2)).definition.word(3); in EmitMatrixTimesMatrix() local
107 auto numRows = lhs.componentCount; in EmitOuterProduct() local
126 auto numRows = shader.getType(type.definition.word(2)).componentCount; in EmitTranspose() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DInternalSelectionView.java58 public InternalSelectionView(Context context, int numRows) { in InternalSelectionView()
62 public InternalSelectionView(Context context, int numRows, String label) { in InternalSelectionView()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/
H A DMapUtils.java162 final int numRows = map.getNumberOfRows(); in computeU() local
213 final int numRows = map.getNumberOfRows(); in computeHitHistogram() local
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaModelChunk.cpp168 const size_t numRows = GetCacheNumRows(); in LeftPaddingCachePostprocess() local
212 const size_t numRows = GetCacheNumRows(); in RollbackCache() local
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.cpp335 UINT* numRows, UINT64* rowSizeInBytes, in copy_compressed_data()
395 AutoTMalloc<UINT> numRows(mipLevelCount); in onCreateCompressedTexture() local
1479 UINT numRows; in onClearBackendTexture() local
1589 AutoTMalloc<UINT> numRows(mipLevelCount); in onUpdateCompressedBackendTexture() local
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
H A Darm_math.h1371 uint16_t numRows; /**< number of rows of the matrix. */ member
1382 uint16_t numRows; /**< number of rows of the matrix. */ member
1392 uint16_t numRows; /**< number of rows of the matrix. */ member
1402 uint16_t numRows; /**< number of rows of the matrix. */ member
1853 uint16_t numRows; /**< number of rows in the data table. */ member
1863 uint16_t numRows; /**< number of rows in the data table. */ member
1873 uint16_t numRows; /**< number of rows in the data table. */ member
1883 uint16_t numRows; /**< number of rows in the data table. */ member
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
H A Darm_math.h1371 uint16_t numRows; /**< number of rows of the matrix. */ member
1382 uint16_t numRows; /**< number of rows of the matrix. */ member
1392 uint16_t numRows; /**< number of rows of the matrix. */ member
1402 uint16_t numRows; /**< number of rows of the matrix. */ member
1853 uint16_t numRows; /**< number of rows in the data table. */ member
1863 uint16_t numRows; /**< number of rows in the data table. */ member
1873 uint16_t numRows; /**< number of rows in the data table. */ member
1883 uint16_t numRows; /**< number of rows in the data table. */ member
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h1433 uint16_t numRows; /**< number of rows of the matrix. */ member
1445 uint16_t numRows; /**< number of rows of the matrix. */ member
1456 uint16_t numRows; /**< number of rows of the matrix. */ member
1468 uint16_t numRows; /**< number of rows of the matrix. */ member
1935 uint16_t numRows; /**< number of rows in the data table. */ member
1946 uint16_t numRows; /**< number of rows in the data table. */ member
1957 uint16_t numRows; /**< number of rows in the data table. */ member
1968 uint16_t numRows; /**< number of rows in the data table. */ member
/aosp_15_r20/hardware/interfaces/gnss/2.1/vts/functional/
H A Dgnss_hal_test_cases.cpp205 int numRows = antennaInfo.phaseCenterVariationCorrectionMillimeters.size(); in TEST_P() local
226 int numRows = antennaInfo.signalGainCorrectionDbi.size(); in TEST_P() local
/aosp_15_r20/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp68 const unsigned numRows = std::min(srcHeight, pDesc->height); in fillRGBAFromYUYV() local
102 const unsigned numRows = std::min(srcHeight, pDesc->height); in fillBufferCopy() local
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java128 public int numRows; field in InvariantDeviceProfile
815 int numRows = p.getIntValue(RES_GRID_NUM_ROWS, -1); in applyPartnerDeviceProfileOverrides() local
984 public final int numRows; field in InvariantDeviceProfile.GridOption
/aosp_15_r20/external/skia/src/encode/
H A DSkEncoder.cpp12 bool SkEncoder::encodeRows(int numRows) { in encodeRows()
/aosp_15_r20/development/tools/winscope/src/parsers/search/
H A Dparser_search.ts53 const numRows = queryResult.numRows(); constant
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.cpp197 int numRows = (height - rowIndex) / 2; in deinterleave() local
272 int numRows = height - rowIndex; in deinterleave() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/util/
DResizeUtils.java26 …ist<? extends com.android.systemui.communal.domain.model.CommunalContentModel> list, int numRows) { in resizeOngoingItems()

12345678910>>...16