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

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
pieChart.css 7 .pie-chart {
11 .pie-chart-foreground {
20 .pie-chart-total {
layersPanel.css 119 .paint-profiler-pie-chart {
heapProfiler.css 50 .heap-snapshot-view .pie-chart {
timelinePanel.css 372 .timeline-flame-chart-status-bar-item .glyph {
722 .timeline-aggregated-info .pie-chart {
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
jfreechart-1.0.9.jar 
ddmuilib.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryPreference.java 69 BatteryHistoryChart chart = (BatteryHistoryChart)view.findViewById( local
72 // First time: use and initialize this chart.
73 chart.setStats(mStats, mBatteryBroadcast);
74 mChart = chart;
76 // All future times: forget the newly inflated chart, re-use the
77 // already initialized chart from last time.
78 ViewGroup parent = (ViewGroup)chart.getParent();
79 int index = parent.indexOfChild(chart);
BatteryHistoryDetail.java 48 BatteryHistoryChart chart = (BatteryHistoryChart)view.findViewById( local
50 chart.setStats(mStats, mBatteryBroadcast);
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 125 * Height of each row in the chart in pixels.
206 * Updates chart elements of active requests, so they grow with time.
214 this.chart[index].length = Date.now() - this.chart[index].time;
219 * Generates <code>chart</code> from the new <code>model</code> value.
226 this.chart = [];
241 // If this is the first creation event in the chart, then store its
242 // time as beginning time of the chart.
247 // idling time. This is used to avoid gaps in the chart while idling.
251 // Find the appropriate row for this chart element
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
spaceport.py 84 chart, trace = key.split('.', 1)
86 results.current_page, '%s.%s'% (chart, trace),
88 important=False, description=DESCRIPTIONS.get(chart)))
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
MainActivity.java 30 mGraphView = (InteractiveLineGraphView) findViewById(R.id.chart);
  /external/clang/test/SemaCXX/
function-redecl.cpp 83 void Crash::chart(int count) const {} // expected-error {{out-of-line definition of 'chart' does not match any declaration in 'Crash'}} function in class:Crash
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Android.mk 47 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/chart
48 test_src := chart.pass.cpp
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 379 for chart in charts:
380 out.write('<img src="%s">' % chart)
  /external/blktrace/btt/doc/
btt.tex 189 Using the data from the previous chart, we can then provide some idea
357 of the time line discussed above on page~\pageref{tl-defs}, a chart is
368 Here is a sample portion of this type of chart, showing Q2Q times
380 are also presented in their own chart.
402 are also presented in their own chart.
539 a very simplistic chart showing some activity:
544 \caption{\label{fig:activity}Simple Activity Chart}
571 Y axis for this chart.}. With the visual representation provided by
587 Y axis for this chart.}. Again, visually, one can see that the black
746 \caption{\label{fig:seek}Seek Chart}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotView.js     [all...]
  /cts/apps/CameraITS/pymodules/its/
image.py 554 """Return the center coords of each patch in a color checker chart.
557 * Chart is vertical or horizontal w.r.t. camera, but not diagonal.
558 * Chart is (roughly) planar-parallel to the camera.
559 * Chart is centered in frame (roughly).
560 * Around/behind chart is white/grey background.
561 * The only black pixels in the image are from the chart.
562 * Chart is 100% visible and contained within image.
565 * Standard color checker chart with standard-sized black borders.
567 The values returned are in the coordinate system of the chart; that is,
568 patch (0,0) is the brown patch that is in the chart's top-left corner whe
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 417 mChart = (ChartDataUsageView) mHeader.findViewById(R.id.chart);
463 // selected network, and binds chart, cycles and detail list.
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 606 milliseconds

1 2