HomeSort by relevance Sort by last modified time
    Searched refs:testlog (Results 1 - 21 of 21) sorted by null

  /prebuilts/go/darwin-x86/src/os/
stat.go 7 import "internal/testlog"
12 testlog.Stat(name)
21 testlog.Stat(name)
env.go 10 "internal/testlog"
84 testlog.Getenv(key)
95 testlog.Getenv(key)
file.go 42 "internal/testlog"
233 testlog.Open(dir) // observe likely non-existent directory
236 if log := testlog.Logger(); log != nil {
268 testlog.Open(name)
exec.go 8 "internal/testlog"
101 testlog.Open(name)
  /prebuilts/go/linux-x86/src/os/
stat.go 7 import "internal/testlog"
12 testlog.Stat(name)
21 testlog.Stat(name)
env.go 10 "internal/testlog"
84 testlog.Getenv(key)
95 testlog.Getenv(key)
file.go 42 "internal/testlog"
233 testlog.Open(dir) // observe likely non-existent directory
236 if log := testlog.Logger(); log != nil {
268 testlog.Open(name)
exec.go 8 "internal/testlog"
101 testlog.Open(name)
  /external/linux-kselftest/tools/testing/selftests/ftrace/
ftracetest 273 local testlog=`mktemp $LOG_DIR/${testname}-log.XXXXXX`
275 local testlog=/proc/self/fd/1
279 echo "execute$INSTANCE: "$1 > $testlog
284 __run_test $1 | tee -a $testlog 2>&1
286 __run_test $1 2>> $testlog | tee -a $testlog
288 __run_test $1 >> $testlog 2>&1
293 [ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $testlog
295 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog
  /prebuilts/go/darwin-x86/src/internal/testlog/
log.go 5 // Package testlog provides a back-channel communication path
8 package testlog package
35 panic("testlog: SetLogger must be called only once")
  /prebuilts/go/linux-x86/src/internal/testlog/
log.go 5 // Package testlog provides a back-channel communication path
8 package testlog package
35 panic("testlog: SetLogger must be called only once")
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 15 "internal/testlog"
64 // testLog implements testlog.Interface, logging actions by package os.
65 type testLog struct {
71 func (l *testLog) Getenv(key string) {
75 func (l *testLog) Open(name string) {
79 func (l *testLog) Stat(name string) {
83 func (l *testLog) Chdir(name string) {
88 func (l *testLog) add(op, name string) {
104 var log testLog
    [all...]
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 15 "internal/testlog"
64 // testLog implements testlog.Interface, logging actions by package os.
65 type testLog struct {
71 func (l *testLog) Getenv(key string) {
75 func (l *testLog) Open(name string) {
79 func (l *testLog) Stat(name string) {
83 func (l *testLog) Chdir(name string) {
88 func (l *testLog) add(op, name string) {
104 var log testLog
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/test/
test.go     [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 271 testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
270 testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd\/go)") var
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 271 testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
270 testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd\/go)") var
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 158 "internal/testlog": {"L0"},
159 "os": {"L1", "os", "syscall", "time", "internal/poll", "internal/syscall/windows", "internal/testlog"},
274 "testing/internal/testdeps": {"L4", "internal/testlog", "runtime/pprof", "regexp"},
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 158 "internal/testlog": {"L0"},
159 "os": {"L1", "os", "syscall", "time", "internal/poll", "internal/syscall/windows", "internal/testlog"},
274 "testing/internal/testdeps": {"L4", "internal/testlog", "runtime/pprof", "regexp"},
  /prebuilts/go/darwin-x86/src/os/exec/
exec_test.go 404 // stdin, stdout, stderr, epoll/kqueue, maybe testlog
  /prebuilts/go/linux-x86/src/os/exec/
exec_test.go 404 // stdin, stdout, stderr, epoll/kqueue, maybe testlog

Completed in 1522 milliseconds