HomeSort by relevance Sort by last modified time
    Searched defs:CONSOLE (Results 1 - 2 of 2) sorted by null

  /cts/tools/host/src/com/android/cts/
TestHost.java 55 * <li> CONSOLE: For this mode, the TestHost will start the UI
60 UNINITIALIZED, RUN, CONSOLE
93 * start the the mode of no console UI.
103 } else if (sMode == MODE.CONSOLE) {
130 return MODE.CONSOLE;
309 sMode = MODE.CONSOLE;
317 sMode = MODE.CONSOLE;
  /external/v8/src/
platform-win32.cc 655 // Win32 console output.
657 // If a Win32 application is linked as a console application it has a normal
660 // the process doesn't have a console, and therefore (debugging) output is lost.
668 CONSOLE, // Output is written to stdout.
675 // Determine if the process has a console for output.
680 // We cannot just check that the standard output is attached to a console
682 // say that a process does not have an output console if either the
686 output_mode = CONSOLE;
690 return output_mode == CONSOLE;
722 // Print (debug) message to console
    [all...]

Completed in 38 milliseconds