/aosp_15_r20/external/pigweed/pw_bloat/py/pw_bloat/ |
H A D | bloat.py | 313 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__.py | 135 print(BloatTableOutput(data_source_map).create_table()) 154 print(BloatTableOutput(diff).create_table())
|
H A D | label_output.py | 198 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 D | perfetto_sql_engine.cc | 564 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 D | perfetto_sql_engine.h | 269 const PerfettoSqlParser::CreateTable& create_table);
|
/aosp_15_r20/external/gptfdisk/ |
H A D | gdisk_test.sh | 109 create_table() { function 387 create_table "$binary"
|
/aosp_15_r20/system/extras/simpleperf/scripts/purgatorio/ |
H A D | purgatorio.py | 96 def create_table(graph): function 287 table = create_table(graph)
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | row.rs | 503 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 D | generate_feature_test_macro_components.py | 1734 def create_table(grid, indent): function 1812 status_tables=create_table(get_status_table(), 4)
|
/aosp_15_r20/external/protobuf/benchmarks/util/ |
H A D | big_query_utils.py | 50 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 D | big_query_utils.py | 50 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/ |
D | big_query_utils.py | 65 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 D | big_query_utils.py | 63 def create_table( function
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/grammar/ |
H A D | perfettosql_grammar.y | 220 create_table ::= createkw temp TABLE ifnotexists nm dbnm. 558 cmd ::= create_table create_table_args.
|
/aosp_15_r20/external/coreboot/src/acpi/ |
H A D | acpi.c | 1448 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/ |
D | System.map | 76 0000000000001ab0 t create_table
|
/aosp_15_r20/device/google/cuttlefish_prebuilts/bootloader/qemu_aarch64/ |
D | System.map | 76 0000000000001ab0 t create_table
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 7133 …long int (*create_table)(struct iommu_table_group *, int, __u32, __u64, __u32, struct iommu_table … member
|
H A D | vmlinux_600.h | 7133 …long int (*create_table)(struct iommu_table_group *, int, __u32, __u64, __u32, struct iommu_table … member
|