Searched refs:plt (Results 1 - 25 of 89) sorted by relevance

1234

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dplot_dynamics.py15 import matplotlib.pyplot as plt namespace
85 line = plt.plot(x, y, label=alg, linewidth=4.0)
104 plt.setp(line, color=colormap[key])
106 plt.setp(line, color='#AAAAAA')
108 plt.setp(line, color='#654321')
111 plt.setp(line, linestyle='--')
112 plt.grid(True)
115 _, x2, _, y2 = plt.axis()
118 plt.axis((0, x2, 0, y2))
121 plt
[all...]
/external/v8/third_party/binutils/Linux_x64/Release/lib/ldscripts/
H A Di386linux.xr25 *(.plt)
H A Di386linux.xu25 *(.plt)
H A Delf_i386.xr34 .rel.plt 0 :
36 *(.rel.plt)
42 .plt 0 : { *(.plt) *(.iplt) }
78 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf_i386.xu34 .rel.plt 0 :
36 *(.rel.plt)
42 .plt 0 : { *(.plt) *(.iplt) }
78 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Di386linux.x31 *(.plt)
H A Di386linux.xbn31 *(.plt)
H A Di386linux.xn31 *(.plt)
H A Delf32_x86_64.xr37 .rela.plt 0 :
39 *(.rela.plt)
45 .plt 0 : { *(.plt) *(.iplt) }
81 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf32_x86_64.xu37 .rela.plt 0 :
39 *(.rela.plt)
45 .plt 0 : { *(.plt) *(.iplt) }
81 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf_k1om.xr40 .rela.plt 0 :
42 *(.rela.plt)
48 .plt 0 : { *(.plt) }
85 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf_k1om.xu40 .rela.plt 0 :
42 *(.rela.plt)
48 .plt 0 : { *(.plt) }
85 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf_l1om.xr40 .rela.plt 0 :
42 *(.rela.plt)
48 .plt 0 : { *(.plt) }
85 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf_l1om.xu40 .rela.plt 0 :
42 *(.rela.plt)
48 .plt 0 : { *(.plt) }
85 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf_x86_64.xr37 .rela.plt 0 :
39 *(.rela.plt)
45 .plt 0 : { *(.plt) *(.iplt) }
81 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf_x86_64.xu37 .rela.plt 0 :
39 *(.rela.plt)
45 .plt 0 : { *(.plt) *(.iplt) }
81 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
H A Delf32_x86_64.x36 .rela.plt :
38 *(.rela.plt)
47 .plt : { *(.plt) *(.iplt) }
137 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
138 .got.plt : { *(.got.plt) *(.igot.plt) }
H A Delf32_x86_64.xc38 .rela.plt :
40 *(.rela.plt)
49 .plt : { *(.plt) *(.iplt) }
139 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
140 .got.plt : { *(.got.plt) *(.igot.plt) }
H A Delf32_x86_64.xd36 .rela.plt :
38 *(.rela.plt)
47 .plt : { *(.plt) *(.iplt) }
137 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
138 .got.plt : { *(.got.plt) *(.igot.plt) }
H A Delf32_x86_64.xdc38 .rela.plt :
40 *(.rela.plt)
49 .plt : { *(.plt) *(.iplt) }
139 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
140 .got.plt : { *(.got.plt) *(.igot.plt) }
H A Delf32_x86_64.xn36 .rela.plt :
38 *(.rela.plt)
47 .plt : { *(.plt) *(.iplt) }
137 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
138 .got.plt : { *(.got.plt) *(.igot.plt) }
H A Delf32_x86_64.xs35 .rela.plt :
37 *(.rela.plt)
44 .plt : { *(.plt) *(.iplt) }
128 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
129 .got.plt : { *(.got.plt) *(.igot.plt) }
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dnoise_summary.py10 import matplotlib.pyplot as plt namespace
194 plt.subplot(parse_report.num_iterations, 1, iteration)
195 plt.plot(frequencies, values)
197 plt.xlabel('Frequency (Hz)')
198 plt.ylabel('Number of problems')
199 plt.legend(("Iteration %d" % iteration,))
201 plt.title('Graphic Summary of Extended Noise Test')
202 plt.show()
/external/llvm/test/MC/PowerPC/
H A Dppc-reloc.s9 bl printf@plt
/external/ltrace/
H A DAndroid.mk77 $(arm_path)/plt.c \
85 $(arm64_path)/plt.c \
92 $(mips_path)/plt.c \
100 $(x86_path)/plt.c \

Completed in 258 milliseconds

1234