/external/eigen/blas/ |
dspmv.f | 50 * packed sequentially, column by column, so that AP( 1 ) 55 * packed sequentially, column by column, so that AP( 1 )
|
dspr2.f | 72 * packed sequentially, column by column, so that AP( 1 ) 79 * packed sequentially, column by column, so that AP( 1 )
|
dtbmv.f | 72 * band part of the matrix of coefficients, supplied column by 73 * column, with the leading diagonal of the matrix in row 90 * band part of the matrix of coefficients, supplied column by 91 * column, with the leading diagonal of the matrix in row 1 of
|
dtpmv.f | 65 * column by column, so that AP( 1 ) contains a( 1, 1 ), 70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
|
dtpsv.f | 68 * column by column, so that AP( 1 ) contains a( 1, 1 ), 73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
|
ssbmv.f | 54 * band part of the symmetric matrix, supplied column by 55 * column, with the leading diagonal of the matrix in row 72 * band part of the symmetric matrix, supplied column by 73 * column, with the leading diagonal of the matrix in row 1 of
|
sspmv.f | 50 * packed sequentially, column by column, so that AP( 1 ) 55 * packed sequentially, column by column, so that AP( 1 )
|
sspr2.f | 72 * packed sequentially, column by column, so that AP( 1 ) 79 * packed sequentially, column by column, so that AP( 1 )
|
stbmv.f | 72 * band part of the matrix of coefficients, supplied column by 73 * column, with the leading diagonal of the matrix in row 90 * band part of the matrix of coefficients, supplied column by 91 * column, with the leading diagonal of the matrix in row 1 of
|
stpmv.f | 65 * column by column, so that AP( 1 ) contains a( 1, 1 ), 70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
|
stpsv.f | 68 * column by column, so that AP( 1 ) contains a( 1, 1 ), 73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
|
zhbmv.f | 54 * band part of the hermitian matrix, supplied column by 55 * column, with the leading diagonal of the matrix in row 72 * band part of the hermitian matrix, supplied column by 73 * column, with the leading diagonal of the matrix in row 1 of
|
zhpmv.f | 50 * packed sequentially, column by column, so that AP( 1 ) 55 * packed sequentially, column by column, so that AP( 1 )
|
zhpr.f | 61 * packed sequentially, column by column, so that AP( 1 ) 68 * packed sequentially, column by column, so that AP( 1 )
|
zhpr2.f | 72 * packed sequentially, column by column, so that AP( 1 ) 79 * packed sequentially, column by column, so that AP( 1 )
|
ztbmv.f | 72 * band part of the matrix of coefficients, supplied column by 73 * column, with the leading diagonal of the matrix in row 90 * band part of the matrix of coefficients, supplied column by 91 * column, with the leading diagonal of the matrix in row 1 of
|
ztpmv.f | 65 * column by column, so that AP( 1 ) contains a( 1, 1 ), 70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
|
ztpsv.f | 68 * column by column, so that AP( 1 ) contains a( 1, 1 ), 73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
|
/external/guava/guava/src/com/google/common/collect/ |
Tables.java | 53 * Returns an immutable cell with the specified row key, column key, and 59 * @param columnKey the column key to be associated with the returned cell 123 * Creates a transposed view of a given table that flips its row and column 155 public Map<C, V> column(R columnKey) { method in class:Tables.TransposeTable 217 return original.column(rowKey); 334 * <p>The views returned by the {@code Table} methods {@link Table#column}, 339 * <p>Lookups by row key are often faster than lookups by column key, because 341 * {@code column(columnKey).get(rowKey)} still runs quickly, since the row key 342 * is provided. However, {@code column(columnKey).size()} takes longer, since 358 * corresponding column key / value ma 467 @Override public Map<R, V2> column(C columnKey) { method in class:Tables.TransformedTable [all...] |
/external/icu4c/common/ |
uprops.h | 224 u_getUnicodeProperties(UChar32 c, int32_t column); 228 * Use the same column numbers as for u_getUnicodeProperties(). 235 * For other column numbers, this function will return 0. 240 uprv_getMaxValues(int32_t column);
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 53 // escape sequence at line 5, column 45", you get error messages like 195 current_.column = 0; 213 // Update our line and column counters based on the character being 268 current_.column = column_; 485 current_.column = column_ - 1; 553 current_.column = column_;
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
ContactStatusLoaderTest.java | 186 public byte[] getBlob(int column) { 187 Assert.assertEquals(0, column);
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MockProvider.java | 172 for (String column: projection) { 173 rowValues[i++] = cv.get(column);
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
TestProvider.java | 172 for (String column : projection) { 173 rowValues[i++] = cv.get(column);
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceContact.java | 312 int column = cursor.getColumnIndexOrThrow(CallLog.Calls.NUMBER); local 313 number = cursor.getString(column);
|