Searched refs:columnCount (Results 1 - 25 of 40) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h25 int columnCount(const QModelIndex &parent = QModelIndex()) const;
H A Deventhistory.cpp21 int EventListModel::columnCount(const QModelIndex &) const function in class:EventListModel
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrixImpl.java281 final int columnCount = getColumnDimension();
282 final BigDecimal[][] outData = new BigDecimal[rowCount][columnCount];
286 for (int col = 0; col < columnCount; col++) {
307 final int columnCount = getColumnDimension();
308 final BigDecimal[][] outData = new BigDecimal[rowCount][columnCount];
313 for (int col = 0; col < columnCount; col++) {
336 final int columnCount = getColumnDimension();
337 final BigDecimal[][] outData = new BigDecimal[rowCount][columnCount];
341 for (int col = 0; col < columnCount; col++) {
362 final int columnCount
[all...]
H A DArray2DRowRealMatrix.java197 final int columnCount = getColumnDimension();
198 final double[][] outData = new double[rowCount][columnCount];
203 for (int col = 0; col < columnCount; col++) {
237 final int columnCount = getColumnDimension();
238 final double[][] outData = new double[rowCount][columnCount];
243 for (int col = 0; col < columnCount; col++) {
H A DRealMatrixImpl.java198 final int columnCount = getColumnDimension();
199 final double[][] outData = new double[rowCount][columnCount];
204 for (int col = 0; col < columnCount; col++) {
238 final int columnCount = getColumnDimension();
239 final double[][] outData = new double[rowCount][columnCount];
244 for (int col = 0; col < columnCount; col++) {
H A DAbstractFieldMatrix.java176 final int columnCount = getColumnDimension();
177 final FieldMatrix<T> out = createMatrix(rowCount, columnCount);
179 for (int col = 0; col < columnCount; ++col) {
195 final int columnCount = getColumnDimension();
196 final FieldMatrix<T> out = createMatrix(rowCount, columnCount);
198 for (int col = 0; col < columnCount; ++col) {
211 final int columnCount = getColumnDimension();
212 final FieldMatrix<T> out = createMatrix(rowCount, columnCount);
214 for (int col = 0; col < columnCount; ++col) {
227 final int columnCount
[all...]
H A DAbstractRealMatrix.java84 final int columnCount = getColumnDimension();
85 final RealMatrix out = createMatrix(rowCount, columnCount);
87 for (int col = 0; col < columnCount; ++col) {
103 final int columnCount = getColumnDimension();
104 final RealMatrix out = createMatrix(rowCount, columnCount);
106 for (int col = 0; col < columnCount; ++col) {
119 final int columnCount = getColumnDimension();
120 final RealMatrix out = createMatrix(rowCount, columnCount);
122 for (int col = 0; col < columnCount; ++col) {
135 final int columnCount
[all...]
H A DArray2DRowFieldMatrix.java189 final int columnCount = getColumnDimension();
190 final T[][] outData = buildArray(getField(), rowCount, columnCount);
195 for (int col = 0; col < columnCount; col++) {
229 final int columnCount = getColumnDimension();
230 final T[][] outData = buildArray(getField(), rowCount, columnCount);
235 for (int col = 0; col < columnCount; col++) {
/external/icu/icu4c/source/test/intltest/
H A Ddatadrivennumberformattestsuite.cpp41 int32_t columnCount; local
71 columnCount = splitBy(columnValues, UPRV_LENGTHOF(columnValues), 0x9);
72 for (int32_t i = 0; i < columnCount; ++i) {
83 int32_t columnsInThisRow = splitBy(columnValues, columnCount, 0x9);
88 for (int32_t i = columnsInThisRow; i < columnCount; ++i) {
H A Dtsdtfmsy.cpp370 int32_t rowCount = 0, columnCount = 0; local
371 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount);
372 fr.setZoneStrings(strings, rowCount, columnCount);
373 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount);
375 for(int32_t j = 0; j < columnCount; j++) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCursor.java31 int columnCount = metaData.getColumnCount();
32 columnNameArray = new String[columnCount];
33 for (int columnIndex = 1; columnIndex <= columnCount; columnIndex++) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DWriteCharts.java306 int columnCount = 3;
309 for (int i = columnCount - 1; i > 0; --i) {
310 if (i != columnCount - 1) headers += "<th>&nbsp;</th>";
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java305 int columnCount = 3;
308 for (int i = columnCount - 1; i > 0; --i) {
309 if (i != columnCount - 1) headers += "<th>&nbsp;</th>";
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h544 * @param columnCount Output param to receive number of columns.
548 const UnicodeString** getZoneStrings(int32_t& rowCount, int32_t& columnCount) const;
559 * @param columnCount The number of columns (count of second index).
562 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java481 long rowCount = 0, columnCount = 0;
487 columnCount = strings[i].length;
488 for(int j = 0; j < columnCount; j++) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java480 long rowCount = 0, columnCount = 0;
486 columnCount = strings[i].length;
487 for(int j = 0; j < columnCount; j++) {
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1245 DateFormatSymbols::getZoneStrings(int32_t& rowCount, int32_t& columnCount) const
1259 columnCount = fZoneStringsColCount;
1357 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) argument
1365 fZoneStringsColCount = columnCount;
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp1037 void writeMatrixTypeSrc (int columnCount, argument
1049 for (int colNdex = 0; colNdex < columnCount; colNdex++)
1081 for (int colNdex = 0; colNdex < columnCount; colNdex++)
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 343 milliseconds

12