HomeSort by relevance Sort by last modified time
    Searched full:breakdown (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 63 orders['worlds'][world]['breakdown'] = OrderedDict()
69 orders['worlds'][world]['breakdown'][sorter.name] = order
122 root['breakdown'] = OrderedDict()
125 breakdown = OrderedDict()
137 breakdown[rule.name] = category
142 breakdown[found.name]['units'].append(unit.unit_id)
143 root['breakdown'][sorter.name] = breakdown
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 65 * Get current breakdown template.
66 * @return {Object} current breakdown template.
120 * @return {undefined|string} world-breakdown like 'vm-map'.
123 // Root won't has breakdown.
138 * @param {string|null} sub World-breakdown like 'vm-map'.
145 // Add sub breakdown to template.
157 * @param {string} id World-breakdown like 'vm-map'.
190 var categories = snapshot.worlds[worldName].breakdown[breakdownName];
280 // Output WARNING when sub-breakdown size is larger.
281 console.log('WARNING: size of sub-breakdown is larger')
    [all...]
menu-view.js 92 // Draw breakdown menu.
99 // TODO(junjianx): Add checkbox to decide the breakdown visibility.
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 13 # accumulate.py dumps a human-readable breakdown tree.
35 breakdown = template[1]
38 for rule, _ in snapshot[world]['breakdown'][breakdown].iteritems():
54 breakdown = template[1]
61 for rule, match in snapshot[world]['breakdown'][breakdown].iteritems():
71 # A category matched with |rule| is a leaf of the breakdown tree.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app.py 28 """Show breakdown with received profiler-id and template-id. If nothing was
78 """Handle breakdown template sharing. Generate public url for transferred
index.html 37 // Get run_id and current breakdown template and send them to server.
services.py 22 """Template to breakdown profiler with multiple tags.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mmtimer.h 24 * Breakdown of the ioctl's available. An 'optional' next to the command
pkt_cls.h 16 /* verdict bit breakdown
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mmtimer.h 24 * Breakdown of the ioctl's available. An 'optional' next to the command
pkt_cls.h 16 /* verdict bit breakdown
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mmtimer.h 24 * Breakdown of the ioctl's available. An 'optional' next to the command
pkt_cls.h 16 /* verdict bit breakdown
  /external/ceres-solver/data/nist/
Nelson.dat 15 breakdown strength in kilo-volts, and the predictor
25 Data: 1 Response ( y = dialectric breakdown strength)
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 173 addTitleRow ("COVERAGE BREAKDOWN BY PACKAGE", 1, 1);
221 final String summaryTitle = m_srcView ? "COVERAGE BREAKDOWN BY SOURCE FILE" : "COVERAGE BREAKDOWN BY CLASS";
264 addTitleRow ("COVERAGE BREAKDOWN BY CLASS AND METHOD", 1, 1);
315 addTitleRow ("COVERAGE BREAKDOWN BY METHOD", 1, 1);
  /external/llvm/docs/HistoricalNotes/
2001-06-01-GCCOptimizations2.txt 42 > optimization (step 16 in your list). Do you have a breakdown of that?
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results_unittest.js 89 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
104 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Build Number|&chxr=0,3,5|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
  /external/tcpdump/
ospf.h 128 /* sla_tosmetric breakdown */
133 /* asla_tosmetric breakdown */
ospf6.h 82 /* sla_tosmetric breakdown */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 92 * temp. This will make our handling of the breakdown to
  /external/iproute2/include/linux/
pkt_cls.h 17 /* verdict bit breakdown
  /external/kernel-headers/original/linux/
pkt_cls.h 17 /* verdict bit breakdown
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 92 * temp. This will make our handling of the breakdown to
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 267 // model type scope. Within this breakdown, each struct declares which bits
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.h 52 // via ProcessSyncChanges, just with a more granular breakdown.

Completed in 1968 milliseconds

1 2 3