OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_app
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/platform/ios/
tcuIOSApp.mm
305
tcu::App*
m_app
;
316
,
m_app
(DE_NULL)
330
DE_ASSERT(!
m_app
&& !m_log && !m_cmdLine && !m_platform);
336
m_app
= new tcu::App(m_platform, m_archive, *m_log, *m_cmdLine);
347
delete
m_app
;
350
m_app
= DE_NULL;
361
if (!
m_app
)
364
TCU_CHECK(
m_app
);
366
if (!
m_app
->iterate())
/external/deqp/framework/platform/android/
tcuAndroidTestActivity.cpp
47
,
m_app
(m_platform, m_archive, m_log, m_cmdLine)
81
m_finished = !
m_app
.iterate();
tcuAndroidTestActivity.hpp
57
App
m_app
;
member in class:tcu::Android::TestThread
Completed in 58 milliseconds