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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/windows/merge_windows/
NOTICE 1 This extension uses icons based on the famfamfam silk series.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
NOTICE 1 This extension uses icons based on the famfamfam silk series.
  /external/chromium_org/third_party/flot/
jquery.flot.pie.min.js 6 The plugin assumes that each series has a single data value, and that each
18 series: {
56 */(function(e){function r(r){function p(t,n,r){l||(l=!0,s=t.getCanvas(),o=e(s).parent(),i=t.getOptions(),t.setData(d(t.getData())))}function d(t){var n=0,r=0,s=0,o=i.series.pie.combine.color,u=[];for(var a=0;a<t.length;++a){var f=t[a].data;e.isArray(f)&&f.length==1&&(f=f[0]),e.isArray(f)?!isNaN(parseFloat(f[1]))&&isFinite(f[1])?f[1]=+f[1]:f[1]=0:!isNaN(parseFloat(f))&&isFinite(f)?f=[1,+f]:f=[1,0],t[a].data=[f]}for(var a=0;a<t.length;++a)n+=t[a].data[0][1];for(var a=0;a<t.length;++a){var f=t[a].data[0][1];f/n<=i.series.pie.combine.threshold&&(r+=f,s++,o||(o=t[a].color))}for(var a=0;a<t.length;++a){var f=t[a].data[0][1];(s<2||f/n>i.series.pie.combine.threshold)&&u.push({data:[[1,f]],color:t[a].color,label:t[a].label,angle:f*Math.PI*2/n,percent:f/(n/100)})}return s>1&&u.push({data:[[1,r]],color:o,label:i.series.pie.combine.label,angle:r*Math.PI*2/n,percent:r/(n/100)}),u}function v(r,s){function y(){c.clearRect(0,0,h,p),o.children().filter(".pieLabel, .pieLabelBackground").remove()}function b(){var e=i.series.pie.shadow.left,t=i.series.pie.shadow.top,n=10,r=i.series.pie.shadow.alpha,s=i.series.pie.radius>1?i.series.pie.radius:u*i.series.pie.radius;if(s>=h/2-e||s*i.series.pie.tilt>=p/2-t||s< (…)
    [all...]
jquery.flot.threshold.min.js 8 series: {
15 It can also be applied to a single series, like this:
38 Internally, the plugin works by splitting the data into two series, above and
39 below the threshold. The extra series below the threshold will have its label
40 cleared and the special "originSeries" attribute set to the original series.
43 */(function(e){function n(t){function n(t,n,r,i,s){var o=r.pointsize,u,a,f,l,c,h=e.extend({},n);h.datapoints={points:[],pointsize:o,format:r.format},h.label=null,h.color=s,h.threshold=null,h.originSeries=n,h.data=[];var p=r.points,d=n.lines.show,v=[],m=[],g;for(u=0;u<p.length;u+=o){a=p[u],f=p[u+1],c=l,f<i?l=v:l=m;if(d&&c!=l&&a!=null&&u>0&&p[u-o]!=null){var y=a+(i-f)*(a-p[u-o])/(f-p[u-o+1]);c.push(y),c.push(i);for(g=2;g<o;++g)c.push(p[u+g]);l.push(null),l.push(null);for(g=2;g<o;++g)l.push(p[u+g]);l.push(y),l.push(i);for(g=2;g<o;++g)l.push(p[u+g])}l.push(a),l.push(f);for(g=2;g<o;++g)l.push(p[u+g])}r.points=m,h.datapoints.points=v;if(h.datapoints.points.length>0){var b=e.inArray(n,t.getData());t.getData().splice(b+1,0,h)}}function r(t,r,i){if(!r.threshold)return;r.threshold instanceof Array?(r.threshold.sort(function(e,t){return e.below-t.below}),e(r.threshold).each(function(e,o){n(t,r,i,o.below,o.color)})):n(t,r,i,r.threshold.below,r.threshold.color)}t.hooks.processDatapoints.push(r)}var t={series:{threshold:null}};e.plot.plugins.push({init:n,options:t,name:"threshold",version:"1.2"})})(jQuery) (…)
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
clock_parser.js 45 // Initialize the counter's series fields if needed.
50 ctr.series.forEach(function(series) {
51 series.addSample(ts, rate);
power_parser.js 52 powerCounter.series.forEach(function(series) {
53 series.addSample(ts, cpuState);
66 powerCounter.series.forEach(function(series) {
67 series.addSample(ts, val);
79 powerCounter.series.forEach(function(series) {
80 series.addSample(ts, powerState);
bus_parser.js 60 ctr.series.forEach(function(series) {
61 series.addSample(ts, r_bw);
70 ctr.series.forEach(function(series) {
71 series.addSample(ts, r_bw);
power_parser_test.js 25 assertEquals(1, c0.counters['Clock Frequency'].series[0].samples.length);
29 assertEquals(2, c1.counters['Clock Frequency'].series[0].samples.length);
48 assertEquals(2, c0.counters['Clock Frequency'].series[0].samples.length);
52 assertEquals(2, c1.counters['Clock Frequency'].series[0].samples.length);
75 assertEquals(2, c0.counters['C-State'].series[0].samples.length);
79 assertEquals(4, c1.counters['C-State'].series[0].samples.length);
  /external/clang/test/CodeGen/
2003-11-03-AddrArrayElement.c 4 // series of casts and address arithmetic.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
README.dygraph.txt 9 The dygraphs JavaScript library produces produces interactive, zoomable charts of time series.
12 - Plots time series without using an external server or Flash
13 - Supports multiple data series
14 - Supports error bands around data series
34 "Date,Temperature\n" + // the data series
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
info.txt 5 The salient bit of parsing tested here is that the class has a series of
  /external/iproute2/
.gitignore 28 series
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 5 * series: {
10 * // Whether to show dashes for the series.
33 plot.hooks.processDatapoints.push(function(plot, series, datapoints) {
35 if (!series.dashes.show) return;
40 axisx = series.xaxis,
41 axisy = series.yaxis;
54 if (series.dashes.dashLength[0]) {
55 dashOnLength = series.dashes.dashLength[0];
56 if (series.dashes.dashLength[1]) {
57 dashOffLength = series.dashes.dashLength[1]
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 5 * series: {
10 * // Whether to show dashes for the series.
33 plot.hooks.processDatapoints.push(function(plot, series, datapoints) {
35 if (!series.dashes.show) return;
40 axisx = series.xaxis,
41 axisy = series.yaxis;
54 if (series.dashes.dashLength[0]) {
55 dashOnLength = series.dashes.dashLength[0];
56 if (series.dashes.dashLength[1]) {
57 dashOffLength = series.dashes.dashLength[1]
    [all...]
  /system/netd/
ResponseCode.h 24 // 100 series - Requestion action was initiated; expect another reply
33 // 200 series - Requested action has been successfully completed
51 // 400 series - The command was accepted but the requested action
58 // 500 series - The command was not accepted and the requested
63 // 600 series - Unsolicited broadcasts
  /system/vold/
ResponseCode.h 22 // 100 series - Requestion action was initiated; expect another reply
31 // 200 series - Requested action has been successfully completed
38 // 400 series - The command was accepted but the requested action
48 // 500 series - The command was not accepted and the requested
54 // 600 series - Unsolicited broadcasts
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_counters_test.js 28 var series = new CounterSeries('value', 0);
29 ctr.addSeries(series);
31 series.addSample(0, 0);
32 series.addSample(10, 10);
171 assertEquals('ctr1: series(bytesallocated)', table.rows[0].label);
172 assertEquals('ctr1: series(bytesfree)', table.rows[1].label);
173 assertEquals('ctr2: series(bytesallocated)', table.rows[2].label);
174 assertEquals('ctr2: series(bytesfree)', table.rows[3].label);
187 assertEquals('a: series(bytesallocated)', table.rows[0].label);
188 assertEquals('b: series(bytesallocated)', table.rows[1].label)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
counter.js 74 addSeries: function(series) {
75 this.series_.push(series);
82 get series() {
103 * Obtains min, max, avg, values, start, and end for different series for
107 * object for each series for the counter in the form:
112 * has data for one of the series in the selected counter.
118 this.series_.forEach(function(series) {
119 ret.push(series.getStatistics(sampleIndices));
154 // Note, this assumes that all series have all timestamps.
157 this.series_.forEach(function(series) {
    [all...]
  /external/oprofile/libop/
op_cpu_type.h 25 CPU_PII, /**< Pentium II series */
26 CPU_PIII, /**< Pentium III series */
27 CPU_ATHLON, /**< AMD P6 series */
30 CPU_P4, /**< Pentium 4 / Xeon series */
35 CPU_P4_HT2, /**< Pentium 4 / Xeon series with 2 hyper-threads */
41 CPU_P6_MOBILE, /**< Pentium M series */
62 CPU_CORE, /**< Core Solo / Duo series */
  /external/icu4c/layout/
KhmerReordering.h 42 // Consonant shifter -> Khmer has to series of consonants. The same dependent vowel has different sounds
43 // if it is attached to a consonant of the first series or a consonant of the second series
44 // Most consonants have an equivalent in the other series, but some of theme exist only in
45 // one series (for example SA). If we want to use the consonant SA with a vowel sound that
47 // of the other series, then we need to use a consonant shifter: TRIISAP or MUSIKATOAN
48 // x17C9 y x17CA. TRIISAP changes a first series consonant to second series sound and
49 // MUSIKATOAN a second series consonant to have a first series vowel sound
    [all...]
  /external/chromium_org/media/base/
serial_runner.h 23 // Runs a series of bound functions accepting Closures or PipelineStatusCB.
25 // the completion callback as the series progresses.
49 // Executes the bound functions in series, executing |done_cb| when finished.
  /external/llvm/test/TableGen/
NestedForeach.td 3 class Droid<string series, int release, string model, int patchlevel> {
4 string Series = series;
  /external/dropbear/libtommath/logs/
README 6 in the root. It will run for a while [about ten minutes on most PCs] and produce a series of .log files in logs/.
  /hardware/ti/wpan/
.gitignore 30 series
  /external/chromium_org/ppapi/api/private/
ppp_instance_private.idl 7 * This file defines the PPP_InstancePrivate structure; a series of functions
16 * The PPP_Instance_Private interface contains pointers to a series of

Completed in 275 milliseconds

1 2 3 4 5 6 7 8 91011>>