HomeSort by relevance Sort by last modified time
    Searched refs:COLUMN (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableModel.java 44 COLUMN
DynamicTableModel.java 31 * an order of COLUMN_MAJOR are traversed left to right column by column until
34 * until the end of the row is reached, then proceeding to the next column.
109 cellRect.right = tableRect.left + calculateCellSize(tableRect, TableModel.Axis.COLUMN, numElements);
133 case COLUMN:
184 int lastColumn = 0; // most recent column iterated
253 // move to the next column over:
260 // move to the top of the next column over:
  /external/pdfium/fpdfsdk/
cba_annotiterator.h 22 enum TabOrder { STRUCTURE = 0, ROW, COLUMN };
cba_annotiterator.cpp 41 m_eTabOrder = COLUMN;
141 case COLUMN: {
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 128 case COLUMN:
CssTokens.java 217 COLUMN,
443 // <substring-match>, <column>, <whitespace>, <CDO>,
580 type = TokenType.COLUMN;
    [all...]
  /external/cblas/testing/
c_dblat2.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
419 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
421 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
791 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
796 10000 FORMAT( ' ', A12,' PASSED THE COLUMN-MAJOR COMPUTATIONAL TESTS',
    [all...]
c_sblat2.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
419 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
421 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
791 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
796 10000 FORMAT( ' ', A12,' PASSED THE COLUMN-MAJOR COMPUTATIONAL TESTS',
    [all...]
c_cblat3.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
390 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
392 10000 FORMAT(' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
700 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
705 10000 FORMAT( ' ', A12,' PASSED THE COLUMN-MAJOR COMPUTATIONAL TESTS',
    [all...]
c_dblat3.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
384 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
386 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
687 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
692 10000 FORMAT( ' ', A12,' PASSED THE COLUMN-MAJOR COMPUTATIONAL TESTS',
    [all...]
c_sblat3.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
383 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
385 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
687 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
692 10000 FORMAT( ' ', A12,' PASSED THE COLUMN-MAJOR COMPUTATIONAL TESTS',
    [all...]
c_zblat3.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
391 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
393 10000 FORMAT(' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
701 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
706 10000 FORMAT( ' ', A12,' PASSED THE COLUMN-MAJOR COMPUTATIONAL TESTS',
    [all...]
c_cblat2.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
423 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
425 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
    [all...]
c_zblat2.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
423 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
425 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 186 CssTokens.TokenType.COLUMN, Pattern.compile("\\|\\|"));
CssTokensTest.java 73 LEFT_PAREN, LEFT_SQUARE, IDENT, LEFT_SQUARE, LEFT_SQUARE, COLUMN,
268 "||:COLUMN", " ", "~=:MATCH", " ", "=:DELIM", "=:DELIM", "=:DELIM", " ",
649 + "COL { display: table-column }\n"
650 + "COLGROUP { display: table-column-group }\n"
714 "COL", " ", "{", " ", "display", ":", " ", "table-column", " ", "}", " ",
716 " ", "display", ":", " ", "table-column-group", " ", "}", " ",
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 73 * <h4>Row and Column Specs</h4>
87 * If a child does not specify the row and column indices of the cell it
126 * Multiple components in the same row or column group are
129 * within it are flexible. Row and column groups that sit either side of a common boundary
133 * To make a column stretch, make sure all of the components inside it define a
134 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
135 * in the column does not define a weight or a gravity.
150 * view was alone in a column, that column would itself collapse to zero width if and only if
338 * To control the 'direction' in which default row/column indices are generate
2165 int column = a.getInt(COLUMN, DEFAULT_COLUMN); local
    [all...]
  /frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
GridLayout.java 71 * <h4>Row and Column Specs</h4>
85 * If a child does not specify the row and column indices of the cell it
123 * Multiple components in the same row or column group are
126 * within it are flexible. Row and column groups that sit either side of a common boundary
130 * To make a column stretch, make sure all of the components inside it define a
131 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
132 * in the column does not define a weight or a gravity.
147 * view was alone in a column, that column would itself collapse to zero width if and only if
323 * To control the 'direction' in which default row/column indices are generate
2052 int column = a.getInt(COLUMN, DEFAULT_COLUMN); local
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]

Completed in 641 milliseconds

1 2 3