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.py173 def _GetTables(benchmark_results, columns, table_type): argument
197 def _GetPerfTables(benchmark_results, columns, table_type): argument
234 def _GetTablesWithColumns(self, columns, table_type, perf): argument
/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py244 def OutputDispatchTableHelper(self, table_type): argument
/external/bcc/src/cc/
Dbpf_module.cc829 int BPFModule::table_type(const string &name) const { in table_type() function in ebpf::BPFModule
833 int BPFModule::table_type(size_t id) const { in table_type() function in ebpf::BPFModule
/external/toolchain-utils/cros_utils/
Dtabulator.py792 def GenerateCellTable(self, table_type): argument
942 def GetCellTable(self, table_type='full', headers=True): argument
/external/bcc/src/cc/frontends/b/
Dnode.h597 TableDeclStmtNode(IdentExprNode::Ptr table_type, IdentExprNodeList&& templates, in TableDeclStmtNode()
/external/v8/src/wasm/
Dwasm-objects.cc415 int table_type = offset_table->get(offset_table->length() - 1); in GetDecodedAsmJsOffsetTable() local