Home
last modified time | relevance | path

Searched defs:QueryContext (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/
Ddriver.go227 QueryContext(ctx context.Context, query string, args []NamedValue) (Rows, error) methodSpec
379 QueryContext(ctx context.Context, args []NamedValue) (Rows, error) methodSpec
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go1729 func (db *DB) QueryContext(ctx context.Context, query string, args ...any) (*Rows, error) { func
2024 func (c *Conn) QueryContext(ctx context.Context, query string, args ...any) (*Rows, error) { func
2521 func (tx *Tx) QueryContext(ctx context.Context, query string, args ...any) (*Rows, error) { func
2777 func (s *Stmt) QueryContext(ctx context.Context, args ...any) (*Rows, error) { func
Dfakedb_test.go483 func (c *fakeConn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (drive… func
879 func (s *fakeStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (driver.Rows, error)… func
Dsql_test.go4279 func (c *ctxOnlyConn) QueryContext(ctx context.Context, q string, args []driver.NamedValue) (driver… func
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp860 TEST_P(EGLProtectedContentTest, QueryContext) in TEST_P() argument
/aosp_15_r20/external/angle/src/libGLESv2/
H A Degl_stubs.cpp574 EGLBoolean QueryContext(Thread *thread, in QueryContext() function