Searched full:in_reply_to (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest-send-results | 70 in_reply_to = mbox[0]['Message-ID'] variable 93 '\nIn-Reply-To:' + in_reply_to + \ 94 '\nReferences:' + in_reply_to + \
|
/openbmc/u-boot/tools/patman/ |
H A D | func_test.py | 134 in_reply_to = mel 156 in_reply_to=in_reply_to, thread=None) 189 % (in_reply_to, stefan, sys.argv[0], cc_file, cover_fname,
|
H A D | gitutil.py | 335 self_only=False, alias=None, in_reply_to=None, thread=False, argument 348 in_reply_to: If set we'll pass this to git as --in-reply-to. 412 if in_reply_to: 413 if type(in_reply_to) != str: 414 in_reply_to = in_reply_to.encode('utf-8') 415 cmd.append('--in-reply-to="%s"' % in_reply_to)
|
H A D | patman | 172 in_reply_to=options.in_reply_to, thread=options.thread,
|
H A D | patman.py | 172 in_reply_to=options.in_reply_to, thread=options.thread,
|
/openbmc/qemu/ |
H A D | .patchew.yml | 29 in_reply_to: true 46 in_reply_to: true 69 in_reply_to: true
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 2268 struct binder_transaction *in_reply_to) in binder_translate_fd() argument 2277 if (in_reply_to) in binder_translate_fd() 2278 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd() 2284 in_reply_to ? "reply" : "transaction", in binder_translate_fd() 2579 struct binder_transaction *in_reply_to) in binder_translate_fd_array() argument 2633 in_reply_to); in binder_translate_fd_array() 2923 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local 2958 in_reply_to = thread->transaction_stack; in binder_transaction() 2959 if (in_reply_to == NULL) { in binder_transaction() 2968 if (in_reply_to->to_thread != thread) { in binder_transaction() [all …]
|