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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/deps/webgl_mpd/src/
cros_fps.js 2 this.seq = seq;
3 this.startTime = startTime;
4 this.frameElapsedTime = frameElapsedTime;
5 this.jsElapsedTime = jsElapsedTime;
9 this.totalElapsedTime = 0.0;
10 this.totalRenderTime = 0.0;
11 this.totalFrames = 0;
12 this.buffer_size = 120;
13 this.frameDataBuf = new Array();
18 this.totalFrameElapsedTime += frameElapsedTime
    [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()+")";
MismatchedTokenException.js 3 this.expecting = org.antlr.runtime.Token.INVALID_TOKEN_TYPE;
6 this, input);
7 this.expecting = expecting;
16 this.getUnexpectedType() + "!=" + this.expecting + ")";
  /external/v8/tools/turbolizer/
node.js 2 // Use of this source code is governed by a BSD-style license that can be
17 return this.control;
20 return this.opcode == 'Parameter' || this.opcode.endsWith('Constant');
23 return this.live !== false;
26 return this.opcode.startsWith('JS');
29 if (this.isJavaScript()) return false;
30 return this.opcode.endsWith('Phi') ||
31 this.opcode.startsWith('Boolean') ||
32 this.opcode.startsWith('Number') |
    [all...]
selection.js 2 // Use of this source code is governed by a BSD-style license that can be
6 this.handler = handler;
7 this.selectionBase = null;
8 this.lastSelection = null;
9 this.selection = new Set();
14 return this.selection.size == 0;
19 var handler = this.handler;
20 this.selectionBase = null;
21 this.lastSelection = null;
22 handler.select(this.selection, false)
    [all...]
view.js 2 // Use of this source code is governed by a BSD-style license that can be
9 this.divElement = d3.select("#" + id);
10 this.divNode = this.divElement[0][0];
11 this.parentNode = this.divNode.parentNode;
19 this.parentNode.appendChild(this.divElement[0][0]);
20 this.initializeContent(data, rememberedSelection);
21 this.resizeToParent()
    [all...]
edge.js 2 // Use of this source code is governed by a BSD-style license that can be
12 this.target = target;
13 this.source = source;
14 this.index = index;
15 this.type = type;
16 this.backEdgeNumber = 0;
17 this.visible = isEdgeInitiallyVisible(target, index, source, type);
21 return this.source.id + "," + this.index + "," + this.target.id
    [all...]
monkey.js 2 // Use of this source code is governed by a BSD-style license that can be
6 if (i >= this.length) {
9 var middle = Math.floor(this.length / 2);
11 return this[index];
15 var i = this.length;
17 if (this[i] === obj) {
  /device/google/marlin/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/google/marlin/self-extractors_sailfish/
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/google/muskie/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/google/taimen/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/linaro/hikey/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/linaro/hikey/self-extractors_hikey960/
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/flatbuffers/tests/union_vector/
union_vector_generated.js 23 this.bb = null;
28 this.bb_pos = 0;
37 this.bb_pos = i;
38 this.bb = bb;
39 return this;
55 var offset = this.bb.__offset(this.bb_pos, 4);
56 return offset ? this.bb.readInt32(this.bb_pos + offset) : 0;
64 var offset = this.bb.__offset(this.bb_pos, 4)
    [all...]
  /external/flatbuffers/tests/
monster_test_generated.js 53 this.bb = null;
58 this.bb_pos = 0;
67 this.bb_pos = i;
68 this.bb = bb;
69 return this;
104 this.bb = null;
109 this.bb_pos = 0;
118 this.bb_pos = i;
119 this.bb = bb;
120 return this;
    [all...]
  /external/clang/www/analyzer/scripts/
menu.js 8 this.className+=" over";
11 this.className=this.className.replace(" over", "");
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug052.go 4 // Use of this source code is governed by a BSD-style
14 /* this works:
18 // this doesn't:
  /prebuilts/go/linux-x86/test/fixedbugs/
bug052.go 4 // Use of this source code is governed by a BSD-style
14 /* this works:
18 // this doesn't:
  /external/v8/tools/
ic-processor.js 2 // Use of this source code is governed by a BSD-style license that can be
37 LogReader.call(this, {
40 processor: this.processCodeCreation },
42 processor: this.processCodeMove },
44 processor: this.processCodeDelete },
46 processor: this.processFunctionMove },
49 processor: this.processPropertyIC.bind(this, "LoadIC") },
52 processor: this.processPropertyIC.bind(this, "StoreIC") }
    [all...]
  /external/v8/benchmarks/spinning-balls/
v.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 * This function provides requestAnimationFrame in a cross browser way.
69 this.x = x;
70 this.y = y;
71 this.z = z;
73 this.next = null
    [all...]

Completed in 897 milliseconds

1 2 3 4 5 6 7 8 91011>>