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

1 2 3 4 5 6 7 8 91011>>

  /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`
  /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);
  /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');
  /external/chromium_org/remoting/webapp/js_proto/
console_proto.js 6 * @fileoverview Definitions for console logging.
11 var console = {};
17 console.log = function(var_args) {};
23 console.error = function(var_args) {};
29 console.warn = function(var_args) {};
  /external/chromium_org/chrome/common/extensions/docs/examples/api/input.ime/basic/
main.js 9 console.log("Initializing IME");
12 console.log('onFocus:' + context.contextID);
16 console.log('onBlur:' + contextID);
21 console.log('onActivate:' + engineID);
24 console.log('onDeactivated:' + engineID);
29 console.log('onKeyEvent:' + keyData.key + " context: " + context_id);
  /external/lzma/CPP/7zip/UI/Console/
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/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 7 console.log("item " + info.menuItemId + " was clicked");
8 console.log("info: " + JSON.stringify(info));
9 console.log("tab: " + JSON.stringify(tab));
20 console.log("'" + context + "' item:" + id);
30 console.log("parent:" + parent + " child1:" + child1 + " child2:" + child2);
35 console.log("radio item " + info.menuItemId +
43 console.log("radio1:" + radio1 + " radio2:" + radio2);
48 console.log(JSON.stringify(info));
49 console.log("checkbox item " + info.menuItemId +
58 console.log("checkbox1:" + checkbox1 + " checkbox2:" + checkbox2)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 8 console.log("radio item " + info.menuItemId +
12 console.log(JSON.stringify(info));
13 console.log("checkbox item " + info.menuItemId +
18 console.log("item " + info.menuItemId + " was clicked");
19 console.log("info: " + JSON.stringify(info));
20 console.log("tab: " + JSON.stringify(tab));
36 console.log("'" + context + "' item:" + id);
45 console.log("parent child1 child2");
52 console.log("radio1 radio2");
59 console.log("checkbox1 checkbox2")
    [all...]
  /external/chromium_org/remoting/webapp/
wcs_sandbox_container.js 141 console.error('onReady: missing localJid');
156 console.error('onError: missing error code');
166 console.error('onIq: missing IQ stanza');
178 console.error('sendXhr: missing id');
184 console.error('sendXhr: missing parameters');
190 console.error('sendXhr: missing method');
196 console.error('sendXhr: missing url');
202 console.error('sendXhr: missing data');
226 console.error('abortXhr: missing id');
239 console.error('Unexpected message:', event.data['command'], event.data)
    [all...]
xhr_proxy.js 47 console.warn('Synchronous XHRs are not supported.');
74 console.error('Sandbox: unproxied getResponseHeader(' + header + ') called.');
78 console.error('Sandbox: unproxied getAllResponseHeaders called.');
82 console.error('Sandbox: unproxied overrideMimeType called.');
wcs_sandbox_content.js 59 console.error('sendIq: missing IQ stanza.');
65 console.error('Dropping IQ stanza:', stanza);
73 console.error('setAccessToken: missing access token.');
94 console.error('xhrStateChange: missing id.');
99 console.error('xhrStateChange: unrecognized id:', id);
105 console.error('xhrStateChange: missing xhr');
120 console.error('Unexpected message:', event.data['command'], event.data);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
app.js 6 console.log("Received local stream");
10 stream.onended = function() { console.log("Ended"); };
14 console.log("getUserMedia() failed.");
19 console.log("Access rejected.");
45 {}, function(response) { console.log(response.farewell); });
  /external/chromium_org/ui/accessibility/extensions/alt/
background.js 10 console.log('successfully injected axs_testing.js');
15 console.log('successfully injected script', opt_tab ? opt_tab.url : '');
20 console.log('successfully injected css', opt_tab ? opt_tab.url : '');
25 console.log('created infobar');
36 console.log('command: ', command);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
console_tts.js 6 * @fileoverview A TTS engine that writes to window.console.
20 * True if the console TTS is enabled by the user.
31 if (this.enabled_ && window['console']) {
44 window['console']['log'](logStr);
47 window.console.log(' using startCallback');
51 window.console.log(' using endCallback');
63 window['console']['log']('Stop');
  /external/chromium_org/ui/file_manager/file_manager/common/js/
error_util.js 18 // Overrides console.error() to count errors.
22 console.error = (function() {
23 var orig = console.error;
30 // Overrides console.assert() to count errors.
35 console.assert = (function() {
36 var orig = console.assert;
63 console.error('Exception happens in callback.', liveStack);
  /external/chromium_org/extensions/test/data/platform_app/
world.js 6 console.log('app window opened');
  /external/chromium_org/third_party/webrtc/test/manual/
adapter.js 6 console.log("This appears to be Firefox");
17 console.log("Attaching media stream");
22 console.log("This appears to be Chrome");
50 console.log("Browser does not appear to be WebRTC-capable");
  /external/chromium_org/tools/page_cycler/startup_test_common/
head.js 6 console.log("PAGE_ONLOAD_EVENT" + location.hash);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
background.js 7 console[args[0]].apply(console, Array.prototype.slice.call(args, 1));
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Console.cpp 30 #include "core/frame/Console.h"
49 Console::Console(LocalFrame* frame)
54 Console::~Console()
58 void Console::trace(Visitor* visitor)
64 ExecutionContext* Console::context()
71 void Console::reportMessageToConsole(PassRefPtrWillBeRawPtr<ConsoleMessage> consoleMessage)
76 frame()->console().addMessage(consoleMessage);
79 PassRefPtrWillBeRawPtr<MemoryInfo> Console::memory() cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
IsolatedFileSystem.js 127 console.assert(domFileSystem);
177 console.assert(domFileSystem);
209 console.error(errorMessage + " when testing if file exists '" + (this._path + "/" + path + "/" + nameCandidate) + "'");
223 console.error(errorMessage + " when getting content for file '" + (filePath) + "'");
242 console.assert(domFileSystem);
266 console.error(errorMessage + " when deleting file '" + (this._path + "/" + path) + "'");
284 console.assert(domFileSystem);
328 console.assert(domFileSystem);
370 console.error(errorMessage + " when getting content for file '" + (this._path + "/" + path) + "'");
392 console.assert(domFileSystem)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
PaintProfiler.js 72 console.assert(false, "Stray comment without a group");
78 console.assert(false, "Missing key or value in addComment() params");
82 console.assert(false, "Duplicate key in comment group");
89 console.assert(false, "Unbalanced commentGroupEnd call");
147 console.error("LayerTreeAgent.snapshotCommandLog(): " + error);
  /external/chromium_org/third_party/webrtc/tools/loopback_test/
adapter.js 26 console.log((performance.now() / 1000).toFixed(3) + ": " + text);
41 console.log("This appears to be Firefox");
112 console.log("Attaching media stream");
118 console.log("Reattaching media stream");
136 console.log("This appears to be Chrome");
202 console.log('Error attaching stream to element.');
210 console.log("Browser does not appear to be WebRTC-capable");

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>