Searched defs:recorded (Results 1 - 5 of 5) sorted by relevance

/external/jline/src/src/main/java/jline/
H A DUnixTerminal.java382 public void setInput(int recorded, InputStream wrapped) throws IOException { argument
384 this.firstByte = (byte) recorded;
389 setInputUTF8(recorded, wrapped);
397 public void setInputUTF8(int recorded, InputStream wrapped) throws IOException { argument
H A DWindowsTerminal.java468 public void setInput(int recorded, InputStream wrapped) throws IOException { argument
470 this.firstByte = (byte) recorded;
475 setInputUTF8(recorded, wrapped);
483 public void setInputUTF8(int recorded, InputStream wrapped) throws IOException { argument
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/stressapptest/src/
H A Dworker.cc707 recorded[kErrorLimit]; // Queued errors for later printing. local
729 recorded[errors].actual = actual;
730 recorded[errors].expected = expected;
731 recorded[errors].vaddr = &memblock[i];
813 ProcessError(&recorded[0], 0, errormessage.c_str());
826 // Process error queue after all errors have been recorded.
831 ProcessError(&recorded[err], priority, errormessage.c_str());
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 557 milliseconds