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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
chan.go 298 // happen when the goroutine is running and are only done by that
310 // So make sure that no preemption points can happen between read & use.
mbarrier.go 89 // example of what can happen when loads are allowed to be reordered with older
172 // Write barrier calls must not happen during critical GC and scheduler
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 153 // for tests that try to make sure something *doesn't* happen.
877 // 64bit atomics' critical section. Used to happen on mips{,le}. See #20146.
  /build/blueprint/
scope.go 83 // This should not happen. We should have already checked that
  /build/soong/finder/fs/
readdir_test.go 195 // Test an empty buffer. This shouldn't happen in practice because
  /compatibility/cdd/2_device-types/
2_2_handheld-reqs.md 281 Inconsistent frame latency or a delay to render frames MUST NOT happen more
  /device/generic/goldfish-opengl/
common.mk 5 # order for various variable definitions and usage to happen in the correct
  /external/ImageMagick/www/api/
property.php 250 <p>Single letter substitutions will only happen if the character before the percent is NOT a number. But braced substitutions will always be performed. This prevents the typical usage of percent in a interpreted geometry argument from being substituted when the percent is a geometry flag.</p>
  /external/capstone/bindings/vb6/
mMisc.bas 261 If Err.Number <> 0 Then GoTo nope 'shouldnt happen.. > 255 cant be with len() <=2 ?
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 215 // It is rare, but but it can happen.
value.go 63 return "nil" // should never happen, but not panicking helps with debugging
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
util.go 127 // Should not happen but might as well show it if it does.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
deadcode.go 44 // If any of these happen, all bets are off and all exported methods
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/elfexec/
elfexec.go 106 // This can happen if this section is at the end of the file or the next
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 54 // This can happen if the package at path hasn't been compiled yet.
  /prebuilts/go/darwin-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/darwin-x86/src/html/template/
js_test.go 69 // a regular expressions. Semicolon insertion cannot happen
  /prebuilts/go/darwin-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/darwin-x86/src/text/template/
multi_test.go 400 // looks non-empty and this doesn't happen.
  /prebuilts/go/darwin-x86/test/chan/
select5.go 90 // of select, just testing that the right calls happen.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 215 // It is rare, but but it can happen.
value.go 63 return "nil" // should never happen, but not panicking helps with debugging
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 127 // Should not happen but might as well show it if it does.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 44 // If any of these happen, all bets are off and all exported methods
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/elfexec/
elfexec.go 106 // This can happen if this section is at the end of the file or the next

Completed in 566 milliseconds

1 2 3 4 5 67 8 91011>>