HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 176 - 200 of 962) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.h 73 AccessibilityTableCell* cellForColumnAndRow(unsigned column, unsigned row);
  /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/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/libdwfl/
dwfl_lineinfo.c 68 *colp = info->column;
  /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/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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
signalbar.cpp 33 if (index.column() != 3) {
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 44 getValue(int row, int column)
49 Object value = mValues[row * mColumns + column];
55 setValue(int row, int column, E value)
60 mValues[row * mColumns + column] = value;
  /packages/apps/Contacts/src/com/android/contacts/editor/
Editor.java 77 public void onFieldChanged(String column, String value);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 599 T get(Cursor cursor, int column);
604 public Long get(Cursor cursor, int column) {
605 return cursor.getLong(column);
611 public Integer get(Cursor cursor, int column) {
612 return cursor.getInt(column);
618 public String get(Cursor cursor, int column) {
619 return cursor.getString(column);
625 public byte[] get(Cursor cursor, int column) {
626 return cursor.getBlob(column);
646 * @return a generic in column {@code column} of the first result row, if the query returns a
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 48 int column; member in struct:__anon35618
tree-dump.h 67 /* The next column. */
68 unsigned int column; member in struct:dump_info
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 48 int column; member in struct:__anon36347
tree-dump.h 67 /* The next column. */
68 unsigned int column; member in struct:dump_info
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 48 int column; member in struct:__anon37178
tree-dump.h 67 /* The next column. */
68 unsigned int column; member in struct:dump_info
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 48 int column; member in struct:__anon37907
tree-dump.h 67 /* The next column. */
68 unsigned int column; member in struct:dump_info
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 120 [debugListener locationLine:<ruleDescriptor.tree.line> column:<ruleDescriptor.tree.column>];<\n>
124 [debugListener locationLine:<ruleDescriptor.EORNode.line> column:<ruleDescriptor.EORNode.column>];<\n>
197 "[debugListener locationLine:<it.line> column:<it.pos>];"
  /external/chromium-trace/trace-viewer/src/cc/
layer_picker.css 7 -webkit-flex-direction: column;

Completed in 579 milliseconds

1 2 3 4 5 6 78 91011>>