HomeSort by relevance Sort by last modified time
    Searched full:columns (Results 201 - 225 of 2476) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/tko/
compose_query.cgi 4 Selects all rows and columns that satisfy the condition specified
32 <SELECT NAME="columns">
61 <input type="hidden" name="columns" value="%s">
108 column = parse_field(form, 'columns', 'machine_group')
114 ## caller can specify rows and columns that shall be included into the report
146 link = '/tko/compose_query.cgi?' + urllib.urlencode({'columns': next_column,
277 ## At the same time view when either rows or columns grouped
302 dict_url = {'columns': row,
317 # For each row, we are looping horizontally over the columns.
  /frameworks/base/core/java/android/hardware/camera2/params/
ColorSpaceTransform.java 41 /** The number of columns in this matrix. */
42 private static final int COLUMNS = 3;
45 private static final int COUNT = ROWS * COLUMNS;
57 private static final int COUNT_INT = ROWS * COLUMNS * RATIONAL_SIZE;
136 if (column < 0 || column >= COLUMNS) {
142 int numerator = mElements[(row * COLUMNS + column) * RATIONAL_SIZE + OFFSET_NUMERATOR];
143 int denominator = mElements[(row * COLUMNS + column) * RATIONAL_SIZE + OFFSET_DENOMINATOR];
279 for (int col = 0; col < COLUMNS; col++, i += RATIONAL_SIZE) {
285 if (col < COLUMNS - 1) {
  /external/chromium-trace/catapult/tracing/tracing/ui/side_panel/
file_size_stats_side_panel.html 131 var columns = [
159 columns.push({
175 return columns;
181 var columns = this.createColumns_(this.model.stats);
194 table.tableColumns = columns;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 44 * subcomponents, call this to lay it out in the desired number of columns.
46 public static void fixGrid(Container cont, int columns) {
57 // not used int colNumber = i%columns;
59 if ((i%columns) == columns - 1)
  /frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java 47 /** Calculated number of columns */
96 // columns that we can fit in the available space.
98 // Once we have the maximum number of columns, we will span all columns width evenly to fill
102 // Calculate the desired width of all columns and take the maximum.
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 136 protected static void createTable(SQLiteDatabase db, String table, List<String[]> columns) {
140 for (String[] column : columns) {
173 protected static void addToTable(List<String[]> createTable, String[][] columns, String[][] constraints) {
174 if (columns != null) {
175 for (String[] column: columns) {
  /packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetProvider.java 103 // First find out rows and columns based on width provided.
105 final int columns = getCellsForSize(minWidth); local
109 " columns: " + columns);
116 } else if (columns > 3) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractFieldMatrix.java 63 * @param columnDimension the number of columns in the new matrix
120 * @param columns number of columns (may be negative to build partial
127 final int columns) {
128 if (columns < 0) {
133 (T[][]) Array.newInstance(field.getZero().getClass(), new int[] { rows, columns });
357 public void start(final int rows, final int columns,
781 final int columns = getColumnDimension(); local
782 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1)
797 final int columns = getColumnDimension(); local
845 final int columns = getColumnDimension(); local
861 final int columns = getColumnDimension(); local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardBuilderAutoOrderTests.java 74 assertEquals("1 key auto 5 M0 columns", 1, params.mNumColumns);
86 assertEquals("1 key auto 5 L0 columns", 1, params.mNumColumns);
98 assertEquals("1 key auto 5 L1 columns", 1, params.mNumColumns);
110 assertEquals("1 key auto 5 L2 columns", 1, params.mNumColumns);
122 assertEquals("1 key auto 5 R0 columns", 1, params.mNumColumns);
134 assertEquals("1 key auto 5 R1 columns", 1, params.mNumColumns);
146 assertEquals("1 key auto 5 R2 columns", 1, params.mNumColumns);
158 assertEquals("2 key auto 5 M0 columns", 2, params.mNumColumns);
171 assertEquals("2 key auto 5 L0 columns", 2, params.mNumColumns);
184 assertEquals("2 key auto 5 L1 columns", 2, params.mNumColumns)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 621 // window where we show a hardcoded set of columns for a single file, deliberately
627 LintColumn[] columns = new LintColumn[mTree.getColumnCount()]; local
629 for (int i = 0; i < columns.length; i++) {
636 columns[positions[i]] = column;
648 LintColumn[] columns = getVisibleColumns(); local
651 for (int i = 0; i < columns.length; i++) {
652 LintColumn column = columns[i];
692 TreeColumn[] columns = tree.getColumns(); local
693 for (int i = 0; i < columns.length; i++) {
694 if (column.equals(columns[i].getData(KEY_COLUMN)))
    [all...]
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py 78 columns = line.split()
79 entry_timestamp = float(columns[3].replace(':',''))
80 sample_timestamp = float(columns[6])
  /external/eigen/Eigen/src/Eigen2Support/
LU.h 34 // of columns of the original matrix
42 MatrixType::MaxRowsAtCompileTime, // the image matrix will consist of columns from the original matrix,
43 MatrixType::MaxColsAtCompileTime // so it has the same number of rows and at most as many columns.
  /external/icu/icu4c/source/common/
rbbisetb.h 69 // that will correspond to columns in the state table for
86 // columns in the DFA state table
116 // fGroupCount+1 is also the number of columns in the RBBI state table being compiled.
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
AbsTransport.java 96 * @param columns
97 * columns of text
105 public abstract void setDimensions(int columns, int rows, int width, int height);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
SelectionArea.java 47 * @param columns
50 public void setBounds(int columns, int rows) {
51 maxColumns = columns - 1;
  /external/toybox/toys/pending/
fold.c 16 Default line width is 80 columns for folding and infinite for unfolding.
18 -b Fold based on bytes instead of columns
21 -w Set lines to WIDTH columns or bytes
  /external/vulkan-validation-layers/libs/glm/
mat2x3.hpp 36 /// 2 columns of 3 components matrix of low precision floating-point numbers.
43 /// 2 columns of 3 components matrix of medium precision floating-point numbers.
50 /// 2 columns of 3 components matrix of high precision floating-point numbers.
mat2x4.hpp 36 /// 2 columns of 4 components matrix of low precision floating-point numbers.
43 /// 2 columns of 4 components matrix of medium precision floating-point numbers.
50 /// 2 columns of 4 components matrix of high precision floating-point numbers.
mat3x2.hpp 36 /// 3 columns of 2 components matrix of low precision floating-point numbers.
43 /// 3 columns of 2 components matrix of medium precision floating-point numbers.
50 /// 3 columns of 2 components matrix of high precision floating-point numbers.
mat3x4.hpp 36 /// 3 columns of 4 components matrix of low precision floating-point numbers.
43 /// 3 columns of 4 components matrix of medium precision floating-point numbers.
50 /// 3 columns of 4 components matrix of high precision floating-point numbers.
mat4x2.hpp 36 /// 4 columns of 2 components matrix of low precision floating-point numbers.
43 /// 4 columns of 2 components matrix of medium precision floating-point numbers.
50 /// 4 columns of 2 components matrix of high precision floating-point numbers.
mat4x3.hpp 36 /// 4 columns of 3 components matrix of low precision floating-point numbers.
43 /// 4 columns of 3 components matrix of medium precision floating-point numbers.
50 /// 4 columns of 3 components matrix of high precision floating-point numbers.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TileLayout.java 77 final int columns = Math.max(1, res.getInteger(R.integer.quick_settings_num_columns)); local
81 if (mColumns != columns) {
82 mColumns = columns;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionProviderCursor.java 30 public MockSuggestionProviderCursor(String[] columns) {
31 mColumns = columns;
94 throw new IllegalArgumentException("Too many columns");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 98 * Creates a new composite with a TableWrapLayout set with a given number of columns.
103 * @param numColumns Desired number of columns.
112 * If the parent layout if a TableWrapLayout, maximize it to span over all columns.
128 * This expects the parent composite to have a TableWrapLayout with 2 columns.
145 * This expects the parent composite to have a TableWrapLayout with 2 columns.
186 * Creates a new composite with a TableWrapLayout set with a given number of columns.
192 * @param numColumns Desired number of columns.
209 * Creates a new composite with a GridLayout set with a given number of columns.
215 * @param numColumns Desired number of columns.
234 * This expects the parent composite to have a TableWrapLayout with 2 columns
    [all...]

Completed in 1015 milliseconds

1 2 3 4 5 6 7 891011>>