HomeSort by relevance Sort by last modified time
    Searched full:console (Results 1 - 25 of 2124) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Bundles/Alone7z/
resource.rc 3 MY_VERSION_INFO_APP("7-Zip Standalone Console", "7zr")
  /external/lzma/CPP/7zip/UI/Console/
resource.rc 3 MY_VERSION_INFO_APP("7-Zip Console", "7z")
UserInputUtils.cpp 72 HANDLE console = GetStdHandle(STD_INPUT_HANDLE); local
75 if (console != INVALID_HANDLE_VALUE && console != 0)
76 if (GetConsoleMode(console, &mode))
77 wasChanged = (SetConsoleMode(console, mode & ~ENABLE_ECHO_INPUT) != 0);
80 SetConsoleMode(console, mode);
  /external/slf4j/slf4j-ext/src/test/resources/
log4j.properties 2 log4j.rootLogger=DEBUG, CONSOLE
4 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
5 log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
6 log4j.appender.CONSOLE.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
  /external/mockftpserver/MockFtpServer/src/test/resources/
log4j.properties 1 # Set root category priority to INFO and set its only appender to CONSOLE
2 log4j.rootCategory=INFO, CONSOLE
4 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
5 log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
6 log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} %c{1} [%t] %p - %m%n
  /external/mockftpserver/branches/1.x_Branch/src/test/resources/
log4j.properties 1 # Set root category priority to INFO and set its only appender to CONSOLE
2 log4j.rootCategory=INFO, CONSOLE
4 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
5 log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
6 log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} %c{1} [%t] %p - %m%n
  /external/pdfium/fpdfsdk/include/javascript/
console.h 12 class console : public CJS_EmbedObj class in inherits:CJS_EmbedObj
15 console(CJS_Object* pJSObject);
16 virtual ~console(void);
33 JS_STATIC_METHOD(clear, console);
34 JS_STATIC_METHOD(hide, console);
35 JS_STATIC_METHOD(println, console);
36 JS_STATIC_METHOD(show, console);
  /external/slf4j/slf4j-log4j12/src/test/resources/
recursiveInit.properties 4 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
5 log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
6 log4j.appender.CONSOLE.layout.ConversionPattern=%d [%t] %c - %m%n
  /external/libmtp/
libmtp.sh 20 # New code, using lock files instead of copying /dev/console permissions
25 if [ -f /var/run/console/console.lock ]
27 DEVICEOWNER=`cat /var/run/console/console.lock`
28 elif [ -f /var/run/console.lock ]
30 DEVICEOWNER=`cat /var/run/console.lock`
31 elif [ -f /var/lock/console.lock ]
33 DEVICEOWNER=`cat /var/lock/console.lock`
libmtp.sh.in 20 # New code, using lock files instead of copying /dev/console permissions
25 if [ -f /var/run/console/console.lock ]
27 DEVICEOWNER=`cat /var/run/console/console.lock`
28 elif [ -f /var/run/console.lock ]
30 DEVICEOWNER=`cat /var/run/console.lock`
31 elif [ -f /var/lock/console.lock ]
33 DEVICEOWNER=`cat /var/lock/console.lock`
  /external/libvncserver/vncterm/
LinuxVNC.c 69 /* these colours are from linux kernel drivers/char/console.c */
84 vncConsolePtr console; local
116 /* console init */
117 if(!(console=vcGetConsole(&argc,argv,width,height,&vgaFont,TRUE)))
121 console->screen->colourMap.data.bytes[i*3+0]=default_red[color_table[i]];
122 console->screen->colourMap.data.bytes[i*3+1]=default_grn[color_table[i]];
123 console->screen->colourMap.data.bytes[i*3+2]=default_blu[color_table[i]];
125 console->screen->desktopName=title;
126 console->screen->kbdAddEvent=do_key;
127 console->selectTimeOut=100000
    [all...]
