HomeSort by relevance Sort by last modified time
    Searched refs:keep (Results 376 - 400 of 939) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/runtime/
stack_test.go 326 // to keep stack barriers installed for a while.
hashmap.go 53 // Keep in mind this data is for maximally loaded tables, i.e. just
68 // Maximum key or value size to keep inline (instead of mallocing per element).
116 // However, bmap.overflow is a pointer. In order to keep overflow buckets
270 // NOTE: The returned pointer may keep the whole map live, so don't
runtime2.go 121 // That will keep the goroutine structs from being collected.
293 preemptoff string // if != "", keep curg running on this m
503 // Keep in sync with linker
693 * The stack does not keep pointers to nodes,
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 21 // To avoid the binary search through tx, keep a
  /prebuilts/go/darwin-x86/test/
recover.go 305 // then should keep processing ordinary defers earlier than that one
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
pcln.go 64 // Update val. If it's not changing, keep going.
77 // instruction. Keep going, so that we only emit a delta
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
pcln.go 61 // Update val. If it's not changing, keep going.
74 // instruction. Keep going, so that we only emit a delta
  /prebuilts/go/linux-x86/src/io/
io_test.go 39 CopyBuffer(wb, rb, make([]byte, 1)) // Tiny buffer to keep it honest.
  /prebuilts/go/linux-x86/src/net/http/
response.go 53 // ("keep-alive") unless the Body is read to completion and is
request.go 104 // Connection: keep-alive
111 // "Connection": {"keep-alive"},
997 return hasToken(r.Header.get("Connection"), "keep-alive")
  /prebuilts/go/linux-x86/src/runtime/
os1_linux.go 83 // The suggested behavior here is to keep trying with ever-larger
proc_test.go 449 // keep small from being a leaf function, which might
stack_test.go 326 // to keep stack barriers installed for a while.
hashmap.go 53 // Keep in mind this data is for maximally loaded tables, i.e. just
68 // Maximum key or value size to keep inline (instead of mallocing per element).
116 // However, bmap.overflow is a pointer. In order to keep overflow buckets
270 // NOTE: The returned pointer may keep the whole map live, so don't
runtime2.go 121 // That will keep the goroutine structs from being collected.
293 preemptoff string // if != "", keep curg running on this m
503 // Keep in sync with linker
693 * The stack does not keep pointers to nodes,
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 21 // To avoid the binary search through tx, keep a
  /prebuilts/go/linux-x86/test/
recover.go 305 // then should keep processing ordinary defers earlier than that one
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 46 // to keep some browsers from misinterpreting JSON output as HTML.
782 // NOTE: keep in sync with stringBytes below.
858 // NOTE: keep in sync with string above.
  /prebuilts/go/darwin-x86/src/net/http/
request.go 104 // Connection: keep-alive
111 // "Connection": {"keep-alive"},
997 return hasToken(r.Header.get("Connection"), "keep-alive")
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 46 // to keep some browsers from misinterpreting JSON output as HTML.
782 // NOTE: keep in sync with stringBytes below.
858 // NOTE: keep in sync with string above.
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
plive.go 151 // Overwrite curr's data with prev, but keep the list links.
1022 // in order to keep their addresses live for use in stack traces.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go 148 // Overwrite curr's data with prev, but keep the list links.
1019 // in order to keep their addresses live for use in stack traces.
    [all...]

Completed in 1645 milliseconds

<<11121314151617181920>>