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

1 2 3 4

  /external/lldb/scripts/Python/interface/
SBTypeFormat.i 35 GetFormat ();
57 __swig_getmethods__["format"] = GetFormat
59 if _newclass: format = property(GetFormat, SetFormat)
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_metadata.cc 58 return std::find(rule.GetFormat().begin(),
59 rule.GetFormat().end(),
60 FormatElement(field)) != rule.GetFormat().end();
  /external/chromium_org/ppapi/cpp/
video_frame.h 55 PP_VideoFrame_Format GetFormat() const;
video_frame.cc 47 PP_VideoFrame_Format VideoFrame::GetFormat() const {
49 return get_interface<PPB_VideoFrame_0_1>()->GetFormat(pp_resource());
  /external/chromium_org/ppapi/thunk/
ppb_video_frame_api.h 22 virtual PP_VideoFrame_Format GetFormat() = 0;
ppb_video_frame_thunk.cc 41 PP_VideoFrame_Format GetFormat(PP_Resource frame) {
42 VLOG(4) << "PPB_VideoFrame::GetFormat()";
46 return enter.object()->GetFormat();
77 &GetFormat,
  /external/lldb/source/DataFormatters/
TypeFormat.cpp 46 FormatManager::GetFormatAsCString (GetFormat()),
  /external/lldb/source/API/
SBTypeFormat.cpp 48 SBTypeFormat::GetFormat ()
51 return m_opaque_sp->GetFormat();
114 if (GetFormat() == rhs.GetFormat())
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 18 GLenum GetFormat() const;
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.h 21 GLenum GetFormat() const;
FrameBuffer.cpp 88 GLenum FrameBuffer::GetFormat() const {
  /external/chromium_org/ppapi/c/
ppb_video_frame.h 101 PP_VideoFrame_Format (*GetFormat)(PP_Resource frame);
  /external/chromium_org/ppapi/proxy/
video_frame_resource.h 33 virtual PP_VideoFrame_Format GetFormat() OVERRIDE;
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 21 GLenum GetFormat() const;
  /external/chromium_org/ppapi/api/
ppb_video_frame.idl 90 PP_VideoFrame_Format GetFormat([in] PP_Resource frame);
  /external/chromium_org/ppapi/tests/
test_media_stream_video_track.cc 101 ASSERT_TRUE(frame.GetFormat() == PP_VIDEOFRAME_FORMAT_YV12 ||
102 frame.GetFormat() == PP_VIDEOFRAME_FORMAT_I420);
118 ASSERT_EQ(frame.GetFormat(), PP_VIDEOFRAME_FORMAT_UNKNOWN);
169 ASSERT_EQ(frame.GetFormat(), formats[i].expected_format);
172 ASSERT_TRUE(frame.GetFormat() == PP_VIDEOFRAME_FORMAT_YV12 ||
173 frame.GetFormat() == PP_VIDEOFRAME_FORMAT_I420);
216 ASSERT_TRUE(frame.GetFormat() == PP_VIDEOFRAME_FORMAT_YV12 ||
217 frame.GetFormat() == PP_VIDEOFRAME_FORMAT_I420);
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
rule_retriever_test.cc 76 EXPECT_FALSE(rule_.GetFormat().empty());
86 EXPECT_TRUE(rule_.GetFormat().empty());
ondemand_supply_task_test.cc 130 EXPECT_FALSE(rule_[0]->GetFormat().empty());
163 EXPECT_FALSE(rule_[0]->GetFormat().empty());
167 EXPECT_TRUE(rule_[1]->GetFormat().empty());
169 EXPECT_TRUE(rule_[2]->GetFormat().empty());
171 EXPECT_TRUE(rule_[3]->GetFormat().empty());
  /external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h 33 MOCK_METHOD0(GetFormat, unsigned());
  /external/chromium_org/ui/gl/
gl_surface_osmesa.h 31 virtual unsigned GetFormat() OVERRIDE;
gl_surface.h 103 virtual unsigned GetFormat();
179 virtual unsigned GetFormat() OVERRIDE;
  /external/lldb/include/lldb/API/
SBTypeFormat.h 34 GetFormat ();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
austream.idl 39 HRESULT GetFormat(
101 HRESULT GetFormat(
ddstream.idl 46 HRESULT GetFormat(
  /external/lldb/include/lldb/DataFormatters/
DataVisualization.h 43 GetFormat (ValueObject& valobj, lldb::DynamicValueType use_dynamic);
46 GetFormat (const ConstString &type);

Completed in 465 milliseconds

1 2 3 4