/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursorBackedCursor.java | 29 public static final String[] COLUMNS = { 77 ArrayList<String> allColumns = new ArrayList<String>(COLUMNS.length + 80 allColumns.addAll(Arrays.asList(COLUMNS)); 84 return COLUMNS; 99 int extraColumn = columnIdx - COLUMNS.length; 123 if (column < COLUMNS.length) { 153 + " of " + COLUMNS.length);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
BlockFieldMatrix.java | 35 * and columns major direction, one block at a time. This greatly increases performances 83 /** Number of columns of the matrix. */ 84 private final int columns; field in class:BlockFieldMatrix 89 /** Number of block columns of the matrix. */ 97 * @param columns the number of columns in the new matrix 101 public BlockFieldMatrix(final Field<T> field, final int rows, final int columns) 104 super(field, rows, columns); 106 this.columns = columns; 154 super(extractField(blockData), rows, columns); local 215 final int columns = rawData[0].length; local [all...] |
BlockRealMatrix.java | 34 * and columns major direction, one block at a time. This greatly increases performances 81 /** Number of columns of the matrix. */ 82 private final int columns; field in class:BlockRealMatrix 87 /** Number of block columns of the matrix. */ 94 * @param columns the number of columns in the new matrix 98 public BlockRealMatrix(final int rows, final int columns) 101 super(rows, columns); 103 this.columns = columns; 210 final int columns = rawData[0].length; local [all...] |
FieldMatrixChangingVisitor.java | 36 * @param columns number of columns of the matrix 42 void start(int rows, int columns,
|
FieldMatrixPreservingVisitor.java | 36 * @param columns number of columns of the matrix 42 void start(int rows, int columns,
|
RealMatrixChangingVisitor.java | 35 * @param columns number of columns of the matrix 41 void start(int rows, int columns,
|
RealMatrixPreservingVisitor.java | 35 * @param columns number of columns of the matrix 41 void start(int rows, int columns,
|
/external/webrtc/tools/python_charts/webrtc/ |
data_helper.py | 27 columns in the data lists, as defined in the gviz_api.DataTable 30 columns after. Usually different runs of data collection. 58 - a dictionary describing the columns in the data result_data_table below. 121 remaining columns are sorted alphabetically. 126 # gviz_api.DataTable orders the columns by name by default, which will 130 # add all other columns: 151 - a dictionary describing the columns in the configuration table to be 152 displayed. All columns will have string as data type. 162 Example matching the columns above:
|
/packages/apps/Launcher2/ |
print_db.py | 10 COLUMNS = 4 44 columns = [d[0] for d in c.description] 48 return columns,rows 123 columns,rows = get_favorites(conn) 124 data = [dict(zip(columns,row)) for row in rows] 145 for col in columns: 147 for i in range(0,len(columns)): 148 col = columns[i] 190 for k in range(0,COLUMNS):
|
/external/bison/lib/ |
mbswidth.h | 1 /* Determine the number of screen columns needed for a string. 49 /* Returns the number of screen columns needed for STRING. */ 53 /* Returns the number of screen columns needed for the NBYTES bytes
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridLayoutFactory.java | 53 * Sets number of columns in {@link GridLayout}. 55 public GridLayoutFactory columns(int numColumns) { method in class:GridLayoutFactory 61 * Specifies whether all columns in the layout will be forced to have the same width.
|
/external/javasqlite/src/main/java/SQLite/ |
Callback.java | 10 * public void columns(String cols[]) { 46 public void columns(String coldata[]); method in interface:Callback 49 * Reports type names of the columns of the query result.
|
TableResult.java | 33 * Number of columns in the result set. 51 * Types of columns of the result set or null. 107 public void columns(String coldata[]) { method in class:TableResult
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteDatabase.java | 95 Iterator<Object> columns = sqlInsertString.columnValues.iterator(); local 98 while (columns.hasNext()) { 99 insert.setObject(i++, columns.next()); 114 public Cursor query(boolean distinct, String table, String[] columns, 124 columns, where, groupBy, having, orderBy, limit); 140 public Cursor query(String table, String[] columns, String selection, 143 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null); 147 public Cursor query(String table, String[] columns, String selection, 150 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit); 159 Iterator<Object> columns = sqlUpdateString.columnValues.iterator() local [all...] |
/external/webrtc/webrtc/system_wrappers/source/ |
data_log_unittest.cc | 47 // the cells and columns specified in "columns". 48 static int VerifyTable(FILE* log_file, const ExpectedValuesMap& columns) { 57 VerifyHeader(line, columns); 62 for (ExpectedValuesMap::const_iterator it = columns.begin(); 63 it != columns.end(); ++it) { 76 // specified in "columns". 78 const ExpectedValuesMap& columns) { 80 for (ExpectedValuesMap::const_iterator it = columns.begin(); 81 it != columns.end(); ++it) [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | 249 int Columns) { 251 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; 405 int Columns) { 407 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; 499 int Columns) { 508 int row_bits = Colors * BitsPerComponent * Columns; 545 int Columns) { 546 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; 557 Columns); 566 int Columns) { [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
EntrySchema.java | 52 ColumnInfo[] columns = parseColumnInfo(clazz); local 54 mColumnInfo = columns; 56 // Cache the list of projection columns and check for full-text columns. 59 if (columns != null) { 60 projection = new String[columns.length]; 61 for (int i = 0; i != columns.length; ++i) { 62 ColumnInfo column = columns[i]; 330 // Create indexes for all indexed columns. 332 // Create an index on the indexed columns 460 ArrayList<ColumnInfo> columns = new ArrayList<ColumnInfo>(); local [all...] |
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 176 /// of the printable representation of the line to the columns those printable 179 /// If a byte 'i' corresponds to multiple columns (e.g. the byte contains a tab 189 /// and instead is the number of columns needed to display the source 195 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to 208 int columns = 0; 211 out[i] = columns; 214 columns += llvm::sys::locale::columnWidth(res.first); 216 out.back() = columns; 219 /// This function takes a raw source line and produces a mapping from columns 229 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns t [all...] |
/external/opencv3/modules/ts/misc/ |
table_formatter.py | 38 self.columns = {} 46 self.rows.append(tblRow(len(self.columns), properties)) 59 if name in self.columns: 60 index = self.columns[name].index 62 index = len(self.columns) 65 self.columns[name] = caption 70 self.columns[name] = col 75 return self.columns.get(name, None) 77 vals = [v for v in self.columns.values() if v.index == name] 97 columns = self.columns.values( [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
MoreKeysKeyboardBuilderMaxOrderTests.java | 74 assertEquals("1 key max 5 M0 columns", 1, params.mNumColumns); 86 assertEquals("1 key max 5 L0 columns", 1, params.mNumColumns); 98 assertEquals("1 key max 5 L1 columns", 1, params.mNumColumns); 110 assertEquals("1 key max 5 L2 columns", 1, params.mNumColumns); 122 assertEquals("1 key max 5 R0 columns", 1, params.mNumColumns); 134 assertEquals("1 key max 5 R1 columns", 1, params.mNumColumns); 146 assertEquals("1 key max 5 R2 columns", 1, params.mNumColumns); 158 assertEquals("2 key max 5 M0 columns", 2, params.mNumColumns); 171 assertEquals("2 key max 5 L0 columns", 2, params.mNumColumns); 184 assertEquals("2 key max 5 L1 columns", 2, params.mNumColumns) [all...] |
/art/tools/ahat/src/ |
style.css | 22 * Most of the columns show numbers of bytes. Numbers should be right aligned.
|
/developers/demos/JustForUs/justforus/src/main/res/values/ |
integers.xml | 17 <!-- Number of columns in the grid view, which changes based on device size. -->
|
/developers/demos/JustForUs/justforus/src/main/res/values-sw600dp/ |
integers.xml | 17 <!-- Number of columns in the grid view for a wider screen device (likely a tablet). -->
|
/developers/demos/JustForUs/justforus/src/main/res/values-sw600dp-w720dp/ |
integers.xml | 17 <!-- Number of columns in the grid view for a wider screen device (likely a tablet). -->
|
/development/samples/ApiDemos/res/values/ |
integers.xml | 18 <!-- For the System UI Modes API demo, this is the number of columns to use
|