Searched refs:max (Results 151 - 175 of 4319) sorted by path

1234567891011>>

/external/chromium-trace/trace-viewer/src/tracing/
H A Dfast_rect_renderer.js24 * palletized colors. The fused rect is the max pallete index encountered.
87 this.mergedColorId = Math.max(this.mergedColorId, colorId);
H A Drecord_selection_dialog.css29 max-height: 450px;
H A Dselection.js160 return this.bounds_.max - this.bounds_.min;
H A Dselection_test.js27 assertEquals(4, sel.bounds.max);
32 assertEquals(6, sel.bounds.max);
H A Dtimeline_track_view.js47 results.left = Math.max(r1.left, r2.left);
48 results.top = Math.max(r1.top, r2.top);
460 this.viewport_.xPanWorldBoundsIntoView(bounds.min, bounds.max, viewWidth);
535 var hiY = Math.max(yStart, yEnd);
537 var hiX = Math.max(xStart, xEnd);
582 var tb = left ? this.selection_.bounds.min : this.selection_.bounds.max;
781 var hiY = Math.max(eDown.clientY, mouseEvent.clientY);
783 var hiX = Math.max(eDown.clientX, mouseEvent.clientX);
H A Dtimeline_view.css182 max-height: 500px;
183 max-width: 800px;
196 max-height: 500px;
197 max-width: 800px;
210 max-height: 500px;
H A Dtrace_model.js262 this.kernel.autoCloseOpenSlices(this.bounds.max);
264 this.processes[pid].autoCloseOpenSlices(this.bounds.max);
300 this.processes[pid].autoDeleteObjects(this.bounds.max);
H A Dtrace_model_test.js67 assertEquals(undefined, m.bounds.max);
75 assertEquals(undefined, m.bounds.max);
84 assertEquals(4, m.bounds.max);
94 assertEquals(4, m.bounds.max);
103 assertEquals(4, m.bounds.max);
116 assertEquals(5, m.bounds.max);
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtimeline_stream_importer_test.js114 assertEquals(model.bounds.max, 18);
220 assertEquals(model.bounds.max, 64);
H A Dtrace_event_importer_test.js179 // Slice that begins before min and ends after max of the other threads.
206 assertEquals(0.003, m.bounds.max);
602 assertEquals(7, ctr.bounds.max);
979 assertEquals(50, m.bounds.max);
/external/chromium-trace/trace-viewer/src/tracing/importer/v8/
H A Dcodemap.js183 var max = this.dynamics_.findMax();
184 if (max != null && addr < (max.key + max.value.size) && addr >= min.key) {
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dasync_slice_group_test.js33 assertEquals(2.5, g.bounds.max);
H A Dcounter.js103 * Obtains min, max, avg, values, start, and end for different series for
108 * {min: minVal, max: maxVal, avg: avgVal, start: startVal, end: endVal}
162 this.maxTotal = Math.max(total, this.maxTotal);
H A Dcounter_series.js113 var max = -Number.MAX_VALUE;
120 max = Math.max(sample, max);
125 max: max,
H A Dcounter_test.js37 assertEquals(5, ret[0].max);
43 assertEquals(10, ret[1].max);
54 assertEquals(6, ret[0].max);
60 assertEquals(15, ret[1].max);
71 assertEquals(6, ret[0].max);
77 assertEquals(15, ret[1].max);
88 assertEquals(7, ret[0].max);
94 assertEquals(16, ret[1].max);
H A Dcpu_test.js17 assertEquals(undefined, cpu.bounds.max);
25 assertEquals(4, cpu.bounds.max);
H A Dobject_collection_test.js58 assertEquals(20, collection.bounds.max);
121 assertEquals(15, collection.bounds.max);
138 assertEquals(collection.bounds.max, 15);
H A Dslice_group.js149 * the max timestamp for this slice is provided.
154 opt_maxTimestamp = this.bounds.max;
H A Dslice_group_test.js316 assertEquals(group.bounds.max, undefined);
322 assertEquals(9, group.bounds.max);
330 assertEquals(7, group.bounds.max);
339 assertEquals(1, group.bounds.max);
346 assertEquals(undefined, group.bounds.max);
352 assertEquals(7, group.bounds.max);
369 assertEquals(3, group.bounds.max);
H A Dthread_test.js22 assertEquals(undefined, t.bounds.max);
31 assertEquals(4, t.bounds.max);
41 assertEquals(5.1, t.bounds.max);
50 assertEquals(1, t.bounds.max);
H A Dtime_to_object_instance_map_test.js76 assertEquals(30, iA.bounds.max);
80 assertEquals(41, iB.bounds.max);
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dcontainer_track.js62 var a = Math.max(loY, trackClientRect.top);
H A Dslice_track.js127 var w = Math.max(slice.duration, 0.001);
H A Dtrack.js123 var a = Math.max(loVY, clientRect.top);
169 var w = Math.max(instantEvent.duration, 0.001);
/external/chromium-trace/trace-viewer/src/ui/
H A Dcamera.js74 vpThickness = Math.max(vpThickness, 15);
79 var maxRotation = Math.max(Math.abs(this.rotations_.x),
93 Math.max(1, numLayers - 1);

Completed in 272 milliseconds

1234567891011>>