/system/sepolicy/private/ |
binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/test/vts/doc/developer_testing/kernel/ |
run_individual_ltp_testcase.md | 8 ## 3. Run individual LTP test from VTS-TradeFed console
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/ |
BdsPlatform.c | 90 Connect the predefined platform default console device. Always try to find
95 PlatformConsole - Predfined platform default console device array.
115 // Have chance to connect the platform default console,
116 // the platform default console is the minimue device group
121 // Update the console variable with the connect type
138 // Connect the all the default console with current cosole variable
340 // console directly.
374 // In recovery mode, just connect platform console
392 // Connect platform console
515 if there no console device can be connected. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
SerialPortConsoleRedirectionTable.h | 2 ACPI Serial Port Console Redirection Table as defined by Microsoft in
33 /// Serial Port Console Redirection Table Format
|
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/ |
TcgPhysicalPresenceLib.h | 27 This API should be invoked after console in and console out are all ready as they are required
|
TrEEPhysicalPresenceLib.h | 30 This API should be invoked after console in and console out are all ready as they are required
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/ |
EfiShellInterface.h | 7 ConIo provides a file-style interface to the console.
75 /// A file style handle for console io.
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
server.js | 10 if (console) console.log(str);
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
Program.cs | 50 Console.WriteLine("{0}: FAILED when invoking {1} with error {2}", 59 Console.WriteLine("{0} tests run, {1} failed", testResults.Count, failedCount);
|
/external/kernel-headers/original/uapi/linux/ |
virtio_ids.h | 34 #define VIRTIO_ID_CONSOLE 3 /* virtio console */ 39 #define VIRTIO_ID_9P 9 /* 9p virtio console */
|
/external/libnl/man/ |
genl-ctrl-list.8 | 16 Print help text to console and exit. 19 Print versioning information to console and exit.
|
/external/syslinux/core/ |
writedec.inc | 16 ;; Write decimal numbers to the console 22 ; to the console
|
writehex.inc | 16 ;; Write hexadecimal numbers to the console 20 ; writehex[248]: Write a hex number in (AL, AX, EAX) to the console
|
/external/v8/src/inspector/ |
v8-console-agent-impl.cc | 5 #include "src/inspector/v8-console-agent-impl.h" 8 #include "src/inspector/v8-console-message.h"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
virtio_ids.h | 34 #define VIRTIO_ID_CONSOLE 3 /* virtio console */ 37 #define VIRTIO_ID_9P 9 /* 9p virtio console */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/ |
MANIFEST.MF | 11 org.eclipse.ui.console, 24 com.android.ddmuilib.console,
|
/tools/tradefederation/core/prod-tests/src/com/android/sdk/tests/ |
EmulatorGpsPreparer.java | 46 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); local 47 console.sendLocation(LONGITUDE, LATITUDE, 0);
|
EmulatorSmsPreparer.java | 42 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); local 45 console.sendSms("5551212","test sms");
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
BdsDxe.inf | 129 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" # The device path of console in device
130 ## SOMETIMES_PRODUCES ## Variable:L"ConIn" # The device path of console in device
131 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" # The device path of console out device
132 ## SOMETIMES_PRODUCES ## Variable:L"ConOut" # The device path of console out device
135 ## SOMETIMES_CONSUMES ## Variable:L"ConInDev" # The device path of console in device
136 ## SOMETIMES_CONSUMES ## Variable:L"ConOutDev" # The device path of console out device
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
firmware_Cr50ConsoleCommands.py | 15 Verify the cr50 console output for important commands. 18 console commands we can use to check cr50 configuration. 38 'access to the Cr50 console') 59 """Return the cr50 console output""" 74 """Return the expected cr50 console output""" 92 """Compare the actual console command output to the expected output"""
|
/external/autotest/site_utils/ |
cloud_console_client.py | 53 """The remote interface to the Cloud Console.""" 63 """Sends an event notification to the remote console. 75 """Sends a log message to the remote console. 87 """Sends an alert to the remote console. 99 """Sends a test job offloaded message to the remote console. 174 """Notify the cloud console a test job is offloaded.
|
/external/python/cpython2/Doc/library/ |
msvcrt.rst | 19 The module implements both the normal and wide char variants of the console I/O 81 .. _msvcrt-console: 83 Console I/O 95 console. This call will block if a keypress is not already available, but will 124 Print the character *char* to the console without buffering. 136 Cause the character *char* to be "pushed back" into the console buffer; it will
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
HierarchyViewerPlugin.java | 30 import org.eclipse.ui.console.ConsolePlugin; 31 import org.eclipse.ui.console.IConsole; 32 import org.eclipse.ui.console.MessageConsole; 33 import org.eclipse.ui.console.MessageConsoleStream; 77 // changing the console properties update the UI, we need to make this 87 // set up the ddms log to use the ddms console.
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
miniterm.py | 91 # first choose a platform dependant way to read single characters from the console 92 global console 96 class Console(object): 116 console = Console() variable 120 class Console(object): 141 console = Console() variable 144 console.cleanup() 187 # start serial->console threa [all...] |
/external/clang/docs/ |
HowToSetupToolingForLLVM.rst | 31 .. code-block:: console 46 .. code-block:: console 52 .. code-block:: console 63 .. code-block:: console 119 .. code-block:: console 154 .. code-block:: console 164 .. code-block:: console 173 .. code-block:: console 188 .. code-block:: console 194 .. code-block:: console [all...] |