/external/mesa3d/src/gallium/tools/trace/ |
parse.py | 43 def __init__(self, type, name_or_data, attrs = None, line = None, column = None): 49 self.column = column 83 line, column = self.pos() 84 token = XmlToken(ELEMENT_START, name, attributes, line, column) 89 line, column = self.pos() 90 token = XmlToken(ELEMENT_END, name, None, line, column) 101 line, column = self.character_pos 102 token = XmlToken(CHARACTER_DATA, self.character_data, None, line, column) 123 line, column = self.pos( [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
AggregatorRecordStorage.java | 59 throw new RuntimeException("No column keys"); 91 // Notice that the column names are repeated for each row. 102 for (String column : mColumnNames) { 103 int columnIndex = cursor.getColumnIndex(column); 106 oneRow.put(column, value);
|
/external/chromium_org/ui/views/layout/ |
grid_layout.cc | 27 // Reset the layout width of each column. 38 // Reset the layout width of each column. 153 // Column ------------------------------------------------------------- 155 // As the name implies, this represents a Column. Column contains default 156 // values for views originating in this column. 157 class Column : public LayoutElement { 159 Column(GridLayout::Alignment h_align, 176 virtual ~Column() {} 187 Column* GetLastMasterColumn() 416 Column* column = new Column(h_align, v_align, resize_percent, size_type, local 433 Column* column = *i; local 495 Column* column = *i; local 623 Column* column = columns_[view_state->start_col]; local 734 Column* column = current_row_col_set_->columns_[next_column_]; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 123 _data = '._DATA_.' # this+column+this+rowid key contains table data 318 # checking sanity of the table and column names here on 323 for column in columns : 324 if contains_metastrings(column): 326 "bad column name: contains reserved metastrings") 333 # store the table's column info 403 # load the current column list 407 # create a hash table for fast lookups of column names in the 413 # create a new column list containing both the old and new 414 # column name [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 123 _data = '._DATA_.' # this+column+this+rowid key contains table data 318 # checking sanity of the table and column names here on 323 for column in columns : 324 if contains_metastrings(column): 326 "bad column name: contains reserved metastrings") 333 # store the table's column info 403 # load the current column list 407 # create a hash table for fast lookups of column names in the 413 # create a new column list containing both the old and new 414 # column name [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_table.js | 13 * Custom column model for advanced auto-resizing. 38 * Minimum width of column. 46 * Sets column width so that the column dividers move to the specified position. 47 * This function also check the width of each column and keep the width larger 51 * @param {Array.<number>} newPos Positions of each column dividers. 92 var column = this.columns_[i]; 93 sum += column.width; 101 * Handles to the start of column resizing by splitters. 111 * Handles to the end of column resizing by splitters [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAnalysisAbortedMessage.java | 47 column = decisionASTNode.getCharPositionInLine();
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/ |
plugin_list.css | 78 .column-headers { 83 .column-headers > div {
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTable.h | 72 AXTableCell* cellForColumnAndRow(unsigned column, unsigned row);
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
GridPainter.cpp | 53 for (GridSpan::iterator column = dirtiedColumns.begin(); column != dirtiedColumns.end(); ++column) { 54 const Vector<RenderBox*, 1>& children = m_renderGrid.gridCell(row.toInt(), column.toInt());
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
convolve.c | 156 GLsizei columnBufSize, GLvoid *column, 167 GLvoid *row, GLvoid *column, GLvoid *span) 170 INT_MAX, column, span); 175 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
|
/external/chromium_org/third_party/polymer/components/core-layout/ |
core-layout.css | 33 -ms-flex-direction: column; 34 -moz-flex-direction: column; 35 -webkit-flex-direction: column; 36 flex-direction: column; 41 -ms-flex-direction: column-reverse; 42 -moz-flex-direction: column-reverse; 43 -webkit-flex-direction: column-reverse; 44 flex-direction: column-reverse;
|
/external/chromium_org/third_party/polymer/components-chromium/core-layout/ |
core-layout.css | 33 -ms-flex-direction: column; 34 -moz-flex-direction: column; 35 -webkit-flex-direction: column; 36 flex-direction: column; 41 -ms-flex-direction: column-reverse; 42 -moz-flex-direction: column-reverse; 43 -webkit-flex-direction: column-reverse; 44 flex-direction: column-reverse;
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/ |
track_list.css | 12 flex-direction: column; 50 flex-direction: column;
|
/external/chromium_org/v8/test/mjsunit/ |
debug-script-breakpoints.js | 37 assertEquals(3, Debug.scriptBreakPoints()[0].column()); 52 assertEquals(3, x.column()); 55 assertEquals(4, x.column()); 58 assertEquals(5, x.column()); 78 assertEquals(3, Debug.scriptBreakPoints()[0].column()); 93 assertEquals(3, x.column()); 96 assertEquals(4, x.column()); 99 assertEquals(5, x.column());
|
/external/elfutils/0.153/libdwfl/ |
dwfl_lineinfo.c | 68 *colp = info->column;
|
/external/lldb/include/lldb/API/ |
SBDeclaration.h | 50 SetColumn (uint32_t column);
|
SBLineEntry.h | 57 SetColumn (uint32_t column);
|
/external/lldb/include/lldb/Symbol/ |
LineEntry.h | 150 uint16_t column; ///< The column number of the source line, or zero if there is no column information. member in struct:lldb_private::LineEntry
|
/external/mesa3d/src/mesa/main/ |
convolve.c | 156 GLsizei columnBufSize, GLvoid *column, 167 GLvoid *row, GLvoid *column, GLvoid *span) 170 INT_MAX, column, span); 175 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 79 // and column numbers for errors reported by DescriptorPool during validation. 177 void AddError(int line, int column, const string& error); 179 // Invokes error_collector_->AddError() with the line and column number 183 // Record the given line and column and associate it with this descriptor 187 int line, int column); 189 // Record the current line and column and associate it with this descriptor 303 // DescriptorPool when validating descriptors -- to line and column numbers 311 // *column with the line and column numbers. If not found, sets *line to 312 // -1 and *column to 0 (since line = -1 is used to mean "error has no exac [all...] |
/external/smack/src/org/jivesoftware/smackx/search/ |
SimpleUserSearch.java | 92 data.addColumn(new ReportedData.Column("JID", "jid", "text-single")); 125 Iterator<ReportedData.Column> cols = data.getColumns(); 127 ReportedData.Column column = cols.next(); local 128 if (column.getVariable().equals(name)) { 133 // Column name should be the same 135 ReportedData.Column column = new ReportedData.Column(name, name, "text-single"); local 136 data.addColumn(column); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
signalbar.cpp | 33 if (index.column() != 3) {
|
/frameworks/base/core/java/android/text/ |
PackedObjectVector.java | 46 getValue(int row, int column) 51 Object value = mValues[row * mColumns + column]; 57 setValue(int row, int column, E value) 62 mValues[row * mColumns + column] = value;
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
Editor.java | 81 public void onFieldChanged(String column, String value);
|