/external/toybox/toys/other/ |
oneit.c | 16 -c Which console device to use (/dev/console doesn't do CTRL-C, etc) 35 char *console; 42 // - In the child, attach stdio to /dev/tty0 (/dev/console is special) 99 xopen_stdio(TT.console ? TT.console : "/dev/tty0", O_RDWR|O_CLOEXEC);
|
/external/autotest/server/site_tests/firmware_ECKeyboard/ |
firmware_ECKeyboard.py | 21 # Delay to wait until developer console is open. 30 """Switch to tty2 console.""" 41 Simulate key press sequence to log into console and then issue reboot
|
/external/libmojo/mojo/edk/js/test/ |
run_js_integration_tests.cc | 8 #include "gin/modules/console.h" 26 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule);
|
/external/syslinux/gpxe/src/core/ |
getkey.c | 22 #include <console.h> 36 * Read character from console if available within timeout period 39 * @ret character Character read from console
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
ConPlatformDxeExtra.uni | 17 "Console Platform DXE Driver"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitterDxeExtra.uni | 17 "Console Splitter DXE Driver"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ |
GraphicsConsoleDxeExtra.uni | 17 "Graphics Console DXE Driver"
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
daConsole.c | 2 Abstract device driver for the UEFI Console.
109 /** Position the console cursor to the coordinates specified by Position.
113 @param[in] whence Ignored by the Console device.
116 @retval -1 filp is not associated with a valid console stream.
117 @retval -1 This console stream is attached to stdin.
126 int whence ///< Ignored by Console
160 /* Write a NULL terminated WCS to the EFI console.
162 NOTE: The UEFI Console is a wide device, _S_IWTTY, so characters received
212 // Send the Unicode buffer to the console
225 /** Read a wide character from the console input device. [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
DFA.cs | 35 using Console = System.Console; 85 Console.Error.WriteLine("Enter DFA.predict for decision " + decisionNumber); 92 Console.Error.WriteLine("DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA(1) + "(" + input.LA(1) + 97 Console.Error.WriteLine("DFA " + decisionNumber + 102 Console.Error.WriteLine("DFA " + decisionNumber + 114 Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s); 128 Console.Error.WriteLine("EOT transition"); 147 Console.Error.WriteLine("EOT transition"); 154 Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
DFA.cs | 36 using Console = System.Console; 100 Console.Error.WriteLine( "Enter DFA.predict for decision " + decisionNumber ); 109 Console.Error.WriteLine( "DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA( 1 ) + "(" + input.LA( 1 ) + 116 Console.Error.WriteLine( "DFA " + decisionNumber + 122 Console.Error.WriteLine( "DFA " + decisionNumber + 136 Console.Error.WriteLine( "accept; predict " + accept[s] + " from state " + s ); 153 Console.Error.WriteLine( "EOT transition" ); 173 Console.Error.WriteLine( "EOT transition" ); 181 Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] ) [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.output | 20 found class def Console
|
/external/autotest/server/cros/faft/config/ |
slippy.py | 10 # Measured boot-to-console as ~110ms, so this is safe
|
/external/autotest/server/site_tests/kernel_MemoryRamoop/ |
control | 14 This test verify that /dev/pstore/console-ramoops is preserved correctly
|
/external/clang/utils/check_cfc/ |
setup.py | 18 console=['check_cfc.py'], variable
|
/external/javassist/src/main/javassist/ |
package.html | 19 <p>It prints the version number on the console.
|
/external/jcommander/src/main/java/com/beust/jcommander/internal/ |
DefaultConsole.java | 9 public class DefaultConsole implements Console {
|
/external/jline/src/src/site/fml/ |
faq.fml | 10 native console features. On UNIX systems, JLine will perform
|
/external/libusb/msvc/ |
fxload_sources | 17 UMTYPE=console
|
/external/linux-kselftest/tools/testing/selftests/pstore/ |
pstore_post_reboot_tests | 40 prlog -n "Checking console files exist in pstore filesystem ... " 41 check_files_exist console 53 prlog -n "Checking console file contains oops end marker ... " 54 grep -q "\---\[ end trace" console-${backend}-0
|
/external/syslinux/com32/libupload/ |
serial.c | 4 #include <console.h> 39 printf("No port number specified and not using serial console!\n"); 56 sif->console = false; 60 /* Check to see if this is the same as the serial console */ 62 /* Overlaying the console... */ 63 sif->console = true; 68 /* Shut down I/O to the console for the time being */ 166 /* Re-enable console messages, if we shut them down */ 167 if (sif->console)
|
/external/syslinux/com32/modules/ |
cat.c | 3 #include <console.h>
|
/external/syslinux/gpxe/src/hci/ |
readline.c | 24 #include <console.h> 40 * Synchronise console with edited string 78 * Read line from console 81 * @ret line Line read from console (excluding terminating newline)
|
/libcore/ojluni/src/main/native/ |
Console_md.c | 76 NATIVE_METHOD(Console, istty, "()Z"), 77 NATIVE_METHOD(Console, encoding, "()Ljava/lang/String;"), 78 NATIVE_METHOD(Console, echo, "(Z)Z"), 82 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
|
/test/vts/doc/developer_testing/kernel/ |
run_all_ltp_testcases.md | 8 ## 3. Run kernel LTP test from VTS-TradeFed console
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
Console.java | 61 * Main TradeFederation console providing user with the interface to interact 73 public class Console extends Thread { 189 * Retrieve the {@link RegexTrie} that defines the console behavior. Exposed for unit testing. 213 protected Console() { 218 * Create a {@link Console} with provided console reader. 219 * Also, set up console command handling. 223 Console(ConsoleReader reader) { 249 * console. 402 * Add commands to create the default Console experienc 1089 Console console = new Console(); local [all...] |