HomeSort by relevance Sort by last modified time
    Searched refs:happen (Results 176 - 200 of 459) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 54 // This can happen if the package at path hasn't been compiled yet.
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 429 if n < 0 { // should never happen
905 // never happen. Handle gracefully (but possibly with
906 // bad comment placement) if it does happen.
940 // should never happen because it is taken care
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 69 // a regular expressions. Semicolon insertion cannot happen
  /prebuilts/go/linux-x86/src/math/rand/
regress_test.go 61 r.Int63n(big) // what would happen on 64-bit machine, to keep stream in sync
  /prebuilts/go/linux-x86/src/text/template/
multi_test.go 400 // looks non-empty and this doesn't happen.
  /prebuilts/go/linux-x86/test/chan/
select5.go 90 // of select, just testing that the right calls happen.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 264 p.errorf("empty operand: cannot happen")
337 panic("cannot happen (Addr.Reg2)")
925 // Could happen for an architecture having other registers prefixed by R
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 249 // If ? < 1/2 (which can happen for nprimes > 2), we need to
283 // This should never happen for nprimes == 2 because
285 // For nprimes > 2 we hope it does not happen often.
pkcs1v15.go 23 // an error. These alternatives happen in constant time.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 264 p.errorf("empty operand: cannot happen")
337 panic("cannot happen (Addr.Reg2)")
925 // Could happen for an architecture having other registers prefixed by R
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 249 // If ? < 1/2 (which can happen for nprimes > 2), we need to
283 // This should never happen for nprimes == 2 because
285 // For nprimes > 2 we hope it does not happen often.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 583 // because large values may contain pointers, it must happen early.
589 // checking. This must happen before transformclosure.
597 // This needs to happen before walk, because closures must be transformed
    [all...]
dwinl.go 139 // In the top-level case (ii=0) this can happen
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 583 // because large values may contain pointers, it must happen early.
589 // checking. This must happen before transformclosure.
597 // This needs to happen before walk, because closures must be transformed
    [all...]
  /build/blueprint/
ninja_defs.go 350 // This shouldn't happen.
  /build/soong/third_party/zip/
reader.go 332 // Assume that uncompressed size 2³²-1 could plausibly happen in
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 443 in.Error("error parsing #line (cannot happen):", err)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 408 // tighten should happen before lowering to avoid splitting naturally paired instructions such as CMP/SET
  /prebuilts/go/darwin-x86/src/cmd/internal/test2json/
test2json.go 315 // Should not happen - event is valid for json.Marshal.
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_s390x.go 116 // This should never happen.
  /prebuilts/go/darwin-x86/src/fmt/
format.go 266 panic("fmt: unknown base; can't happen")
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_unix.go 86 // the final decref will close fd.sysfd. This should happen
  /prebuilts/go/darwin-x86/src/math/big/
ftoa.go 417 buf = []byte("?") // should never happen, but don't crash
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 119 // with the netpoll system. That can happen for
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 174 may also happen in unusual cases when using cgo or SWIG; in that case,

Completed in 2115 milliseconds

1 2 3 4 5 6 78 91011>>