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

1 2 3 4 5 6 7 8 91011>>

  /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/v8/test/webkit/fast/js/
Promise-already-rejected-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-already-resolved-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-init-callback-receiver-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-onFulfilled-deep-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-onRejected-deep-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-resolve-chain-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-resolve-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-simple-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-static-reject-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-static-resolve-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-then-without-callbacks-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-catch-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-exception-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-reject-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-resolve-state-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-resolve-with-itself-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-resolve-with-then-exception-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-resolve-with-then-fulfill-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-resolve-with-then-reject-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-static-cast-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-then-callback-receiver-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Promise-then-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
  /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...]
  /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);

Completed in 235 milliseconds

1 2 3 4 5 6 7 8 91011>>