Lines Matching defs:error
34 error() {
44 error "This script can only be executed from PulseAudio source tree"
62 [ -e "$PA" ] || error "$PA does not exist. Compile PulseAudio tree first."
63 [ -x "$PA" ] || error "$PA cannot be executed"
64 [ -x "$PA_CAT" ] || error "$PA_CAT cannot be executed"
67 [ -n "$AUDIO_FILE" ] || error "Usage: $BASENAME AUDIO_FILE"
68 [ -e "$AUDIO_FILE" ] || error "$AUDIO_FILE does not exist"
69 [ -f "$AUDIO_FILE" ] || error "$AUDIO_FILE is not a regular file"
77 error "Failed to start PulseAudio daemon"
96 [ "$?" -eq "0" ] || error "Failed to start PulseAudio daemon"
107 [ "$?" -eq "0" ] || error "Error sampling PulseAudio RSS memory usage"
122 error "Please provide a large wave file (~ $((MAX_CLIENTS*2))s) then redo the benchmarks"