/external/curl/packages/vms/ |
D | report_openssl_version.c | 41 const unsigned long * table_type); 81 const unsigned long table_type = LIB$K_CLI_LOCAL_SYM; in main() local 93 status = LIB$SET_SYMBOL(&symbol_dsc, &value_dsc, &table_type); in main()
|
/external/vulkan-validation-layers/scripts/ |
D | dispatch_table_helper_generator.py | 250 def OutputDispatchTableHelper(self, table_type): argument 253 if table_type == 'device': 274 if ('device' in table_type and base_name == 'GetDeviceProcAddr'): 276 elif ('device' not in table_type and base_name == 'GetInstanceProcAddr'): 279 … table += ' table->%s = (PFN_%s) gpa(%s, "%s");\n' % (base_name, item[0], table_type, item[0]) 280 if 'device' in table_type and item[0] in stubbed_functions:
|
/external/toolchain-utils/crosperf/ |
D | results_report.py | 185 def _GetTables(benchmark_results, columns, table_type): argument 203 cell_table = tf.GetCellTable(table_type) 209 def _GetPerfTables(benchmark_results, columns, table_type): argument 229 tf.GenerateCellTable(table_type) 233 table = tf.GetCellTable(table_type, headers=False) 238 def _GetSamplesTables(benchmark_results, columns, table_type): argument 247 cell_table = tf.GetCellTable(table_type) 260 def _GetTablesWithColumns(self, columns, table_type, summary_type): argument 267 ret = get_tables(self.benchmark_results, columns, table_type)
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 106 int table_type(const std::string &name) const; 107 int table_type(size_t id) const;
|
/external/bcc/src/cc/ |
D | bpf_module.h | 106 int table_type(const std::string &name) const; 107 int table_type(size_t id) const;
|
D | bpf_common.cc | 128 return mod->table_type(table_name); in bpf_table_type() 134 return mod->table_type(id); in bpf_table_type_id()
|
D | bpf_module.cc | 431 int BPFModule::table_type(const string &name) const { in table_type() function in ebpf::BPFModule 432 return table_type(table_id(name)); in table_type() 435 int BPFModule::table_type(size_t id) const { in table_type() function in ebpf::BPFModule
|
/external/toolchain-utils/cros_utils/ |
D | tabulator.py | 1058 def GenerateCellTable(self, table_type): argument 1067 if str(row[0]) == 'retval' and table_type == 'summary': 1119 if table_type == 'summary' and all_failed and len(self._table) == 2: 1237 def GetCellTable(self, table_type='full', headers=True): argument 1253 self.GenerateCellTable(table_type)
|
/external/bcc/src/cc/frontends/b/ |
D | node.h | 597 TableDeclStmtNode(IdentExprNode::Ptr table_type, IdentExprNodeList&& templates, in TableDeclStmtNode() argument 599 : table_type_(move(table_type)), templates_(move(templates)), id_(move(id)), in TableDeclStmtNode()
|
/external/python/cpython2/Lib/test/ |
D | test_codecs.py | 1798 table_type = type(cp1140.encoding_table) 1799 self.assertEqual(table_type, table_type)
|
/external/python/cpython3/Lib/test/ |
D | test_codecs.py | 2014 table_type = type(cp1140.encoding_table) 2015 self.assertEqual(table_type, table_type)
|