Home
last modified time | relevance | path

Searched refs:create_table (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bloat/py/pw_bloat/
H A Dbloat.py313 single_report_table = single_report.create_table()
321 write_file(target_out_file, rst_single_report.create_table(), out_dir)
432 ).create_table()
436 rst_diff_report = curr_rst_report.create_table()
H A D__main__.py135 print(BloatTableOutput(data_source_map).create_table())
154 print(BloatTableOutput(diff).create_table())
H A Dlabel_output.py198 def create_table(self) -> str: member in BloatTableOutput
532 def create_table(self) -> str: member in RstOutput
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/engine/
H A Dperfetto_sql_engine.cc564 const PerfettoSqlParser::CreateTable& create_table) { in ExecuteCreateTable() argument
567 [&create_table](metatrace::Record* record) { in ExecuteCreateTable()
568 record->AddArg("table_name", create_table.name); in ExecuteCreateTable()
571 auto stmt_or = engine_->PrepareStatement(create_table.sql); in ExecuteCreateTable()
582 column_names, create_table.schema, "CREATE PERFETTO TABLE"); in ExecuteCreateTable()
587 CreateTableImpl("CREATE PERFETTO TABLE", create_table.name, in ExecuteCreateTable()
598 if (create_table.replace) { in ExecuteCreateTable()
600 create_table.name.c_str()); in ExecuteCreateTable()
607 create_table.name.c_str()); in ExecuteCreateTable()
H A Dperfetto_sql_engine.h269 const PerfettoSqlParser::CreateTable& create_table);
/aosp_15_r20/external/gptfdisk/
H A Dgdisk_test.sh109 create_table() { function
387 create_table "$binary"
/aosp_15_r20/system/extras/simpleperf/scripts/purgatorio/
H A Dpurgatorio.py96 def create_table(graph): function
287 table = create_table(graph)
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Drow.rs503 let create_table = "CREATE TABLE test ( in test_try_from_row_for_tuple_16() localVariable
561 conn.execute(create_table, [])?; in test_try_from_row_for_tuple_16()
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dgenerate_feature_test_macro_components.py1734 def create_table(grid, indent): function
1812 status_tables=create_table(get_status_table(), 4)
/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dbig_query_utils.py50 def create_table(big_query, project_id, dataset_id, table_id, table_schema, function
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dbig_query_utils.py50 def create_table(big_query, project_id, dataset_id, table_id, table_schema, function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/gcp/utils/
Dbig_query_utils.py65 def create_table(big_query, project_id, dataset_id, table_id, table_schema, function
/aosp_15_r20/external/grpc-grpc/tools/gcp/utils/
H A Dbig_query_utils.py63 def create_table( function
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/grammar/
H A Dperfettosql_grammar.y220 create_table ::= createkw temp TABLE ifnotexists nm dbnm.
558 cmd ::= create_table create_table_args.
/aosp_15_r20/external/coreboot/src/acpi/
H A Dacpi.c1448 void (*create_table)(acpi_header_t *table, void *arg); in write_acpi_tables() member
1622 tables[i].create_table(header, tables[i].args); in write_acpi_tables()
1630 if (tables[i].create_table == acpi_create_dsdt) in write_acpi_tables()
/aosp_15_r20/device/google/cuttlefish_prebuilts/bootloader/crosvm_aarch64/
DSystem.map76 0000000000001ab0 t create_table
/aosp_15_r20/device/google/cuttlefish_prebuilts/bootloader/qemu_aarch64/
DSystem.map76 0000000000001ab0 t create_table
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h7133 …long int (*create_table)(struct iommu_table_group *, int, __u32, __u64, __u32, struct iommu_table … member
H A Dvmlinux_600.h7133 …long int (*create_table)(struct iommu_table_group *, int, __u32, __u64, __u32, struct iommu_table … member