Searched refs:Range (Results 1 - 25 of 747) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs59 public virtual int Range { property in class:Antlr.Runtime.Debug.DebugTokenStream
61 return input.Range;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs63 public virtual int Range { property in class:Antlr.Runtime.Misc.FastQueue
82 if (absIndex > Range)
83 Range = absIndex;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs103 public virtual int Range { property in class:Antlr.Runtime.BufferedTokenStream
268 if (i > Range)
269 Range = i;
H A DCommonTokenStream.cs127 if (i > Range)
128 Range = i;
H A DITokenStream.cs48 int Range { property in interface:Antlr.Runtime.ITokenStream
H A DLegacyCommonTokenStream.cs108 public virtual int Range { property in class:Antlr.Runtime.LegacyCommonTokenStream
312 if (i > Range)
313 Range = i;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs64 public virtual int Range property in class:Antlr.Runtime.Debug.DebugTokenStream
68 return input.Range;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs112 public virtual int Range property in class:Antlr.Runtime.BufferedTokenStream
305 if (i > Range)
306 Range = i;
H A DCommonTokenStream.cs138 if (i > Range)
139 Range = i;
H A DITokenStream.cs50 int Range property in interface:Antlr.Runtime.ITokenStream
H A DLegacyCommonTokenStream.cs112 public virtual int Range property in class:Antlr.Runtime.LegacyCommonTokenStream
355 if (i > Range)
356 Range = i;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs67 public virtual int Range property in class:Antlr.Runtime.Misc.FastQueue
89 if (absIndex > Range)
90 Range = absIndex;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas310 /// What index is this node in the child list? Range: 0..n-1
1210 /// <summary>What index is this node in the child list? Range: 0..n-1</summary>
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb138 when Range then super( val )
324 if loc.is_a?( Range )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb150 class Range class
/external/chromium-trace/
H A Dscript.js90 "Index Range Wait");this.addTilerCycles("mali_hwc_VERTEX_WAIT","Vertex Wait");this.addTilerCycles("mali_hwc_PCACHE_WAIT","Pcache Wait");this.addTilerCycles("mali_hwc_WRBUF_WAIT","Wrbuf Wait");this.addTilerCycles("mali_hwc_BUS_READ","Bus Read");this.addTilerCycles("mali_hwc_BUS_WRITE","Bus Write");this.addTilerCycles("mali_hwc_TILER_UTLB_STALL","Tiler UTLB Stall");this.addTilerCycles("mali_hwc_TILER_UTLB_HIT","Tiler UTLB Hit");this.addFragCycles("mali_hwc_FRAG_ACTIVE","Active");this.addFragCounter("mali_hwc_FRAG_PRIMATIVES",
140 void 0:this.max_},get range(){return this.isEmpty_?void 0:this.max_-this.min_},get center(){return.5*(this.min_+this.max_)}};d.compareByMinTimes=function(b,a){return b.isEmpty||a.isEmpty?b.isEmpty&&!a.isEmpty?-1:!b.isEmpty&&a.isEmpty?1:0:b.min_-a.min_};return{Range:d}});"use strict";
144 base.exportTo("tracing.trace_model",function(){function d(b,a,c,e){this.guid_=base.GUID.allocate();this.parent=b;this.id=a;this.category=c||"";this.name=e;this.series_=[];this.bounds=new base.Range}d.prototype={__proto__:Object.prototype,get guid(){return this.guid_},toJSON:function(){for(var b={},a=Object.keys(this),c=0;c<a.length;c++){var e=a[c];"function"!=typeof this[e]&&(b[e]="parent"==e?this[e].guid:this[e])}return b},set timestamps(b){throw Error("Bad counter API. No cookie.");},set seriesNames(b){throw Error("Bad counter API. No cookie.");
149 base.exportTo("tracing.trace_model",function(){function d(a){this.cpuNumber=a;this.slices=[];this.counters={};this.bounds=new base.Range}var b=tracing.trace_model.Counter;d.prototype={getOrCreateCounter:function(a,c){var e;e=a.length?a+"."+c:c;this.counters[e]||(this.counters[e]=new b(this,e,a,c));return this.counters[e]},shiftTimestampsForward:function(a){for(var c=0;c<this.slices.length;c++)this.slices[c].start+=a;for(var b in this.counters)this.counters[b].shiftTimestampsForward(a)},updateBounds:function(){this.bounds.reset();
159 base.exportTo("tracing.trace_model",function(){function d(b,a,c,e,f){this.parent=b;this.id=a;this.category=c;this.name=e;this.creationTs=f;this.creationTsWasExplicit=!1;this.deletionTs=Number.MAX_VALUE;this.selected=this.deletionTsWasExplicit=!1;this.colorId=0;this.bounds=new base.Range;this.snapshots=[];this.hasImplicitSnapshots=!1}d.prototype={__proto__:Object.prototype,get typeName(){return this.name},addSnapshot:function(b,a){if(b<this.creationTs)throw Error("Snapshots must be >= instance.creationTs");
171 base.exportTo("tracing.trace_model",function(){function d(b){this.parent=b;this.bounds=new base.Range;this.instanceMapsById_={};this.instancesByTypeName_={};this.createObjectInstance_=this.createObjectInstance_.bind(this)}d.prototype={__proto__:Object.prototype,createObjectInstance_:function(b,a,c,e,f){b=new (tracing.trace_model.ObjectInstance.getConstructor(e))(b,a,c,e,f);a=b.typeName;c=this.instancesByTypeName_[a];c||(c=[],this.instancesByTypeName_[a]=c);c.push(b);return b},getOrCreateInstanceMap_:function(b){var a=
178 base.exportTo("tracing.trace_model",function(){function d(){this.slices=[];this.bounds=new base.Range}d.prototype={__proto__:Object.prototype,push:function(b){this.slices.push(b)},get length(){return this.slices.length},shiftTimestampsForward:function(b){for(var a=0;a<this.slices.length;a++){var c=this.slices[a];c.start+=b;for(var e=0;e<c.subSlices.length;e++)c.subSlices[e].start+=b}},updateBounds:function(){this.bounds.reset();for(var b=0;b<this.slices.length;b++)this.bounds.addValue(this.slices[b].start),
181 base.exportTo("tracing.trace_model",function(){function d(a){this.sliceConstructor=a||b;this.openPartialSlices_=[];this.slices=[];this.bounds=new base.Range}var b=tracing.trace_model.Slice;d.prototype={__proto__:Object.prototype,get length(){return this.slices.length},pushSlice:function(a){this.slices.push(a);return a},pushSlices:function(a){this.slices.push.apply(this.slices,a)},pushInstantEvent:function(a){this.slices.push(a)},beginSlice:function(a,c,b,f){if(this.openPartialSlices_.length&&b<this.openPartialSlices_[this.openPartialSlices_.length-
188 base.exportTo("tracing.trace_model",function(){function d(c,b,e,d,l,m){a.call(this,c,b,e,d,l,m);this.subSlices=[]}function b(a,b){this.guid_=base.GUID.allocate();if(!a)throw Error("Parent must be provided.");this.parent=a;this.sortIndex=0;this.tid=b;this.sliceGroup=new c(d);this.cpuSlices=void 0;this.samples_=[];this.kernelSliceGroup=new c;this.asyncSliceGroup=new e;this.bounds=new base.Range;this.ephemeralSettings={}}var a=tracing.trace_model.Slice,c=tracing.trace_model.SliceGroup,e=tracing.trace_model.AsyncSliceGroup;
201 base.exportTo("tracing.trace_model",function(){function d(a){if(!a)throw Error("Must provide a model");this.guid_=base.GUID.allocate();this.model=a;this.threads={};this.counters={};this.objects=new tracing.trace_model.ObjectCollection(this);this.bounds=new base.Range;thi
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Drange.js12 function Range() {
18 Range.prototype = {
72 Range.compareByMinTimes = function(a, b) {
86 Range: Range
H A Drange_test.js11 var range = new base.Range();
25 var r1 = new base.Range();
29 var r = new base.Range();
36 var r1 = new base.Range();
38 var r = new base.Range();
46 var r1 = new base.Range();
50 var r = new base.Range();
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_selection.js54 objectHits = base.asArray(objectHits).sort(base.Range.compareByMinTimes);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dselection.js135 this.bounds_ = new base.Range();
H A Dtrace_model.js49 this.bounds = new base.Range();
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dasync_slice_group.js20 this.bounds = new base.Range();
H A Dcounter.js29 this.bounds = new base.Range();
H A Dcpu.js25 this.bounds = new base.Range();
H A Dobject_collection.js27 this.bounds = new base.Range();

Completed in 4132 milliseconds

1234567891011>>