HomeSort by relevance Sort by last modified time
    Searched full:xrun (Results 1 - 25 of 32) sorted by null

1 2

  /external/toybox/toys/pending/
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}))
mdev.c 60 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0});
  /external/llvm/test/CodeGen/X86/
2009-08-06-inlineasm.ll 2 ; XRUN: llc -mtriple=i386-pc-linux-gnu < %s
  /external/toybox/toys/other/
nsenter.c 137 toys.exitval = xrun(toys.optargs);
163 toys.exitval = xrun(toys.optargs);
inotifyd.c 107 xrun(prog_args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 271 /** PCM xrun mode */
273 /** Xrun detection disabled */
275 /** Stop on xrun detection */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h 286 /** PCM xrun mode */
288 /** Xrun detection disabled */
290 /** Stop on xrun detection */
    [all...]
  /external/toybox/lib/
lib.h 116 int xrun(char **argv);
xwrap.c 283 int xrun(char **argv) function
  /external/toybox/toys/lsb/
mount.c 172 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0});
  /external/toybox/toys/posix/
cp.c 474 if (xrun((char *[]){"strip", "-p", TT.destname, 0})) toys.exitval = 1;
find.c 123 rc = xrun(newargs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 249 #define SNDRV_PCM_STATE_XRUN ((snd_pcm_state_t) 4) /* stream reached an xrun */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 254 #define SNDRV_PCM_STATE_XRUN ((snd_pcm_state_t) 4) /* stream reached an xrun */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libasound.so 
libasound.so.2 
libasound.so.2.0.0 
  /external/kernel-headers/original/uapi/sound/
asound.h 291 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 273 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 279 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 272 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 272 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libasound.so 
libasound.so.2 
libasound.so.2.0.0 

Completed in 406 milliseconds

1 2