HomeSort by relevance Sort by last modified time
    Searched refs:tried (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug411.go 8 // because the compiler tried to registerize the int64 being
  /prebuilts/go/linux-x86/test/fixedbugs/
bug411.go 8 // because the compiler tried to registerize the int64 being
  /prebuilts/go/darwin-x86/test/
atomicload.go 8 // once tried to do the load in f twice, once sign extended
solitaire.go 103 // tried each possible move
117 println(moves, "moves tried")
  /prebuilts/go/linux-x86/test/
atomicload.go 8 // once tried to do the load in f twice, once sign extended
solitaire.go 103 // tried each possible move
117 println(moves, "moves tried")
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 230 tried = False
236 'first' if not tried else 'second')
239 if not tried:
240 tried = True
  /external/valgrind/none/tests/s390x/
op_exception.stderr.exp 5 Your program just tried to execute an instruction that Valgrind
18 Your program just tried to execute an instruction that Valgrind
31 Your program just tried to execute an instruction that Valgrind
44 Your program just tried to execute an instruction that Valgrind
  /prebuilts/go/darwin-x86/doc/play/
solitaire.go 102 // tried each possible move
116 fmt.Println(moves, "moves tried")
  /prebuilts/go/linux-x86/doc/play/
solitaire.go 102 // tried each possible move
116 fmt.Println(moves, "moves tried")
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /prebuilts/go/darwin-x86/src/os/exec/
lp_plan9.go 30 // If file begins with "/", "#", "./", or "../", it is tried
lp_unix.go 32 // If file contains a slash, it is tried directly and the PATH is not consulted.
lp_windows.go 55 // If file contains a slash, it is tried directly and the PATH is not consulted.
  /prebuilts/go/linux-x86/src/os/exec/
lp_plan9.go 30 // If file begins with "/", "#", "./", or "../", it is tried
lp_unix.go 32 // If file contains a slash, it is tried directly and the PATH is not consulted.
lp_windows.go 55 // If file contains a slash, it is tried directly and the PATH is not consulted.
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 75 // tried calling runtime.Gosched and runtime.GC, but neither is reliable.
  /prebuilts/go/linux-x86/src/time/
internal_test.go 75 // tried calling runtime.Gosched and runtime.GC, but neither is reliable.
  /external/libedit/src/
read.c 316 int tried = 0; local
335 if (!tried && read__fixio(el->el_infd, e) == 0)
336 tried = 1;
  /prebuilts/go/darwin-x86/src/go/build/
build.go 586 // tried records the location of unsuccessful package lookups
587 var tried struct {
613 tried.vendor = append(tried.vendor, dir)
644 tried.goroot = dir
655 tried.gopath = append(tried.gopath, dir)
661 for _, dir := range tried.vendor {
665 if tried.goroot != "" {
666 paths = append(paths, fmt.Sprintf("\t%s (from $GOROOT)", tried.goroot)
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 586 // tried records the location of unsuccessful package lookups
587 var tried struct {
613 tried.vendor = append(tried.vendor, dir)
644 tried.goroot = dir
655 tried.gopath = append(tried.gopath, dir)
661 for _, dir := range tried.vendor {
665 if tried.goroot != "" {
666 paths = append(paths, fmt.Sprintf("\t%s (from $GOROOT)", tried.goroot)
    [all...]
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 313 r := reader("550-5.1.1 The email account that you tried to reach does not exist. Please try\n" +
319 wantMsg := "5.1.1 The email account that you tried to reach does not exist. Please try\n" +
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 313 r := reader("550-5.1.1 The email account that you tried to reach does not exist. Please try\n" +
319 wantMsg := "5.1.1 The email account that you tried to reach does not exist. Please try\n" +
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 316 // In general we might have tried many suffixes; showing
371 // Try unsuffixed, if not tried first above.
521 // In general we might have tried many suffixes; showing

Completed in 482 milliseconds

1 2 3 4