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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
style.css 15 flex-direction: column;
35 flex-direction: column;
  /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 73 AXTableCell* 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);
  /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:__anon33790
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:__anon34519
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:__anon35350
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:__anon36079
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>];"

Completed in 1365 milliseconds

1 2 3 4 5 6 78 91011>>