HomeSort by relevance Sort by last modified time
    Searched refs:isolation (Results 1 - 16 of 16) sorted by null

  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 32 * provide isolation from the name mangling specified via --with-mangling
  /prebuilts/go/darwin-x86/src/database/sql/
ctxutil.go 97 var errLevelNotSupported = errors.New("sql: selected isolation level is not supported")
103 dopts.Isolation = driver.IsolationLevel(opts.Isolation)
112 if opts.Isolation != LevelDefault {
113 return nil, errors.New("sql: driver does not support non-default isolation level")
sql.go 117 // IsolationLevel is the transaction isolation level used in TxOptions.
120 // Various isolation levels that drivers may support in BeginTx.
121 // If a driver does not support a given isolation level an error may be returned.
137 // Isolation is the transaction isolation level.
139 Isolation IsolationLevel
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
ctxutil.go 97 var errLevelNotSupported = errors.New("sql: selected isolation level is not supported")
103 dopts.Isolation = driver.IsolationLevel(opts.Isolation)
112 if opts.Isolation != LevelDefault {
113 return nil, errors.New("sql: driver does not support non-default isolation level")
sql.go 117 // IsolationLevel is the transaction isolation level used in TxOptions.
120 // Various isolation levels that drivers may support in BeginTx.
121 // If a driver does not support a given isolation level an error may be returned.
137 // Isolation is the transaction isolation level.
139 Isolation IsolationLevel
    [all...]
  /compatibility/cdd/9_security-model/
9_5_multi-user-support.md 5 and provides support for full user isolation.
9_7_kernel-security-features.md 50 * [C-0-12] MUST implement kernel page table isolation on all devices with CPUs
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 219 // IsolationLevel is the transaction isolation level stored in TxOptions.
229 Isolation IsolationLevel
239 // This must check opts.Isolation to determine if there is a set
240 // isolation level. If the driver does not support a non-default
241 // level and one is set or if there is a non-default isolation level
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 219 // IsolationLevel is the transaction isolation level stored in TxOptions.
229 Isolation IsolationLevel
239 // This must check opts.Isolation to determine if there is a set
240 // isolation level. If the driver does not support a non-default
241 // level and one is set or if there is a non-default isolation level
  /prebuilts/go/darwin-x86/src/math/big/
prime.go 156 // Already checked by caller, but here to allow testing in isolation.
  /prebuilts/go/linux-x86/src/math/big/
prime.go 156 // Already checked by caller, but here to allow testing in isolation.
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 282 // We put each test file in its own directory in the fakeFS so we can look at it in isolation.
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 282 // We put each test file in its own directory in the fakeFS so we can look at it in isolation.
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
hsqldb.jar 

Completed in 5297 milliseconds