Home
last modified time | relevance | path

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

/external/jline/src/src/main/java/jline/
DUnixTerminal.java382 public void setInput(int recorded, InputStream wrapped) throws IOException { in setInput()
397 public void setInputUTF8(int recorded, InputStream wrapped) throws IOException { in setInputUTF8()
DWindowsTerminal.java468 public void setInput(int recorded, InputStream wrapped) throws IOException { in setInput()
483 public void setInputUTF8(int recorded, InputStream wrapped) throws IOException { in setInputUTF8()
/external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
DMockStatic.java67 static String recorded = null; field in MockStatic.SubClass
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp241 class recorded class
246 recorded(long t, T v) in recorded() function in rxcpp::notifications::recorded
/external/stressapptest/src/
Dworker.cc707 recorded[kErrorLimit]; // Queued errors for later printing. in CheckRegion() local