HomeSort by relevance Sort by last modified time
    Searched defs:table_id (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_reader_ops.cc 35 string* dataset_id, string* table_id,
40 TF_RETURN_IF_ERROR(context->GetAttr("table_id", table_id));
97 string table_id; local
105 GetTableAttrs(context, &project_id, &dataset_id, &table_id,
109 project_id, dataset_id, table_id, timestamp_millis,
131 string table_id; local
137 GetTableAttrs(context, &project_id, &dataset_id, &table_id,
141 project_id, dataset_id, table_id, timestamp_millis,
  /external/strace/tests/
nlattr_fib_rule_hdr.c 114 const uint32_t table_id = RT_TABLE_DEFAULT; local
117 FRA_TABLE, pattern, table_id,
  /external/strace/tests-m32/
nlattr_fib_rule_hdr.c 114 const uint32_t table_id = RT_TABLE_DEFAULT; local
117 FRA_TABLE, pattern, table_id,
  /external/strace/tests-mx32/
nlattr_fib_rule_hdr.c 114 const uint32_t table_id = RT_TABLE_DEFAULT; local
117 FRA_TABLE, pattern, table_id,
  /external/webrtc/webrtc/system_wrappers/source/
data_log.cc 283 std::string DataLog::Combine(const std::string& table_name, int table_id) {
287 ss << "_" << table_id; local
  /external/bcc/src/cc/
bpf_module.cc 813 size_t BPFModule::table_id(const string &name) const { function in class:ebpf::BPFModule
820 return table_fd(table_id(name));
830 return table_type(table_id(name));
840 return table_max_entries(table_id(name));
850 return table_flags(table_id(name));
873 return table_key_desc(table_id(name));
884 return table_leaf_desc(table_id(name));
892 return table_key_size(table_id(name));
901 return table_leaf_size(table_id(name));
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_audio_calibration.h 452 int32_t table_id; member in struct:audio_cal_info_voc_col
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_audio_calibration.h 452 int32_t table_id; member in struct:audio_cal_info_voc_col
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_audio_calibration.h 344 int32_t table_id; member in struct:audio_cal_info_voc_col
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_audio_calibration.h 452 int32_t table_id; member in struct:audio_cal_info_voc_col
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 472 unsigned table_id = br->getBits(8); local
473 ALOGV(" table_id = %u", table_id);
474 if (table_id != 0x02u) {
1967 unsigned table_id = br->getBits(8); local
    [all...]

Completed in 661 milliseconds