Searched refs:objs (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java1039 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectOutputStream
1042 public TestObjectOutputStream(OutputStream out, ObjectStreamClass[] objs) throws IOException { argument
1044 this.objs = objs;
1049 objs[pos++] = osc; }
1053 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectInputStream
1056 public TestObjectInputStream(InputStream in, ObjectStreamClass[] objs) throws IOException { argument
1058 this.objs = objs;
1063 return objs[po
[all...]
/libcore/luni/src/test/java/libcore/java/text/
H A DOldMessageFormatTest.java397 Object[] objs = { new Double(3.1415) };
398 String result = mf.format(objs);

Completed in 196 milliseconds