Home
last modified time | relevance | path

Searched refs:createConsole (Results 1 – 4 of 4) sorted by relevance

/external/jline/src/src/test/java/jline/
DConsoleReaderTest.java34 ConsoleReader consoleReader = createConsole("Sample String\r\n" in testReadline()
141 ConsoleReader reader = createConsole(buffer.toString().getBytes()); in assertWindowsKeyBehavior()
147 private ConsoleReader createConsole(byte[] bytes) throws Exception { in createConsole() method in ConsoleReaderTest
/external/v8/src/inspector/
Dinspected-context.cc52 V8Console::createConsole(this, info.hasMemoryOnConsole); in InspectedContext()
Dv8-console.h20 static v8::Local<v8::Object> createConsole(InspectedContext*,
Dv8-console.cc666 v8::Local<v8::Object> V8Console::createConsole( in createConsole() function in v8_inspector::V8Console