/cts/suite/cts/utils/ |
grapher.py | 19 import matplotlib.pyplot as plt namespace 49 fig = plt.figure() 51 plt.title(benchmark[benchmark.index('#') + 1:]) 73 (ymin, ymax) = plt.ylim() 75 plt.ylim(0, 90) 76 plt.xlabel('Iteration') 77 plt.ylabel('FPS') 80 plt.show()
|
/cts/suite/audio_quality/test_description/processing/ |
gen_random.py | 21 import matplotlib.pyplot as plt namespace 49 #plt.plot(freq, abs(fft.fft(filteredData))) 50 #plt.plot(filteredData) 51 #plt.show() 99 plt.plot(result) 100 plt.show()
|
check_spectrum.py | 21 import matplotlib.pyplot as plt namespace 50 Phh, freqs = plt.psd(hostData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\ 51 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\ 53 Pdd, freqs = plt.psd(DUTData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\ 54 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\ 163 plt.plot(ampRatio) 164 plt.show()
|
check_spectrum_playback.py | 21 import matplotlib.pyplot as plt namespace 49 Phh, freqs = plt.psd(hostData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\ 50 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\ 129 plt.plot(amp) 130 plt.show()
|
/external/opencv/cvaux/src/ |
_cvvectrack.h | 90 CvPoint plt = {r1.x, r1.y}; local 92 return (PointInRect(plt, r2) && PointInRect(prb, r2));
|
/external/blktrace/btt/ |
btt_plot.py | 65 import matplotlib.pyplot as plt namespace 319 fig = plt.figure(figsize=plot_size) 353 plt.savefig(ofile)
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_tab_helper.cc | 227 double plt = (now - actual_load_start_).InMillisecondsF(); local 228 if (plt > 0.0) { 230 (now - pplt_load_start_).InMillisecondsF() / plt;
|
/external/eigen/bench/ |
bench_norm.cpp | 80 Packet4f internal::plt(const Packet4f& a, Packet4f& b) { return _mm_cmplt_ps(a,b); } function in class:internal 81 Packet2d internal::plt(const Packet2d& a, Packet2d& b) { return _mm_cmplt_pd(a,b); } function in class:internal 149 Packet maskBig = internal::plt(pb2,ax); 150 Packet maskSml = internal::plt(ax,pb1);
|
/hardware/ti/wlan/mac80211/ti-utils/ |
plt.c | 2 * PLT utility for wireless chip supported by TI's driver wl12xx 26 #include "plt.h" 30 SECTION(plt); variable 80 COMMAND(plt, power_mode, "<on|off>", 82 "Set PLT power mode\n"); 118 COMMAND(plt, tune_channel, "<band> <channel>", 120 "Set band and channel for PLT\n"); 155 COMMAND(plt, ref_point, "<voltage> <power> <subband>", 157 "Set reference point for PLT\n"); 262 COMMAND(plt, tx_bip [all...] |
calibrator.h | 154 DECLARE_SECTION(plt); variable
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86LDBackend.cpp | 86 // set .got.plt and .got sizes 91 // set .plt size 101 // set .rel.plt/.rela.plt size 214 assert(NULL != m_pPLT && "PLT section not exist"); 220 assert(NULL != m_pPLT && "PLT section not exist"); 238 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist"); 244 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist") 337 LDSection& plt = file_format->getPLT(); local 523 LDSection& plt = file_format->getPLT(); local [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 101 // initialize .plt 102 LDSection& plt = file_format->getPLT(); local 103 m_pPLT = new ARMPLT(plt, *m_pGOT); 105 // initialize .rel.plt 107 relplt.setLink(&plt); 219 // set .plt size 232 // set .rel.plt size 246 // apply PLT 248 // Since we already have the size of LDSection PLT, m_pPLT should not be 458 assert(NULL != m_pPLT && "PLT section not exist") [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 86 // set .got.plt and .got sizes 92 // set .plt size 102 // set .rela.plt size 246 assert(NULL != m_pPLT && "PLT section not exist"); 252 assert(NULL != m_pPLT && "PLT section not exist"); 270 assert(NULL != m_pRelaPLT && ".rela.plt section not exist"); 276 assert(NULL != m_pRelaPLT && ".rela.plt section not exist"); 308 // set .got.plt size 434 // initialize .got.plt 438 // initialize .plt 439 LDSection& plt = file_format->getPLT(); local [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 629 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ 647 #define DT_PLTREL 20 /* Type of reloc in PLT */ 650 #define DT_JMPREL 23 /* Address of PLT relocs */ 2435 Section *plt; member in struct:TCCState 18833 Section *plt; local 18872 Section *plt; local [all...] |