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

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/testcache/
testcache_test.go 5 package testcache package
16 defer os.Chdir("testcache")
17 info, err := os.Stat("testcache/file.txt")
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/testcache/
testcache_test.go 5 package testcache package
16 defer os.Chdir("testcache")
17 info, err := os.Stat("testcache/file.txt")
  /external/libcups/cups/
Makefile 86 testcache.o \
156 testcache \
405 # testcache (dependency on static CUPS library is intentional)
408 testcache: testcache.o $(LIBCUPSSTATIC)
410 $(LD_CC) $(LDFLAGS) -o $@ testcache.o $(LIBCUPSSTATIC) \
  /prebuilts/go/darwin-x86/src/cmd/go/internal/clean/
clean.go 24 UsageLine: "clean [-i] [-r] [-n] [-x] [-cache] [-testcache] [build flags] [packages]",
65 The -testcache flag causes clean to expire all test results in the
78 cleanTestcache bool // clean -testcache flag
88 CmdClean.Flag.BoolVar(&cleanTestcache, "testcache", false, "")
137 base.Errorf("go clean -testcache: %v", err)
  /prebuilts/go/linux-x86/src/cmd/go/internal/clean/
clean.go 24 UsageLine: "clean [-i] [-r] [-n] [-x] [-cache] [-testcache] [build flags] [packages]",
65 The -testcache flag causes clean to expire all test results in the
78 cleanTestcache bool // clean -testcache flag
88 CmdClean.Flag.BoolVar(&cleanTestcache, "testcache", false, "")
137 base.Errorf("go clean -testcache: %v", err)
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
test.go 582 // Read testcache expiration time, if present.
583 // (We implement go clean -testcache by writing an expiration date
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/test/
test.go 582 // Read testcache expiration time, if present.
583 // (We implement go clean -testcache by writing an expiration date
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go     [all...]
alldocs.go 178 // go clean [-i] [-r] [-n] [-x] [-cache] [-testcache] [build flags] [packages]
218 // The -testcache flag causes clean to expire all test results in the
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go     [all...]
alldocs.go 178 // go clean [-i] [-r] [-n] [-x] [-cache] [-testcache] [build flags] [packages]
218 // The -testcache flag causes clean to expire all test results in the
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/help/
helpdoc.go 665 See 'go help test' for details. Running 'go clean -testcache' removes
  /prebuilts/go/linux-x86/src/cmd/go/internal/help/
helpdoc.go 665 See 'go help test' for details. Running 'go clean -testcache' removes

Completed in 174 milliseconds