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

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableTableTest.java 253 ASSERT.that(table.column(5).keySet()).hasContentsInOrder('e', 'x');
275 ASSERT.that(table.column(1).keySet()).hasContentsInOrder('a', 'b', 'c');
293 ASSERT.that(table.column(5).keySet()).hasContentsInOrder('e', 'x');
310 ASSERT.that(table.column(1).keySet()).hasContentsInOrder('a', 'b', 'c');
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame_personality.s 44 # Return address column: 14
  /external/protobuf/src/google/protobuf/compiler/
importer.h 91 // has the ability to determine exact line and column numbers of errors
183 // Line and column numbers are zero-based. A line number of -1 indicates
185 virtual void AddError(const string& filename, int line, int column,
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 227 final String column = field.column; local
228 final String value = entry.getAsString(column);
239 onFieldChanged(column, s.toString());
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /external/v8/src/
debug-debugger.js 253 // column.
327 ScriptBreakPoint.prototype.column = function() {
341 ScriptBreakPoint.prototype.update_positions = function(line, column) {
343 this.column_ = column;
416 var column = this.column();
418 // If the column is undefined the break is on the line. To help locate the
419 // first piece of breakable code on the line try to find the column on the
421 if (IS_UNDEFINED(column)) {
429 // Fill cache if needed and get column where the actual source starts
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
mosaic_mode.js 812 * @return {Mosaic.Column} The last column or null for empty layout.
843 // |Mosaic.Column.density_| tracks the state of the 'local' backtracking
845 // It starts with the current global density and decreases it until the column
851 this.newColumn_ = new Mosaic.Column(
865 continue; // Column is incomplete.
1002 var column = this.getColumnIndexByTile_(index);
1003 if (column < 0) {
1004 console.error('Cannot find column for tile #' + index);
1008 var row = this.columns_[column].getRowByTileIndex(index)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 138 for (const ColumnSpec* column = begin; column != end; ++column) {
141 query.append(column->name);
143 query.append(column->spec);
770 bool DirectoryBackingStore::AddColumn(const ColumnSpec* column) {
772 std::string sql = StringPrintf("ALTER TABLE metas ADD COLUMN %s %s",
773 column->name, column->spec);
803 // No data migration is necessary, but we should do a column refresh
    [all...]
  /external/chromium_org/chrome/browser/resources/about_welcome_android/
about_welcome_android.css 12 -webkit-flex-direction: column;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_terms_of_service.css 56 -webkit-flex-direction: column;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ScriptRunner.cpp 72 v8::Handle<v8::Integer> column = v8::Integer::New(scriptStartPosition.m_column.zeroBasedInt(), isolate); local
74 v8::ScriptOrigin origin(name, line, column, isSharedCrossOrigin);
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControlsAndroid.css 44 -webkit-flex-direction: column;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 149 // our column's width. In practice, horizontal border-spacing won't change often.
172 unsigned colToEffCol(unsigned column) const
176 for (unsigned c = 0; effColumn < numColumns && c + m_columns[effColumn].span - 1 < column; ++effColumn)
207 // Return the first column or column-group.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
splitView.css 135 -webkit-flex-direction: column;
tabbedPane.css 32 -webkit-flex-direction: column;
  /external/chromium_org/third_party/icu/source/common/
uprops.h 198 * column==-1 gets the 32-bit main properties word instead.
202 u_getUnicodeProperties(UChar32 c, int32_t column);
206 * Use the same column numbers as for u_getUnicodeProperties().
213 * For other column numbers, this function will return 0.
218 uprv_getMaxValues(int32_t column);
  /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 )
chpr.f 61 * packed sequentially, column by column, so that AP( 1 )
68 * packed sequentially, column by column, so that AP( 1 )
chpr2.f 72 * packed sequentially, column by column, so that AP( 1 )
79 * 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
ctpmv.f 65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
ctpsv.f 68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
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

Completed in 1595 milliseconds

<<11121314151617181920>>