Home
last modified time | relevance | path

Searched defs:table_type (Results 1 – 5 of 5) 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.py185 def _GetTables(benchmark_results, columns, table_type): argument
209 def _GetPerfTables(benchmark_results, columns, table_type): argument
238 def _GetSamplesTables(benchmark_results, columns, table_type): argument
260 def _GetTablesWithColumns(self, columns, table_type, summary_type): argument
/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.py1058 def GenerateCellTable(self, table_type): argument
1237 def GetCellTable(self, table_type='full', headers=True): argument