/third_party/toybox/toys/pending/ |
D | useradd.c | 107 if (xrun((char *[]){"groupadd", *toys.optargs, s, 0})) 140 toys.exitval = xrun((char *[]){"cp", "-R", skel, p, 0}); 141 else toys.exitval = xrun((char *[]){"mkdir", "-p", p, 0}); 143 toys.exitval |= xrun((char *[]){"chown", "-R", 151 if (xrun((char *[]){"passwd", pwd.pw_name, 0})) error_exit("passwd"); 155 if (xrun((char *[]){"groupadd", *toys.optargs, TT.u_grp, 0}))
|
D | mdev.c | 65 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0}); in make_device()
|
/third_party/toybox/toys/other/ |
D | nsenter.c | 140 toys.exitval = xrun(toys.optargs); in unshare_main() 165 toys.exitval = xrun(toys.optargs); in unshare_main()
|
D | inotifyd.c | 107 xrun(prog_args); in inotifyd_main()
|
/third_party/alsa-utils/ |
D | TODO | 1 H add options to aplay to avoid xrun using arecord | aplay
|
/third_party/alsa-lib/ |
D | TODO | 3 M think about xrun recovery helpers
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 432 if (loop->xrun) in xrun_profile() 482 if (loop->xrun) in xrun_stats() 643 static int xrun(struct loopback_handle *lhandle) in xrun() function 670 return xrun(lhandle); in suspend() 682 return xrun(lhandle); in readit() 710 err = xrun(lhandle); in readit() 746 if ((err = xrun(lhandle)) < 0) in writeit() 766 if ((err = xrun(lhandle)) < 0) in writeit() 1681 if (loop->xrun) { in pcmjob_start() 1864 if (verbose > 13 || loop->xrun) in pcmjob_pollfds_handle() [all …]
|
D | alsaloop.h | 165 unsigned int xrun:1; /* xrun profiling */ member
|
D | alsaloop.c | 626 loop->xrun = arg_xrun; in parse_config()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 196 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0}); in mount_filesystem()
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 209 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0}); in mount_filesystem()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 1629 static void xrun(void) in xrun() function 2123 xrun(); in pcm_write() 2171 xrun(); in pcm_writev() 2217 xrun(); in pcm_read() 2264 xrun(); in pcm_readv()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | cp.c | 492 if (FLAG(s) && xrun((char *[]){"strip", "-p", TT.destname, 0})) in install_node()
|
/third_party/toybox/toys/posix/ |
D | cp.c | 488 if (FLAG(s) && xrun((char *[]){"strip", "-p", TT.destname, 0})) in install_node()
|
D | find.c | 137 rc = xrun(newargs); in flush_exec()
|
/third_party/alsa-utils/po/ |
D | eu.po | 415 "xrun\n" 467 "mikrosegundo da xrun-etik\n" 882 msgid "xrun: prepare error: %s" 883 msgstr "xrun: prestakuntza errorea: %s" 897 msgid "xrun(DRAINING): prepare error: %s" 898 msgstr "xrun(HUSTEN): prestakuntza errorea: %s"
|
D | sk.po | 419 "xrun\n" 471 "mikrosekúnd od xrun\n" 889 msgid "xrun: prepare error: %s" 890 msgstr "xrun: chyba pri inicializácii: %s" 904 msgid "xrun(DRAINING): prepare error: %s" 905 msgstr "xrun (VYČERPANIE): chyba počas inicializácie: %s"
|
D | fr.po | 411 "xrun\n" 461 "-T, --stop-delay=# # microsecondes de délai depuis xrun avant l'arrêt\n" 876 msgid "xrun: prepare error: %s" 877 msgstr "xrun : erreur de préparation : %s" 892 msgid "xrun(DRAINING): prepare error: %s" 893 msgstr "xrun(DRAINAGE) : erreur de préparation : %s"
|
D | de.po | 411 "xrun\n" 457 "-T, --stop-delay=# Zeit vor xrun zum automatischen PCM-Stop, in µs\n" 862 msgid "xrun: prepare error: %s" 877 msgid "xrun(DRAINING): prepare error: %s"
|
D | ja.po | 413 "xrun\n" 853 msgid "xrun: prepare error: %s" 868 msgid "xrun(DRAINING): prepare error: %s"
|
/third_party/toybox/lib/ |
D | lib.h | 148 int xrun(char **argv);
|
D | xwrap.c | 353 int xrun(char **argv) in xrun() function
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 143 int xrun(char **argv);
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 7623 only restart audio when we indeed have an xrun to fix repeated 8138 Make the xrun code timestamp and offset the buffers correctly. 12471 try xrun recovery when wait failed. Make xrun recovery function
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 9794 only restart audio when we indeed have an xrun to fix repeated 10309 Make the xrun code timestamp and offset the buffers correctly. 14642 try xrun recovery when wait failed. Make xrun recovery function
|