/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | StateFlowCancellabilityTest.kt | 17 var subscribed = true in <lambda>() variable 22 subscribed = true in <lambda>() 41 assertTrue(subscribed) // should have subscribed in the first barrier in <lambda>()
|
/external/libcups/cups/ |
D | notify.c | 39 *subscribed; /* notify-subscribed-event */ in cupsNotifySubject() local 59 subscribed = ippFindAttribute(event, "notify-subscribed-event", in cupsNotifySubject() 136 else if (subscribed) in cupsNotifySubject() 137 strlcpy(buffer, subscribed->values[0].string.text, sizeof(buffer)); in cupsNotifySubject()
|
/external/tinyalsa_new/src/ |
D | mixer_plugin.c | 171 *subscribe = plugin->subscribed; in mixer_plug_subscribe_events() 175 if (*subscribe && !plugin->subscribed) { in mixer_plug_subscribe_events() 177 } else if (plugin->subscribed && !*subscribe) { in mixer_plug_subscribe_events() 186 plugin->subscribed = *subscribe; in mixer_plug_subscribe_events()
|
/external/tinyalsa/ |
D | mixer_plugin.c | 168 *subscribe = plugin->subscribed; in mixer_plug_subscribe_events() 172 if (*subscribe && !plugin->subscribed) { in mixer_plug_subscribe_events() 174 } else if (plugin->subscribed && !*subscribe) { in mixer_plug_subscribe_events() 183 plugin->subscribed = *subscribe; in mixer_plug_subscribe_events()
|
/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
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/ |
D | README.md | 31 If you open a browser on http://localhost:7681 , you will see the subscribed
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.h | 61 int subscribed; member
|
/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/e2fsprogs/po/ |
D | Makevars | 35 # 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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/ |
D | SharedFlowTest.kt | 777 var subscribed = true in <lambda>() variable 779 .onSubscription { subscribed = true } in <lambda>() 793 assertTrue(subscribed) // yielding in enough in <lambda>()
|
/external/openssh/ |
D | README | 34 list only allows posting from subscribed addresses. Code contribution
|
/external/mesa3d/docs/ |
D | lists.rst | 34 you try to post from a different email address than you subscribed with)
|
/external/tinyalsa/include/tinyalsa/ |
D | mixer_plugin.h | 76 int subscribed; member
|
/external/tinyalsa_new/include/tinyalsa/ |
D | plugin.h | 217 int subscribed; member
|
/external/elfutils/po/ |
D | Makevars | 37 # can write to without being subscribed, or the URL of a web page through
|
/external/llvm-project/llvm/docs/ |
D | Phabricator.rst | 25 Make *sure* that the email address registered with Phabricator is subscribed 26 to the relevant -commits mailing list. If you are not subscribed to the commit 98 correctly, llvm-commits or cfe-commits will be subscribed automatically;
|
/external/llvm-project/libunwind/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/llvm-project/libcxx/docs/ |
D | index.rst | 206 Also make sure you are subscribed to the `libcxx-commits mailing list <http://lists.llvm.org/mailma…
|