HomeSort by relevance Sort by last modified time
    Searched defs:Stderr (Results 1 - 5 of 5) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Stderr.java 31 public @interface Stderr {}
  /build/soong/ui/terminal/
writer.go 32 // terminal isn't detected on stdout/stderr (generally because it's a pipe or
65 // the logger can use this interface to print to stderr without
199 // StdioInterface represents a set of stdin/stdout/stderr Reader/Writers
203 Stderr() io.Writer
206 // StdioImpl uses the OS stdin/stdout/stderr to implement StdioInterface
211 func (StdioImpl) Stderr() io.Writer { return os.Stderr }
218 stderr io.Writer
221 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
222 return customStdio{stdin, stdout, stderr}
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_unix.go 21 Stderr = 2
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 3813 milliseconds