HomeSort by relevance Sort by last modified time
    Searched refs:console (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/webkit/WebKitTools/CygwinDownloader/
setup.py 4 setup(console=['cygwin-downloader.py'])
  /build/target/board/generic_x86/
BoardConfig.mk 14 BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 androidboot.hardware=generic_x86 vga=788 verbose
15 BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788
  /external/webkit/WebCore/wml/
WMLErrorHandling.cpp 26 #include "Console.h"
61 Console* console = domWindow->console();
62 if (!console)
65 console->addMessage(WMLMessageSource, LogMessageType, ErrorMessageLevel, errorMessage, 0, String());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/console/
IDdmConsole.java 17 package com.android.ddmuilib.console;
21 * DDMS console interface.
25 * Prints a message to the android console.
31 * Prints several messages to the android console.
37 * Prints a message to the android console.
43 * Prints several messages to the android console.
DdmConsole.java 17 package com.android.ddmuilib.console;
21 * Static Console used to ouput messages. By default outputs the message to System.out and
29 * Prints a message to the android console.
31 * @param forceDisplay if true, this force the console to be displayed.
42 * Prints several messages to the android console.
44 * @param forceDisplay if true, this force the console to be displayed.
57 * Prints a message to the android console.
59 * @param forceDisplay if true, this force the console to be displayed.
70 * Prints several messages to the android console.
72 * @param forceDisplay if true, this force the console to be displayed
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
kgdb.h 31 struct console;
  /external/webkit/WebCore/bindings/v8/
V8ConsoleMessage.cpp 34 #include "Console.h"
58 // appear in the right order in the console.
61 Console* console = page->mainFrame()->domWindow()->console(); local
62 console->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, m_string, m_lineNumber, m_sourceID);
101 // to the console.
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 62 * Create and run a console using a new python interpreter for the test
65 public void console() throws IOException { method in class:ScriptRunner
78 public static void console(PyObject locals) { method in class:ScriptRunner
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 35 * <p/>This is basically a wrapper around the command line console normally used with telnet.
41 * sure we use the same line termination than what the console expects. The console
43 * <p/>However this means you <i>may</i> receive <code>\r\n</code> when reading from the console.
199 * be an already existing console, or a new one if it hadn't been created yet.
200 * @param d The device that the console links to.
207 // get the port number. This is the console port.
221 EmulatorConsole console = sEmulators.get(port); local
223 if (console != null) {
224 // if the console exist, we ping the emulator to check the connection
    [all...]
  /external/webkit/WebCore/xml/
XSLTProcessorLibxslt.cpp 29 #include "Console.h"
76 Console* console = static_cast<Console*>(userData); local
77 if (!console)
95 console->addMessage(XMLMessageSource, LogMessageType, level, error->message, error->line, error->file);
131 Console* console = 0; local
133 console = frame->domWindow()->console();
    [all...]
XSLTProcessorQt.cpp 28 #include "Console.h"
86 Console* console = m_document->frame()->domWindow()->console(); local
87 console->addMessage(XMLMessageSource, LogMessageType, level, description,
XSLStyleSheetLibxslt.cpp 28 #include "Console.h"
147 Console* console = 0; local
149 console = frame->domWindow()->console();
151 XMLTokenizerScope scope(docLoader(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console); local
  /libcore/luni/src/main/java/java/io/
Console.java 21 * Provides access to the console, if available. The system-wide instance can
22 * be accessed via {@link java.lang.System#console}.
25 public final class Console implements Flushable {
28 private static final Console console = makeConsole(); field in class:Console
35 * Secret accessor for {@code System.console}.
38 public static Console getConsole() {
39 return console;
42 private static Console makeConsole() {
47 return new Console();
    [all...]
  /external/bluetooth/glib/tests/
makefile.msc.in 87 $(CC) $(CFLAGS) -Fe$@ $< ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib $(LDFLAGS) user32.lib /subsystem:console
93 $(LDFLAGS) user32.lib /subsystem:console
97 ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib $(LDFLAGS) user32.lib /subsystem:console
  /external/webkit/WebCore/svg/
SVGDocumentExtensions.cpp 30 #include "Console.h"
104 frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Warning: " + message, m_doc->tokenizer() ? m_doc->tokenizer()->lineNumber() : 1, String());
110 frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Error: " + message, m_doc->tokenizer() ? m_doc->tokenizer()->lineNumber() : 1, String());
  /external/webkit/WebCore/inspector/front-end/
inspector.css 219 .toolbar-item.console .toolbar-icon {
412 #console-status-bar-item .glyph {
416 #clear-console-status-bar-item .glyph {
517 font-family: Consolas, Lucida Console, monospace;
520 #console-messages {
534 #console-prompt {
542 #console-prompt::before {
546 .console-user-command-result.console-log-level::before {
550 .console-message, .console-user-command
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
uoptions.h 30 # include <console.h>
31 /* Get the arguments from the GUI, since old Macs don't have a console Window. */
  /external/icu4c/tools/toolutil/
uoptions.h 30 # include <console.h>
31 /* Get the arguments from the GUI, since old Macs don't have a console Window. */
  /external/qemu/android/utils/
debug.h 19 _VERBOSE_TAG(console, "control console") \
  /external/webkit/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 38 if (params.console) {
39 str += "<li>Select the Console";
40 str += "<li>Type " + params.trigger + " into the console and hit Enter";
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 305 console = logging.StreamHandler() variable
306 console.setLevel(logging.DEBUG)
307 # set a format which is simpler for console use
310 console.setFormatter(formatter)
312 logger.addHandler(console)
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 72 /* Check to see if we are root and stdin is a virtual console */
73 int console; local
79 console = STDIN_FILENO;
81 if ( console >= 0 ) {
85 if ( (fstat(console, &sb) < 0) ||
86 (ioctl(console, VT_GETMODE, &dummy) < 0) ) {
87 console = -1;
98 return(((svgalib2 != -1) || (geteuid() == 0)) && (console >= 0));
558 /* Reset the console video mode */
  /external/kernel-headers/original/linux/
serial_core.h 130 /* SUN4V Hypervisor Console */
237 struct console *cons; /* struct console, if any */
344 struct console *cons;
367 * Console helpers.
370 struct console *c);
373 int uart_set_options(struct uart_port *port, struct console *co, int baud,
375 struct tty_driver *uart_console_device(struct console *co, int *index);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 38 #include <proto/console.h>
44 #include <inline/console.h>
  /external/webkit/WebCore/bindings/js/
JSCustomXPathNSResolver.cpp 81 m_globalObject->impl()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "XPathNSResolver does not have a lookupNamespaceURI method.", 0, String());

Completed in 432 milliseconds

1 2 3 4 5