Home
last modified time | relevance | path

Searched refs:plt (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/media/camera/docs/
H A Dplots.py5 import matplotlib.pyplot as plt namespace
16 plt.figure(fig.number)
19 lines, = plt.plot(x,y)
49 plt.figure(fig.number)
73 lin_fig = plt.figure(1)
77 plt.title(lin_title)
89 inv_fig = plt.figure(2)
93 plt.title(inv_title)
110 plt.title(gamma_title)
126 plt.title(srgb_title)
[all …]
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp106 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it)); in applyAllPLT() local
109 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size())); in applyAllPLT()
114 memcpy(data, PLT0, plt->size()); in applyAllPLT()
122 plt->setValue(reinterpret_cast<unsigned char*>(data)); in applyAllPLT()
124 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size())); in applyAllPLT()
129 memcpy(data, PLTA, plt->size()); in applyAllPLT()
137 plt->setValue(reinterpret_cast<unsigned char*>(data)); in applyAllPLT()
H A DMipsLDBackend.cpp1277 LDSection& plt = fileFormat->getPLT(); in initTargetSections() local
1278 m_pPLT = new MipsPLT(plt); in initTargetSections()
1322 LDSection& plt = fileFormat->getPLT(); in initTargetSections() local
1323 m_pPLT = new MipsPLT(plt); in initTargetSections()
/aosp12/packages/services/Car/tools/ioanalyze/
H A Danalyzer.py6 import matplotlib.pyplot as plt namespace
122 plt.figure()
130 plt.plot(X, Y, 'b-')
136 plt.plot(X, Y, 'g-')
142 plt.plot(X, Y, 'r-')
149 plt.yticks(Yt, Yl)
151 plt.xticks(Xt)
184 plt.figure()
185 plt.title("Total disk writes per UID")
261 plt.show()
[all …]
/aosp12/system/chre/build/sys_support/qcom/
H A Duimage_v2.lcs63 .rela.plt : { *(.rela.plt) }
72 .plt : { *(.plt) }
120 .got.plt : { *(.got.plt) }
H A Duimage.lcs.toolv8066 .rela.plt :
68 *(.rela.plt)
81 .plt : { *(.plt) }
109 .got.plt : { *(.got.plt) *(.igot.plt) }
/aosp12/frameworks/base/tests/JankBench/scripts/
H A Dcollect.py13 import matplotlib.pyplot as plt namespace
225 plt.plot([0, 1, 2, 3, 4, 5], score, label=name)
228 plt.ylabel("Jank %")
229 plt.xlabel("Iteration")
230 plt.title("Jank Percentage")
231 plt.legend()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp358 LDSection& plt = file_format->getPLT(); in initTargetSections() local
359 plt.setAlign(16u); in initTargetSections()
360 m_pPLT = new X86_32PLT(plt, *m_pGOTPLT, config()); in initTargetSections()
364 relplt.setLink(&plt); in initTargetSections()
625 LDSection& plt = file_format->getPLT(); in initTargetSections() local
626 plt.setAlign(16u); in initTargetSections()
627 m_pPLT = new X86_64PLT(plt, *m_pGOTPLT, config()); in initTargetSections()
631 relplt.setLink(&plt); in initTargetSections()
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dclock-plugins.md57 import matplotlib.pylab as plt
82 plt.imshow(AVG)
83 plt.show()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp111 LDSection& plt = file_format->getPLT(); in initTargetSections() local
112 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT); in initTargetSections()
116 relaplt.setLink(&plt); in initTargetSections()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp182 LDSection& plt = file_format->getPLT(); in initTargetSections() local
183 m_pPLT = new ARMPLT(plt, *m_pGOT); in initTargetSections()
187 relplt.setLink(&plt); in initTargetSections()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp417 LDSection& plt = file_format->getPLT(); in initTargetSections() local
418 m_pPLT = new HexagonPLT(plt, *m_pGOTPLT, config()); in initTargetSections()
422 relaplt.setLink(&plt); in initTargetSections()
/aosp12/system/extras/simpleperf/doc/
H A Dexecutable_commands_reference.md565 6.24% 1756 sudogame 7394 7394 @plt
/aosp12/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!