/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
results_collector.ipp | 156 test_results& tr = s_rc_impl().m_results_store[tu.p_id]; 172 test_results const& tr = results_collector.results( tc.p_id ); 187 if( m_ts.p_id == ts.p_id ) 190 m_tr += results_collector.results( ts.p_id ); 207 results_collect_helper ch( s_rc_impl().m_results_store[tu.p_id], tu ); 212 test_results const& tr = s_rc_impl().m_results_store[tu.p_id]; 233 test_results& tr = s_rc_impl().m_results_store[tu.p_id]; 247 test_results& tr = s_rc_impl().m_results_store[framework::current_test_case().p_id]; 263 test_results& tr = s_rc_impl().m_results_store[framework::current_test_case().p_id]; [all...] |
framework.ipp | 131 if( ut_detail::test_id_2_unit_type( tu.second->p_id ) == tut_suite ) 138 void set_tu_id( test_unit& tu, test_unit_id id ) { tu.p_id.value = id; } 155 m_curr_test_case = tc.p_id; 290 BOOST_TEST_SETUP_ASSERT( tc->p_id == INV_TEST_UNIT_ID, BOOST_TEST_L( "test case already registered" ) ); 309 BOOST_TEST_SETUP_ASSERT( ts->p_id == INV_TEST_UNIT_ID, BOOST_TEST_L( "test suite already registered" ) ); 327 s_frk_impl().m_test_units.erase( tu->p_id ); 400 id = master_test_suite().p_id; 461 run( tu->p_id, continue_test );
|
unit_test_suite.ipp | 55 , p_id( INV_TEST_UNIT_ID ) 73 m_dependencies.push_back( tu->p_id ); 139 m_members.push_back( tu->p_id ); 140 tu->p_parent_id.value = p_id; 287 BOOST_ASSERT( ts->p_parent_id == curr_ts_store().back()->p_id );
|
plain_report_formatter.ipp | 102 test_results const& tr = results_collector.results( tu.p_id ); 157 test_results const& tr = results_collector.results( tu.p_id );
|
results_reporter.ipp | 71 if( m_report_level == DETAILED_REPORT && !results_collector.results( ts.p_id ).p_skipped ) 165 id = framework::master_test_suite().p_id;
|
xml_report_formatter.ipp | 56 test_results const& tr = results_collector.results( tu.p_id );
|
unit_test_main.ipp | 182 traverse_test_tree( framework::master_test_suite().p_id, filter ); 191 : results_collector.results( framework::master_test_suite().p_id ).result_code();
|
/external/stlport/src/ |
messages.cpp | 139 int set, int p_id, const string& dfault) const { 142 set, p_id, dfault.c_str())) 150 int set, int p_id, const wstring& dfault) const { 154 const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, ""); 160 const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*"); 205 messages_byname<char>::do_get(catalog cat, int set, int p_id, 207 { return _M_impl->do_get(cat, set, p_id, dfault); } 235 int set, int p_id, const wstring& dfault) const 236 { return _M_impl->do_get(thecat, set, p_id, dfault); }
|
/ndk/sources/cxx-stl/stlport/src/ |
messages.cpp | 139 int set, int p_id, const string& dfault) const { 142 set, p_id, dfault.c_str())) 150 int set, int p_id, const wstring& dfault) const { 154 const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, ""); 160 const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*"); 205 messages_byname<char>::do_get(catalog cat, int set, int p_id, 207 { return _M_impl->do_get(cat, set, p_id, dfault); } 235 int set, int p_id, const wstring& dfault) const 236 { return _M_impl->do_get(thecat, set, p_id, dfault); }
|
/external/libnfc-nci/src/nfc/ndef/ |
ndef_utils.c | 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) 614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) 639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) 675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) 838 UINT8 *p_id, UINT8 id_len, 906 if (p_id) 907 memcpy (p_rec, p_id, id_len); 934 UINT8 *p_id, UINT8 id_len, 953 p_id, id_len, p_payload, payload_len); 1002 if (p_id) 1523 UINT8 *p_type, *p_id, *p_pay; local [all...] |
/external/libnfc-nci/src/nfc/include/ |
ndef_utils.h | 197 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen); 209 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen); 271 UINT8 *p_id, UINT8 id_len, 287 UINT8 *p_id, UINT8 id_len,
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_act.c | 1029 tBTA_GATTC_ATTR_ID *p_id; local [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | 1421 tBTA_SERVICE_ID *p_id = &service_id; local 1455 tBTA_SERVICE_ID *p_id = &service_id; local [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
cfi.h | 41 uint16_t P_ID;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
unit_test_suite_impl.hpp | 68 id_t p_id; // unique id for this test unit member in class:boost::unit_test::test_unit
|
/external/kernel-headers/original/linux/mtd/ |
cfi.h | 99 uint16_t P_ID;
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-stack-overflow.js | 32 result= re.exec('{"ResultSet":{"totalResultsAvailable":"101000000","totalResultsReturned":100,"firstResultPosition":1,"Result":[{"Title":"Solar Eclipses of Saros 132","Summary":"Solar Eclipses of Saros 132 Solar Eclipses of Saros 132 The periodicity and recurrence of solar (and lunar) eclipses is governed by the Saros cycle, a period of approximately 6,585. 3 days (18 years 11 days 8 hours). When two eclipses are ...","Url":"http:\\/\\/sunearth.gsfc.nasa.gov\\/eclipse\\/SEsaros\\/SEsaros132.html","ClickUrl":"http:\\/\\/uk.wrs.yahoo.com\\/_ylt=A0Je5VwQjWVEsGcBUBzdmMwF;_ylu=X3oDMTB2cXVjNTM5BGNvbG8DdwRsA1dTMQRwb3MDMQRzZWMDc3IEdnRpZAM-\\/SIG=19ip3vo9u\\/EXP=1147592336\\/**http%3a\\/\\/rdrw1.yahoo.com\\/click%3fu=http%3a\\/\\/sunearth.gsfc.nasa.gov\\/eclipse\\/SEsaros\\/SEsaros132.html%26y=0405DC60F30D6DD673%26i=482%26c=15685%26q=02%255ESSHPM%255BL7.,-6%26e=utf-8%26r=0%26d=wow%7eWBSV-en-us%26n=3O6KG7JU5PIK8T7I%26s=6%26t=%26m=44658D10%26x=05A6B5FDC2F29725CD6EE467684E0FE76D","ModificationDate":1146207600,"MimeType":"text\\/html"},{"Title":"Psalms 132 -Matthew Henry\'s Commentary - Bible Software by johnhurt.com","Summary":"Psalms 132 - Matthew Henry Commentary - Bible Software by johnhurt.com ... Henry\'s Psalms 131. Psalms 132. Outline of Psalms 132. David\'s care for the ark ...","Url":"http:\\/\\/www.htmlbible.com\\/kjv30\\/henry\\/H19C132.htm","ClickUrl":"http:\\/\\/uk.wrs.yahoo.com\\/_ylt=A0Je5VwQjWVEsGcBVhzdmMwF;_ylu=X3oDMTB2ZjQ4dDExBGNvbG8DdwRsA1dTMQRwb3MDMgRzZWMDc3IEdnRpZAM-\\/SIG=1246fjpfq\\/EXP=1147592336\\/**http%3a\\/\\/www.htmlbible.com\\/kjv30\\/henry\\/H19C132.htm","ModificationDate":1015660800,"MimeType":"text\\/html","Cache":{"Url":"http:\\/\\/uk.wrs.yahoo.com\\/_ylt=A0Je5VwQjWVEsGcBWxzdmMwF;_ylu=X3oDMTBwZG5hOWwzBGNvbG8DdwRwb3MDMgRzZWMDc3IEdnRpZAM-\\/SIG=16llm3b1a\\/EXP=1147592336\\/**http%3a\\/\\/66.218.69.11\\/search\\/cache%3fei=UTF-8%26query=132%26output=json%26results=100%26appid=jennyhan_ac%26u=www.htmlbible.com\\/kjv30\\/henry\\/H19C132.htm%26w=132%26d=XlIIG0aqMlsm%26icp=1%26.intl=us","Size":"4160"}},{"Title":"General requirements. - 1910.132","Summary":"General%20requirements.%20-%201910.132 ... Regulations (Standards - 29 CFR) General requirements. - 1910.132 ... of any part of the body through absorption, inhalation or physical contact. 1910.132(b) Employee-owned equipment ...","Url":"http:\\/\\/www.osha.gov\\/pls\\/oshaweb\\/owadisp.show_document?p_table=STANDARDS&p_id=9777","ClickUrl":"http:\\/\\/uk.wrs.yahoo.com\\/_ylt=A0Je5VwQjWVEsGcBXRzdmMwF;_ylu=X3oDMTB2M3MzdmZoBGNvbG8DdwRsA1dTMQRwb3MDMwRzZWMDc3IEdnRpZAM-\\/SIG=13916ebti\\/EXP=1147592336\\/**http%3a\\/\\/www.osha.gov\\/pls\\/oshaweb\\/owadisp.show_document%3fp_table=STANDARDS%26p_id=9777","ModificationDate":1147330800,"MimeType":"text\\/html","Cache":{"Url":"http:\\/\\/uk.wrs.yahoo.com\\/_ylt=A0Je5VwQjWVEsGcBYhzdmMwF;_ylu=X3oDMTBwZ2dpZ2ZkBGNvbG8DdwRwb3MDMwRzZWMDc3IEdnRpZAM-\\/SIG=186osem1n\\/EXP=1147592336\\/**http%3a\\/\\/66.218.69.11\\/search\\/cache%3fei=UTF-8%26query=132%26output=json%26results=100%26appid=jennyhan_ac%26u=www.osha.gov\\/pls\\/oshaweb\\/owadisp.show_document%253Fp_table%253DSTANDARDS%2526p_id%253D9777%26w=132%26d=Ujn5sEaqMw88%26icp=1%26.intl=us","Size":"29922"}},{"Title":"USCCB - NAB - Psa (…) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |