Home
last modified time | relevance | path

Searched refs:table_type (Results 1 – 6 of 6) sorted by relevance

/external/curl/packages/vms/
Dreport_openssl_version.c41 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/toolchain-utils/crosperf/
Dresults_report.py165 def _GetTables(benchmark_results, columns, table_type): argument
183 cell_table = tf.GetCellTable(table_type)
189 def _GetPerfTables(benchmark_results, columns, table_type): argument
208 tf.GenerateCellTable(table_type)
212 table = tf.GetCellTable(table_type, headers=False)
225 def _GetTablesWithColumns(self, columns, table_type, perf): argument
227 return get_tables(self.benchmark_results, columns, table_type)
/external/toolchain-utils/cros_utils/
Dtabulator.py787 def GenerateCellTable(self, table_type): argument
793 if str(row[0]) == 'retval' and table_type == 'summary':
830 if table_type == 'summary' and all_failed and len(self._table) == 2:
937 def GetCellTable(self, table_type='full', headers=True): argument
953 self.GenerateCellTable(table_type)
/external/v8/src/wasm/
Dwasm-objects.cc930 int table_type = offset_table->get(offset_table->length() - 1); in GetDecodedAsmJsOffsetTable() local
931 DCHECK(table_type == Encoded || table_type == Decoded); in GetDecodedAsmJsOffsetTable()
932 if (table_type == Decoded) return offset_table; in GetDecodedAsmJsOffsetTable()
/external/python/cpython2/Lib/test/
Dtest_codecs.py1784 table_type = type(cp1140.encoding_table)
1785 self.assertEqual(table_type, table_type)
/external/v8/src/asmjs/
Dasm-typer.cc2493 auto* table_type = AsmType::FunctionTableType( in ValidateCall() local
2496 new (zone_) VariableInfo(reinterpret_cast<AsmType*>(table_type)); in ValidateCall()