HomeSort by relevance Sort by last modified time
    Searched refs:already (Results 251 - 275 of 1312) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 354 return errors.New("exec: already started")
457 return errors.New("exec: Wait was already called")
490 return nil, errors.New("exec: Stdout already set")
513 return nil, errors.New("exec: Stdout already set")
516 return nil, errors.New("exec: Stderr already set")
533 return nil, errors.New("exec: Stdin already set")
575 return nil, errors.New("exec: Stdout already set")
600 return nil, errors.New("exec: Stderr already set")
  /prebuilts/go/darwin-x86/src/os/signal/
signal_cgo_test.go 128 // "file already closed" means deferred close of master has happened.
129 if err != io.EOF && err != syscall.EIO && !strings.Contains(err.Error(), "file already closed") {
  /prebuilts/go/darwin-x86/src/reflect/
deepequal.go 22 // comparisons that have already been seen, which allows short circuiting on
54 // Short circuit if references are already seen.
  /prebuilts/go/darwin-x86/src/runtime/
mcentral.go 88 // it is already in the empty list, so just retry
95 // already swept empty span,
  /prebuilts/go/darwin-x86/src/text/template/
template.go 118 // If the template does not already exist, it will create a new one.
213 // with t. The two are already known to share the common structure.
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer.go 134 // packages already known, indexed by package path.
136 // to see if it is already present in the map. If so, the Importer can return
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 49 // that is, events for which all dependencies are already merged. Then we choose
161 // is already merged).
  /prebuilts/go/linux-x86/src/net/
tcpsock_posix.go 83 // originating local address, sometimes it picks one that is already in use.
111 // Since this code (selfConnect) is already trying to work around
unixsock_posix.go 175 // and replaced our socket name already--
203 // but if the listener was created by a call to FileListener to use an already existing
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 354 return errors.New("exec: already started")
457 return errors.New("exec: Wait was already called")
490 return nil, errors.New("exec: Stdout already set")
513 return nil, errors.New("exec: Stdout already set")
516 return nil, errors.New("exec: Stderr already set")
533 return nil, errors.New("exec: Stdin already set")
575 return nil, errors.New("exec: Stdout already set")
600 return nil, errors.New("exec: Stderr already set")
  /prebuilts/go/linux-x86/src/os/signal/
signal_cgo_test.go 128 // "file already closed" means deferred close of master has happened.
129 if err != io.EOF && err != syscall.EIO && !strings.Contains(err.Error(), "file already closed") {
  /prebuilts/go/linux-x86/src/reflect/
deepequal.go 22 // comparisons that have already been seen, which allows short circuiting on
54 // Short circuit if references are already seen.
  /prebuilts/go/linux-x86/src/runtime/
mcentral.go 88 // it is already in the empty list, so just retry
95 // already swept empty span,
  /prebuilts/go/linux-x86/src/text/template/
template.go 118 // If the template does not already exist, it will create a new one.
213 // with t. The two are already known to share the common structure.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs.s 6 @ Note that the gas tests have already checked that group relocations are
  /external/flatbuffers/go/
builder.go 168 // already-allocated SOffsetT at the beginning of this object:
183 // already-allocated SOffsetT at the beginning of this object:
266 b.Prep(SizeSOffsetT, 0) // Ensure alignment is already done.
276 b.Prep(SizeUOffsetT, 0) // Ensure alignment is already done.
301 // we already made space for this, so write without PrependUint32
  /external/golang-protobuf/proto/
text_parser.go 47 // Error string emitted when deserializing Any and fields are already set
48 const anyRepeatedlyUnpacked = "Any message unpacked multiple times, or %q already set"
597 return p.errorf("field '%s' would overwrite already parsed oneof '%s'", name, sv.Type().Field(oop.Field).Name)
611 // Construct the map if it doesn't already exist.
673 // Check that it's not already set if it's not a repeated field.
  /prebuilts/go/darwin-x86/src/context/
context.go 249 // parent has already been canceled
354 return // already canceled
375 // to be no later than d. If the parent's deadline is already earlier than d,
385 // The current deadline is already sooner than the new one.
395 c.cancel(true, DeadlineExceeded) // deadline has already passed
  /prebuilts/go/darwin-x86/src/go/types/
resolver.go 136 // If we already have a package for the given (path, dir)
208 // pkgImports is the set of packages already imported by any package file seen
444 check.errorf(alt.Pos(), "%s already declared through import of %s", alt.Name(), pkg.Imported())
447 check.errorf(alt.Pos(), "%s already declared through dot-import of %s", alt.Name(), obj.Pkg())
458 // add new methods to already type-checked types (from a prior Checker.Files call)
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
registry_test.go 69 t.Fatalf("key %q already exists", testKName)
79 t.Fatalf("key %q should already exist", testKName)
96 t.Fatalf("key %q should already been deleted", testKName)
509 t.Fatalf("key %q already exists", testKName)
632 t.Fatalf("key %q already exists", testKName)
  /prebuilts/go/linux-x86/src/context/
context.go 249 // parent has already been canceled
354 return // already canceled
375 // to be no later than d. If the parent's deadline is already earlier than d,
385 // The current deadline is already sooner than the new one.
395 c.cancel(true, DeadlineExceeded) // deadline has already passed
  /prebuilts/go/linux-x86/src/go/types/
resolver.go 136 // If we already have a package for the given (path, dir)
208 // pkgImports is the set of packages already imported by any package file seen
444 check.errorf(alt.Pos(), "%s already declared through import of %s", alt.Name(), pkg.Imported())
447 check.errorf(alt.Pos(), "%s already declared through dot-import of %s", alt.Name(), obj.Pkg())
458 // add new methods to already type-checked types (from a prior Checker.Files call)
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go 69 t.Fatalf("key %q already exists", testKName)
79 t.Fatalf("key %q should already exist", testKName)
96 t.Fatalf("key %q should already been deleted", testKName)
509 t.Fatalf("key %q already exists", testKName)
632 t.Fatalf("key %q already exists", testKName)
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 65 Get the graph file, if you have not already:
93 Download the graph if you haven't already:
237 Install XCode 7.3 or more recent. If you have not already, you will need to
256 Also, download the graph if you haven't already:
305 If you have not already, you will need to download dependencies:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
schedule.go 120 // this value is already live. This also removes its
361 // in sset means v is a store, or already pushed to stack, or already assigned a store number

Completed in 834 milliseconds

<<11121314151617181920>>