VNCommand.c 61 vncConsolePtr console=vcGetConsole(&serverArgc,argv,80,25,&vgaFont,FALSE); local
63 console->doEcho = FALSE;
77 vcProcessEvents(console);
80 if(console->inputCount) {
82 for(i=0;i<console->inputCount;i++)
83 if(console->inputBuffer[i]=='\n') {
85 fwrite(console->inputBuffer,i,1,input_pipe);
87 /* fwrite(console->inputBuffer,i,1,stderr); */
88 if(console->inputCount>i)
89 memmove(console->inputBuffer,console->inputBuffer+i,console->inputCount-i)
    [all...]
  /external/toybox/toys/other/
switch_root.c 11 usage: switch_root [-c /dev/console] NEW_ROOT NEW_INIT...
16 -c Redirect console to device in NEW_ROOT
25 char *console;
49 int console = console; // gcc's "may be used" warnings are broken. local
76 if (TT.console && -1 == (console = open(TT.console, O_RDWR))) {
77 perror_msg("bad console '%s'", TT.console);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
console.cpp 12 #include "../../include/javascript/console.h"
16 /* ------------------------ console ------------------------ */
31 IMPLEMENT_JS_CLASS(CJS_Console,console)
33 console::console(CJS_Object* pJSObject): CJS_EmbedObj(pJSObject) function in class:console
37 console::~console()
41 FX_BOOL console::clear(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError)
46 FX_BOOL console::hide(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError)
51 FX_BOOL console::println(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ConsoleTest.java 23 import java.io.Console;
34 * This file is test for java.io.Console. Due to the redirect problem, it can
44 private Console console = null; field in class:ConsoleTest
49 Constructor<Console> constructor =
50 Console.class.getDeclaredConstructor(InputStream.class, OutputStream.class);
52 console = constructor.newInstance(in, out);
57 console = null;
62 console.flush();
63 assertFalse(console.writer().checkError())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_ids.h 12 #define VIRTIO_ID_CONSOLE 3 /* virtio console */
15 #define VIRTIO_ID_9P 9 /* 9p virtio console */
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/benchmark/
index.js 21 console.log('Benchmarking...')
25 console.log(event.target.toString());
29 console.log('Fastest is ' + this.filter('fastest').pluck('name'));
31 console.log('Working copy is x' + (this[0].hz / this[1].hz).toFixed(2) + ' times faster vs upstream.');
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 19 import com.android.tradefed.command.Console;
23 * An extension of Tradefed's console which adds features specific to compatibility testing.
25 public class CompatibilityConsole extends Console {
28 CompatibilityConsole console = new CompatibilityConsole(); local
29 Console.startConsole(console, args);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs 36 using Console = System.Console;
48 Console.Out.WriteLine("enterRule " + ruleName);
51 Console.Out.WriteLine("exitRule " + ruleName);
54 Console.Out.WriteLine("enterSubRule");
57 Console.Out.WriteLine("exitSubRule");
60 Console.Out.WriteLine("location " + line + ":" + pos);
69 Console.Out.WriteLine("consumeNode " + ID + " " + text + " " + type);
76 Console.Out.WriteLine("LT " + i + " " + ID + " " + text + " " + type);
85 Console.Out.WriteLine("nilNode " + adaptor.GetUniqueID(t))
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs 37 using Console = System.Console;
52 Console.Out.WriteLine( "enterRule " + ruleName );
56 Console.Out.WriteLine( "exitRule " + ruleName );
60 Console.Out.WriteLine( "enterSubRule" );
64 Console.Out.WriteLine( "exitSubRule" );
68 Console.Out.WriteLine( "location " + line + ":" + pos );
78 Console.Out.WriteLine( "consumeNode " + ID + " " + text + " " + type );
86 Console.Out.WriteLine( "LT " + i + " " + ID + " " + text + " " + type );
96 Console.Out.WriteLine( "nilNode " + adaptor.GetUniqueID( t ) )
    [all...]
  /libcore/luni/src/main/java/java/io/
Console.java 22 * Provides access to the console, if available. The system-wide instance can
23 * be accessed via {@link java.lang.System#console}.
26 public final class Console implements Flushable {
29 private static final Console console = makeConsole(); field in class:Console
35 * Secret accessor for {@code System.console}.
38 public static Console getConsole() {
39 return console;
42 private static Console makeConsole() {
48 return new Console(System.in, System.out)
    [all...]
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
sample.js 30 console.error('getUserMedia not supported');
40 console.log('Started');
42 console.error('Error starting camera. Denied.');
48 console.log('Stopped');
52 console.log('Page loaded');
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
sample.js 30 console.error('getUserMedia not supported');
40 console.log('Started');
42 console.error('Error starting camera. Denied.');
48 console.log('Stopped');
52 console.log('Page loaded');
  /frameworks/base/docs/html/guide/webapps/
debugging.jd 8 <li>You can debug your web app using console methods in JavaScript</li>
15 <li><a href="#Browser">Using Console APIs in the Android Browser</a></li>
16 <li><a href="#WebView">Using Console APIs in WebView</a></li>
38 {@code console} JavaScript APIs and view the output messages to logcat. If you're familiar with
40 with using {@code console} (such as {@code console.log()}). Android's WebKit framework supports most
43 console APIs for debugging.</p>
46 <h2 id="Browser">Using Console APIs in the Android Browser</h2>
53 those written using JavaScript {@code console} APIs.</p>
64 <p>When you call a {@code console} function (in the DOM's {@code window.console} object)
    [all...]
  /external/skia/site/dev/contrib/
directory.md 18 - [BuildBot Console](https://build.chromium.org/p/client.skia/console)
20 Console](https://build.chromium.org/p/client.skia.fyi/console)
22 Console](https://build.chromium.org/p/client.skia.android/console)
24 Console](https://build.chromium.org/p/client.skia.compile/console)

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>