HomeSort by relevance Sort by last modified time
    Searched full:console (Results 876 - 900 of 2652) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/polymer/
polymer.js 29 Polymer={},"function"==typeof window.Polymer&&(Polymer={}),function(a){function b(){var a=Polymer.veiledElements;if(a)for(var b,d=0,e=a.length;e>d&&(b=a[d]);d++)c(b)}function c(a){for(var b,c=document.querySelectorAll(a),d=0,f=c.length;f>d&&(b=c[d]);d++)b.classList.add(e)}function d(){requestAnimationFrame(function(){for(var a,b=document.querySelectorAll("."+e),c=0,d=b.length;d>c&&(a=b[c]);c++)a.classList.add(f),a.classList.remove(e);if(b.length){var g=function(){for(var a,c=0,d=b.length;d>c&&(a=b[c]);c++)a.classList.remove(f);document.body.removeEventListener(j,g,!1)};document.body.addEventListener(j,g,!1)}})}a.veiledElements=["body"];var e="polymer-veiled",f="polymer-unveil",g=.3,h=document.createElement("style");h.textContent="."+e+" { opacity: 0; } \n."+f+"{ -webkit-transition: opacity "+g+"s; transition: opacity "+g+"s; }\n";var i=document.querySelector("head");i.insertBefore(h,i.firstChild);var j=void 0!==document.documentElement.style.webkitTransition?"webkitTransitionEnd":"transitionend";document.addEventListener("DOMContentLoaded",b),window.addEventListener("WebComponentsReady",d),a.unveilElements=d}(Polymer),function(a){function b(a,b){return a&&b&&Object.getOwnPropertyNames(b).forEach(function(c){var d=Object.getOwnPropertyDescriptor(b,c);d&&(Object.defineProperty(a,c,d),"function"==typeof d.value&&(d.value.nom=c))}),a}a.extend=b}(Polymer),function(a){function b(a,b,d){return a?a.stop():a=new c(this),a.go(b,d),a}var c=function(a){this.context=a};c.prototype={go:function(a,b){this.callback=a,this.handle=setTimeout(this.complete.bind(this),b)},stop:function(){this.handle&&(clearTimeout(this.handle),this.handle=null)},complete:function(){this.handle&&(this.stop(),this.callback.call(this.context))}},a.job=b}(Polymer),function(){var a={};HTMLElement.register=function(b,c){a[b]=c},HTMLElement.getPrototypeForTag=function(b){var c=b?a[b]:HTMLElement.prototype;return c||Object.getPrototypeOf(document.createElement(b))};var b=Event.prototype.stopPropagation;Event.prototype.stopPropagation=function(){this.cancelBubble=!0,b.apply(this,arguments)},HTMLImports.importer.preloadSelectors+=", polymer-element link[rel=stylesheet]"}(Polymer),function(a){function b(a){var c=b.caller,g=c.nom,h=c._super;if(h||(g||(g=c.nom=e.call(this,c)),g||console.warn("called super() on a method not installed declaratively (has no .nom property)"),h=d(c,g,f(this))),h){var i=h[g];return i._super||d(i,g,h),i.apply(this,a||[])}}function c(a,b,c){for(;a;){if(a[b]!==c&&a[b])return a;a=f(a)}}function d(a,b,d){return a._super=c(d,b,a),a._super&&(a._super[b].nom=b),a._super}function e(a){for(var b=this.__proto__;b&&b!==HTMLElement.prototype;){for(var c,d=Object.getOwnPropertyNames(b),e=0,f=d.length;f>e&&(c=d[e]);e++){var g=Object.getOwnPropertyDescriptor(b,c);if("function"==typeof g.value&&g.value===a)return c}b=b.__proto__}}function f(a){return a.__proto__}a.super=b}(Polymer),function(a){function b(a,b){var d=typeof b;return b instanceof Date&&(d="date"),c[d](a,b)}var c={string:function(a){return a},date:function(a){return new Date(Date.parse(a)||Date.now())},"boolean":function(a){return""===a?!0:"false"===a?!1:!!a},number:function(a){var b=parseFloat(a);return String(b)===a?b:a},object:function(a,b){if(null===b)return a;try{return JSON.parse(a.replace(/'/g,'"'))}catch(c){return a}},"function":function(a,b){return b}};a.deserializeValue=b}(Polymer),function(a){var b={};b.declaration={},b.instance={},a.api=b}(Polymer),function(a){var b={async:function(a,b,c){Platform.flush(),b=b&&b.length?b:[b];var d=function(){(this[a]||a).apply(this,b)}.bind(this);return c?setTimeout(d,c):requestAnimationFrame(d)},fire:function(a,b,c,d){var e=c||this;return e.dispatchEvent(new CustomEvent(a,{bubbles:void 0!==d?d:!0,detail:b})),b},asyncFire:function(){this.async("fire",arguments)},classFollows:function(a,b,c){b&&b.classList.remove(c),a&&a.classList.add(c)}};b.asyncMethod=b.async,a.api.instance.utils=b}(Polymer),function(a){function b(a){for(;a.parentNode;)a=a.parentNode;return a.host}var c=window.logFlags||{},d="on-",e={EVENT_PREFIX:d,hasEventPrefix:function(a){return a&&"o"===a[0]&&"n"===a[1]&&"-"===a[2]},removeEventPrefix:function(a){return a.slice(f)},addHostListeners:function(){var a=this.eventDelegates;c.events&&Object.keys(a).length>0&&console.log("[%s] addHostListeners:",this.localName,a),this.addNodeListeners(this,a,this.hostEventListener)},addNodeListeners:function(a,b,c){var d;for(var e in b)d||(d=c.bind(this)),this.addNodeListener(a,e,d)},addNodeListener:function(a,b,c){a.addEventListener(b,c)},hostEventListener:function(a){if(!a.cancelBubble){c.events&&console.group("[%s]: hostEventListener(%s)",this.localName,a.type);var b=this.findEventDelegate(a);b&&(c.events&&console.log("[%s] found host handler name [%s]",this.localName,b),this.dispatchMethod(this,b,[a,a.detail,this])),c.events&&console.groupEnd()}},findEventDelegate:function(a){return this.eventDelegates[a.type]},dispatchMethod:function(a,b,d){if(a){c.events&&console.group("[%s] dispatch [%s]",a.localName,b);var e="function"==typeof b?b:a[b];e&&e[d?"apply":"call"](a,d),c.events&&console.groupEnd(),Platform.flush()}},prepareBinding:function(a,d){return e.hasEventPrefix(d)?function(f,g){c.events&&console.log('event: [%s].%s => [%s].%s()"',g.localName,f.localName,a);var h=function(c){var d=b(g);if(d&&d.dispatchMethod){var e=d,h=a;"@"==a[0]&&(e=f,h=Path.get(a.slice(1)).getValueFrom(f)),d.dispatchMethod(e,h,[c,c.detail,g])}},i=e.removeEventPrefix(d);return g.addEventListener(i,h,!1),{close:function(){c.events&&console.log('event.remove: [%s].%s => [%s].%s()"',g.localName,d,f.localName,a),g.removeEventListener(i,h,!1)}}}:void 0}},f=d.length;a.api.instance.events=e}(Polymer),function(a){var b={copyInstanceAttributes:function(){var a=this._instanceAttributes;for(var b in a)this.hasAttribute(b)||this.setAttribute(b,a[b])},takeAttributes:function(){if(this._publishLC)for(var a,b=0,c=this.attributes,d=c.length;(a=c[b])&&d>b;b++)this.attributeToProperty(a.name,a.value)},attributeToProperty:function(b,c){var b=this.propertyForAttribute(b);if(b){if(c&&c.search(a.bindPattern)>=0)return;var d=this[b],c=this.deserializeValue(c,d);c!==d&&(this[b]=c)}},propertyForAttribute:function(a){var b=this._publishLC&&this._publishLC[a];return b},deserializeValue:function(b,c){return a.deserializeValue(b,c)},serializeValue:function(a,b){return"boolean"===b?a?"":void 0:"object"!==b&&"function"!==b&&void 0!==a?a:void 0},reflectPropertyToAttribute:function(a){var b=typeof this[a],c=this.serializeValue(this[a],b);void 0!==c?this.setAttribute(a,c):"boolean"===b&&this.removeAttribute(a)}};a.api.instance.attributes=b}(Polymer),function(a){function b(a){return new CompoundPathObserver(a.notifyPropertyChanges,a)}function c(a,b,c,e){d.bind&&console.log(f,c.localName||"object",e,a.localName,b);var g=Path.get(e),h=g.getValueFrom(c);return(null===h (…)
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
README.txt 3 The test application provides a small console shell interface that allows
79 help lists all available console commands
  /external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy.cc 117 if (per_solve_options.dump_format_type == CONSOLE ||
118 (per_solve_options.dump_format_type != CONSOLE &&
trust_region_strategy.h 96 // If non-empty and dump_format_type is not CONSOLE, the trust
99 // CONSOLE then dump_filename_base will be ignored and the linear
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_view.js 67 console.log('TimelineView.refresh');
88 console.log('selection changed');
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 57 console.error(e.stack);
59 console.error(e);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 328 console.log('error: ' + error);
341 console.log('ex: ' + e);
360 console.log('No responseXML');
395 console.error('Error: feed retrieved, but no event found');
411 console.log('error: ' + error);
420 console.log('ex: ' + e);
440 console.log('No responseXML');
515 console.error('Error: feed retrieved, but no event found');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
background.html 166 console.error(chrome.i18n.getMessage("gmailcheck_node_error"));
180 console.error(chrome.i18n.getMessage("gmailcheck_exception", e));
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 336 if (bDebug) console.log("Not a valid marker at offset " + iOffset + ", found: " + oFile.getByteAt(iOffset));
346 if (bDebug) console.log("Found 0xFFE1 marker");
352 if (bDebug) console.log("Found 0xFFE1 marker");
371 if (!strTag && bDebug) console.log("Unknown tag: " + oFile.getShortAt(iEntryOffset, bBigEnd));
468 if (bDebug) console.log("Not valid EXIF data! " + oFile.getStringAt(iStart, 4));
482 if (bDebug) console.log("Not valid TIFF data! (no 0x4949 or 0x4D4D)");
487 if (bDebug) console.log("Not valid TIFF data! (no 0x002A)");
492 if (bDebug) console.log("Not valid TIFF data! (First offset not 8)", oFile.getShortAt(iTIFFOffset+4, bBigEnd));
  /external/chromium/chrome/common/extensions/docs/
tut_debugging.html 432 Click the console button
433 <img src="images/console-button.gif" style="margin:0; padding:0" align="absmiddle" width="26" height="22" alt="">(second
436 so that you can see both the code and the console.
465 At the console prompt, reload the popup page
545 Reload the currently inspected page from the console
570 <code>console.log()</code> and <code>console.error()</code>
572 Example: <code>console.log("Hello, world!")</code>
  /external/chromium/testing/gtest/samples/
sample9_unittest.cc 32 // an alternative console output and how to use the UnitTest reflection API
125 // Removes the default console output listener from the list so it will
  /external/chromium-trace/trace-viewer/src/cc/
picture.js 96 console.error(PictureSnapshot.HowToEnablePictureDebugging());
109 console.error('Failed to get picture ops.');
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
console.html 33 A simple console for testing WebSocket server.
43 <title>WebSocket console</title>
  /external/chromium_org/build/config/win/
BUILD.gn 131 config("console") {
132 ldflags = [ "/SUBSYSTEM:CONSOLE" ]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_watcher.js 129 console.error(
137 console.error('Unable to reset the watched directory.');
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery_item.js 137 console.error('Error saving from gallery', name, error);
213 console.error('Rename error: "' + oldName + '" to "' + newName + '"');
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 104 console.error(e.stack);
106 console.error(e);
  /external/chromium_org/chrome/common/extensions/api/
gcm.json 59 "description": "The ID of the server to send the message to as assigned by <a href='https://code.google.com/apis/console'>Google API Console</a>."
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 333 console.log('error: ' + error);
346 console.log('ex: ' + e);
365 console.log('No responseXML');
400 console.error('Error: feed retrieved, but no event found');
416 console.log('error: ' + error);
425 console.log('ex: ' + e);
445 console.log('No responseXML');
527 console.error('Error: feed retrieved, but no event found');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 336 if (bDebug) console.log("Not a valid marker at offset " + iOffset + ", found: " + oFile.getByteAt(iOffset));
346 if (bDebug) console.log("Found 0xFFE1 marker");
352 if (bDebug) console.log("Found 0xFFE1 marker");
371 if (!strTag && bDebug) console.log("Unknown tag: " + oFile.getShortAt(iEntryOffset, bBigEnd));
468 if (bDebug) console.log("Not valid EXIF data! " + oFile.getStringAt(iStart, 4));
482 if (bDebug) console.log("Not valid TIFF data! (no 0x4949 or 0x4D4D)");
487 if (bDebug) console.log("Not valid TIFF data! (no 0x002A)");
492 if (bDebug) console.log("Not valid TIFF data! (First offset not 8)", oFile.getShortAt(iTIFFOffset+4, bBigEnd));
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_serial.html 42 console.log(ports[i]);
98 console.log("Serial port closed");
  /external/chromium_org/chrome/renderer/resources/extensions/
app_window_custom_bindings.js 79 console.error('The JavaScript context calling ' +
181 console.warn('Could not dispatch ' + name + ', event has been clobbered');
web_request_internal_custom_bindings.js 122 console.error(
135 console.error('Internal error: webRequest subEvent has no callback.');
  /external/chromium_org/content/browser/resources/accessibility/
accessibility.js 13 console.log(xhr.responseText);
49 console.log('initialize');
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 181 console.log(detectedAspectRatioString + " observed aspect ratio (" +
195 console.log("Original image is: " + detectedAspectRatioString);

Completed in 4941 milliseconds

<<31323334353637383940>>