HomeSort by relevance Sort by last modified time
    Searched refs:CONSOLE (Results 1 - 4 of 4) 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;
  /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 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...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 347 V(CONSOLE, Console) \
    [all...]

Completed in 240 milliseconds