Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/libcore/luni/src/test/java/tests/sql/
DCallableStatementTest.java47 level = TestLevel.NOT_FEASIBLE,
60 level = TestLevel.NOT_FEASIBLE,
73 level = TestLevel.NOT_FEASIBLE,
86 level = TestLevel.NOT_FEASIBLE,
99 level = TestLevel.NOT_FEASIBLE,
112 level = TestLevel.NOT_FEASIBLE,
125 level = TestLevel.NOT_FEASIBLE,
138 level = TestLevel.NOT_FEASIBLE,
151 level = TestLevel.NOT_FEASIBLE,
164 level = TestLevel.NOT_FEASIBLE,
[all …]
DResultSetNotSupportedTests.java34 level = TestLevel.NOT_FEASIBLE,
48 level = TestLevel.NOT_FEASIBLE,
63 level = TestLevel.NOT_FEASIBLE,
77 level = TestLevel.NOT_FEASIBLE,
91 level = TestLevel.NOT_FEASIBLE,
105 level = TestLevel.NOT_FEASIBLE,
119 level = TestLevel.NOT_FEASIBLE,
133 level = TestLevel.NOT_FEASIBLE,
147 level = TestLevel.NOT_FEASIBLE,
161 level = TestLevel.NOT_FEASIBLE,
[all …]
DSQLInputTest.java34 level = TestLevel.NOT_FEASIBLE,
47 level = TestLevel.NOT_FEASIBLE,
60 level = TestLevel.NOT_FEASIBLE,
72 level = TestLevel.NOT_FEASIBLE,
85 level = TestLevel.NOT_FEASIBLE,
98 level = TestLevel.NOT_FEASIBLE,
111 level = TestLevel.NOT_FEASIBLE,
124 level = TestLevel.NOT_FEASIBLE,
137 level = TestLevel.NOT_FEASIBLE,
150 level = TestLevel.NOT_FEASIBLE,
[all …]
DSQLOutputTest.java47 level = TestLevel.NOT_FEASIBLE,
60 level = TestLevel.NOT_FEASIBLE,
73 level = TestLevel.NOT_FEASIBLE,
86 level = TestLevel.NOT_FEASIBLE,
99 level = TestLevel.NOT_FEASIBLE,
112 level = TestLevel.NOT_FEASIBLE,
125 level = TestLevel.NOT_FEASIBLE,
138 level = TestLevel.NOT_FEASIBLE,
152 level = TestLevel.NOT_FEASIBLE,
165 level = TestLevel.NOT_FEASIBLE,
[all …]
DClobTest.java38 level = TestLevel.NOT_FEASIBLE,
51 level = TestLevel.NOT_FEASIBLE,
64 level = TestLevel.NOT_FEASIBLE,
77 level = TestLevel.NOT_FEASIBLE,
90 level = TestLevel.NOT_FEASIBLE,
103 level = TestLevel.NOT_FEASIBLE,
116 level = TestLevel.NOT_FEASIBLE,
129 level = TestLevel.NOT_FEASIBLE,
142 level = TestLevel.NOT_FEASIBLE,
155 level = TestLevel.NOT_FEASIBLE,
[all …]
DArrayTest.java39 level = TestLevel.NOT_FEASIBLE,
52 level = TestLevel.NOT_FEASIBLE,
65 level = TestLevel.NOT_FEASIBLE,
78 level = TestLevel.NOT_FEASIBLE,
91 level = TestLevel.NOT_FEASIBLE,
104 level = TestLevel.NOT_FEASIBLE,
117 level = TestLevel.NOT_FEASIBLE,
130 level = TestLevel.NOT_FEASIBLE,
143 level = TestLevel.NOT_FEASIBLE,
156 level = TestLevel.NOT_FEASIBLE,
DBlobTest.java38 level = TestLevel.NOT_FEASIBLE,
51 level = TestLevel.NOT_FEASIBLE,
64 level = TestLevel.NOT_FEASIBLE,
77 level = TestLevel.NOT_FEASIBLE,
90 level = TestLevel.NOT_FEASIBLE,
103 level = TestLevel.NOT_FEASIBLE,
116 level = TestLevel.NOT_FEASIBLE,
129 level = TestLevel.NOT_FEASIBLE,
142 level = TestLevel.NOT_FEASIBLE,
DParameterMetaDataTest.java37 level = TestLevel.NOT_FEASIBLE,
50 level = TestLevel.NOT_FEASIBLE,
63 level = TestLevel.NOT_FEASIBLE,
76 level = TestLevel.NOT_FEASIBLE,
89 level = TestLevel.NOT_FEASIBLE,
102 level = TestLevel.NOT_FEASIBLE,
115 level = TestLevel.NOT_FEASIBLE,
128 level = TestLevel.NOT_FEASIBLE,
141 level = TestLevel.NOT_FEASIBLE,
/libcore/luni/src/test/java/tests/javax/sql/
DRowSetTest.java36 level = TestLevel.NOT_FEASIBLE,
49 level = TestLevel.NOT_FEASIBLE,
62 level = TestLevel.NOT_FEASIBLE,
76 level = TestLevel.NOT_FEASIBLE,
82 level = TestLevel.NOT_FEASIBLE,
97 level = TestLevel.NOT_FEASIBLE,
103 level = TestLevel.NOT_FEASIBLE,
114 level = TestLevel.NOT_FEASIBLE,
124 level = TestLevel.NOT_FEASIBLE,
135 level = TestLevel.NOT_FEASIBLE,
[all …]
DRowSetMetaDataTest.java23 level = TestLevel.NOT_FEASIBLE,
36 level = TestLevel.NOT_FEASIBLE,
50 level = TestLevel.NOT_FEASIBLE,
63 level = TestLevel.NOT_FEASIBLE,
76 level = TestLevel.NOT_FEASIBLE,
89 level = TestLevel.NOT_FEASIBLE,
102 level = TestLevel.NOT_FEASIBLE,
115 level = TestLevel.NOT_FEASIBLE,
128 level = TestLevel.NOT_FEASIBLE,
141 level = TestLevel.NOT_FEASIBLE,
[all …]
/libcore/luni/src/main/java/org/apache/harmony/text/
DBidiRun.java28 private final int level; field in BidiRun
30 public BidiRun(int start, int limit, int level) { in BidiRun() argument
33 this.level = level; in BidiRun()
37 return level; in getLevel()
53 && this.level == ((BidiRun) o).level; in equals()
/libcore/luni/src/main/java/java/util/logging/
DLevel.java121 for (Level level : levels) { in parse()
122 if (name.equals(level.getName())) { in parse()
123 return level; in parse()
132 for (Level level : levels) { in parse()
133 if (nameAsInt == level.intValue()) { in parse()
134 return level; in parse()
185 protected Level(String name, int level) { in Level() argument
186 this(name, level, null); in Level()
202 protected Level(String name, int level, String resourceBundleName) { in Level() argument
207 this.value = level; in Level()
[all …]
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java136 level = TestLevel.NOT_FEASIBLE,
152 level = TestLevel.NOT_FEASIBLE,
202 level = TestLevel.NOT_FEASIBLE,
216 level = TestLevel.NOT_FEASIBLE,
230 level = TestLevel.NOT_FEASIBLE,
244 level = TestLevel.NOT_FEASIBLE,
260 level = TestLevel.NOT_FEASIBLE,
274 level = TestLevel.NOT_FEASIBLE,
296 level = TestLevel.COMPLETE,
310 level = TestLevel.COMPLETE,
[all …]
/libcore/luni/src/test/java/tests/SQLite/
DShellTest.java36 level = TestLevel.NOT_FEASIBLE,
49 level = TestLevel.NOT_FEASIBLE,
62 level = TestLevel.NOT_FEASIBLE,
75 level = TestLevel.NOT_FEASIBLE,
88 level = TestLevel.NOT_FEASIBLE,
102 level = TestLevel.NOT_FEASIBLE,
115 level = TestLevel.NOT_FEASIBLE,
128 level = TestLevel.NOT_FEASIBLE,
138 level = TestLevel.NOT_FEASIBLE,
/libcore/luni/src/test/java/tests/security/spec/
DPSSParameterSpecTest.java49 level = TestLevel.PARTIAL_COMPLETE,
66 level = TestLevel.PARTIAL_COMPLETE,
88 level = TestLevel.PARTIAL_COMPLETE,
109 level = TestLevel.PARTIAL_COMPLETE,
132 level = TestLevel.PARTIAL_COMPLETE,
155 level = TestLevel.PARTIAL_COMPLETE,
179 level = TestLevel.PARTIAL_COMPLETE,
202 level = TestLevel.PARTIAL_COMPLETE,
216 level = TestLevel.PARTIAL_COMPLETE,
232 level = TestLevel.PARTIAL_COMPLETE,
[all …]
DECFieldFpTest.java53 level = TestLevel.PARTIAL_COMPLETE,
69 level = TestLevel.PARTIAL_COMPLETE,
84 level = TestLevel.PARTIAL_COMPLETE,
104 level = TestLevel.PARTIAL_COMPLETE,
124 level = TestLevel.PARTIAL_COMPLETE,
145 level = TestLevel.PARTIAL_COMPLETE,
170 level = TestLevel.PARTIAL_COMPLETE,
186 level = TestLevel.COMPLETE,
201 level = TestLevel.COMPLETE,
217 level = TestLevel.PARTIAL_COMPLETE,
[all …]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DNullCipherTest.java56 level = TestLevel.COMPLETE,
62 level = TestLevel.COMPLETE,
73 level = TestLevel.COMPLETE,
83 level = TestLevel.PARTIAL,
94 level = TestLevel.COMPLETE,
100 level = TestLevel.COMPLETE,
112 level = TestLevel.COMPLETE,
122 level = TestLevel.COMPLETE,
135 level = TestLevel.PARTIAL,
149 level = TestLevel.PARTIAL,
[all …]
/libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
DDefaultHandler2Test.java36 level = TestLevel.COMPLETE,
45 level = TestLevel.COMPLETE,
58 level = TestLevel.COMPLETE,
71 level = TestLevel.COMPLETE,
84 level = TestLevel.COMPLETE,
97 level = TestLevel.COMPLETE,
110 level = TestLevel.COMPLETE,
123 level = TestLevel.COMPLETE,
136 level = TestLevel.COMPLETE,
150 level = TestLevel.COMPLETE,
[all …]
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
DDefaultHandlerTest.java45 level = TestLevel.COMPLETE,
60 level = TestLevel.COMPLETE,
73 level = TestLevel.COMPLETE,
87 level = TestLevel.COMPLETE,
96 level = TestLevel.COMPLETE,
109 level = TestLevel.COMPLETE,
122 level = TestLevel.COMPLETE,
135 level = TestLevel.COMPLETE,
148 level = TestLevel.COMPLETE,
162 level = TestLevel.COMPLETE,
[all …]
/libcore/luni/src/test/java/tests/security/cert/
DX509Certificate2Test.java51 level = TestLevel.COMPLETE,
76 level = TestLevel.COMPLETE,
93 level = TestLevel.COMPLETE,
99 level = TestLevel.COMPLETE,
105 level = TestLevel.COMPLETE,
111 level = TestLevel.COMPLETE,
117 level = TestLevel.COMPLETE,
123 level = TestLevel.COMPLETE,
129 level = TestLevel.COMPLETE,
135 level = TestLevel.COMPLETE,
[all …]
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
DSelectorProviderTest.java39 level = TestLevel.COMPLETE,
45 level = TestLevel.PARTIAL_COMPLETE,
51 level = TestLevel.COMPLETE,
57 level = TestLevel.COMPLETE,
63 level = TestLevel.COMPLETE,
69 level = TestLevel.COMPLETE,
75 level = TestLevel.PARTIAL_COMPLETE,
81 level = TestLevel.COMPLETE,
/libcore/luni/src/test/java/tests/api/org/xml/sax/
DHandlerBaseTest.java44 level = TestLevel.COMPLETE,
57 level = TestLevel.COMPLETE,
66 level = TestLevel.COMPLETE,
75 level = TestLevel.COMPLETE,
84 level = TestLevel.COMPLETE,
97 level = TestLevel.COMPLETE,
110 level = TestLevel.COMPLETE,
123 level = TestLevel.COMPLETE,
136 level = TestLevel.COMPLETE,
149 level = TestLevel.COMPLETE,
[all …]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStoreSpiTest.java56 level = TestLevel.NOT_NECESSARY,
62 level = TestLevel.NOT_NECESSARY,
68 level = TestLevel.NOT_NECESSARY,
74 level = TestLevel.NOT_NECESSARY,
80 level = TestLevel.NOT_NECESSARY,
86 level = TestLevel.NOT_NECESSARY,
92 level = TestLevel.NOT_NECESSARY,
98 level = TestLevel.NOT_NECESSARY,
104 level = TestLevel.NOT_NECESSARY,
110 level = TestLevel.NOT_NECESSARY,
[all …]
/libcore/luni/src/test/java/tests/api/java/io/
DStringWriterTest.java38 level = TestLevel.COMPLETE,
44 level = TestLevel.COMPLETE,
60 level = TestLevel.COMPLETE,
78 level = TestLevel.COMPLETE,
94 level = TestLevel.COMPLETE,
113 level = TestLevel.COMPLETE,
129 level = TestLevel.PARTIAL_COMPLETE,
148 level = TestLevel.PARTIAL_COMPLETE,
181 level = TestLevel.COMPLETE,
196 level = TestLevel.COMPLETE,
[all …]
DObjectInputStreamGetFieldTest.java79 level = TestLevel.PARTIAL_COMPLETE,
85 level = TestLevel.PARTIAL_COMPLETE,
91 level = TestLevel.PARTIAL_COMPLETE,
97 level = TestLevel.PARTIAL_COMPLETE,
103 level = TestLevel.PARTIAL_COMPLETE,
109 level = TestLevel.PARTIAL_COMPLETE,
115 level = TestLevel.PARTIAL_COMPLETE,
121 level = TestLevel.PARTIAL_COMPLETE,
127 level = TestLevel.PARTIAL_COMPLETE,
164 level = TestLevel.COMPLETE,
[all …]

12345678910>>...32