HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 451 - 475 of 1202) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/resources/media/
media_internals.css 61 flex-direction: column;
  /external/chromium_org/mojo/examples/keyboard/
keyboard_view.cc 190 views::LabelButton* KeyboardView::GetButton(int row, int column) {
191 int offset = column;
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 42 flex-direction: column;
127 flex-direction: column;
390 flex-flow: column;
391 flex-direction: column;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
documentationView.css 127 flex-direction: column !important;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SourceMap.js 59 /** @type {number} */ this.column;
195 this._parseMap(section.map, section.offset.line, section.offset.column);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DynamicHLSL.cpp 190 int column = 0; local
194 if (space[x] >= registers && (space[column] < registers || space[x] < space[column]))
196 column = x;
200 if (space[column] >= registers)
204 if (!packing[r][column])
207 varying->columnIndex = column;
211 packing[y][column] = &*varying;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uprops.h 224 u_getUnicodeProperties(UChar32 c, int32_t column);
228 * Use the same column numbers as for u_getUnicodeProperties().
235 * For other column numbers, this function will return 0.
240 uprv_getMaxValues(int32_t column);
  /external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
core-layout-grid-extracted.js 97 // for each column (e.g.)
109 // determine if it bounds this column
122 // store the owners for this column
260 //console.group('column rails');
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagepairset.py 19 import column namespace
93 column_id: string; unique ID of this column (must match a key within
103 column_id: string; unique ID of this column (must match a key within
108 column_header_factory = column.ColumnHeaderFactory(header_text=column_id)
116 column_id: string; unique ID of this column
117 value: string; a possible value for this column
126 We use this information to generate tallies within the column header
131 column_id: string; unique ID of this column (must match a key within
133 value: string; a possible value for this column
145 """Returns all column headers as a dictionary.""
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/css/
audio_player.css 12 flex-direction: column;
  /external/chromium_org/v8/test/intl/string/
normalization.js 136 for (var column = 0; column < 3; ++column) {
137 var str = testData[i][column];
  /external/chromium_org/v8/tools/
draw_instruction_graph.sh 125 plot for [i=2:MAXCOL] '$file' using 1:(sum [col=i:MAXCOL] column(col)) \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/eigen/blas/
chbmv.f 54 * band part of the hermitian matrix, supplied column by
55 * column, with the leading diagonal of the matrix in row
72 * band part of the hermitian matrix, supplied column by
73 * column, with the leading diagonal of the matrix in row 1 of
chpmv.f 50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
ctbmv.f 72 * band part of the matrix of coefficients, supplied column by
73 * column, with the leading diagonal of the matrix in row
90 * band part of the matrix of coefficients, supplied column by
91 * column, with the leading diagonal of the matrix in row 1 of
dsbmv.f 54 * band part of the symmetric matrix, supplied column by
55 * column, with the leading diagonal of the matrix in row
72 * band part of the symmetric matrix, supplied column by
73 * column, with the leading diagonal of the matrix in row 1 of
dspmv.f 50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
dtbmv.f 72 * band part of the matrix of coefficients, supplied column by
73 * column, with the leading diagonal of the matrix in row
90 * band part of the matrix of coefficients, supplied column by
91 * column, with the leading diagonal of the matrix in row 1 of
ssbmv.f 54 * band part of the symmetric matrix, supplied column by
55 * column, with the leading diagonal of the matrix in row
72 * band part of the symmetric matrix, supplied column by
73 * column, with the leading diagonal of the matrix in row 1 of
sspmv.f 50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
stbmv.f 72 * band part of the matrix of coefficients, supplied column by
73 * column, with the leading diagonal of the matrix in row
90 * band part of the matrix of coefficients, supplied column by
91 * column, with the leading diagonal of the matrix in row 1 of
zhbmv.f 54 * band part of the hermitian matrix, supplied column by
55 * column, with the leading diagonal of the matrix in row
72 * band part of the hermitian matrix, supplied column by
73 * column, with the leading diagonal of the matrix in row 1 of
zhpmv.f 50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
ztbmv.f 72 * band part of the matrix of coefficients, supplied column by
73 * column, with the leading diagonal of the matrix in row
90 * band part of the matrix of coefficients, supplied column by
91 * column, with the leading diagonal of the matrix in row 1 of

Completed in 271 milliseconds

<<11121314151617181920>>