HomeSort by relevance Sort by last modified time
    Searched refs:prevent (Results 76 - 100 of 234) sorted by null

1 2 34 5 6 7 8 910

  /build/soong/cc/
linker.go 52 // libm, and libdl. Set to [] to prevent linking against the defaults.
  /build/soong/ui/logger/
logger.go 27 // and prevent the printing of the panic, call defer logger.Cleanup() at the
  /external/curl/packages/vms/
generate_config_vms_h_curl.com 196 $! Write the defines to prevent multiple includes.
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 273 // situations to prevent integer overflow. It manually resets each field
  /prebuilts/go/darwin-x86/src/html/template/
js.go 170 // TODO: maybe post-process output to prevent it from containing
183 // Prevent IdentifierNames and NumericLiterals from running into
  /prebuilts/go/darwin-x86/src/net/
lookup_windows.go 36 // Start new os thread before the call to prevent races.
fd_unix.go 129 fd.Close() // prevent a leak
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 358 // purge cache stats to prevent overflow
412 // and re-allocating a span to prevent background sweeping
543 // To prevent excessive heap growth, before allocating n pages
717 s.state = _MSpanStack // prevent coalescing with s
    [all...]
netpoll_solaris.go 47 // mean each notification will prevent concurrent code using the
mgcmark.go 247 // _Gwaiting to prevent self-deadlock. It may
377 // Lock the specials to prevent a special from being
474 // more to prevent over-allocation.
589 // at the end of a GC cycle. gcBlackenEnabled must be false to prevent
    [all...]
crash_test.go 40 // Exclude GODEBUG from the environment to prevent its output
mgcwork.go 55 // It's important that any use of gcWork during the mark phase prevent
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 273 // situations to prevent integer overflow. It manually resets each field
  /prebuilts/go/linux-x86/src/html/template/
js.go 170 // TODO: maybe post-process output to prevent it from containing
183 // Prevent IdentifierNames and NumericLiterals from running into
  /prebuilts/go/linux-x86/src/net/
lookup_windows.go 36 // Start new os thread before the call to prevent races.
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 358 // purge cache stats to prevent overflow
412 // and re-allocating a span to prevent background sweeping
543 // To prevent excessive heap growth, before allocating n pages
717 s.state = _MSpanStack // prevent coalescing with s
    [all...]
netpoll_solaris.go 47 // mean each notification will prevent concurrent code using the
mgcmark.go 247 // _Gwaiting to prevent self-deadlock. It may
377 // Lock the specials to prevent a special from being
474 // more to prevent over-allocation.
589 // at the end of a GC cycle. gcBlackenEnabled must be false to prevent
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 135 // want to prevent is sending a GET or other typically-bodyless request to a
595 // Per RFC 7230 Section 3.3.2, prevent multiple
841 // Make sure there's a header terminator coming up, to prevent
request.go 302 // It is unexported to prevent people from using Context wrong
997 // connection, but we need to prevent the Server from
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 135 // want to prevent is sending a GET or other typically-bodyless request to a
595 // Per RFC 7230 Section 3.3.2, prevent multiple
841 // Make sure there's a header terminator coming up, to prevent
request.go 302 // It is unexported to prevent people from using Context wrong
997 // connection, but we need to prevent the Server from
    [all...]
  /build/make/core/
java_common.mk 193 # No bootclasspath. But we still need "" to prevent javac from using default host bootclasspath.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 210 // to prevent errors like using NewValue1A instead of NewValue1I.
nilcheck_test.go 407 // prevent fuse from eliminating this block

Completed in 1345 milliseconds

1 2 34 5 6 7 8 910