Home
last modified time | relevance | path

Searched defs:table_type (Results 1 – 7 of 7) sorted by relevance

/external/curl/packages/vms/
Dreport_openssl_version.c81 const unsigned long table_type = LIB$K_CLI_LOCAL_SYM; in main() local
/external/toolchain-utils/crosperf/
Dresults_report.py190 def _GetTables(benchmark_results, columns, table_type): argument
218 def _GetPerfTables(benchmark_results, columns, table_type): argument
250 def _GetSamplesTables(benchmark_results, columns, table_type): argument
276 def _GetTablesWithColumns(self, columns, table_type, summary_type): argument
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.h299 TableType table_type, in CreateModuleArg()
309 static constexpr sqlite3_module CreateModule(TableType table_type, in CreateModule()
Dsqlite_engine.h246 SqliteTable::TableType table_type, in RegisterVirtualTableModule()
/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py250 def OutputDispatchTableHelper(self, table_type): argument
/external/bcc/src/cc/
Dbpf_module.cc753 int BPFModule::table_type(const string &name) const { in table_type() function in ebpf::BPFModule
757 int BPFModule::table_type(size_t id) const { in table_type() function in ebpf::BPFModule
/external/toolchain-utils/cros_utils/
Dtabulator.py1116 def GenerateCellTable(self, table_type): argument
1303 def GetCellTable(self, table_type="full", headers=True): argument