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

1 2

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
SAXParseExceptionTest.java 33 public static final int ROW = 1;
41 l.setLineNumber(ROW);
54 assertEquals(ROW, e.getLineNumber());
65 assertEquals(ROW, e.getLineNumber());
87 assertEquals(ROW, e.getLineNumber());
95 l.setLineNumber(ROW);
106 assertEquals(ROW, e.getLineNumber());
117 assertEquals(ROW, e.getLineNumber());
137 SAXParseException e = new SAXParseException(ERR, PUB, SYS, ROW, COL, c);
144 assertEquals(ROW, e.getLineNumber())
    [all...]
  /external/chromium_org/third_party/skia/bench/
VertBench.cpp 25 ROW = 20,
27 PTS = (ROW + 1) * (COL + 1),
28 IDX = ROW * COL * 6,
50 for (int y = 0; y <= ROW; y++) {
57 if (x < COL && y < ROW) {
  /external/skia/bench/
VertBench.cpp 25 ROW = 20,
27 PTS = (ROW + 1) * (COL + 1),
28 IDX = ROW * COL * 6,
50 for (int y = 0; y <= ROW; y++) {
57 if (x < COL && y < ROW) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
LocatorImplTest.java 30 public static final int ROW = 1;
48 inner.setLineNumber(ROW);
56 assertEquals(ROW, outer.getLineNumber());
91 l.setLineNumber(ROW);
92 assertEquals(ROW, l.getLineNumber());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
Locator2ImplTest.java 31 public static final int ROW = 1;
56 inner.setLineNumber(ROW);
67 assertEquals(ROW, outer.getLineNumber());
78 assertEquals(ROW, outer.getLineNumber());
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 35 * Insert one row:
37 * &lt;row uri="content://contacts/people">
40 * &lt;/row></pre>
47 * Use first row's uri to insert into another table,
50 * &lt;row uri="content://contacts/people">
53 * &lt;row postfix="phones">
55 * &lt;/row>
56 * &lt;row postfix="phones">
58 * &lt;/row>
59 * &lt;/row></pre
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 103 ROW = 321,
211 #define ROW 321
program_parse.tab.c 288 ROW = 321,
396 #define ROW 321
5656 int row; local
5712 int row; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 91 * \param row row of pixel in the image (0 for 1D images)
103 GLint img, GLint row, GLint column )
151 + (skiprows + row) * bytes_per_row
174 /* set pixel_addr to the last row */
185 + (skiprows + row) * bytes_per_row
206 * \param row row of pixel in the image (0 for 1D images)
219 GLint img, GLint row, GLint column )
224 format, type, img, row, column)
393 GLint row, col; local
    [all...]
  /external/mesa3d/src/mesa/main/
image.c 91 * \param row row of pixel in the image (0 for 1D images)
103 GLint img, GLint row, GLint column )
151 + (skiprows + row) * bytes_per_row
174 /* set pixel_addr to the last row */
185 + (skiprows + row) * bytes_per_row
206 * \param row row of pixel in the image (0 for 1D images)
219 GLint img, GLint row, GLint column )
224 format, type, img, row, column)
393 GLint row, col; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 177 #define LOAD_UV_8(ROW) \
178 vcombine_u8(vld1_u8(u - 4 + (ROW) * stride), vld1_u8(v - 4 + (ROW) * stride))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 182 %token RANGE RESULT ROW
    [all...]
program_lexer.l 299 {dot}row { return ROW; }
  /external/mesa3d/src/mesa/program/
program_parse.y 182 %token RANGE RESULT ROW
    [all...]
program_lexer.l 299 {dot}row { return ROW; }
  /external/webp/src/dsp/
dec_neon.c 177 #define LOAD_UV_8(ROW) \
178 vcombine_u8(vld1_u8(u - 4 + (ROW) * stride), vld1_u8(v - 4 + (ROW) * stride))
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 42 ROW: 'mv-row', // tile row
928 var row = document.createElement('div');
929 row.classList.add(CLASSES.ROW);
930 tilesContainer.appendChild(row);
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 200 QUERY KEY OF OFFSET PRAGMA RAISE RELEASE REPLACE RESTRICT ROW ROLLBACK
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 66 * <h4>Row and Column Specs</h4>
80 * If a child does not specify the row and column indices of the cell it
119 * Multiple components in the same row or column group are
122 * within it are flexible. Row and column groups that sit either side of a common boundary
207 * children that belong to a row group that uses {@link #TOP} alignment will
223 * belong to a row group that uses {@link #TOP} alignment.
323 * To control the 'direction' in which default row/column indices are generated
379 * RowCount is used only to generate default row/column indices when
511 * Returns whether or not row boundaries are ordered by their grid indices.
513 * @return {@code true} if row boundaries must appear in the order of their indices
2143 int row = a.getInt(ROW, DEFAULT_ROW); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 64 * <h4>Row and Column Specs</h4>
78 * If a child does not specify the row and column indices of the cell it
116 * Multiple components in the same row or column group are
119 * within it are flexible. Row and column groups that sit either side of a common boundary
193 * children that belong to a row group that uses {@link #TOP} alignment will
209 * belong to a row group that uses {@link #TOP} alignment.
313 * To control the 'direction' in which default row/column indices are generated
369 * RowCount is used only to generate default row/column indices when
500 * Returns whether or not row boundaries are ordered by their grid indices.
502 * @return {@code true} if row boundaries must appear in the order of their indices
2019 int row = a.getInt(ROW, DEFAULT_ROW); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 397 // Single child node, i.e. the row is meaningless.
401 // Case of a 'meaningful' row, even if they are empty.
444 cvox.SemanticAttr.Type.ROW,
676 // TODO (sorge) Separate out interspersed text before the relations in row
684 * This is the main heuristic to rewrite a flat row of terms into a meaningful
752 // Pathological case: only operators in row.
    [all...]
math_semantic_attr.js     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]

Completed in 1113 milliseconds

1 2