Home
last modified time | relevance | path

Searched refs:stmt_array (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/leveldb/benchmarks/
H A Ddb_bench_sqlite3.cc474 std::string stmt_array[] = {locking_stmt, create_stmt}; in Open() local
475 int stmt_array_length = sizeof(stmt_array) / sizeof(std::string); in Open()
478 sqlite3_exec(db_, stmt_array[i].c_str(), nullptr, nullptr, &err_msg); in Open()
/aosp_15_r20/external/coreboot/util/lint/
H A Dcheckpatch.pl5554 my @stmt_array = split('\n', $define_stmt);
5557 foreach my $l (@stmt_array) {
/aosp_15_r20/tools/repohooks/tools/
H A Dcheckpatch.pl5861 my @stmt_array = split('\n', $define_stmt);
5864 foreach my $l (@stmt_array) {
/aosp_15_r20/external/ltp/scripts/
H A Dcheckpatch.pl5838 my @stmt_array = split('\n', $define_stmt);
5841 foreach my $l (@stmt_array) {