Home
last modified time | relevance | path

Searched refs:subscribed (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/python/framework/
Dsubscribe_test.py91 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/
Dnotify.c44 *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/
Drx-with_latest_from.hpp196 bool subscribed[] = {(subscribe_one<(sizeof...(IndexN)) - 1 - IndexN>(state), true)...}; in subscribe_all() local
197 subscribed[0] = (*subscribed); // silence warning in subscribe_all()
Drx-combine_latest.hpp196 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all() local
197 subscribed[0] = (*subscribed); // silence warning in subscribe_all()
Drx-zip.hpp228 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all() local
229 subscribed[0] = (*subscribed); // silence warning in subscribe_all()
/external/curl/docs/
DMAIL-ETIQUETTE70 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
DGOVERNANCE.md63 We have a security team. That's the team of people who are subscribed to the
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-test.hpp466 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/wpa_supplicant_8/src/wps/
Dwps_er.h61 int subscribed; member
Dwps_er.c201 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/elfutils/po/
DMakevars37 # can write to without being subscribed, or the URL of a web page through
/external/libexif/po/
DMakevars35 # can write to without being subscribed, or the URL of a web page through
/external/e2fsprogs/po/
DMakevars35 # can write to without being subscribed, or the URL of a web page through
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DPhabricator.rst23 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/
Dindex.rst88 add `cfe-commits` as a subscriber. Also make sure you are subscribed to the
/external/syzkaller/pkg/email/
Dparser_test.go275 You received this message because you are subscribed to the Google Groups "syzkaller" group.
292 You received this message because you are subscribed to the Google Groups "syzkaller" group.
/external/llvm/docs/
DPhabricator.rst23 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/
Dindex.rst170 Also make sure you are subscribed to the `libcxx-commits mailing list <http://lists.llvm.org/mailma…
/external/syzkaller/dashboard/app/
Demail_test.go105 You received this message because you are subscribed to the Google Groups "syzkaller" group.
/external/python/cpython2/Doc/library/
Dimaplib.rst288 List subscribed mailbox names in directory matching pattern. *directory*
/external/python/cpython3/Doc/library/
Dimaplib.rst333 List subscribed mailbox names in directory matching pattern. *directory*
Dtyping.rst1059 :data:`ClassVar` accepts only types and cannot be further subscribed.
/external/libnl/doc/
Dcore.txt266 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/
Derrors.txt362 -10031 telFeatNotAvail feature subscribed but not available
363 -10030 telFeatNotSub feature not subscribed
/external/python/setuptools/
DCHANGES.rst1222 issue or issues to which you've been subscribed, you will

12