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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 // Test that huge constructors (more than 256 this assignments) are
49 // The huge constructor, nothing interesting beyond this point.
51 this.foo1 = 1;
52 this.foo2 = 2;
53 this.foo3 = 3
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 this.a = i;
33 this.b = i;
34 this.c = i;
35 this.d = i;
36 this.e = i
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 2 // Use of this source code is governed by a BSD-style license that can be
23 cr.ui.GridItem.prototype.decorate.call(this, arguments);
24 this.textContent = '';
25 this.className = 'preview-item';
27 var div = this.ownerDocument.createElement('div');
28 this.appendChild(div);
30 var img = this.ownerDocument.createElement('img');
31 this.dataItem.showInImage(img);
43 this.files_ = new cr.ui.ArrayDataModel([]);
44 this.files_.addEventListener('splice', this.handleOnFilesChanged_.bind(this))
    [all...]
  /external/chromium-trace/
script.js 6 window.FLATTENED["importer.linux_perf.kfunc_parser"]=!0;window.FLATTENED["importer.linux_perf_importer"]=!0;window.FLATTENED["importer.v8.log_reader"]=!0;window.FLATTENED["importer.v8.splaytree"]=!0;window.FLATTENED["importer.v8.codemap"]=!0;window.FLATTENED["importer.v8_log_importer"]=!0;window.FLATTENED.settings=!0;window.FLATTENED.timeline_view=!0;"use strict";var global=this;
7 this.base=function(){function d(b){"/"==b[b.length-1]&&(b=b.substring(0,b.length-1));q=b}function c(b,a){r[b]||(r[b]=[]);for(var f=r[b],e=!1,g=0;g<f.length;g++)f[g]==a&&(e=!0);e||f.push(a)}function a(b,a){s[b]||(s[b]=[]);for(var f=s[b],e=!1,g=0;g<s.length;g++)f[g]==a&&(e=!0);e||f.push(a)}function b(b,a){u[b]||(u[b]=[]);for(var f=u[b],e=!1,g=0;g<f.length;g++)f[g]==a&&(e=!0);e||f.push(a)}function f(){if(!p){p=!0;var f=new XMLHttpRequest,e=q+"/deps.js";f.open("GET",e,!1);f.send(null);if(200!=f.status)throw Error("Could not find "+
10 w[b]="APPENDED"}}function g(b){if(!window.FLATTENED&&!x[b]){x[b]=!0;b=b.replace(/\./g,"/")+".css";b=q+"/"+b;var a=document.createElement("link");a.setAttribute("rel","stylesheet");a.setAttribute("href",b);base.doc.head.appendChild(a)}}function j(b,a,f,e){var g=new base.Event(a+"Change");g.propertyName=a;g.newValue=f;g.oldValue=e;b.dispatchEvent(g)}function h(b){return b.replace(/([A-Z])/g,"-$1").toLowerCase()}function k(b,a){switch(a){case y.JS:var f=b+"_";return function(){return this[f]};case y.ATTR:var e=
11 h(b);return function(){return this.getAttribute(e)};case y.BOOL_ATTR:return e=h(b),function(){return this.hasAttribute(e)}}}function l(b,a,f){switch(a){case y.JS:var e=b+"_";return function(a){var g=this[e];a!==g&&(this[e]=a,f&&f.call(this,a,g),j(this,b,a,g))};case y.ATTR:var g=h(b);return function(a){var e=this[g];a!==e&&(void 0==a?this.removeAttribute(g):this.setAttribute(g,a),f&&f.call(this,a,e),j(this,b,a (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 4 this.charPositionInLine = -1; // set to invalid position
5 this.channel = 0; // org.antlr.runtime.CommonToken.DEFAULT_CHANNEL
6 this.index = -1;
10 this.type = arguments[0];
13 this.text = oldToken.getText();
14 this.type = oldToken.getType();
15 this.line = oldToken.getLine();
16 this.index = oldToken.getTokenIndex();
17 this.charPositionInLine = oldToken.getCharPositionInLine();
18 this.channel = oldToken.getChannel()
    [all...]
MismatchedRangeExceptions.js 3 return this;
7 this, input);
8 this.a = a;
9 this.b = b;
17 this.getUnexpectedType()+" not in ["+this.a+","+this.b+"])";
NoViableAltException.js 6 org.antlr.runtime.NoViableAltException.superclass.constructor.call(this, input);
7 this.grammarDecisionDescription = grammarDecisionDescription;
8 this.decisionNumber = decisionNumber;
9 this.stateNumber = stateNumber;
16 if ( this.input instanceof org.antlr.runtime.CharStream ) {
17 return "NoViableAltException('"+this.getUnexpectedType()+"'@["+this.grammarDecisionDescription+"])";
20 return "NoViableAltException("+this.getUnexpectedType()+"@["+this.grammarDecisionDescription+"])";
MissingTokenException.js 4 this, expecting, input);
5 this.inserted = inserted;
13 return this.expecting;
17 if (org.antlr.lang.isValue(this.inserted) &&
18 org.antlr.lang.isValue(this.token))
20 return "MissingTokenException(inserted "+this.inserted+" at "+this.token.getText()+")";
22 if ( org.antlr.lang.isValue(this.token) ) {
23 return "MissingTokenException(at "+this.token.getText()+")";
  /external/chromium/chrome/browser/resources/
wrench_menu.js 2 // Use of this source code is governed by a BSD-style license that can be
25 this.classList.add('selected');
26 this.menu_.selectedItem = this;
28 this.classList.remove('selected');
36 sendActivate(this.menu_.getMenuItemIndexOf(this),
54 this.menu_ = menu;
55 this.attrs = attrs;
56 if (this.attrs.font)
    [all...]
network_menu.js 2 // Use of this source code is governed by a BSD-style license that can be
72 return this.firstElementChild.firstElementChild.firstElementChild;
80 return this.label_.nextElementSibling;
88 return this.firstElementChild.firstElementChild.nextElementSibling;
96 return this.status_.nextElementSibling;
106 this.status_.textContent = message;
107 this.status_.classList.remove('hidden');
109 this.status_.classList.add('hidden');
120 this.icon_.style.backgroundImage = 'url(' + icon + ')';
121 this.icon_.classList.remove('hidden')
    [all...]
  /device/asus/grouper/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /device/asus/tilapia/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /device/lge/mako/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /device/samsung/maguro/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /device/samsung/manta/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /device/samsung/toro/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /device/samsung/toroplus/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /device/ti/panda/self-extractors/
PART1 5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 12 this.input = input;
13 this.start = start;
14 this.stop = stop;
15 this.trappedException = e;
29 if ( this.start instanceof org.antlr.runtime.Token ) {
30 var i = this.start.getTokenIndex();
31 var j = this.stop.getTokenIndex();
32 if ( this.stop.getType() === org.antlr.runtime.Token.EOF ) {
33 j = this.input.size();
35 badText = this.input.toString(i, j)
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/resources/
primes.js 2 this.primes_ = {};
6 for (var divisor in this.primes_) {
11 this.primes_[p] = 1;
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 2 // Use of this source code is governed by a BSD-style license that can be
6 * This view implements a vertically split display with a draggable divider.
29 View.call(this);
31 this.leftView_ = leftView;
32 this.rightView_ = rightView;
33 this.sizerView_ = sizerView;
38 'mousedown', this.onDragSizerStart_.bind(this), true);
52 this, left, top, width, height);
54 // If this is the first setGeometry(), initialize the split point at 50%
    [all...]
detailsview.js 2 // Use of this source code is governed by a BSD-style license that can be
7 * "timeline" view. This class keeps track of what the current view is, and
17 TabSwitcherView.call(this, tabHandlesContainerId);
19 this.logView_ = new DetailsLogView(logBoxId);
20 this.timelineView_ = new DetailsTimelineView(timelineBoxId);
22 this.addTab(logTabId, this.logView_, true);
23 this.addTab(timelineTabId, this.timelineView_, true);
26 this.switchToTab(logTabId, null)
    [all...]
hstsview.js 2 // Use of this source code is governed by a BSD-style license that can be
9 * This UI allows a user to query and update the browser's list of HSTS domains.
16 DivView.call(this, mainBoxId);
18 this.queryInput_ = document.getElementById(queryInputId);
19 this.addCheck_ = document.getElementById(addCheckId);
20 this.addInput_ = document.getElementById(addInputId);
21 this.addPins_ = document.getElementById(addPinsId);
22 this.deleteInput_ = document.getElementById(deleteInputId);
23 this.queryOutputDiv_ = document.getElementById(queryOutputDivId);
26 form.addEventListener('submit', this.onSubmitQuery_.bind(this), false)
    [all...]
view.js 2 // Use of this source code is governed by a BSD-style license that can be
12 this.isVisible_ = true;
19 this.left_ = left;
20 this.top_ = top;
21 this.width_ = width;
22 this.height_ = height;
29 this.isVisible_ = isVisible;
33 return this.isVisible_;
43 return this.isVisible();
47 return this.left_
    [all...]
sourceentry.js 2 // Use of this source code is governed by a BSD-style license that can be
6 * Each row in the filtered items list is backed by a SourceEntry. This
13 this.maxPreviousSourceId_ = maxPreviousSourceId;
14 this.entries_ = [];
15 this.parentView_ = parentView;
16 this.isSelected_ = false;
17 this.isMatchedByFilter_ = false;
20 this.isActive_ = false;
24 return this.isSelected_;
28 changeClassName(this.row_, 'selected', isSelected)
    [all...]

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>