Home
last modified time | relevance | path

Searched refs:msg_params (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/test_email/
Dtest_pickleable.py45 msg_params = {} variable in TestPickleCopyMessage
48 msg_params['parsed'] = (email.message_from_string(textwrap.dedent("""\
57 msg_params['created'] = (email.message.Message(policy=policy.default),)
58 msg_params['created'][0]['Date'] = 'Tue, 29 May 2012 09:24:26 +1000'
59 msg_params['created'][0]['From'] = 'frodo@mordor.net'
60 msg_params['created'][0]['To'] = 'bilbo@underhill.org'
61 msg_params['created'][0]['Subject'] = 'help'
62 msg_params['created'][0].set_payload('I think I forgot the ring.')
Dtest_inversion.py40 msg_params = { variable in TestInversion
/external/u-boot/drivers/tee/optee/
Dcore.c160 static int to_msg_param(struct optee_msg_param *msg_params, uint num_params, in to_msg_param() argument
167 struct optee_msg_param *mp = msg_params + n; in to_msg_param()
200 const struct optee_msg_param *msg_params) in from_msg_param() argument
207 const struct optee_msg_param *mp = msg_params + n; in from_msg_param()