HomeSort by relevance Sort by last modified time
    Searched refs:GetOptions (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 147 GetOptions ();
  /external/lldb/source/Core/
Log.cpp 56 Log::GetOptions()
62 Log::GetOptions() const
175 if (GetOptions().Test(LLDB_LOG_OPTION_DEBUG))
192 if (GetOptions().AllSet (LLDB_LOG_OPTION_DEBUG | LLDB_LOG_OPTION_VERBOSE))
  /external/srec/tools/cmd/
pht_to_short.pl 4 $rc = GetOptions("pht=s" => \$phtfile,
  /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/API/
SBBreakpoint.cpp 393 m_opaque_sp->GetOptions()->GetThreadSpec()->SetIndex (index);
404 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate();
426 m_opaque_sp->GetOptions()->GetThreadSpec()->SetName (thread_name);
437 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate();
457 m_opaque_sp->GetOptions()->GetThreadSpec()->SetQueueName (queue_name);
468 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-webcore-rename 54 my $getOptionsResult = GetOptions(
parse-malloc-history 54 my $getOptionsResult = GetOptions(
svn-unapply 83 my $optionParseSuccess = GetOptions(
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 168 virtual int GetOptions() const { return 0; }
  /external/lldb/include/lldb/Breakpoint/
Watchpoint.h 125 GetOptions () { return &m_options; }
Breakpoint.h 558 GetOptions ();
  /external/lldb/include/lldb/DataFormatters/
TypeFormat.h 190 GetOptions ()
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.cpp 148 g_log->GetOptions().Reset(log_options);
  /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 {
mediaengine.h 209 return voice_.GetOptions();
305 AudioOptions GetOptions() const { return AudioOptions(); }
  /external/lldb/source/Commands/
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...]
CommandObjectWatchpointCommand.cpp 183 GetOptions ()
533 WatchpointOptions *wp_options = wp->GetOptions();
791 const WatchpointOptions *wp_options = wp->GetOptions();
    [all...]
CommandObjectArgs.cpp 96 CommandObjectArgs::GetOptions ()
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 327 Breakpoint::GetOptions ()
571 GetOptions()->GetDescription(s, level);
610 GetOptions()->GetDescription(s, level);
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 192 uint32 GetOptions() const {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 48 GetOptions('shell=s' => \$jsShellPath,
  /external/chromium_org/third_party/lcov/bin/
mcov 34 # TODO(ajeya): GetOptions doesn't handle case where the script is called with
36 my $result = GetOptions("directory|d=s" => \$directory,
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.cpp 147 g_log->GetOptions().Reset(log_options);
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemoteLog.cpp 158 g_log->GetOptions().Reset(log_options);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
LogChannelDWARF.cpp 168 m_log_ap->GetOptions().Reset(log_options);

Completed in 601 milliseconds

12 3 4 5 6