Searched defs:PrepareContext (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | tf_op_registry_test.cc | 36 void PrepareContext(MLIRContext *context) { in PrepareContext() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/ |
D | sql.go | 1586 func (db *DB) PrepareContext(ctx context.Context, query string) (*Stmt, error) { func 2051 func (c *Conn) PrepareContext(ctx context.Context, query string) (*Stmt, error) { func 2364 func (tx *Tx) PrepareContext(ctx context.Context, query string) (*Stmt, error) { func
|
D | fakedb_test.go | 626 func (c *fakeConn) PrepareContext(ctx context.Context, query string) (driver.Stmt, error) { func
|
D | sql_test.go | 4275 func (c *ctxOnlyConn) PrepareContext(ctx context.Context, q string) (driver.Stmt, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/ |
D | driver.go | 262 PrepareContext(ctx context.Context, query string) (Stmt, error) methodSpec
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 1019 class PrepareContext class 1022 …PrepareContext(const Context &context, const Memory &memory) : m_context(context), m_memory(memory) in PrepareContext() function in vkt::memory::__anonc75fd9bb0111::PrepareContext 1216 virtual void prepare(PrepareContext &) in prepare() argument 1958 virtual void prepare(PrepareContext &) in prepare() argument
|