HomeSort by relevance Sort by last modified time
    Searched refs:SetFormat (Results 1 - 25 of 47) 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
austream.idl 43 HRESULT SetFormat(
105 HRESULT SetFormat(
ddstream.idl 52 HRESULT SetFormat(
austream.h 86 virtual HRESULT STDMETHODCALLTYPE SetFormat(
149 HRESULT (STDMETHODCALLTYPE *SetFormat)(
180 #define IAudioMediaStream_SetFormat(This,lpWaveFormat) (This)->lpVtbl->SetFormat(This,lpWaveFormat)
217 return This->lpVtbl->SetFormat(This,lpWaveFormat);
538 virtual HRESULT STDMETHODCALLTYPE SetFormat(
583 HRESULT (STDMETHODCALLTYPE *SetFormat)(
605 #define IAudioData_SetFormat(This,lpWaveFormat) (This)->lpVtbl->SetFormat(This,lpWaveFormat)
632 return This->lpVtbl->SetFormat(This,lpWaveFormat);
ddstream.h 90 virtual HRESULT STDMETHODCALLTYPE SetFormat(
167 HRESULT (STDMETHODCALLTYPE *SetFormat)(
212 #define IDirectDrawMediaStream_SetFormat(This,pDDSurfaceDesc,pDirectDrawPalette) (This)->lpVtbl->SetFormat(This,pDDSurfaceDesc,pDirectDrawPalette)
252 return This->lpVtbl->SetFormat(This,pDDSurfaceDesc,pDirectDrawPalette);
dsdriver.h 181 STDMETHOD(SetFormat)(THIS_ LPWAVEFORMATEX pwfxToSet) PURE;
199 #define IDsDriverBuffer_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a)
340 STDMETHOD(SetFormat)(THIS_ LPWAVEFORMATEX pwfxToSet) PURE;
356 #define IDsCaptureDriverBuffer_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a)
  /external/lldb/source/API/
SBTypeFormat.cpp 64 SBTypeFormat::SetFormat (lldb::Format fmt)
67 m_opaque_sp->SetFormat(fmt);
  /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)
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 74 void SetFormat(int format);
PgmImage.cpp 32 SetFormat(format);
83 void PgmImage::SetFormat(int format)
  /packages/apps/LegacyCamera/jni/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);
  /external/lldb/test/python_api/default-constructor/
sb_value.py 16 obj.SetFormat(lldb.eFormatBoolean)
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXReprocess.cpp 89 mPendingReprocessSettings |= SetFormat;
257 if (mPendingReprocessSettings & SetFormat) {
258 mPendingReprocessSettings &= ~SetFormat;
259 ret = setFormat(OMX_CAMERA_PORT_VIDEO_IN_VIDEO, *portData);
261 CAMHAL_LOGEB("setFormat() failed %d", ret);
  /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);
  /external/lldb/source/Interpreter/
OptionGroupValueObjectDisplay.cpp 169 .SetFormat(format)

Completed in 1646 milliseconds

1 2