/external/tensorflow/tensorflow/python/framework/ |
D | subscribe_test.py | 91 subscribed = subscribe.subscribe( 93 self.assertIsInstance(subscribed, tuple) 94 self._ExpectSubscribedIdentities(subscribed) 97 subscribed = subscribe.subscribe( 99 self.assertIsInstance(subscribed, list) 100 self._ExpectSubscribedIdentities(subscribed) 103 subscribed = subscribe.subscribe({ 107 self.assertIsInstance(subscribed, dict) 108 self._ExpectSubscribedIdentities(subscribed.values()) 115 subscribed = subscribe.subscribe( [all …]
|
/external/libcups/cups/ |
D | notify.c | 44 *subscribed; /* notify-subscribed-event */ in cupsNotifySubject() local 64 subscribed = ippFindAttribute(event, "notify-subscribed-event", in cupsNotifySubject() 141 else if (subscribed) in cupsNotifySubject() 142 strlcpy(buffer, subscribed->values[0].string.text, sizeof(buffer)); in cupsNotifySubject()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-combine_latest.hpp | 196 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all() local 197 subscribed[0] = (*subscribed); // silence warning in subscribe_all()
|
D | rx-with_latest_from.hpp | 196 bool subscribed[] = {(subscribe_one<(sizeof...(IndexN)) - 1 - IndexN>(state), true)...}; in subscribe_all() local 197 subscribed[0] = (*subscribed); // silence warning in subscribe_all()
|
D | rx-zip.hpp | 228 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all() local 229 subscribed[0] = (*subscribed); // silence warning in subscribe_all()
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 70 All curl mailing lists require that you are subscribed to allow a mail to go 73 If you post without being subscribed (or from a different mail address than 74 the one you are subscribed with), your mail will simply be silently 83 subscribers be moderated. This means that after you've subscribed and 118 You can unsubscribe the same way you subscribed in the first place. You go 119 to the page for the particular mailing list you're subscribed to and you enter 132 If you aren't subscribed with the exact same email address that you used to
|
D | GOVERNANCE.md | 63 We have a security team. That's the team of people who are subscribed to the
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.h | 61 int subscribed; member
|
D | wps_er.c | 201 ap->subscribed = 0; in wps_er_http_unsubscribe_cb() 349 if (ap->subscribed) { in wps_er_ap_remove_entry() 409 ap->subscribed = 1; in wps_er_http_subscribe_cb()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-test.hpp | 466 auto start(F createSource, long created, long subscribed, long unsubscribed) const in start() argument 488 schedule_absolute(subscribed, [state](const schedulable&) { in start() 523 auto start(F createSource, long created, long subscribed, long unsubscribed) const in start() argument 526 …rt<rxu::value_type_t<start_traits<F>>>(std::move(createSource), created, subscribed, unsubscribed); in start()
|
/external/elfutils/po/ |
D | Makevars | 37 # can write to without being subscribed, or the URL of a web page through
|
/external/libexif/po/ |
D | Makevars | 35 # can write to without being subscribed, or the URL of a web page through
|
/external/e2fsprogs/po/ |
D | Makevars | 35 # can write to without being subscribed, or the URL of a web page through
|
/external/mesa3d/docs/ |
D | lists.rst | 34 you try to post from a different email address than you subscribed with)
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Phabricator.rst | 23 Make *sure* that the email address registered with Phabricator is subscribed 24 to the relevant -commits mailing list. If you are not subscribed to the commit 74 correctly, llvm-commits or cfe-commits will be subscribed automatically;
|
/external/libunwind_llvm/docs/ |
D | index.rst | 88 add `cfe-commits` as a subscriber. Also make sure you are subscribed to the
|
/external/llvm/docs/ |
D | Phabricator.rst | 23 Make *sure* that the email address registered with Phabricator is subscribed 24 to the relevant -commits mailing list. If you are not subscribed to the commit
|
/external/libcxx/docs/ |
D | index.rst | 170 Also make sure you are subscribed to the `libcxx-commits mailing list <http://lists.llvm.org/mailma…
|
/external/arm-trusted-firmware/docs/design/ |
D | firmware-design.rst | 2303 subscribed handlers and calling them in turn. The handlers will be passed the 2307 ``NULL`` is passed to subscribed handlers. 2314 subscribed for ``event``. ``subscriber`` must be a local variable of type 2315 ``pubsub_cb_t *``, and will point to each subscribed handler in turn during 2330 order in which subscribed handlers are notified when that event is published is 2334 Publishing an event on a PE will result in subscribed handlers executing on that 2337 Note that publishing an event on a PE blocks until all the subscribed handlers
|
/external/wayland/ |
D | CONTRIBUTING.md | 117 GitLab. This will update the merge request and notify everyone subscribed to
|
/external/python/cpython2/Doc/library/ |
D | imaplib.rst | 288 List subscribed mailbox names in directory matching pattern. *directory*
|
/external/python/cpython3/Doc/library/ |
D | imaplib.rst | 336 List subscribed mailbox names in directory matching pattern. *directory*
|
D | typing.rst | 1310 :data:`ClassVar` accepts only types and cannot be further subscribed.
|
/external/libnl/doc/ |
D | core.txt | 266 typically maintain a netlink socket subscribed to a multicast group that 506 regardless of whether the sender has subscribed to the corresponding 575 send requests and receive the replies and another socket subscribed to a 2679 two instances of the same cache type. The socket is subscribed
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 362 -10031 telFeatNotAvail feature subscribed but not available 363 -10030 telFeatNotSub feature not subscribed
|