OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROW
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/test/java/tests/api/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/luni/src/test/java/tests/api/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/luni/src/test/java/tests/api/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
* <
row
uri="content://contacts/people">
40
* </
row
></pre>
47
* Use first
row
's uri to insert into another table,
50
* <
row
uri="content://contacts/people">
53
* <
row
postfix="phones">
55
* </
row
>
56
* <
row
postfix="phones">
58
* </
row
>
59
* </
row
></pre
[
all
...]
/frameworks/base/core/java/android/widget/
GridLayout.java
57
* <h4>
Row
and Column Specs</h4>
71
* If a child does not specify the
row
and column indices of the cell it
102
* its
row
and column groups (which are typically set by setting the
108
* Multiple components in the same
row
or column group are
111
* within it are flexible.
Row
and column groups that sit either side of a common boundary
133
* For complete control over excess space distribution in a
row
or column;
183
* children that belong to a
row
group that uses {@link #TOP} alignment will
199
* belong to a
row
group that uses {@link #TOP} alignment.
297
* Orientation is used only to generate default
row
/column indices when
333
* RowCount is used only to generate default
row
/column indices whe
1857
int
row
= a.getInt(ROW, DEFAULT_ROW);
local
[
all
...]
/external/jdiff/
xerces.jar
/prebuilt/common/ant/
ant.jar
Completed in 425 milliseconds