/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
CustomElements.js | 229 flags.dom && console.log("watching shadow-root for: ", node.localName); 250 console.group("mutations (%d) [%s]", mutations.length, u || ""); 268 flags.dom && console.groupEnd(); 298 flags.dom && console.group("upgradeDocument: ", doc.baseURI.split("/").pop()); 301 flags.dom && console.groupEnd(); 338 flags.upgrade && console.group("upgrade:", element.localName); 347 flags.upgrade && console.groupEnd();
|
CustomElements.min.js | 11 "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,o=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};o.prototype={set:function(t,o){var n=t[this.name];return n&&n[0]===t?n[1]=o:e(t,this.name,{value:[t,o],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},"delete":function(e){var t=e[this.name];return t&&t[0]===e?(t[0]=t[1]=void 0,!0):!1},has:function(e){var t=e[this.name];return t?t[0]===e:!1}},window.WeakMap=o}(),window.CustomElements=window.CustomElements||{flags:{}},function(e){var t=e.flags,o=[],n=function(e){o.push(e)},r=function(){o.forEach(function(t){t(e)})};e.addModule=n,e.initializeModules=r,e.hasNative=Boolean(document.registerElement),e.useNative=!t.register&&e.hasNative&&!window.ShadowDOMPolyfill&&(!window.HTMLImports||HTMLImports.useNative)}(CustomElements),CustomElements.addModule(function(e){function t(e,t){o(e,function(e){return t(e)?!0:void n(e,t)}),n(e,t)}function o(e,t,n){var r=e.firstElementChild;if(!r)for(r=e.firstChild;r&&r.nodeType!==Node.ELEMENT_NODE;)r=r.nextSibling;for(;r;)t(r,n)!==!0&&o(r,t,n),r=r.nextElementSibling;return null}function n(e,o){for(var n=e.shadowRoot;n;)t(n,o),n=n.olderShadowRoot}function r(e,t){i=[],a(e,t),i=null}function a(e,t){if(e=wrap(e),!(i.indexOf(e)>=0)){i.push(e);for(var o,n=e.querySelectorAll("link[rel="+u+"]"),r=0,d=n.length;d>r&&(o=n[r]);r++)o["import"]&&a(o["import"],t);t(e)}}var i,u=window.HTMLImports?HTMLImports.IMPORT_LINK_TYPE:"none";e.forDocumentTree=r,e.forSubtree=t}),CustomElements.addModule(function(e){function t(e){return o(e)||n(e)}function o(t){return e.upgrade(t)?!0:void u(t)}function n(e){y(e,function(e){return o(e)?!0:void 0})}function r(e){u(e),f(e)&&y(e,function(e){u(e)})}function a(e){M.push(e),C||(C=!0,setTimeout(i))}function i(){C=!1;for(var e,t=M,o=0,n=t.length;n>o&&(e=t[o]);o++)e();M=[]}function u(e){E?a(function(){d(e)}):d(e)}function d(e){e.__upgraded__&&(e.attachedCallback||e.detachedCallback)&&!e.__attached&&f(e)&&(e.__attached=!0,e.attachedCallback&&e.attachedCallback())}function c(e){s(e),y(e,function(e){s(e)})}function s(e){E?a(function(){l(e)}):l(e)}function l(e){e.__upgraded__&&(e.attachedCallback||e.detachedCallback)&&e.__attached&&!f(e)&&(e.__attached=!1,e.detachedCallback&&e.detachedCallback())}function f(e){for(var t=e,o=wrap(document);t;){if(t==o)return!0;t=t.parentNode||t.host}}function p(e){if(e.shadowRoot&&!e.shadowRoot.__watched){_.dom&&console.log("watching shadow-root for: ",e.localName);for(var t=e.shadowRoot;t;)h(t),t=t.olderShadowRoot}}function m(e){if(_.dom){var o=e[0];if(o&&"childList"===o.type&&o.addedNodes&&o.addedNodes){for(var n=o.addedNodes[0];n&&n!==document&&!n.host;)n=n.parentNode;var r=n&&(n.URL||n._URL||n.host&&n.host.localName)||"";r=r.split("/?").shift().split("/").pop()}console.group("mutations (%d) [%s]",e.length,r||"")}e.forEach(function(e){"childList"===e.type&&(N(e.addedNodes,function(e){e.localName&&t(e)}),N(e.removedNodes,function(e){e.localName&&c(e)}))}),_.dom&&console.groupEnd()}function w(e){for(e=wrap(e),e||(e=wrap(document));e.parentNode;)e=e.parentNode;var t=e.__observer;t&&(m(t.takeRecords()),i())}function h(e){if(!e.__observer){var t=new MutationObserver(m);t.observe(e,{childList:!0,subtree:!0}),e.__observer=t}}function g(e){e=wrap(e),_.dom&&console.group("upgradeDocument: ",e.baseURI.split("/").pop()),t(e),h(e),_.dom&&console.groupEnd()}function v(e){b(e,g)}var _=e.flags,y=e.forSubtree,b=e.forDocumentTree,E=!window.MutationObserver||window.MutationObserver===window.JsMutationObserver;e.hasPolyfillMutations=E;var C=!1,M=[],N=Array.prototype.forEach.call.bind(Array.prototype.forEach),T=Element.prototype.createShadowRoot;T&&(Element.prototype.createShadowRoot=function(){var e=T.call(this);return CustomElements.watchShadow(this),e}),e.watchShadow=p,e.upgradeDocumentTree=v,e.upgradeSubtree=n,e.upgradeAll=t,e.attachedNode=r,e.takeRecords=w}),CustomElements.addModule(function(e){function t(t){if(!t.__upgraded__&&t.nodeType===Node.ELEMENT_NODE){var n=t.getAttribute("is"),r=e.getRegisteredDefinition(n||t.localName);if(r){if(n&&r.tag==t.localName)return o(t,r);if(!n&&!r["extends"])return o(t,r)}}}function o(t,o){return i.upgrade&&console.group("upgrade:",t.localName),o.is&&t.setAttribute("is",o.is),n(t,o),t.__upgraded__=!0,a(t),e.attachedNode(t),e.upgradeSubtree(t),i.upgrade&&console.groupEnd(),t}function n(e,t){Object.__proto__?e.__proto__=t.prototype:(r(e,t.prototype,t["native"] (…)
|
/external/llvm/docs/ |
BuildingLLVMWithAutotools.rst | 116 .. code-block:: console 122 .. code-block:: console 158 .. code-block:: console 169 .. code-block:: console 251 .. code-block:: console 291 .. code-block:: console 297 .. code-block:: console
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
start.jd | 45 "{@docRoot}distribute/googleplay/developer-console.html">Developer 46 Console</a>, where you?ll manage your details, apps, and payments. 169 <li>Publish your apps in the Developer Console (for Android apps) or the Chrome Web Store 177 Once you've built your release-ready APK upload it to the Developer Console, 184 <img src="{@docRoot}images/gp-edu-optin-console.jpg" style= 191 "https://play.google.com/apps/publish/">Developer Console</a>. Opt-in means 215 <li>In the Developer Console <strong>All Applications</strong> page, click
|
/system/bt/test/bluedroidtest/ |
bluedroidtest.c | 240 ** Console helper functions 657 ** Console commands 682 * BT TEST CONSOLE COMMANDS 719 * CONSOLE COMMAND TABLE 729 { "help", do_help, "lists all available console commands", 0 }, 733 * API CONSOLE COMMANDS 750 * Main console command handler
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 50 # internal warnings to the console. ScriptBinding.check_syntax() will 324 "console": idleConf.GetHighlight(theme, "console"), 436 self.rpcclt.register("console", self.tkconsole) 462 console = self.tkconsole 463 was_executing = console.executing 464 console.executing = False 472 console.stop_readline() 474 console.text.delete("iomark", "end-1c") 476 console.write('\n' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 50 # internal warnings to the console. ScriptBinding.check_syntax() will 324 "console": idleConf.GetHighlight(theme, "console"), 436 self.rpcclt.register("console", self.tkconsole) 462 console = self.tkconsole 463 was_executing = console.executing 464 console.executing = False 472 console.stop_readline() 474 console.text.delete("iomark", "end-1c") 476 console.write('\n' [all...] |
/frameworks/base/docs/html/google/play/billing/ |
billing_subscriptions.jd | 42 <li>You can manage subscriptions through the Developer Console, or by using 65 the Developer Console and then sell them from inside apps installed on 66 Android devices. In the Developer console, you create subscription 69 publish. For more information about using the Developer Console, see 120 <p>To create and manage subscriptions, you can use the Developer Console to set 137 <p>For details on how to add and configure products in the Developer Console, 147 <p>When you create a subscription in the Developer Console, you can set a price 161 <p>In the Developer Console, you can configure subscription products with 311 <p>In the Developer Console, you can set up a free trial period that lets users 338 <p>You can set up a trial period for a subscription in the Developer Console, [all...] |
billing_admin.jd | 29 Developer Console, registering test accounts, and handling refunds when necessary.</p> 38 href="http://play.google.com/apps/publish">Google Play Developer Console</a>. If you do not 40 Developer Console.</p> 44 <p>The Google Play Developer Console provides a product list for each of your published 71 uploaded and saved to the Developer Console. However, you must have a Google payments merchant 170 page in the Google Play developer console.</p> 456 <p>The Google Play Developer Console lets you set up one or more test accounts. A test account is a 457 regular Google account that you register on the Developer Console as a test account. Test accounts are 459 Developer Console but have not yet published.</p> 490 <p>The Google Play Developer Console provides a public licensing key for eac [all...] |
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 85 <li>The KML-based mock location provider supported in previous releases is no longer supported. In the current SDK, you can use the emulator console to send GPS fix updates to the emulator and applications running on it. Also, the DDMS tool provides an UI that you can use to easily upload GPX and KML files. DDMS handles playback of the KML or GPX tracks automatically. </li> 107 <li>Custom Views are supported, however if they do too much in their constructor/onDraw method, it may not work (the layout library used by the editor only includes a sub-part of the Android framework). Check the android console for errors/exceptions. 136 <li>If a layout fails to render, check the android console (in the standard Eclipse Console view). Errors/Exceptions will be displayed in there. 160 <li>The console port number of a given emulator instance is now displayed in its window's title bar.</li> 161 <li>You can define the console port number used by a given emulator instance. 163 specify which port the emulator should bind to for the console. <port> must be an *even* integer between 5554 and 5584 inclusive. The corresponding ADB port will be <port>+1.</li> 165 <li>Voice/sms are automatically forwarded to other emulator instances running on the same machine, as long as you use their console port number as the destination phone number. For example, if you have two emulators running, the first one will typically use console port 5554, and the second one will use port 5556, dialing 5556 on the first emulator will generate an incoming call on the second emulator. You can also hold/unhold calls. This also works when sending SMS messages from one emulator to the other.</li> 338 <li>917465: Unanswered incoming calls placed from the emulator console will result in an unfinished call UI if you press the call back button</li [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/ |
gmaven-runtime-api-1.5.jar | |
/external/vogar/src/vogar/ |
Console.java | 38 public abstract class Console implements Log { 53 private Console() {} 439 * This console prints output as it's emitted. It supports at most one 442 static class StreamingConsole extends Console { 473 * This console buffers output, only printing when a result is found. It 476 static class MultiplexingConsole extends Console {
|
/external/zlib/src/contrib/vstudio/vc10/ |
miniunz.vcxproj | 145 <SubSystem>Console</SubSystem>
174 <SubSystem>Console</SubSystem>
206 <SubSystem>Console</SubSystem>
233 <SubSystem>Console</SubSystem>
262 <SubSystem>Console</SubSystem>
293 <SubSystem>Console</SubSystem>
|
testzlibdll.vcxproj | 145 <SubSystem>Console</SubSystem>
174 <SubSystem>Console</SubSystem>
206 <SubSystem>Console</SubSystem>
233 <SubSystem>Console</SubSystem>
262 <SubSystem>Console</SubSystem>
293 <SubSystem>Console</SubSystem>
|
/external/zlib/src/contrib/vstudio/vc11/ |
miniunz.vcxproj | 149 <SubSystem>Console</SubSystem>
178 <SubSystem>Console</SubSystem>
210 <SubSystem>Console</SubSystem>
237 <SubSystem>Console</SubSystem>
266 <SubSystem>Console</SubSystem>
297 <SubSystem>Console</SubSystem>
|
minizip.vcxproj | 146 <SubSystem>Console</SubSystem>
175 <SubSystem>Console</SubSystem>
207 <SubSystem>Console</SubSystem>
234 <SubSystem>Console</SubSystem>
263 <SubSystem>Console</SubSystem>
294 <SubSystem>Console</SubSystem>
|
testzlibdll.vcxproj | 149 <SubSystem>Console</SubSystem>
178 <SubSystem>Console</SubSystem>
210 <SubSystem>Console</SubSystem>
237 <SubSystem>Console</SubSystem>
266 <SubSystem>Console</SubSystem>
297 <SubSystem>Console</SubSystem>
|
/frameworks/base/docs/html/google/play/ |
developer-api.jd | 41 continue to manage your apps directly using the Google Play Developer Console. 77 Developer Console, such 96 Developer Console. However, this API lets you integrate your app and listing 131 API</a> v. 2.0, available through the Google Developers Console.</p> 137 Play Developer Console</a>. The API can only be managed by the owner of your 237 pane of the Google Developers Console.</p>
|
/external/srtp/ |
README | 28 --enable-console use /dev/console for error reporting 33 sent to syslog or the system console. Alternatively, you can define
|
/cts/libs/vogar-expect/src/vogar/util/ |
MarkResetConsole.java | 22 * A console that can erase output back to a previously marked position.
|
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/ |
LogWrapper.java | 44 * Prints data out to the console using Android's native log mechanism.
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/ |
LogWrapper.java | 44 * Prints data out to the console using Android's native log mechanism.
|
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/ |
LogWrapper.java | 44 * Prints data out to the console using Android's native log mechanism.
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/ |
LogWrapper.java | 44 * Prints data out to the console using Android's native log mechanism.
|
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/ |
LogWrapper.java | 44 * Prints data out to the console using Android's native log mechanism.
|