OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tprops
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/
OldLongTest.java
36
Properties
tProps
= new Properties();
37
tProps
.put("testLong", "99");
38
tProps
.put("testIncLong", "string");
39
System.setProperties(
tProps
);
47
Properties
tProps
= new Properties();
48
tProps
.put("testIncLong", "string");
49
System.setProperties(
tProps
);
57
Properties
tProps
= new Properties();
58
tProps
.put("testIncLong", "string");
59
System.setProperties(
tProps
);
[
all
...]
OldIntegerTest.java
38
Properties
tProps
= new Properties();
39
tProps
.put("testIncInt", "notInt");
40
System.setProperties(
tProps
);
48
Properties
tProps
= new Properties();
49
tProps
.put("testIncInt", "notInt");
50
System.setProperties(
tProps
);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java
46
Properties
tProps
;
104
((String)
tProps
.getProperty("test.prop")));
115
((String)
tProps
.getProperty("test.prop", "Blarg")));
116
assertEquals("Did not return default value", "Gabba", ((String)
tProps
460
Properties myPro = new Properties(
tProps
);
521
Set<String> set =
tProps
.stringPropertyNames();
525
assertNotSame(set,
tProps
.stringPropertyNames());
533
tProps
= new Properties(
tProps
);
534
tProps
.put("test.prop", "anotherValue")
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
LongTest.java
158
Properties
tProps
= new Properties();
159
tProps
.put("testLong", "99");
160
System.setProperties(
tProps
);
173
Properties
tProps
= new Properties();
174
tProps
.put("testLong", "99");
175
System.setProperties(
tProps
);
188
Properties
tProps
= new Properties();
189
tProps
.put("testLong", "99");
190
System.setProperties(
tProps
);
[
all
...]
SystemTest.java
296
java.util.Properties
tProps
= new java.util.Properties();
297
tProps
.put("test.prop", "this is a test property");
298
tProps
.put("bogus.prop", "bogus");
299
System.setProperties(
tProps
);
IntegerTest.java
239
Properties
tProps
= new Properties();
240
tProps
.put("testInt", "99");
241
System.setProperties(
tProps
);
254
Properties
tProps
= new Properties();
255
tProps
.put("testInt", "99");
256
System.setProperties(
tProps
);
269
Properties
tProps
= new Properties();
270
tProps
.put("testInt", "99");
271
System.setProperties(
tProps
);
[
all
...]
/external/openfst/src/test/
algo_test.h
583
uint64
tprops
= T.Properties(kFstProperties, true);
local
597
(
tprops
& kAcyclic || wprops & kIdempotent)) {
636
if ((wprops & kSemiring) == kSemiring &&
tprops
& kAcyclic) {
690
if ((wprops & kIdempotent) || (
tprops
& kAcyclic)) {
762
if (
tprops
& kAcyclic) {
[
all
...]
Completed in 118 milliseconds