Searched refs:GetNextFrame (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp235 if (!GetNextFrame().get() || !GetNextFrame()->IsValid())
297 if (GetNextFrame().get() && GetNextFrame()->IsValid() && GetNextFrame()->IsFrameZero())
393 && GetNextFrame()->m_frame_type != eSigtrampFrame
394 && GetNextFrame()->m_frame_type != eDebuggerFrame
527 if (GetNextFrame().get() && GetNextFrame()->GetCFA(next_frame_cfa))
536 if (GetNextFrame()
1427 RegisterContextLLDB::GetNextFrame () const function in class:RegisterContextLLDB
[all...]
H A DRegisterContextLLDB.h110 GetNextFrame () const;
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc200 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { function in namespace:__anon8890
221 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { function in namespace:__anon8890
310 GetNextFrame(&start_pos, &end_pos);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc201 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { function in namespace:__anon10068
222 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { function in namespace:__anon10068
311 GetNextFrame(&start_pos, &end_pos);

Completed in 126 milliseconds