/external/tensorflow/tensorflow/core/summary/ |
D | summary_db_writer.cc | 421 const string& tag_name, int64* tag_id, in GetTagId() argument 427 *tag_id = e->second; in GetTagId() 430 TF_RETURN_IF_ERROR(ids_->CreateNewId(tag_id)); in GetTagId() 431 tag_ids_[tag_name] = *tag_id; in GetTagId() 433 SetDescription(db, *tag_id, metadata.summary_description())); in GetTagId() 456 insert.BindInt(":tag_id", *tag_id); in GetTagId() 832 Status Append(Sqlite* db, int64 tag_id, int64 step, uint64 now, in Append() argument 835 SeriesWriter* writer = GetSeriesWriter(tag_id); in Append() 853 SeriesWriter* GetSeriesWriter(int64 tag_id) TF_LOCKS_EXCLUDED(mu_) { in GetSeriesWriter() argument 855 auto spot = series_writers_.find(tag_id); in GetSeriesWriter() [all …]
|
D | summary_db_writer_test.cc | 197 int64 tag_id = QueryInt("SELECT tag_id FROM Tags"); in TEST_F() local 201 EXPECT_LT(0LL, tag_id); in TEST_F() 224 EXPECT_EQ(tag_id, QueryInt("SELECT series FROM Tensors WHERE step = 1")); in TEST_F() 228 EXPECT_EQ(tag_id, QueryInt("SELECT series FROM Tensors WHERE step = 2")); in TEST_F()
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/sde/sde_evtlog/ |
D | format | 11 field:u32 tag_id; offset:16; size:4; signed:0; 14 …%x|%x|%x|%x|%x|%x|%x|%x|%x|%x|%x", REC->pid, __get_str(evtlog_tag), REC->tag_id, REC->data[0], REC…
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | sde.proto | 18 optional uint32 tag_id = 3; field
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | android_probes_parser.cc | 134 StringId tag_id = context_->storage->InternString( in ParseAndroidLogEvent() local 181 {opt_trace_time.value(), utid, prio, tag_id, msg_id}); in ParseAndroidLogEvent()
|
/external/autotest/cli/ |
D | job.py | 87 tag_id='id__in', tag_name='name__in'): argument 95 for items, tag in [(job_ids, tag_id), 230 tag_id='job__in',
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 153 skc_tagged_block_id_t tag_id; 960 … *nodeword = SKC_TAGGED_BLOCK_ID_GET_ID(bp_elems[*nodeword].tag_id) * SKC_DEVICE_SUBBLOCK_WORDS; 963 skc_tagged_block_id_t const tag_id = bp_elems[*nodeword].tag_id; 965 *id = SKC_TAGGED_BLOCK_ID_GET_ID(tag_id); 2987 skc_tagged_block_id_t tag_id = bp_elems[nodeword].tag_id; 2988 skc_block_id_tag tag = SKC_TAGGED_BLOCK_ID_GET_TAG(tag_id); 2989 skc_block_id_t id = SKC_TAGGED_BLOCK_ID_GET_ID(tag_id); 3130 skc_tagged_block_id_t tag_id = bp_elems[nodeword].tag_id; 3131 skc_block_id_t id = SKC_TAGGED_BLOCK_ID_GET_ID(tag_id); 3239 skc_tagged_block_id_t tag_id = bp_elems[nodeword].tag_id; [all …]
|
/external/cpuinfo/test/build.prop/ |
D | huawei-honor-6.log | 88 ro.build.tag_id.system=tag_K3V300R001C00B272SP05
|
/external/pdfium/third_party/libpng16/ |
D | png.c | 2210 png_uint_32 tag_id = png_get_uint_32(tag+0); 2225 return png_icc_profile_error(png_ptr, colorspace, name, tag_id, 2234 (void)png_icc_profile_error(png_ptr, NULL, name, tag_id,
|
/external/libpng/ |
D | png.c | 2210 png_uint_32 tag_id = png_get_uint_32(tag+0); 2225 return png_icc_profile_error(png_ptr, colorspace, name, tag_id, 2234 (void)png_icc_profile_error(png_ptr, NULL, name, tag_id,
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 1000 __u32 tag_id; member
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 5003 optional uint32 tag_id = 3; field
|