/external/skia/gm/rebaseline_server/ |
imagepairset.py | 16 import column namespace 78 column_id: string; unique ID of this column (must match a key within 88 column_id: string; unique ID of this column (must match a key within 93 column_header_factory = column.ColumnHeaderFactory(header_text=column_id) 101 column_id: string; unique ID of this column 102 value: string; a possible value for this column 111 We use this information to generate tallies within the column header 116 column_id: string; unique ID of this column (must match a key within 118 value: string; a possible value for this column 130 """Returns all column headers as a dictionary."" [all...] |
imagepairset_test.py | 16 import column namespace 131 # The 'builder' column header uses the default settings, 132 # but the 'test' column header has manual adjustments. 135 column.ColumnHeaderFactory(
|
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 531 // assume that if the getString threw this exception then the column is not 555 // assume that if the getString threw this exception then the column is not 808 * first column of the first row. 821 * first column of the first row. 830 * first column of the first row. 843 * first column of the first row. 852 * first column of the first row. 868 * first column of the first row. 879 * Reads a String out of a column in a Cursor and writes it to a ContentValues [all...] |
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 42 * <p>The width of a column is defined by the row with the widest cell in that 43 * column. However, a TableLayout can specify certain columns as shrinkable or 47 * marked as shrinkable, the column width can be shrunk to fit the table into 50 * container. It is important to remember that a column can be both shrinkable 51 * and stretchable. In such a situation, the column will change its size to 53 * column by calling 63 * <p> Cells must be added to a row in increasing column order, both in code and 64 * XML. Column numbers are zero-based. If you don't specify a column number for 65 * a child cell, it will autoincrement to the next available column. If you ski 601 int column = columns.keyAt(i); local 623 int column = columns.keyAt(i); local [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ListSuggestionCursor.java | 151 for (String column : extras.getExtraColumnNames()) { 152 mExtraColumns.add(column);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 842 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); local 853 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); local 864 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); local 1051 String column = entry.getKey(); local [all...] |
/external/chromium_org/ui/views/controls/table/ |
table_view.cc | 135 visible_column.column = columns[i]; 205 visible_column.column = FindColumnByID(id); 209 if (visible_columns_[i].column.id == id) { 225 if (!visible_columns_[visible_column_index].column.sortable) 227 const int column_id = visible_columns_[visible_column_index].column.id; 243 if (visible_columns_[i].column.id == id) 296 // recalculating column sizes. 512 // Always paint the icon in the first visible column. 527 model_->GetText(model_index, visible_columns_[j].column.id), 535 visible_columns_[j].column.alignment)) 882 const int column = GetClosestVisibleColumnIndex(this, x); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 867 const TUint8* column = aSource; local 871 *target++ = aDsa.iLut256[*column]; 872 column += aLineLen; 880 const TUint8* column = aSource; local 884 *(--endt) = aDsa.iLut256[*column]; 885 column += aLineLen; 898 const TUint32* column = reinterpret_cast<const TUint32*>(aSource); local 902 *target++ = *column; 903 column += aLineLen; 923 const TUint32* column = reinterpret_cast<const TUint32*>(aSource) local 1009 const T* column = reinterpret_cast<const T*>(aSource); local [all...] |
/external/chromium_org/third_party/iaccessible2/ |
ia2_api_all.idl | 235 In the case of an insertion or change the row and column offsets define the boundaries 237 the row and column offsets define the boundaries of the subtable being removed before [all...] |
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 45 * <p>StaggeredGridView presents a multi-column grid with consistent column sizes 79 * view has been removed. These let positioning and the choice of column for an item 136 public int column; field in class:StaggeredGridView.LayoutRecord 145 // all layoutrecords are purged when column count changes. 182 String result = "LayoutRecord{c=" + column + ", id=" + id + " h=" + height + 231 throw new IllegalArgumentException("Column count must be at least 1 - received " + 246 * Set a minimum column width for 508 // Repair the top and bottom column boundaries from the views we still have 519 final int colEnd = lp.column + Math.min(mColCount, lp.span) 1408 int column; field in class:StaggeredGridView.LayoutParams [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarDanglingStateMessage.java | 56 column = decisionASTNode.getCharPositionInLine();
|
NonRegularDecisionMessage.java | 52 column = decisionASTNode.getCharPositionInLine();
|
RecursionOverflowMessage.java | 64 column = decisionASTNode.getCharPositionInLine();
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
Dbg.stg | 138 DBG->location(DBG, <ruleDescriptor.tree.line>, <ruleDescriptor.tree.column>);<\n> 142 DBG->location(DBG, <ruleDescriptor.EORNode.line>, <ruleDescriptor.EORNode.column>);<\n>
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
about.css | 7 -webkit-column-width: 350px; 11 -webkit-column-break-inside: avoid;
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
simple_grid_layout.h | 13 class Column; 30 // Creates a new column set with the specified id and returns it. 36 // Returns the column set for the specified id, or NULL if one doesn't exist. 44 // Starts a new row with the specified column set. 52 // Advances past columns. Use this when the current column should not 69 // Returns the column set of the last non-padding row. 91 // Next column in the current ColumnSet. 122 float GetColumnWidth(int column); 124 Column* GetColumn(int column_index) { 136 ScopedVector<Column> columns_ [all...] |
/external/chromium_org/chrome/browser/ui/search_engines/ |
template_url_table_model.h | 51 virtual base::string16 GetText(int row, int column) OVERRIDE;
|
/external/chromium_org/mojo/examples/keyboard/ |
keyboard_view.h | 70 // Returns the button corresponding to a key at the specified row/column. 71 views::LabelButton* GetButton(int row, int column);
|
/external/chromium_org/native_client_sdk/src/resources/ |
index.css | 12 .main-column { 17 -webkit-flex-direction: column;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
JavaScriptCallFrame.h | 60 int column() const;
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
TableSectionPainter.cpp | 166 // the column group, column, row group, row, and then the cell. 167 RenderTableCol* column = m_renderTableSection.table()->colElement(cell->col()); local 168 RenderTableCol* columnGroup = column ? column->enclosingColumnGroup() : 0; 170 // Column groups and columns first. 171 // FIXME: Columns and column groups do not currently support opacity, and they are being painted "too late" in 176 cell->paintBackgroundsBehindCell(paintInfo, cellPoint, column);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/ |
SettingsScreen.js | 483 * @param {{id: string, placeholder: (string|undefined), options: (!Array.<string>|undefined)}} column 486 _renderFileSystem: function(columnElement, column, id) 491 var textElement = columnElement.createChild("span", "list-column-text"); 712 var column = this._columns[i]; 713 var columnElement = listItemColumnsElement.createChild("div", "list-column settings-list-column-" + column.id); 714 listItem.columnElements[column.id] = columnElement; 715 this._itemRenderer(columnElement, column, itemId); 890 var column = this._columns[i] [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
suggestBox.css | 47 flex-direction: column; 69 flex-direction: column;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
DragImage.cpp | 261 for (int column = 0; column < m_bitmap.width(); ++column) { 262 uint32_t* pixel = m_bitmap.getAddr32(column, row);
|
/external/chromium_org/tools/metrics/common/ |
pretty_print_xml.py | 73 # Wrap each paragraph in the text to fit in the 80 column limit. 141 column = value_indent_level 145 if i > 0 and (column + len(word) + 1 + closing_chars > WRAP_COLUMN): 148 column = value_indent_level 150 column += len(word) + 1
|