Home
last modified time | relevance | path

Searched refs:SetId (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_profile_response_test.cc35 host_plane.SetId(0); in CreateXSpace()
54 device_plane.SetId(1); in CreateXSpace()
Dxplane_to_trace_events_test.cc51 device_plane.SetId(0); in CreateXSpace()
/external/webrtc/p2p/base/
Dmdns_message_unittest.cc491 msg.SetId(0x1234); in TEST()
507 msg.SetId(0x1234); in TEST()
528 msg.SetId(0x1234); in TEST()
546 msg.SetId(0x1234); in TEST()
Dmdns_message.h162 void SetId(uint16_t id) { header_.id = id; } in SetId() function
/external/webrtc/audio/voip/
Daudio_channel.h44 void SetId(ChannelId id) { id_ = id; } in SetId() function
Dvoip_core.cc147 audio_channel->SetId(*channel); in CreateChannel()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_builder.h225 void SetId(int64 id) { line_->set_id(id); } in SetId() function
273 void SetId(int64 id) { plane_->set_id(id); } in SetId() function
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.h156 void SetId(const std::string& id); in RTC_POP_IGNORING_WUNDEF()
Dplot_base.cc79 void Plot::SetId(const std::string& id) { in SetId() function in webrtc::Plot
Dmain.cc598 output->SetId(plot.label); in main()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py469 cmd.SetId(mycontrol.GetId())
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc682 device_plane.SetId(device_ordinal); in Export()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5974 void SetId(uint32_t id) { VMA_ASSERT(m_Id == 0); m_Id = id; } in SetId() function
15034 (*pPool)->SetId(m_NextPoolId++); in CreatePool()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7001 void SetId(uint32_t id) { VMA_ASSERT(m_Id == 0); m_Id = id; } in SetId() function
16802 (*pPool)->SetId(m_NextPoolId++); in CreatePool()