OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_instrumentation
(Results
1 - 1
of
1
) sorted by null
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
TestLogParser.java
37
private DeqpInstrumentation
m_instrumentation
;
field in class:TestLogParser
46
m_instrumentation
= null;
55
assert
m_instrumentation
== null;
60
m_instrumentation
= instrumentation;
69
assert
m_instrumentation
!= null;
78
m_instrumentation
= null;
86
assert
m_instrumentation
!= null;
105
nativeParse(m_nativePointer,
m_instrumentation
, m_buffer, numRead);
Completed in 45 milliseconds