Searched defs:tc (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DObjectInputStream.java631 byte tc = nextTC();
632 if (tc == TC_ENDBLOCKDATA) {
636 readContent(tc);
654 byte tc = nextTC();
655 switch (tc) {
670 throw corruptStream(tc);
674 private StreamCorruptedException corruptStream(byte tc) throws StreamCorruptedException { argument
675 throw new StreamCorruptedException("Wrong format: " + Integer.toHexString(tc & 0xff));
680 * {@code tc}.
682 * @param tc
693 readContent(byte tc) argument
[all...]
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldClassTest.java61 static TestClass2 tc = new TestClass2(0); field in class:OldClassTest.TestClass1C
542 TempTestClass2<String> tc = new TempTestClass2<String>();
543 tv = tc.getClass().getTypeParameters();
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 498 milliseconds