OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_type_name
(Results
1 - 7
of
7
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
plain_report_formatter.ipp
165
ostr << "*** Test " << tu.
p_type_name
<< " skipped due to "
171
ostr << "*** errors detected in test " << tu.
p_type_name
<< " " << quote() << tu.p_name
183
ostr << " in test " << tu.
p_type_name
<< " " << quote() << tu.p_name << "\n";
compiler_log_formatter.ipp
93
output << "Entering test " << tu.
p_type_name
<< " \"" << tu.p_name << "\"" << std::endl;
101
output << "Leaving test " << tu.
p_type_name
<< " \"" << tu.p_name << "\"";
119
output << "Test " << tu.
p_type_name
<< " \"" << tu.p_name << "\"" << "is skipped" << std::endl;
unit_test_suite.ipp
54
,
p_type_name
( t == tut_case ? "case" : "suite" )
/external/libnfc-nci/src/nfa/dm/
nfa_dm_ndef.c
238
UINT8 *
p_type_name
,
270
if ((p_payload) && (type_name_len == 1) && (*
p_type_name
== 'U'))
313
||(memcmp(p_cb->p_ndef_handler[i]->name,
p_type_name
, type_name_len) == 0) )
nfa_dm_api.c
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp
67
readonly_property<const_string>
p_type_name
; // "case"/"suite"
member in class:boost::unit_test::test_unit
/external/libnfc-nci/src/nfa/include/
nfa_api.h
[
all
...]
Completed in 168 milliseconds