HomeSort by relevance Sort by last modified time
    Searched refs:table_type (Results 1 - 16 of 16) sorted by null

  /external/curl/packages/vms/
report_openssl_version.c 41 const unsigned long * table_type);
81 const unsigned long table_type = LIB$K_CLI_LOCAL_SYM; local
93 status = LIB$SET_SYMBOL(&symbol_dsc, &value_dsc, &table_type);
  /external/vulkan-validation-layers/scripts/
dispatch_table_helper_generator.py 184 def OutputDispatchTableHelper(self, table_type):
187 if table_type == 'device':
207 if (table_type == 'device' and base_name == 'GetDeviceProcAddr'):
209 elif (table_type != 'device' and base_name == 'GetInstanceProcAddr'):
212 table += ' table->%s = (PFN_%s) gpa(%s, "%s");\n' % (base_name, item[0], table_type, item[0])
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_vendor_tag_defs.h 46 u32 table_type; member in struct:__anon52635
wifilogger_event_defs.h 377 u32 table_type; member in struct:__anon52624
wifilogger_diag.cpp 512 extScanResultsAvailVenData.table_type =
513 pExtScanResultsAvail->table_type;
    [all...]
  /external/toolchain-utils/crosperf/
results_report.py 173 def _GetTables(benchmark_results, columns, table_type):
191 cell_table = tf.GetCellTable(table_type)
197 def _GetPerfTables(benchmark_results, columns, table_type):
217 tf.GenerateCellTable(table_type)
221 table = tf.GetCellTable(table_type, headers=False)
234 def _GetTablesWithColumns(self, columns, table_type, perf):
236 return get_tables(self.benchmark_results, columns, table_type)
  /external/toolchain-utils/cros_utils/
tabulator.py 792 def GenerateCellTable(self, table_type):
798 if str(row[0]) == 'retval' and table_type == 'summary':
835 if table_type == 'summary' and all_failed and len(self._table) == 2:
942 def GetCellTable(self, table_type='full', headers=True):
949 table_type: Can be 'full' or 'summary'
958 self.GenerateCellTable(table_type)
    [all...]
  /external/v8/src/wasm/
wasm-objects.cc 930 int table_type = offset_table->get(offset_table->length() - 1); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_codecs.py     [all...]
  /external/python/cpython2/Lib/test/
test_codecs.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /external/python/cpython3/Lib/test/
test_codecs.py     [all...]
  /external/v8/src/asmjs/
asm-typer.cc 2493 auto* table_type = AsmType::FunctionTableType( local
    [all...]

Completed in 796 milliseconds