HomeSort by relevance Sort by last modified time
    Searched full:slices (Results 26 - 50 of 385) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_slices_test.js 34 selection.addSlice(t53track, t53.sliceGroup.slices[0]);
50 selection.addSlice(t53track, t53.sliceGroup.slices[0]);
51 selection.addSlice(t53track, t53.sliceGroup.slices[1]);
66 selection.addSlice(t53track, t53.sliceGroup.slices[0]);
67 selection.addSlice(t53track, t53.sliceGroup.slices[1]);
142 assertEquals('Slices:', table.tableHeader);
172 assertEquals('Slices:', t.tableHeader);
205 t1.sliceGroup.slices[0].args.my_object = myObjectSlice;
211 selection.addSlice(t1track, t1.sliceGroup.slices[0]);
slice_view.js 11 * Slice views allow customized visualization of specific slices, indexed by
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
sync_parser.js 83 var slices = thread.kernelSliceGroup;
84 if (!slices.isTimestampValidForBeginOrEnd(ts)) {
91 var slice = slices.beginSlice(null, name, ts, {
95 if (slices.openSliceCount > 0) {
96 slices.endSlice(ts);
android_parser_test.js 95 var slice = thread.asyncSliceGroup.slices[0];
165 assertEquals('test=test', thread.sliceGroup.slices[0].args['source']);
166 assertEquals('cat2', thread.sliceGroup.slices[0].category);
168 thread.sliceGroup.slices[0].title);
169 assertEquals('xyz', thread.sliceGroup.slices[0].args['task']);
170 assertEquals('ipc/ipc_sync_message_filter.cc:Send', thread.sliceGroup.slices[1].args['source']); // @suppress longLineCheck
171 assertEquals('1', thread.sliceGroup.slices[2].args['arg1']);
172 assertEquals('2', thread.sliceGroup.slices[2].args['arg2']);
disk_parser_test.js 77 var slice = blockThread.asyncSliceGroup.slices[0];
86 slice = ext4Thread.asyncSliceGroup.slices[0];
94 slice = f2fsSyncThread.asyncSliceGroup.slices[0];
102 slice = f2fsWriteThread.asyncSliceGroup.slices[0];
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
slice_track.js 57 get slices() {
61 set slices(slices) {
62 this.slices_ = slices || [];
74 return this.slices.length > 0;
108 // Slices.
114 var slices = this.slices_;
116 slices,
120 for (var i = lowSlice; i < slices.length; ++i) {
121 var slice = slices[i]
    [all...]
thread_track_test.js 52 assertEquals(t1.sliceGroup.slices[0], selection[0].slice);
58 assertEquals(t1.sliceGroup.slices[0], selection[0].slice);
93 assertTrue(4, t.tracks_[0].slices.length);
cpu_track_test.js 21 cpu.slices = [
  /external/chromium-trace/trace-viewer/src/tracing/importer/
linux_perf_importer.js 80 this.cpu.slices.push(slice);
191 // Some kernel trace events are manually classified in slices and
417 // Push the cpu slices to the threads that they run on.
422 for (var i = 0; i < cpu.slices.length; i++) {
423 var slice = cpu.slices[i];
443 // Create slices for when the thread is not running.
464 // Walk the slice list and put slices between each original slice to
466 var slices = [];
475 slices.push(new tracing.trace_model.Slice(
479 slices.push(new tracing.trace_model.Slice('', 'Running', runningId
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
thread.js 51 * thread. We organize the synchronous slices on a thread by "subrows," where
52 * subrow 0 has all the root slices, subrow 1 those nested 1 deep, and so on.
53 * The asynchronous slices are stored in an AsyncSliceGroup object.
55 * The slices stored on a Thread should be instances of
222 categoriesDict[this.sliceGroup.slices[i].category] = true;
224 categoriesDict[this.kernelSliceGroup.slices[i].category] = true;
226 categoriesDict[this.asyncSliceGroup.slices[i].category] = true;
240 this.sliceGroup.slices = newSlices.slices;
  /external/chromium-trace/trace-viewer/src/cc/
raster_task_slice_view_test.js 17 var rasterTask = p.threads[1].sliceGroup.slices.filter(function(slice) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.h 74 void setImageSlices(const LengthBox& slices) { m_data.access()->imageSlices = slices; }
80 void setBorderSlices(const BorderImageLengthBox& slices) { m_data.access()->borderSlices = slices; }
  /external/fio/profiles/
act.c 43 struct act_slice *slices; member in struct:act_run_data
50 struct act_slice *slices; member in struct:act_prof_data
312 slice = &apd->slices[apd->cur_slice];
392 fails += show_slice(&act_run_data->slices[i], i + 1);
404 if (!act_run_data->slices) {
405 act_run_data->slices = calloc(apd->nr_slices, sizeof(struct act_slice));
410 struct act_slice *dst = &act_run_data->slices[slice];
411 struct act_slice *src = &apd->slices[slice];
434 apd->slices = calloc(nr_slices, sizeof(struct act_slice));
446 free(apd->slices);
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
responsiveness_metric.py 16 slices whose thread time ranges overlapped with any thread time ranges of
21 top slices whose thread time ranges overlapped with any of records' thread
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shape.h 32 float length, UINT slices, UINT stacks, struct ID3DXMesh **mesh, struct ID3DXBuffer **adjacency);
33 HRESULT WINAPI D3DXCreateSphere(struct IDirect3DDevice9 *device, float radius, UINT slices,
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view_test.js 78 t1asg.slices.push(
80 t1asg.slices.push(
86 var expected = [{slice: t1asg.slices[0].subSlices[0]},
87 {slice: t1.sliceGroup.slices[0]}];
95 var expected = [{slice: t1asg.slices[1].subSlices[0]},
96 {slice: t1.sliceGroup.slices[1]}];
trace_model.js 11 * subrows, and slices.
15 * result, slices may have one or more subslices.
17 * A thread contains one or more subrows of slices. Row 0 corresponds to
18 * the "root" slices, e.g. the topmost slices. Row 1 contains slices that
93 * Generates the set of categories from the slices and counters.
260 // Autoclose open slices.
282 // Merge kernel and userland slices on each thread.
trace_model_test.js 19 cpu.slices.push(tracing.test_utils.newSlice(1, 3));
100 cpu.slices.push(tracing.test_utils.newSlice(1, 3));
109 cpu.slices.push(tracing.test_utils.newSlice(1, 3));
155 assertEquals('taskA', t2.sliceGroup.slices[0].title);
158 assertEquals('taskB', t3.sliceGroup.slices[0].title);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex.c 60 GLuint slices; local
74 slices = image->Depth;
77 slices = image->Height;
80 slices = 1;
83 intel_image->base.ImageOffsets = malloc(slices * sizeof(GLuint));
187 * cube face, since it's all just slices to the miptree code.
intel_resolve_map.h 50 * \brief Map of miptree slices to needed resolves.
59 * There are two possible ways to record which miptree slices need
62 * those slices that need a resolve.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.c 60 GLuint slices; local
74 slices = image->Depth;
77 slices = image->Height;
80 slices = 1;
83 intel_image->base.ImageOffsets = malloc(slices * sizeof(GLuint));
187 * cube face, since it's all just slices to the miptree code.
intel_resolve_map.h 50 * \brief Map of miptree slices to needed resolves.
59 * There are two possible ways to record which miptree slices need
62 * those slices that need a resolve.
  /external/llvm/test/Transforms/SROA/
slice-width.ll 7 ; This tests that allocas are not split into slices that are not byte width multiple
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
ArcShape.java 24 * angle and sweeps clockwise, drawing slices of pie.
  /libcore/luni/src/test/resources/
simple.xml 25 <description>thick slices made from our homemade sourdough bread</description>

Completed in 227 milliseconds

12 3 4 5 6 7 8 91011>>