Home
last modified time | relevance | path

Searched defs:stmt (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/aosp_15_r20/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java377 SQLiteStatement stmt = null; in onUpgrade() local
412 SQLiteStatement stmt = null; in onUpgrade() local
455 SQLiteStatement stmt = null; in onUpgrade() local
494 SQLiteStatement stmt = null; in onUpgrade() local
516 SQLiteStatement stmt = null; in onUpgrade() local
536 SQLiteStatement stmt = null; in onUpgrade() local
555 SQLiteStatement stmt = null; in onUpgrade() local
643 SQLiteStatement stmt = null; in onUpgrade() local
684 SQLiteStatement stmt = null; in onUpgrade() local
729 SQLiteStatement stmt = null; in onUpgrade() local
[all …]
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_memdependency.cpp547 StmtPtr stmt = Block::make({aStore, bStore}); in TEST() local
575 StmtPtr stmt = Block::make({aStore, bStore, cStore}); in TEST() local
610 StmtPtr stmt = Block::make({aStore, a2Store, bStore}); in TEST() local
646 StmtPtr stmt = Block::make({loop, bStore}); in TEST() local
690 StmtPtr stmt = Block::make({aInit, loop, bStore}); in TEST() local
747 StmtPtr stmt = Block::make({aInit, loop, bStore}); in TEST() local
796 StmtPtr stmt = Block::make({loop}); in TEST() local
847 StmtPtr stmt = Block::make({loop}); in TEST() local
902 StmtPtr stmt = Block::make(stmts); in TEST() local
1079 StmtPtr stmt = Block::make( in TEST() local
[all …]
H A Dtest_registerizer.cpp18 StmtPtr stmt = Block::make( in TEST() local
62 StmtPtr stmt = Block::make( in TEST() local
108 StmtPtr stmt = Block::make( in TEST() local
154 StmtPtr stmt = Block::make({For::make( in TEST() local
207 StmtPtr stmt = Block::make({For::make( in TEST() local
235 StmtPtr stmt = Block::make( in TEST() local
306 StmtPtr stmt = Block::make( in TEST() local
352 StmtPtr stmt = IRSimplifier::simplify(Block::make( in TEST() local
397 StmtPtr stmt = Block::make({ in TEST() local
454 StmtPtr stmt = Block::make( in TEST() local
[all …]
H A Dtest_aten.cpp27 StmtPtr stmt = For::make(index, 0, kTotalSize, store_b); in TEST() local
54 StmtPtr stmt = For::make(index, 0, kTotalSize, store_b); in TEST() local
81 StmtPtr stmt = For::make(index, 0, kTotalSize, store_b); in TEST() local
111 StmtPtr stmt = For::make(index, 0, kTotalSize, store_d); in TEST() local
147 StmtPtr stmt = For::make(index, 0, kTotalSize, store_d); in TEST() local
183 StmtPtr stmt = For::make(index, 0, kTotalSize, store_d); in TEST() local
219 StmtPtr stmt = For::make(index, 0, kTotalSize, store_d); in TEST() local
255 StmtPtr stmt = For::make(index, 0, kTotalSize, store_d); in TEST() local
293 StmtPtr stmt = For::make(index, 0, kTotalSize, store_e); in TEST() local
334 StmtPtr stmt = For::make(index, 0, kTotalSize, store_e); in TEST() local
[all …]
H A Dtest_memplanning.cpp41 StmtPtr stmt = Block::make({loop}); in TEST() local
79 StmtPtr stmt = Block::make({loop_1, loop_2}); in TEST() local
119 StmtPtr stmt = in TEST() local
231 StmtPtr stmt = in TEST() local
346 auto stmt = Block::make({CT.stmt(), DT.stmt(), ET.stmt(), FT.stmt()}); in TEST() local
438 auto stmt = in TEST() local
542 auto stmt = Block::make( in TEST() local
645 auto stmt = Block::make({CT.stmt(), DT.stmt(), ET.stmt(), FT.stmt()}); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/db/
H A Dsqlite_test.cc43 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
64 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
80 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
94 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
112 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
123 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
138 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
151 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
163 auto stmt = db_->PrepareOrDie("INSERT INTO T (a, b) VALUES (?, ?)"); in TEST_F() local
180 auto stmt = db_->PrepareOrDie("INSERT INTO T (a) VALUES (:a)"); in TEST_F() local
[all …]
/aosp_15_r20/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteRawStatement.java810 private static native int nativeBindParameterCount(long stmt); in nativeBindParameterCount()
812 private static native int nativeBindParameterIndex(long stmt, String name); in nativeBindParameterIndex()
814 private static native String nativeBindParameterName(long stmt, int param); in nativeBindParameterName()
817 private static native int nativeColumnCount(long stmt); in nativeColumnCount()
822 private static native int nativeStep(long stmt, boolean throwOnError); in nativeStep()
823 private static native void nativeReset(long stmt, boolean clear); in nativeReset()
825 private static native void nativeClearBindings(long stmt); in nativeClearBindings()
831 private static native void nativeBindBlob(long stmt, int param, byte[] val, int off, int len); in nativeBindBlob()
833 private static native void nativeBindDouble(long stmt, int param, double val); in nativeBindDouble()
835 private static native void nativeBindInt(long stmt, int param, int val); in nativeBindInt()
[all …]
/aosp_15_r20/external/pytorch/torch/jit/
H A Dfrontend.py394 def is_torch_jit_ignore_context_manager(stmt): argument
520 def build_ignore_context_manager(ctx, stmt): argument
540 def create_unique_name_ext(ctx, stmt): argument
689 def build_Expr(ctx, stmt): argument
699 def build_Assign(ctx, stmt): argument
705 def build_AnnAssign(ctx, stmt): argument
731 def build_Delete(ctx, stmt): argument
737 def build_Return(ctx, stmt): argument
744 def build_Raise(ctx, stmt): argument
750 def build_Assert(ctx, stmt): argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dstatement.rs20 pub(crate) stmt: RawStatement, field
659 let mut stmt = unsafe { RawStatement::new(ptr::null_mut(), 0) }; in finalize_() localVariable
740 let mut stmt = RawStatement::new(ptr::null_mut(), 0); in into_raw() localVariable
934 let mut stmt = db.prepare("INSERT INTO test (name) VALUES (:name)")?; in test_stmt_execute_named() localVariable
937 let mut stmt = db.prepare("SELECT COUNT(*) FROM test WHERE name = :name")?; in test_stmt_execute_named() localVariable
954 let mut stmt = db.prepare("SELECT id FROM test where name = :name")?; in test_query_named() localVariable
970 let mut stmt = db.prepare("SELECT id FROM test where name = :name")?; in test_query_map_named() localVariable
991 let mut stmt = db.prepare("SELECT id FROM test where name = :name ORDER BY id ASC")?; in test_query_and_then_by_name() localVariable
1021 let mut stmt = db.prepare("INSERT INTO test (x, y) VALUES (:x, :y)")?; in test_unbound_parameters_are_null() localVariable
1034 let mut stmt = db.prepare("INSERT INTO test (name, value) VALUES (:name, ?3)")?; in test_raw_binding() localVariable
[all …]
Dcache.rs72 stmt: Option<Statement<'conn>>, field
145 let stmt = match cache.remove(trimmed) { in get() localVariable
209 let mut stmt = db.prepare_cached(sql)?; in test_cache() localVariable
216 let mut stmt = db.prepare_cached(sql)?; in test_cache() localVariable
235 let mut stmt = db.prepare_cached(sql)?; in test_set_capacity() localVariable
245 let mut stmt = db.prepare_cached(sql)?; in test_set_capacity() localVariable
253 let mut stmt = db.prepare_cached(sql)?; in test_set_capacity() localVariable
268 let mut stmt = db.prepare_cached(sql)?; in test_discard() localVariable
290 let mut stmt = db.prepare_cached(sql)?; in test_ddl() localVariable
302 let mut stmt = db.prepare_cached(sql)?; in test_ddl() localVariable
[all …]
Drow.rs11 pub(crate) stmt: Option<&'stmt Statement<'stmt>>, field
37 pub fn next(&mut self) -> Result<Option<&Row<'stmt>>> { in next()
54 pub fn map<F, B>(self, f: F) -> Map<'stmt, F> in map()
64 pub fn mapped<F, B>(self, f: F) -> MappedRows<'stmt, F> in mapped()
75 pub fn and_then<F, T, E>(self, f: F) -> AndThenRows<'stmt, F> in and_then()
84 pub fn as_ref(&self) -> Option<&Statement<'stmt>> { in as_ref()
91 pub(crate) fn new(stmt: &'stmt Statement<'stmt>) -> Rows<'stmt> { in new() argument
99 pub(crate) fn get_expected_row(&mut self) -> Result<&Row<'stmt>> { in get_expected_row()
237 fn get(&self) -> Option<&Row<'stmt>> { in get()
244 pub(crate) stmt: &'stmt Statement<'stmt>, field
[all …]
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Dstatement.cpp18 size_t get_column_count(sqlite3_stmt* stmt) { return static_cast<size_t>(sqlite3_column_count(stmt)… in get_column_count()
20 std::vector<std::string> get_column_names(sqlite3_stmt* stmt, size_t column_count) { in get_column_names()
34 int get_parameter_index(sqlite3_stmt* stmt, const std::string& name) { in get_parameter_index()
38 bool bind_unowned_string(sqlite3_stmt* stmt, size_t index, UnOwnedString value, bool copy, std::err… in bind_unowned_string()
48 bool bind_blob(sqlite3_stmt* stmt, size_t index, const UnOwnedBlob& value, bool copy, std::error_co… in bind_blob()
58 StorageType get_column_storage_type(sqlite3_stmt* stmt, int index) { in get_column_storage_type()
81 std::vector<StorageType> get_column_storage_types(sqlite3_stmt* stmt, size_t columnCount) { in get_column_storage_types()
91 int64_t get_int64_value(sqlite3_stmt* stmt, size_t index) { in get_int64_value()
95 int64_t get_double_value(sqlite3_stmt* stmt, size_t index) { in get_double_value()
99 std::string get_string_value(sqlite3_stmt* stmt, size_t index) { in get_string_value()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dtree-flow-inline.h115 get_lineno (const_gimple stmt) in get_lineno()
184 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt) in link_imm_use_stmt()
214 gimple stmt) in relink_imm_use_stmt()
314 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt) in single_imm_use()
548 loop_containing_stmt (gimple stmt) in loop_containing_stmt()
684 op_iter_init (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init()
725 op_iter_init_use (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init_use()
737 op_iter_init_def (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init_def()
749 op_iter_init_tree (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init_tree()
760 single_ssa_tree_operand (gimple stmt, int flags) in single_ssa_tree_operand()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/bindings/
H A Dsqlite_column.h30 inline const char* Name(sqlite3_stmt* stmt, uint32_t N) { in Name()
34 inline uint32_t Count(sqlite3_stmt* stmt) { in Count()
38 inline sqlite::Type Type(sqlite3_stmt* stmt, uint32_t N) { in Type()
43 inline int64_t Int64(sqlite3_stmt* stmt, uint32_t N) { in Int64()
47 inline const char* Text(sqlite3_stmt* stmt, uint32_t N) { in Text()
52 inline double Double(sqlite3_stmt* stmt, uint32_t N) { in Double()
56 inline sqlite3_value* Value(sqlite3_stmt* stmt, uint32_t N) { in Value()
61 inline int BindPointer(sqlite3_stmt* stmt, in BindPointer()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_debug.h161 #define CM_CHK_MOSSTATUS_GOTOFINISH(stmt) \ argument
166 #define CM_CHK_MOSSTATUS_RETURN(stmt) \ argument
171 #define CM_CHK_CMSTATUS_GOTOFINISH(stmt) \ argument
176 #define CM_CHK_CMSTATUS_RETURN(stmt) \ argument
181 #define CM_CHK_CMSTATUS_GOTOFINISH_WITH_MSG(stmt, msg, ...) \ argument
186 #define CM_CHK_CMSTATUS_RETURN_WITH_MSG(stmt, msg, ...) \ argument
191 #define CM_CHK_HRESULT_GOTOFINISH_MOSERROR(stmt) \ argument
196 #define CM_CHK_MOSSTATUS_GOTOFINISH_CMERROR(stmt) \ argument
203 #define CMSTATUS2MOS(stmt, hr_mos) \ argument
/aosp_15_r20/system/sepolicy/tests/
H A Dmini_parser.py44 def wrapParens(stmt): argument
98 def _parseType(self, stmt): argument
103 def _parseExpandtypeattribute(self, stmt): argument
108 def _parseTypeattribute(self, stmt): argument
113 def _parseTypeattributeset(self, stmt): argument
134 def _parseStmt(self, stmt): argument
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/src/maintenance/
Dvmdb.rs237 let mut stmt = self.conn.prepare(&sql).context("failed to prepare DELETE stmt")?; in delete_vm_ids() localVariable
244 let mut stmt = self in vm_ids_for_user() localVariable
254 let mut stmt = self in vm_ids_for_app() localVariable
278 let mut stmt = self in is_vm_id_for_app() localVariable
292 let mut stmt = self in count_vm_ids_for_app() localVariable
308 let mut stmt = self in oldest_vm_ids_for_app() localVariable
320 let mut stmt = self in get_all_owners() localVariable
389 let mut stmt = db.conn.prepare("SELECT * FROM main.vmids;").unwrap(); in show_contents() localVariable
398 let mut stmt = db in show_contents_for_app() localVariable
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSwitchStatement.cpp45 for (const std::unique_ptr<Statement>& stmt : cases) { in find_duplicate_case_values() local
66 static void remove_break_statements(std::unique_ptr<Statement>& stmt) { in remove_break_statements()
69 bool visitStatementPtr(std::unique_ptr<Statement>& stmt) override { in remove_break_statements()
110 std::unique_ptr<Statement>& stmt = (*iter)->as<SwitchCase>().statement(); in block_for_case() local
222 SkASSERT(std::all_of(cases.begin(), cases.end(), [&](const std::unique_ptr<Statement>& stmt) { in Make()
235 for (const std::unique_ptr<Statement>& stmt : cases) { in Make() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexceptions.h43 explicit unimplemented_lowering(const StmtPtr& stmt) in unimplemented_lowering()
57 explicit malformed_input(const StmtPtr& stmt) in malformed_input()
59 explicit malformed_input(const std::string& err, const StmtPtr& stmt) in malformed_input()
74 explicit malformed_ir(const StmtPtr& stmt) in malformed_ir()
76 explicit malformed_ir(const std::string& err, const StmtPtr& stmt) in malformed_ir()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go351 stmt anonMember
357 stmt anonMember
372 stmt anonMember
390 stmt anonMember
397 stmt anonMember
402 stmt anonMember
410 stmt anonMember
418 stmt anonMember
426 stmt anonMember
432 stmt anonMember
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/cloog/
Dclast.h61 #define CLAST_STMT_IS_A(stmt, type) ((stmt)->op == &(type)) argument
76 struct clast_stmt stmt; member
81 struct clast_stmt stmt; member
87 struct clast_stmt stmt; member
92 struct clast_stmt stmt; member
99 struct clast_stmt stmt; member
120 struct clast_stmt stmt; member
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/engine/
H A Dcreated_function.cc38 base::Status CheckNoMoreRows(sqlite3_stmt* stmt, in CheckNoMoreRows()
58 sqlite3_stmt* stmt, in EvaluateScalarStatement()
92 base::Status BindArguments(sqlite3_stmt* stmt, in BindArguments()
280 sqlite3_stmt* stmt, in RecursiveCallUnroller()
434 SqliteEngine::PreparedStatement stmt = in PrepareStatement() local
521 void ScheduleEmptyStatementValidation(sqlite3_stmt* stmt) { in ScheduleEmptyStatementValidation()
527 sqlite3_stmt* stmt = empty_stmts_to_validate_.back(); in ValidateEmptyStatements() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
H A DLabeledStmt.java35 private Statement stmt; field in LabeledStmt
40 public LabeledStmt(final String label, final Statement stmt) { in LabeledStmt()
45 public LabeledStmt(Range range, final String label, final Statement stmt) { in LabeledStmt()
72 public LabeledStmt setStmt(final Statement stmt) { in setStmt()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
H A DLabeledStmt.java34 private Statement stmt; field in LabeledStmt
39 public LabeledStmt(final String label, final Statement stmt) { in LabeledStmt()
45 final String label, final Statement stmt) { in LabeledStmt()
71 public void setStmt(final Statement stmt) { in setStmt()
/aosp_15_r20/system/security/keystore2/src/
H A Ddatabase.rs166 let mut stmt = tx in load_from_db() localVariable
193 let mut stmt = tx in store_in_db() localVariable
242 let mut stmt = tx in load_from_db() localVariable
267 let mut stmt = tx in store_in_db() localVariable
978 let mut stmt = tx in from_1_to_2() localVariable
996 let mut stmt = tx in from_1_to_2() localVariable
1329 let mut stmt = tx in handle_next_superseded_blobs() localVariable
1348 let mut stmt = tx in handle_next_superseded_blobs() localVariable
1753 let mut stmt = tx in insert_keyparameter_internal() localVariable
2041 let mut stmt = tx in load_key_entry_id() localVariable
[all …]

12345678910>>...20