/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/ |
D | compare_1k.py | 22 import matplotlib.pyplot as plt namespace 85 plt.figure(1) 86 plt.subplot(311) 87 plt.plot(micro_windowed_input, label='Micro fixed') 88 plt.legend() 89 plt.subplot(312) 90 plt.plot(cmsis_windowed_input, label='CMSIS fixed') 91 plt.legend() 92 plt.subplot(313) 93 plt.plot(to_float(micro_windowed_input, 30), label='Micro to float') [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | plot_dynamics.py | 15 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.legend(loc='upper center', bbox_to_anchor=(0.5, 1.40), [all …]
|
/external/walt/pywalt/pywalt/ |
D | minimization.py | 115 import matplotlib.pyplot as plt namespace 117 plt.plot(xx, y, '.b') 127 plt.plot(xls, yls, 'o' + colors[side]) 129 plt.plot(x_linear, a * x_linear + c, colors[side]) 130 plt.xlabel('X') 131 plt.ylabel('Y') 132 plt.title('Laser events shifted %.2f ms' % (shift*1000)) 133 plt.show()
|
/external/elfutils/tests/ |
D | run-strip-remove-keep.sh | 48 [ 9] .rel.plt REL 0804829c 00029c 000020 8 A 4 11 4 50 [11] .plt PROGBITS 080482d4 0002d4 000050 4 AX 0 0 4 83 [ 9] .rel.plt NOBITS 0804829c 000114 000020 8 A 4 11 4 85 [11] .plt NOBITS 080482d4 000114 000050 4 AX 0 0 4 134 [ 9] .rel.plt REL 0804829c 00029c 000020 8 A 4 11 4 136 [11] .plt PROGBITS 080482d4 0002d4 000050 4 AX 0 0 4 170 [ 9] .rel.plt NOBITS 0804829c 000114 000020 8 A 4 11 4 172 [11] .plt NOBITS 080482d4 000114 000050 4 AX 0 0 4 222 [ 8] .rela.plt RELA 0000000000000410 00000410 00000018 24 A 3 10 8 224 [10] .plt PROGBITS 0000000000000440 00000440 00000020 16 AX 0 0 16 [all …]
|
D | run-elfputzdata.sh | 32 Cannot compress 9 .rel.plt 34 Cannot compress 11 .plt 70 Cannot compress 9 .rel.plt 72 Cannot compress 11 .plt 109 Cannot compress 7 .rela.plt 111 Cannot compress 9 .plt 145 Cannot compress 7 .rela.plt 147 Cannot compress 9 .plt 186 Cannot compress 9 .rela.plt 200 Cannot compress 23 .plt [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | noise_summary.py | 10 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/perfetto/tools/ |
D | analyze_pipestats.py | 21 from matplotlib import pyplot as plt unknown 58 plt.plot(xs, delta, color=COLORS[n % len(COLORS)], label=name) 63 plt.legend() 64 plt.show()
|
D | analyze_profiling_sampling_distribution.py | 25 from matplotlib import pyplot as plt unknown 53 plt.show()
|
/external/scapy/scapy/contrib/ |
D | pnio_rtc.py | 388 import matplotlib.pyplot as plt namespace 405 plt.subplot(rows, 1, cur_row) 406 plt.bar(index, vals, 0.8, color="r") 407 plt.xticks([i + 0.4 for i in index], index) 408 plt.title("Entropy from %s to %s" % comm) 410 plt.ylabel("Shannon Entropy") 412 plt.xlabel("Byte offset") # x label only on the last row 413 plt.legend() 415 plt.tight_layout() 416 plt.show()
|
/external/llvm/test/tools/llvm-readobj/ |
D | gnu-phdrs.test | 40 … .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .r… 41 ELF32-NEXT: 03 .tdata .ctors .dtors .jcr .dynamic .got .got.plt .data .bss 71 …gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .r… 72 ELF64-NEXT: 03 .tdata .init_array .fini_array .jcr .dynamic .got .got.plt .data .bss
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | gnu-phdrs.test | 40 … .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .r… 41 ELF32-NEXT: 03 .tdata .ctors .dtors .jcr .dynamic .got .got.plt .data .bss 71 …gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .r… 72 ELF64-NEXT: 03 .tdata .init_array .fini_array .jcr .dynamic .got .got.plt .data .bss
|
D | mips-plt.test | 1 RUN: llvm-readobj -mips-plt-got %p/Inputs/got-plt.exe.elf-mipsel | FileCheck %s 2 RUN: llvm-readobj -mips-plt-got --elf-output-style=GNU \ 3 RUN: %p/Inputs/got-plt.exe.elf-mipsel \
|
/external/u-boot/arch/arm/lib/ |
D | elf_arm_efi.lds | 32 *(.got.plt) 52 .rel.plt : { *(.rel.plt) }
|
D | elf_aarch64_efi.lds | 32 *(.got.plt) 52 .rela.plt : { *(.rela.plt) }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | fixups.s | 35 brasl %r14, target@plt 43 brasl %r14, target@plt:tls_gdcall:sym 51 brasl %r14, target@plt:tls_ldcall:sym 63 bras %r14, target@plt 71 bras %r14, target@plt:tls_gdcall:sym 79 bras %r14, target@plt:tls_ldcall:sym
|
D | fixups-zEC12.s | 17 bpp 12, branch@plt, 0 33 bprp 12, branch@plt, target@plt
|
/external/llvm/test/MC/SystemZ/ |
D | fixups.s | 35 brasl %r14, target@plt 43 brasl %r14, target@plt:tls_gdcall:sym 51 brasl %r14, target@plt:tls_ldcall:sym 63 bras %r14, target@plt 71 bras %r14, target@plt:tls_gdcall:sym 79 bras %r14, target@plt:tls_ldcall:sym
|
/external/u-boot/arch/riscv/lib/ |
D | elf_riscv64_efi.lds | 34 *(.got.plt) 54 .rela.plt : { *(.rela.plt) }
|
D | elf_riscv32_efi.lds | 34 *(.got.plt) 54 .rela.plt : { *(.rela.plt) }
|
/external/scapy/scapy/ |
D | plist.py | 20 from scapy.consts import plt, MATPLOTLIB_INLINED, MATPLOTLIB_DEFAULT_PLOT_KARGS 159 lines = plt.plot(*zip(*l), **kargs) 161 lines = plt.plot(l, **kargs) 165 plt.show() 188 lines = plt.plot(l, **kargs) 192 plt.show() 219 lines = [plt.plot(*zip(*pl), **dict(kargs, label=k)) 222 lines = [plt.plot(pl, **dict(kargs, label=k)) 224 plt.legend(loc="center right", bbox_to_anchor=(1.5, 0.5)) 228 plt.show()
|
/external/blktrace/btt/ |
D | btt_plot.py | 65 import matplotlib.pyplot as plt namespace 319 fig = plt.figure(figsize=plot_size) 353 plt.savefig(ofile) 417 fig = plt.figure(figsize=plot_size) 441 plt.savefig('live.png') 442 plt.savefig('live.eps')
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/ |
D | main.py | 29 import matplotlib.pyplot as plt # pylint: disable=g-import-not-at-top namespace 145 plt.figure() 146 plt.plot(xs, ys, color="orange", marker="o", alpha=0.6) # Trained chain 147 plt.savefig(os.path.join(FLAGS.train_dir, "single_chain.png"))
|
/external/u-boot/arch/mips/cpu/ |
D | u-boot-spl.lds | 69 .plt : { 70 *(.plt)
|
/external/u-boot/arch/riscv/cpu/ax25/ |
D | u-boot.lds | 30 *(.got.plt) *(.got) 58 /DISCARD/ : { *(.rela.plt*) }
|
/external/u-boot/arch/nds32/cpu/n1213/ |
D | u-boot.lds | 33 *(.got.plt) *(.got) 43 /DISCARD/ : { *(.rela.plt*) }
|