Searched refs:columns (Results 76 - 100 of 114) sorted by relevance

12345

/external/webkit/Source/WebCore/inspector/front-end/
H A DResourcesPanel.js572 var columns = {};
580 columns[columnNames[i]] = column;
594 var dataGrid = new WebInspector.DataGrid(columns);
H A DHeapSnapshotView.js73 var columns = {
82 this.dataGrid = new WebInspector.DataGrid(columns);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java459 public PreparedStatement prepareStatement(String sql, String columns[]) argument
/external/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict16x16_neon.asm56 ;First Pass: output_height lines x output_width columns (17x16)
236 ;First Pass: output_height lines x output_width columns (16x16)
H A Dbilinearpredict8x8_neon.asm35 ;First pass: output_height lines x output_width columns (9x8)
H A Dloopfiltersimpleverticaledge_neon.asm29 sub r0, r0, #2 ; move src pointer down by 2 columns
H A Dsixtappredict8x4_neon.asm67 ;First pass: output_height lines x output_width columns (9x8)
321 ;First pass: output_height lines x output_width columns (4x8)
H A Dsixtappredict8x8_neon.asm58 ;First pass: output_height lines x output_width columns (13x8)
335 ;First pass: output_height lines x output_width columns (8x8)
/external/libvpx/vp8/encoder/arm/neon/
H A Dvp8_subpixelvariance16x16_neon.asm59 ;First Pass: output_height lines x output_width columns (17x16)
242 ;First Pass: output_height lines x output_width columns (16x16)
H A Dvp8_subpixelvariance8x8_neon.asm38 ;First pass: output_height lines x output_width columns (9x8)
/external/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copyframeyonly_neon.asm100 ;copy the left and right most columns out
239 ;copy the left and right most columns out
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc1075 views::ColumnSet* columns = layout->AddColumnSet(0); local
1076 columns->AddColumn(views::GridLayout::FILL,
/external/clang/www/demo/
H A Dindex.cgi175 -columns => 60,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java139 * the number of columns for the new composite
295 private Group createGroup(Composite parent, String text, int columns) { argument
297 group.setLayout(new GridLayout(columns, false));
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in151 --sort=A,B,C sort columns by events A,B,C [event column order]
/external/valgrind/main/massif/
H A Dms_print.in71 --x=<4..1000> graph width, in columns [72]
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in227 -webkit-columns
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py538 columns = struct.unpack('hh', data)[1]
541 if columns >= 40:
542 return columns
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/blktrace/btt/doc/
H A Dbtt.tex379 \item[Per Process Averages] The average columns from the above charts,
401 \item[Per Device Averages] The average columns from the above charts,
601 traced. The fields (columns) generated by the \texttt{--iostat} or
664 The columns provide the following information:
774 in the times present for the current sample, then the second columns
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java2815 List columns = new ArrayList();
2820 columns.add(Integer.valueOf(key.substring(prefix.length())));
2823 return columns;
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp1190 int columns = integrity.columnCount(); local
1191 if (columns != 1) {
1192 LOG_ERROR("Received %i columns performing integrity check, should be 1", columns);
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in206 --sort=A,B,C sort columns by events A,B,C [event column order]
/external/grub/docs/
H A Dtexinfo.tex2576 % @multitable ... @end multitable will make as many columns as desired.
2585 % Either define widths of columns in terms of percent of \hsize:
2591 % columns as desired.
2600 % starts with @tab. Empty columns may be produced by supplying @tab's
2601 % with nothing between them for as many times as empty columns are needed,
2602 % ie, @tab@tab@tab will produce two empty columns.
2627 % @multitablecolmargin is horizontal space to be left between columns.
2743 % be used as many times as user calls for columns.
2754 % we will add a \leftskip of \multitablecolspace to all columns after
3669 % columns
[all...]

Completed in 5653 milliseconds

12345