/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
kvm-test-1-run.sh | 4 # Fully automated run and error checking, no graphics console. 80 # # CONFIG_NET=n # disables console access, so accept the slower build. 165 qemu_args="$qemu_args `identify_qemu_args "$QEMU" "$resdir/console.log"`" 181 echo "NOTE: $QEMU either did not run or was interactive" > $resdir/console.log 233 oldline="`tail $resdir/console.log`" 244 newline="`tail $resdir/console.log`" 249 last_ts="`tail $resdir/console.log | grep '^\[ *[0-9]\+\.[0-9]\+]' | tail -1 | sed -e 's/^\[ *//' -e 's/\..*$//'`" 272 parse-torture.sh $resdir/console.log $title 273 parse-console.sh $resdir/console.log $titl [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/ |
ArmJuno.dsc | 159 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|L"console=ttyAMA0,115200 earlycon=pl011,0x7ff80000 root=/dev/sda1 rootwait verbose debug"
161 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
175 # Console Resolution (Full HD)
224 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
225 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
226 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
227 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/ |
ArmJuno.dsc | 153 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|L"console=ttyAMA0,115200 earlycon=pl011,0x7ff80000 root=/dev/sda1 rootwait verbose debug"
155 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
166 # Console Resolution (Full HD)
215 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
216 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
217 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
218 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
/external/lzma/C/Util/Lzma/ |
LzmaUtil.dsp | 5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
20 !MESSAGE "LzmaUtil - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "LzmaUtil - Win32 Debug" (based on "Win32 (x86) Console Application")
53 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
54 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"c:\util\7lzma.exe"
78 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
79 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"c:\util\7lzma.exe" /pdbtype:sept
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
Process.h | 86 /// "tty" or "console" window. That is, the output would be displayed to 91 /// "tty" or "console" window. That is, the output would be displayed to 96 /// a "tty" or "console" window. That is, the output would be displayed to 101 /// if standard output is connected to a "tty" or "console" 103 /// console, or if the number of columns cannot be determined, 108 /// if standard error is connected to a "tty" or "console" 110 /// console, or if the number of columns cannot be determined,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitter.c | 2 Console Splitter Driver. Any Handle that attatched console I/O protocols
3 (Console In device, Console Out device, Console Error device, Simple Pointer
10 This driver produces three virtual handles as children, one for console input
11 splitter, one for console output splitter and one for error output splitter.
14 Each virtual handle, that supports the Console I/O protocol, will be produced
16 never removed. Such design ensures sytem function well during none console
243 // Driver binding instance for Console Input Device [all...] |
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/ |
crash_reporting.S | 83 * Helper function to print newline to console. 132 * size_controlled_print to print to console. 168 * occurs. It prints the CPU state via the crash console 184 * occurs. It prints the CPU state via the crash console 200 * console making use of the crash buf. This function 219 * - Initialise the crash console. 221 * - Print x30 value to the crash console. 222 * - Print x0 - x7 from the crash buf to the crash console. 224 * crash buf to the crash console. 226 * crash buf to the crash console [all...] |
/external/vogar/src/vogar/ |
Run.java | 87 public final Console console; field in class:Run 111 public Run(Vogar vogar, boolean useJack, Console console, Mkdir mkdir, AndroidSdk androidSdk, 114 this.console = console; 117 this.log = console; 165 console, vogar.expectationFiles, vogar.modeId, vogar.variant); 188 this.taskQueue = new TaskQueue(console, maxConcurrentActions);
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/ |
LinuxLoader.uni | 68 " line 'console=ttyAMA0,115200 earlycon=pl011,0x7ff80000' using the FDT\r\n"
72 " -c "console=ttyAMA0,115200 earlycon=pl011,0x7ff80000"\r\n"
75 " -c "console=ttyAMA0,115200 earlycon=pl011,0x7ff80000"\r\n"
82 " -c "console=ttyAMA0,115200 earlycon=pl011,0x7ff80000"\r\n"
87 " -c "console=ttyAMA0,115200 earlycon=pl011,0x7ff80000"\r\n"
|
/device/linaro/bootloader/edk2/DuetPkg/ |
DuetPkg.fdf | 58 INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
59 INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
64 INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
65 INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
83 INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
|
/external/libmojo/mojo/edk/js/tests/ |
js_to_cpp_tests.js | 6 'console', 12 ], function (console, jsToCpp, bindings, connection, connector, core) { 180 console.log('ERROR: Data pipe write result was ' + writeResult.result); 184 console.log('ERROR: Data pipe write length was ' + writeResult.numBytes); 193 console.log('ERROR: Message pipe write result was ' + result);
|
/external/skia/experimental/SkV8Example/ |
SkV8Example.cpp | 181 // a console object that invokes our print function. 183 "function Console() {}; \n" 184 "Console.prototype.log = function() { \n" 188 "console = new Console(); \n";
|
/external/webrtc/webrtc/tools/rtcbot/ |
botmanager.js | 47 console.log('Error: Type ' + botType + ' not supported by rtc-Bot!'); 106 console.log("bot:" + this.name_ + " > " + msg); 186 console.log('Error: No connected devices!'); 188 console.log('Error: There is no enough connected devices.'); 198 console.log(error || stderr);
|
/system/bt/embdrv/sbc/decoder/include/ |
oi_osinterface.h | 130 * Typically, if the platform has a console, OI_Print() is sent to stdout. 139 * console, it is desirable to also put console input into the logfile. 140 * This function can be called by the console input process. 147 * @param str Console input string
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
Bds.c | 44 // In case no default console device path has been defined we assume a driver handles the console (eg: SimpleTextInOutSerial)
132 DEBUG((EFI_D_ERROR,"Fail to start the console with the Device Path '%s'. (Error '%r')\n", DevicePathTxt, Status));
139 // If the console splitter driver is not supported by the platform then use the first Device Path
140 // instance for the console interface.
146 // No Device Path has been defined for this console interface. We take the first protocol implementation
177 // By getting the Console Device Paths from the environment variables before initializing the console pipe, we
178 // create the 3 environment variables (ConIn, ConOut, ConErr) that allows to initialize all the console interface
179 // of newly installed console drivers [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/ |
BdsPlatform.c | 34 Connect the predefined platform default console device. Always try to find
37 @param PlatformConsole Predefined platform default console device array.
176 @retval EFI_SUCCESS lock the Console In Spliter virtual handle successfully.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
ConPlatform.h | 2 Header file for Console Platfrom DXE Driver.
116 Start this driver on the device for console input.
119 reading Device Path, and installing Console In Devcice GUID on ControllerHandle.
122 console environment variables ConInDev.
143 Start this driver on the device for console output and stardard error output.
146 reading Device Path, and installing Console Out Devcic GUID, Standard Error
150 console environment variables ConOutDev, StdErrDev.
171 Stop this driver on ControllerHandle by removing Console In Devcice GUID
194 Stop this driver on ControllerHandle by removing Console Out Devcice GUID
277 Update console environment variables. [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeRewriter.cs | 34 using Console = System.Console; 72 Console.Out.WriteLine(((CommonTree)t).ToStringTree() + " -> " +
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeRewriter.cs | 37 using Console = System.Console; 141 Console.WriteLine("{0} -> {1}", oldMessage, newMessage);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammarHelper.cs | 37 using Console = System.Console; 113 Console.Error.WriteLine( "undefined variable " + name );
|
ProfileTreeGrammarHelper.cs | 37 using Console = System.Console; 113 Console.Error.WriteLine( "undefined variable " + name );
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
getusermedia.html | 32 console.log('tests completed'); 96 console.log('navigator.getUserMedia error: ', error); 143 console.log("Something went wrong, here is the stack trace --> %s",
|
/external/autotest/server/site_tests/firmware_FWMPDisableCCD/ |
firmware_FWMPDisableCCD.py | 16 cr50 disables/enables console unlock.""" 56 response = 'Console unlock%s allowed' % (' not' if fwmp_disabled_unlock 67 This will only run during a test with access to the cr50 console
|
/external/ltp/ |
ver_linux | 72 # while console-tools needs 'loadkeys -V'. 74 '(NR==1 && ($2 ~ /console-tools/)) {print "Console-tools ", $3}'
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaCon.dsp | 5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
20 !MESSAGE "LzmaCon - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "LzmaCon - Win32 Debug" (based on "Win32 (x86) Console Application")
52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
53 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"C:\Util\lzma.exe"
76 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
77 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"C:\Util\lzma.exe" /pdbtype:sept
330 # Begin Group "Console"
335 SOURCE=..\..\UI\Console\BenchCon.cpp
339 SOURCE=..\..\UI\Console\BenchCon.h [all...] |