Searched refs:_attr (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/include/ |
D | atf_common.h | 23 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument 27 (_p)->h.attr = (uint32_t)(_attr) ; \
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_pd.c | 454 #define P2PS_PD_REQ_CHECK(_val, _attr) \ in p2ps_validate_pd_req() argument 456 if ((_val) && !msg->_attr) { \ in p2ps_validate_pd_req() 457 p2p_dbg(p2p, "Not P2PS PD Request. Missing %s", #_attr); \ in p2ps_validate_pd_req() 1204 #define P2PS_PD_RESP_CHECK(_val, _attr) \ in p2p_validate_p2ps_pd_resp() argument 1206 if ((_val) && !msg->_attr) { \ in p2p_validate_p2ps_pd_resp() 1207 p2p_dbg(p2p, "P2PS PD Response missing " #_attr); \ in p2p_validate_p2ps_pd_resp()
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 523 self._attr = list(attr) if attr else [] 541 'attr': self._attr, 557 'attr': self._attr,
|
/external/python/dateutil/dateutil/parser/ |
D | _parser.py | 1322 class _attr(_resultbase): class in _tzparser._result 1331 self.start = self._attr() 1332 self.end = self._attr()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 3683 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument 3684 : attr( _attr ) in Text() 3687 std::size_t indent = _attr.initialIndent != std::string::npos in Text() 3688 ? _attr.initialIndent in Text() 3689 : _attr.indent; in Text() 3698 std::size_t width = (std::min)( remainder.size(), _attr.width - indent ); in Text() 3703 pos = remainder.find_last_of( _attr.tabChar, width ); in Text() 3718 indent = _attr.indent; in Text() 3732 indent = _attr.indent; in Text() 4873 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument [all …]
|
/external/curl/lib/vtls/ |
D | nss.c | 110 #define PK11_SETATTRS(_attr, _idx, _type, _val, _len) do { \ argument 111 CK_ATTRIBUTE *ptr = (_attr) + ((_idx)++); \
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 169 .. _attr-target-note:
|
/external/python/cpython2/Doc/reference/ |
D | simple_stmts.rst | 157 .. _attr-target-note:
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |