HomeSort by relevance Sort by last modified time
    Searched defs:resetSession (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
SpellChecker.java 117 private void resetSession() {
148 resetSession();
231 resetSession();
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 424 // resetSession resets the connection session and sets the lastErr
427 // resetSession assumes that the embedded mutex is locked when the connection
429 func (dc *driverConn) resetSession(ctx context.Context) {
434 dc.lastErr = dc.ci.(driver.SessionResetter).ResetSession(ctx)
956 dc.resetSession(ctx)
1152 func (db *DB) putConn(dc *driverConn, err error, resetSession bool) {
1186 resetSession = false
1188 if resetSession {
1189 if _, resetSession = dc.ci.(driver.SessionResetter); resetSession {
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 424 // resetSession resets the connection session and sets the lastErr
427 // resetSession assumes that the embedded mutex is locked when the connection
429 func (dc *driverConn) resetSession(ctx context.Context) {
434 dc.lastErr = dc.ci.(driver.SessionResetter).ResetSession(ctx)
956 dc.resetSession(ctx)
1152 func (db *DB) putConn(dc *driverConn, err error, resetSession bool) {
1186 resetSession = false
1188 if resetSession {
1189 if _, resetSession = dc.ci.(driver.SessionResetter); resetSession {
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 168 milliseconds