HomeSort by relevance Sort by last modified time
    Searched defs:GetOptions (Results 26 - 44 of 44) sorted by null

12

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 284 virtual bool GetOptions(VideoOptions *options) const {
webrtcvoiceengine.h 116 AudioOptions GetOptions() const { return options_; }
335 virtual bool GetOptions(AudioOptions* options) const {
  /external/lldb/include/lldb/DataFormatters/
TypeSummary.h 296 GetOptions ()
TypeSynthetic.h 230 GetOptions ()
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 327 Breakpoint::GetOptions ()
571 GetOptions()->GetDescription(s, level);
610 GetOptions()->GetDescription(s, level);
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 81 GetOptions ()
384 GetOptions ()
502 GetOptions ()
    [all...]
CommandObjectSource.cpp 120 GetOptions ()
266 GetOptions ()
    [all...]
CommandObjectThread.cpp 157 GetOptions ()
401 GetOptions ()
    [all...]
CommandObjectWatchpoint.cpp 191 GetOptions ()
620 GetOptions ()
776 GetOptions ()
    [all...]
CommandObjectBreakpoint.cpp 81 GetOptions ()
518 bp->GetOptions()->GetThreadSpec()->SetIndex(m_options.m_thread_index);
521 bp->GetOptions()->GetThreadSpec()->SetName(m_options.m_thread_name.c_str());
524 bp->GetOptions()->GetThreadSpec()->SetQueueName(m_options.m_queue_name.c_str());
527 bp->GetOptions()->SetIgnoreCount(m_options.m_ignore_count);
530 bp->GetOptions()->SetCondition(m_options.m_condition.c_str());
718 GetOptions ()
    [all...]
CommandObjectCommands.cpp 57 GetOptions ()
299 GetOptions ()
    [all...]
CommandObjectMemory.cpp 369 GetOptions ()
    [all...]
CommandObjectProcess.cpp 173 GetOptions ()
539 GetOptions ()
    [all...]
CommandObjectType.cpp 151 GetOptions ()
294 GetOptions ()
419 GetOptions ()
    [all...]
CommandObjectTarget.cpp 192 GetOptions ()
501 GetOptions ()
720 GetOptions ()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 250 virtual bool GetOptions(AudioOptions* options) const {
321 virtual bool GetOptions(VideoOptions* options) const {
fakemediaengine.h 412 virtual bool GetOptions(AudioOptions* options) const {
606 virtual bool GetOptions(VideoOptions* options) const {
771 AudioOptions GetOptions() const {
876 bool GetOptions(VideoOptions* options) const {
    [all...]
  /external/lldb/source/Interpreter/
CommandObject.cpp 92 if (GetOptions() != NULL)
97 if (WantsRawCommandString() && GetOptions() && GetOptions()->NumCommandOptions())
144 CommandObject::GetOptions ()
159 Options *options = GetOptions();
398 Options *cur_options = GetOptions();
463 && GetOptions() != NULL)
466 GetOptions()->GenerateOptionUsage (usage_help, this);
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 961 GetOptions ()
    [all...]

Completed in 481 milliseconds

12