Home
last modified time | relevance | path

Searched +defs:flush +defs:console (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/
H A Dconsole.h37 typedef struct console { struct
38 struct console *next; argument
44 int (*const putc)(int character, struct console *console); argument
45 int (*const getc)(struct console *console); argument
46 void (*const flush)(struct console *console); argument
55 * Add a console_t instance to the console list. This should only be called by argument
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/
H A Dconsole.h37 typedef struct console { struct
38 struct console *next; argument
44 int (*const putc)(int character, struct console *console); argument
45 int (*const getc)(struct console *console); argument
46 void (*const flush)(struct console *console); argument
55 * Add a console_t instance to the console list. This should only be called by argument
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/
H A Dconsole.h37 typedef struct console { struct
38 struct console *next; argument
44 int (*const putc)(int character, struct console *console); argument
45 int (*const getc)(struct console *console); argument
46 void (*const flush)(struct console *console); argument
55 * Add a console_t instance to the console list. This should only be called by argument
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/
H A Dconsole.h37 typedef struct console { struct
38 struct console *next; argument
44 int (*const putc)(int character, struct console *console); argument
45 int (*const getc)(struct console *console); argument
46 void (*const flush)(struct console *console); argument
55 * Add a console_t instance to the console list. This should only be called by argument
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/
H A Dconsole.h37 typedef struct console { struct
38 struct console *next; argument
44 int (*const putc)(int character, struct console *console); argument
45 int (*const getc)(struct console *console); argument
46 void (*const flush)(struct console *console); argument
55 * Add a console_t instance to the console list. This should only be called by argument
/dports/www/kf5-khtml/khtml-5.89.0/src/java/org/kde/kjas/server/
H A DKJASConsoleStream.java7 private Console console; field in KJASConsoleStream
10 public KJASConsoleStream(Console console) in KJASConsoleStream()
25 public void flush() {} in flush() method in KJASConsoleStream
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/io/
H A DConsole.java46 private static Console console = new Console(); field in Console
48 public static Console console() in console() method in Console
118 public void flush() throws IOException in flush() method in Console
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/io/
H A DConsole.java46 private static Console console = new Console(); field in Console
48 public static Console console() in console() method in Console
118 public void flush() throws IOException in flush() method in Console
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/io/
H A DConsole.java46 private static Console console = new Console(); field in Console
48 public static Console console() in console() method in Console
118 public void flush() throws IOException in flush() method in Console
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/io/
H A DConsole.java46 private static Console console = new Console(); field in Console
48 public static Console console() in console() method in Console
118 public void flush() throws IOException in flush() method in Console
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/io/
H A DConsole.java46 private static Console console = new Console(); field in Console
48 public static Console console() in console() method in Console
118 public void flush() throws IOException in flush() method in Console
/dports/devel/arduino-core/Arduino-b439a77/app/src/cc/arduino/
H A DConsoleOutputStream.java76 public void setCurrentEditorConsole(EditorConsole console) { in setCurrentEditorConsole()
80 public synchronized void flush() { in flush() method in ConsoleOutputStream
/dports/editors/xi-term/xi-term-d264767/cargo-crates/log4rs-0.8.3/src/append/
H A Dmod.rs21 pub mod console; module
34 fn flush(&self); in flush() method
50 fn flush(&self) { in flush() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
101 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
302 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
358 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
101 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
302 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
358 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
101 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
302 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
358 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
101 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
302 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
358 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
101 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
302 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
358 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
101 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
302 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
358 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
101 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
302 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
358 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellToolBuilder.java47 private PrintStream console = System.out; field in JShellToolBuilder
102 public JavaShellToolBuilder out(PrintStream cmdOut, PrintStream console, PrintStream userOut) { in out()
309 public void flush() { in flush() method in JShellToolBuilder.PreferencesStorage
365 public void flush() { in flush() method in JShellToolBuilder.MapStorage
/dports/editors/xi-term/xi-term-d264767/cargo-crates/log4rs-0.8.3/src/encode/writer/
H A Dconsole.rs41 fn flush(&mut self) -> io::Result<()> { in flush() method
68 fn flush(&mut self) -> io::Result<()> { in flush() method
126 fn flush(&mut self) -> io::Result<()> { in flush() method
152 fn flush(&mut self) -> io::Result<()> { in flush() method
246 console: RawConsole, field
308 fn flush(&mut self) -> io::Result<()> { in flush() method
329 console: &'a RawConsole, field
338 fn flush(&mut self) -> io::Result<()> { in flush() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/console/
H A DIOConsoleOutputStream.java56 private IOConsole console; field in IOConsoleOutputStream
84 IOConsoleOutputStream(IOConsole console, Charset charset) { in IOConsoleOutputStream()
188 public void flush() throws IOException { in flush() method in IOConsoleOutputStream
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/
H A Dserving.py24 console = getConsole() variable
160 def flush(self): member in Server
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/manhole/
H A Dservice.py34 def flush(self): member in FakeStdIO
67 def console(list_of_messages): member in IManholeClient
91 def runInConsole(command, console, globalNS=None, localNS=None, argument
246 def console(self, message): member in Perspective

1234567