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

  /external/opencv3/samples/cpp/tutorial_code/viz/
creating_widgets.cpp 61 triangle->GetPointIds()->SetId(0,0);
62 triangle->GetPointIds()->SetId(1,1);
63 triangle->GetPointIds()->SetId(2,2);
  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.h 32 void SetId(uint32_t id);
audio_device_buffer.cc 57 // valid ID will be set later by SetId, use -1 for now
87 // SetId
90 void AudioDeviceBuffer::SetId(uint32_t id)
92 WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, id, "AudioDeviceBuffer::SetId(id=%d)", id);
audio_device_impl.cc 381 _audioDeviceBuffer.SetId(_id);
    [all...]
  /art/compiler/optimizing/
ssa_test.cc 71 it.Current()->SetId(id++);
74 it.Current()->SetId(id++);
nodes.cc 780 replacement->SetId(GetGraph()->GetNextInstructionId());
812 instruction->SetId(block->GetGraph()->GetNextInstructionId());
833 instruction->SetId(GetGraph()->GetNextInstructionId());
847 instruction->SetId(GetGraph()->GetNextInstructionId());
857 phi->SetId(GetGraph()->GetNextInstructionId());
    [all...]
nodes.h     [all...]
  /external/webrtc/talk/media/base/
videocapturer.h 303 void SetId(const std::string& id) {
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 217 SetId(device.id);
  /system/webservd/webservd/
dbus_protocol_handler.cc 41 dbus_adaptor_.SetId(protocol_handler->GetID());
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 220 SetId(device.id);
  /system/tools/aidl/
aidl_language.h 180 void SetId(unsigned id) { id_ = id; }
aidl.cpp 400 item->SetId(newId++);
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 469 cmd.SetId(mycontrol.GetId())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 300 USHORT SetId;
308 USHORT SetId;
    [all...]
urlmon.h     [all...]

Completed in 213 milliseconds