OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passFail
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py
61
passFail
= True if (positiveMax < (margainHigh / 100.0 + 1.0)) and\
67
return (
passFail
, negativeMin, positiveMax, spectrumResult)
98
(
passFail
, minError, maxError, Spectrum) = do_check_spectrum_playback(hostData, \
101
if
passFail
:
127
(
passFail
, minVal, maxVal, amp) = do_check_spectrum_playback(data, samplingRate, fLow,\
check_spectrum.py
66
passFail
= True if (positiveMax < (margainHigh / 100.0 + 1.0)) and\
72
return (
passFail
, negativeMin, positiveMax, RatioResult)
132
(
passFail
, minError, maxError, TF) = do_check_spectrum(hostData_, dutData_,\
135
if
passFail
:
161
(
passFail
, minVal, maxVal, ampRatio) = do_check_spectrum(data, data, samplingRate, fLow, fHigh,\
Completed in 3948 milliseconds