HomeSort by relevance Sort by last modified time
    Searched refs:CONSOLE (Results 1 - 3 of 3) 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
94 * start the the mode of no console UI.
104 } else if (sMode == MODE.CONSOLE) {
131 return MODE.CONSOLE;
310 sMode = MODE.CONSOLE;
318 sMode = MODE.CONSOLE;
  /cts/tools/host/test/com/android/cts/
ConsoleTests.java 32 * Test the console commands.
436 * Test starting console UI.
443 assertEquals(TestHost.MODE.CONSOLE, TestHost.sMode);
448 assertEquals(TestHost.MODE.CONSOLE, TestHost.sMode);
452 * Test starting test plan directly when activating CTS from console.
479 * Test starting package directly when activating CTS from console.
  /external/v8/src/
platform-win32.cc 649 // Win32 console output.
651 // If a Win32 application is linked as a console application it has a normal
654 // the process doesn't have a console, and therefore (debugging) output is lost.
662 CONSOLE, // Output is written to stdout.
669 // Determine if the process has a console for output.
674 // We cannot just check that the standard output is attached to a console
676 // say that a process does not have an output console if either the
680 output_mode = CONSOLE;
684 return output_mode == CONSOLE;
721 // Print (debug) message to console
    [all...]

Completed in 141 milliseconds