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

1 2 3 4 5

  /external/chromium-trace/catapult/tracing/tracing/ui/base/
pie_chart.css 5 * /deep/ .pie-chart .arc-text {
9 * /deep/ .pie-chart .label {
13 * /deep/ .pie-chart polyline {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
nogot2.d 1 #ld: -pie -melf_i386
lea1e.d 3 #ld: -pie -melf_i386
protected5.d 2 #ld: -pie -melf_i386
tlspie1.d 1 #name: TLS with PIE
3 #ld: -melf_i386 -pie
lea1b.d 3 #ld: -pie -melf_i386
mov1b.d 3 #ld: -pie -melf_i386
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
nogot2.d 1 #ld: -pie -melf_x86_64
lea1h.d 3 #ld: -pie -melf_x86_64
lea1k.d 3 #ld: -pie -melf32_x86_64
protected5.d 2 #ld: -pie -melf_x86_64
tlspie1.d 1 #name: TLS with PIE
3 #ld: -melf_x86_64 -pie
tlsle1.d 1 #name: TLS LE with PIE
3 #ld: -melf_x86_64 -pie
  /external/modp_b64/
Makefile 18 CXX_STATIC_LIBRARY(libmodpb64.pie.a): $(CXX_OBJECTS)
20 all: CXX_STATIC_LIBRARY(libmodpb64.pie.a)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-pie-5.d 1 #name: FRV uClinux PIC relocs to undefined symbols, pie linking
4 #ld: -pie
fdpic-pie-6-fail.d 1 #name: FRV uClinux PIC relocs to undefined symbols, pie linking
4 #ld: -pie
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
error3.d 2 #ld: -pie -shared
error2.d 2 #ld: -pie -unresolved-symbols=ignore-all
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
SimplePieChartActivity.java 24 import com.androidplot.pie.PieChart;
25 import com.androidplot.pie.PieRenderer;
26 import com.androidplot.pie.Segment;
27 import com.androidplot.pie.SegmentFormatter;
38 private PieChart pie; field in class:SimplePieChartActivity
53 pie = (PieChart) findViewById(R.id.mySimplePieChart);
67 pie.getRenderer(PieRenderer.class).setDonutSize(seekBar.getProgress()/100f,
69 pie.redraw();
105 pie.addSeries(s1, sf1);
106 pie.addSeries(s2, sf2)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/
start.d 2 #ld: -pie
vaddr-0.d 3 #ld: -pie
vaddr-1.d 3 #ld: -pie -Ttext-segment 0x7000000 -z max-page-size=0x200000
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-9.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-9-x86.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.pie.js 1 /* Flot plugin for rendering pie charts.
8 pie chart, and have unpredictable results. The values do NOT need to be
19 pie: {
24 tilt: 0-1 for percentage to tilt the pie, where 1 is no tilt, and 0 is completely flat (nothing will show)
26 top: integer value to move the pie up or down
27 left: integer value to move the pie left or right, or 'auto'
64 // Factor by which to shrink the pie when fitting labels within the plot
83 // add hook to determine if pie plugin in enabled, and then perform necessary operations
86 if (options.series.pie.show) {
92 if (options.series.pie.label.show == "auto")
    [all...]

Completed in 766 milliseconds

1 2 3 4 5