| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemutinyrunner.py | 121 stopread = False 123 while time.time()<endtime and not stopread: 134 stopread = True 137 if not stopread:
|
| H A D | qemurunner.py | 447 stopread = False 451 while time.time() < endtime and not stopread: 476 stopread = True 487 stopread = True
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | skelform.c | 111 static int stopread(sox_format_t UNUSED * ft) in stopread() function 212 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | pulseaudio.c | 88 static int stopread(sox_format_t * ft) in stopread() function 167 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | amr.h | 216 static int stopread(sox_format_t * ft) in stopread() function 227 #define stopread NULL macro 330 startread, read_samples, stopread, in AMR_FORMAT_FN()
|
| H A D | lpc10.c | 195 static int stopread(sox_format_t * ft) in stopread() function 220 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | opus.c | 208 static int stopread(sox_format_t * ft) in stopread() function 230 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | prc.c | 286 static int stopread(sox_format_t * ft) in stopread() function 444 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | xa.c | 271 static int stopread(sox_format_t * ft) in stopread() function 292 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | vorbis.c | 226 static int stopread(sox_format_t * ft) in stopread() function 424 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | coreaudio.c | 323 static int stopread(sox_format_t * ft) in stopread() function 413 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | hcom.c | 248 static int stopread(sox_format_t * ft) in stopread() function 497 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | sndfile.c | 400 static int stopread(sox_format_t * ft) in stopread() function 526 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | mp3.c | 549 static int stopread(sox_format_t * ft) in stopread() function 673 #define stopread NULL macro 1293 startread, sox_mp3read, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | formats.c | 1051 result = ft->handler.stopread? (*ft->handler.stopread)(ft) : SOX_SUCCESS; in sox_close()
|
| H A D | wav.c | 1077 static int stopread(sox_format_t * ft) in stopread() function 1645 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | sox.h | 1448 …sox_format_handler_stopread stopread; /**< called to close reader (decoder); may be null if no clo… member
|