Home
last modified time | relevance | path

Searched refs:no_reply (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/
Dconfigure.py287 no_reply=None): argument
316 if not no_reply:
317 no_reply = 'No %s' % yes_reply
320 no_reply += '\n'
351 print(no_reply)
358 print(no_reply)
405 no_reply=None): argument
423 yes_reply, no_reply))
534 no_reply = 'nvcc will be used as CUDA compiler.'
542 no_reply=no_reply)
[all …]
/external/mdnsresponder/mDNSShared/
Duds_daemon.c152 int no_reply; // don't send asynchronous replies to client member
3802 if (req->hdr.ipc_flags & IPC_FLAGS_NOREPLY) req->no_reply = 1; in request_callback()
4643 if (req->no_reply) return(t_complete); in send_msg()