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

<<11121314151617181920>>

  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
drive_welcome.css 106 flex-direction: column;
152 flex-direction: column;
  /external/chromium_org/v8/src/
allocation-tracker.h 96 int column; member in struct:v8::internal::AllocationTracker::FunctionInfo
debug-debugger.js 239 // column.
316 ScriptBreakPoint.prototype.column = function() {
330 ScriptBreakPoint.prototype.update_positions = function(line, column) {
332 this.column_ = column;
405 var column = this.column();
407 // If the column is undefined the break is on the line. To help locate the
408 // first piece of breakable code on the line try to find the column on the
410 if (IS_UNDEFINED(column)) {
418 // Fill cache if needed and get column where the actual source starts
    [all...]
  /external/clang/utils/
FuzzTest 113 # Compute the line and column.
115 line = column = 1
120 column = 1
122 column += 1
124 options['picked_input_col'] = column
193 'picked_input_col' - (with --pick-input) the selected input column
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 330 unsigned int column = 0; local
377 SET (column);
456 column = 0;
589 /* Takes one uleb128 parameter which is stored in column. */
594 column = u128;
  /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/jsoncpp/include/json/
reader.h 164 int &column ) const;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 265 GtkTreeViewColumn *column; local
267 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx);
268 gtk_tree_view_column_set_resizable(column, TRUE);
272 column); local
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame.s 46 # Return address column: 14
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 269 final String column = field.column; local
270 final String value = entry.getAsString(column);
281 onFieldChanged(column, s.toString());
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 57 * The column index of the corresponding active table cell
78 * The cells that are column headers of the corresponding active table cell
127 * and column headers.
150 * column location [i, j] of the active cell. These numbers are 0-based.
163 * table as the canonical column count. This is important for tables that
203 * The column headers in the active table. This is calculated at
329 // Current row does not exist anymore. Does current column still exist?
330 // Try last cell of current column
342 // Current column does not exist anymore either.
543 // Go left/right - if there's a header node, then this is a column
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 77 for (int column = 0; column < width; column ++) {
78 FX_FLOAT x = (FX_FLOAT)column, y = (FX_FLOAT)row;
93 dib_buf[column] = rgb_array[index];
169 for (int column = 0; column < width; column ++) {
170 FX_FLOAT x = (FX_FLOAT)column, y = (FX_FLOAT)row;
223 dib_buf[column] = rgb_array[index];
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 792 * @return {Mosaic.Column} The last column or null for empty layout.
823 // |Mosaic.Column.density_| tracks the state of the 'local' backtracking
825 // It starts with the current global density and decreases it until the column
831 this.newColumn_ = new Mosaic.Column(
845 continue; // Column is incomplete.
980 var column = this.getColumnIndexByTile_(index);
981 if (column < 0) {
982 console.error('Cannot find column for tile #' + index);
986 var row = this.columns_[column].getRowByTileIndex(index)
    [all...]
  /developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
SampleGridPagerAdapter.java 97 // place bugdroid as the background at row 2, column 1
170 public Drawable getBackgroundForPage(final int row, final int column) {
171 return mPageBackgrounds.get(new Point(column, row));
  /developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
SampleGridPagerAdapter.java 97 // place bugdroid as the background at row 2, column 1
170 public Drawable getBackgroundForPage(final int row, final int column) {
171 return mPageBackgrounds.get(new Point(column, row));
  /development/samples/browseable/GridViewPager/Wearable/src/com.example.android.wearable.gridviewpager/
SampleGridPagerAdapter.java 97 // place bugdroid as the background at row 2, column 1
170 public Drawable getBackgroundForPage(final int row, final int column) {
171 return mPageBackgrounds.get(new Point(column, row));
  /external/chromium_org/chrome/browser/
certificate_manager_model.cc 125 Column column) const {
127 switch (column) {
132 // TODO(xiyuan): Put this into a column when we have js tree-table.
  /external/chromium_org/chrome/browser/resources/about_welcome_android/
about_welcome_android.css 18 -webkit-flex-direction: column;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_reset.css 8 flex-flow: column;
oobe_screen_terms_of_service.css 56 -webkit-flex-direction: column;
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 132 var leftColumn = el.querySelector('.left-column');
134 var rightColumn = el.querySelector('.right-column');
153 var leftColumn = el.querySelector('.left-column');
155 var rightColumn = el.querySelector('.right-column');
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_loader_handler.cc 241 size_t column = 0u; local
243 base::StringPrintf("%s Line: (\\d+), column: (\\d+), .*",
251 re2::RE2::FullMatch(error, regex, &line, &column);

Completed in 636 milliseconds

<<11121314151617181920>>