HomeSort by relevance Sort by last modified time
    Searched refs:SetFormat (Results 1 - 25 of 27) sorted by null

1 2

  /external/lldb/scripts/Python/interface/
SBTypeFormat.i 41 SetFormat (lldb::Format);
58 __swig_setmethods__["format"] = SetFormat
59 if _newclass: format = property(GetFormat, SetFormat)
SBValue.i 95 SetFormat (lldb::Format format);
429 __swig_setmethods__["format"] = SetFormat
430 if _newclass: format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used for lldb.SBValue().GetValue() for this value. See enumerations that start with "lldb.eFormat".''')
  /external/lldb/test/functionalities/data-formatter/format-propagation/
TestFormatPropagation.py 69 parent.SetFormat(lldb.eFormatHex)
77 Y.SetFormat(lldb.eFormatDecimal)
81 parent.SetFormat(lldb.eFormatDefault)
82 X.SetFormat(lldb.eFormatHex)
83 Y.SetFormat(lldb.eFormatDefault)
  /external/lldb/include/lldb/API/
SBTypeFormat.h 40 SetFormat (lldb::Format);
SBValue.h 64 SetFormat (lldb::Format format);
  /external/lldb/source/API/
SBTypeFormat.cpp 64 SBTypeFormat::SetFormat (lldb::Format fmt)
67 m_opaque_sp->SetFormat(fmt);
SBValue.cpp     [all...]
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 74 void SetFormat(int format);
PgmImage.cpp 32 SetFormat(format);
83 void PgmImage::SetFormat(int format)
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 122 virtual void SetFormat(cdm::VideoFormat format) OVERRIDE {
198 virtual void SetFormat(cdm::AudioFormat format) OVERRIDE {
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
fake_cdm_video_decoder.cc 72 decoded_frame->SetFormat(cdm::kYv12);
libvpx_cdm_video_decoder.cc 173 cdm_video_frame->SetFormat(cdm::kYv12);
ffmpeg_cdm_audio_decoder.cc 266 decoded_frames->SetFormat(cdm_format);
ffmpeg_cdm_video_decoder.cc 311 cdm_video_frame->SetFormat(PixelFormatToCdmVideoFormat(format));
  /external/lldb/test/python_api/default-constructor/
sb_value.py 16 obj.SetFormat(lldb.eFormatBoolean)
  /external/lldb/include/lldb/DataFormatters/
TypeFormat.h 184 SetFormat (lldb::Format fmt)
  /external/lldb/source/Commands/
CommandObjectFrame.cpp 408 options.SetFormat(format);
441 // valobj_sp->SetFormat (format);
485 // valobj_sp->SetFormat (format);
492 options.SetFormat(format);
560 // valobj_sp->SetFormat (format);
572 options.SetFormat(format);
CommandObjectExpression.cpp 358 result_valobj_sp->SetFormat (format);
CommandObjectMemory.cpp 835 valobj_sp->SetFormat (format);
    [all...]
  /external/lldb/source/Interpreter/
OptionGroupValueObjectDisplay.cpp 169 .SetFormat(format)
  /external/lldb/include/lldb/Core/
ValueObject.h 399 SetFormat (lldb::Format format = lldb::eFormatDefault)
1015 SetFormat (lldb::Format format)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
video_capture_ds.cc 293 hr += streamConfig->SetFormat(pmt);
  /external/lldb/examples/summaries/cocoa/
CFString.py 263 cfinfo.SetFormat(11)
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 369 hr = stream_config->SetFormat(media_type.get());
  /external/lldb/source/Target/
Thread.cpp     [all...]

Completed in 672 milliseconds

1 2