OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COL
(Results
1 - 21
of
21
) sorted by null
/external/skia/bench/
VertBench.cpp
26
COL
= 20,
27
PTS = (ROW + 1) * (
COL
+ 1),
28
IDX = ROW *
COL
* 6,
45
const SkScalar dx = SkIntToScalar(W) /
COL
;
46
const SkScalar dy = SkIntToScalar(H) /
COL
;
54
for (int x = 0; x <=
COL
; ++x) {
59
if (x <
COL
&& y < ROW) {
60
load_2_tris(idx, x, y,
COL
+ 1);
/libcore/luni/src/test/java/tests/api/org/xml/sax/
SAXParseExceptionTest.java
35
public static final int
COL
= 2;
42
l.setColumnNumber(
COL
);
55
assertEquals(
COL
, e.getColumnNumber());
66
assertEquals(
COL
, e.getColumnNumber());
88
assertEquals(
COL
, e.getColumnNumber());
96
l.setColumnNumber(
COL
);
107
assertEquals(
COL
, e.getColumnNumber());
118
assertEquals(
COL
, e.getColumnNumber());
137
SAXParseException e = new SAXParseException(ERR, PUB, SYS, ROW,
COL
, c);
145
assertEquals(
COL
, e.getColumnNumber())
[
all
...]
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
LocatorImplTest.java
32
public static final int
COL
= 2;
49
inner.setColumnNumber(
COL
);
57
assertEquals(
COL
, outer.getColumnNumber());
101
l.setColumnNumber(
COL
);
102
assertEquals(
COL
, l.getColumnNumber());
/libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Locator2ImplTest.java
33
public static final int
COL
= 2;
57
inner.setColumnNumber(
COL
);
68
assertEquals(
COL
, outer.getColumnNumber());
79
assertEquals(
COL
, outer.getColumnNumber());
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h
246
#define diagnostic_override_column(DI,
COL
) (DI)->override_column = (
COL
)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h
246
#define diagnostic_override_column(DI,
COL
) (DI)->override_column = (
COL
)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h
246
#define diagnostic_override_column(DI,
COL
) (DI)->override_column = (
COL
)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h
246
#define diagnostic_override_column(DI,
COL
) (DI)->override_column = (
COL
)
/frameworks/base/core/java/android/content/
DefaultDataHandler.java
38
* <
Col
column = "name" value = "foo feebe "/>
39
* <
Col
column = "addr" value = "Tx"/>
51
* <
col
column = "name" value = "foo feebe"/>
52
* <
col
column = "addr" value = "Tx"/>
54
* <
col
column="number" value="512-514-6535"/>
57
* <
col
column="cell" value="512-514-6535"/>
65
* <
col
column= "name" value = "foo feebe"/>
66
* <
col
column= "addr" value = "Tx"/>
76
private final static String
COL
= "
col
";
[
all
...]
/external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableColElement01.js
79
in column(
COL
).
81
Retrieve the align attribute from the
COL
element and examine
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement03.js
79
in a column(
COL
).
81
Retrieve the char attribute from the
COL
element and examine
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement05.js
78
The charoff attribute specifies offset of alignment character(
COL
).
80
Retrieve the charoff attribute from the
COL
element and examine
100
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement07.js
79
by a grouping(
COL
).
81
Retrieve the span attribute of the
COL
element and examine its
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement09.js
79
in column(
COL
).
81
Retrieve the vAlign attribute from the
COL
element and examine
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement11.js
78
The width attribute specifies the default column width(
COL
).
80
Retrieve the width attribute from the
COL
element and examine
100
nodeList = doc.getElementsByTagName("
col
");
/external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableColElement01.js
79
in column(
COL
).
81
Retrieve the align attribute from the
COL
element and examine
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement03.js
79
in a column(
COL
).
81
Retrieve the char attribute from the
COL
element and examine
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement05.js
78
The charoff attribute specifies offset of alignment character(
COL
).
80
Retrieve the charoff attribute from the
COL
element and examine
100
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement07.js
79
by a grouping(
COL
).
81
Retrieve the span attribute of the
COL
element and examine its
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement09.js
79
in column(
COL
).
81
Retrieve the vAlign attribute from the
COL
element and examine
101
nodeList = doc.getElementsByTagName("
col
");
HTMLTableColElement11.js
78
The width attribute specifies the default column width(
COL
).
80
Retrieve the width attribute from the
COL
element and examine
100
nodeList = doc.getElementsByTagName("
col
");
Completed in 1313 milliseconds