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

  /external/mesa3d/src/egl/main/
eglfallbacks.c 65 drv->API.QueryContext = _eglQueryContext;
eglapi.h 81 EGLBoolean (*QueryContext)(_EGLDriver *drv, _EGLDisplay *dpy,
eglapi.c 839 ret = drv->API.QueryContext(drv, disp, context, attribute, value);
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
ctxutil.go 48 return queryerCtx.QueryContext(ctx, query, nvdargs)
82 return siCtx.QueryContext(ctx, nvdargs)
sql_test.go 305 rows, err := db.QueryContext(ctx, "SELECT|people|age,name|")
407 _, err := db.QueryContext(ctx, "WAIT|1s|SELECT|people|age,name|")
409 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
415 // TODO(kardianos): if the context timeouts before the db.QueryContext
443 _, err = tx.QueryContext(ctx, "WAIT|1s|SELECT|people|age,name|")
445 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
    [all...]
fakedb_test.go 466 panic("QueryContext was not called.")
469 func (c *fakeConn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error) {
832 panic("Use QueryContext")
835 func (s *fakeStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (driver.Rows, error) {
sql.go     [all...]
  /prebuilts/go/linux-x86/src/database/sql/
ctxutil.go 48 return queryerCtx.QueryContext(ctx, query, nvdargs)
82 return siCtx.QueryContext(ctx, nvdargs)
sql_test.go 305 rows, err := db.QueryContext(ctx, "SELECT|people|age,name|")
407 _, err := db.QueryContext(ctx, "WAIT|1s|SELECT|people|age,name|")
409 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
415 // TODO(kardianos): if the context timeouts before the db.QueryContext
443 _, err = tx.QueryContext(ctx, "WAIT|1s|SELECT|people|age,name|")
445 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
    [all...]
fakedb_test.go 466 panic("QueryContext was not called.")
469 func (c *fakeConn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error) {
832 panic("Use QueryContext")
835 func (s *fakeStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (driver.Rows, error) {
sql.go     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 105 int (*QueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value);
glxapi.c 555 return t->QueryContext(dpy, ctx, attribute, value);
    [all...]
fakeglx.c     [all...]
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 184 QueryContext(ctx context.Context, query string, args []NamedValue) (Rows, error)
318 // QueryContext executes a query that may return rows, such as a
321 // QueryContext must honor the context timeout and return when it is canceled.
322 QueryContext(ctx context.Context, args []NamedValue) (Rows, error)
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 184 QueryContext(ctx context.Context, query string, args []NamedValue) (Rows, error)
318 // QueryContext executes a query that may return rows, such as a
321 // QueryContext must honor the context timeout and return when it is canceled.
322 QueryContext(ctx context.Context, args []NamedValue) (Rows, error)
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 337 EGLBoolean QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
498 return egl::QueryContext(dpy, ctx, attribute, value);
602 this->eglQueryContext = egl::QueryContext;
libEGL.cpp 909 EGLBoolean QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 40 typedef NTSTATUS (NTAPI LSA_GET_CREDENTIALS)(PLUID LogonId,ULONG AuthenticationPackage,PULONG QueryContext,BOOLEAN RetrieveAllCredentials,PLSA_STRING PrimaryKeyValue,PULONG PrimaryKeyLength,PLSA_STRING Credentials);
    [all...]

Completed in 1061 milliseconds