HomeSort by relevance Sort by last modified time
    Searched refs:guards (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/v8/src/regexp/
jsregexp.cc 3942 ZoneList<Guard*>* guards = alternative.guards(); local
4166 ZoneList<Guard*>* guards = alternative.guards(); local
4246 ZoneList<Guard*>* guards = alternative.guards(); local
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
type.go 20 extensionsMu sync.Mutex // Guards stores (but not loads) on extensions.
72 var once sync.Once // guards initMime
  /prebuilts/go/linux-x86/src/mime/
type.go 20 extensionsMu sync.Mutex // Guards stores (but not loads) on extensions.
72 var once sync.Once // guards initMime
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1307 char *guards[2] = {block - MALLOC_GUARD_SIZE, local
    [all...]
  /art/build/
art.go 72 // We need larger stack overflow guards for ASAN, as the compiled code will have
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 43 buildMu sync.Mutex // guards following
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 83 mu sync.Mutex // guards conn
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 43 buildMu sync.Mutex // guards following
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 83 mu sync.Mutex // guards conn
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 217 initOnce sync.Once // guards init of resolverConfig
221 ch chan struct{} // guards lastChecked and modTime
conf.go 35 confOnce sync.Once // guards init of confVal via initConfVal
ipsock.go 20 sync.Once // guards following
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 217 initOnce sync.Once // guards init of resolverConfig
221 ch chan struct{} // guards lastChecked and modTime
conf.go 35 confOnce sync.Once // guards init of confVal via initConfVal
ipsock.go 20 sync.Once // guards following
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 46 mu sync.Mutex // guards closed and conns
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 46 mu sync.Mutex // guards closed and conns
  /prebuilts/go/darwin-x86/src/net/http/
transport.go 95 altMu sync.Mutex // guards changing altProto only
209 // nextProtoOnce guards initialization of TLSNextProto and
327 mu sync.Mutex // guards err
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go 95 altMu sync.Mutex // guards changing altProto only
209 // nextProtoOnce guards initialization of TLSNextProto and
327 mu sync.Mutex // guards err
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 124 dieOnce sync.Once // guards close of dying
  /prebuilts/go/darwin-x86/src/runtime/
crash_test.go 147 staleRuntimeOnce sync.Once // guards init of staleRuntimeErr
os_windows.go 620 // operate without stack guards.
649 // stack, but that's not necessary for Windows. No stack guards are present
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 124 dieOnce sync.Once // guards close of dying
  /prebuilts/go/linux-x86/src/runtime/
crash_test.go 147 staleRuntimeOnce sync.Once // guards init of staleRuntimeErr
os_windows.go 620 // operate without stack guards.
649 // stack, but that's not necessary for Windows. No stack guards are present

Completed in 427 milliseconds

12 3 4