HomeSort by relevance Sort by last modified time
    Searched defs:ROW (Results 1 - 22 of 22) sorted by null

  /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/
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...]
  /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());
  /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());
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 59 ROW = 'row'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 59 ROW = 'row'
    [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
2176 int row = a.getInt(ROW, DEFAULT_ROW); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 63 * <h4>Row and Column Specs</h4>
77 * If a child does not specify the row and column indices of the cell it
115 * Multiple components in the same row or column group are
118 * within it are flexible. Row and column groups that sit either side of a common boundary
192 * children that belong to a row group that uses {@link #TOP} alignment will
208 * belong to a row group that uses {@link #TOP} alignment.
312 * To control the 'direction' in which default row/column indices are generated
368 * RowCount is used only to generate default row/column indices when
499 * Returns whether or not row boundaries are ordered by their grid indices.
501 * @return {@code true} if row boundaries must appear in the order of their indices
2051 int row = a.getInt(ROW, DEFAULT_ROW); local
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 444 milliseconds