Home
last modified time | relevance | path

Searched refs:obs (Results 1 – 25 of 44) sorted by relevance

12

/third_party/libcoap/src/
Dresource.c495 coap_subscription_t *obs, *otmp; local
512 LL_FOREACH_SAFE( resource->subscribers, obs, otmp ) {
513 coap_session_release( obs->session );
514 coap_delete_pdu(obs->pdu);
515 coap_delete_cache_key(obs->cache_key);
516 COAP_FREE_TYPE( subscription, obs );
861 coap_subscription_t *obs; local
871 LL_FOREACH(r->subscribers, obs) {
872 if (r->dirty == 0 && obs->dirty == 0) {
880 if (obs->session->con_active >= COAP_DEFAULT_NSTART &&
[all …]
Dnet.c3074 coap_subscription_t *obs, *tmp; in coap_dispatch() local
3075 LL_FOREACH_SAFE(r->subscribers, obs, tmp) { in coap_dispatch()
3076 if (obs->pdu->mid == pdu->mid && obs->session == session) { in coap_dispatch()
3078 COAP_SET_STR(&token, obs->pdu->token_length, obs->pdu->token); in coap_dispatch()
/third_party/node/test/parallel/
Dtest-performance-function.js15 const obs = new PerformanceObserver(common.mustCall((list) => { constant
23 obs.disconnect();
25 obs.observe({ entryTypes: ['function'] });
32 const obs = new PerformanceObserver(common.mustNotCall()); constant
33 obs.observe({ entryTypes: ['function'] });
38 obs.disconnect();
45 const obs = new PerformanceObserver(common.mustCall((list) => { constant
55 obs.disconnect();
57 obs.observe({ entryTypes: ['function'] });
Dtest-performanceobserver.js66 const obs = new PerformanceObserver(common.mustNotCall()); constant
67 obs.observe({ entryTypes: ['mark', 'mark'] });
68 obs.disconnect();
84 function callback(list, obs) { argument
85 assert.strictEqual(obs, observer);
107 function callback(list, obs) {
108 assert.strictEqual(obs, observer);
Dtest-performance-gc.js28 const obs = new PerformanceObserver(common.mustCallAtLeast((list) => { constant
37 obs.disconnect();
39 obs.observe({ entryTypes: ['gc'] });
Dtest-http2-perf_hooks.js11 const obs = new PerformanceObserver(common.mustCall((items) => { constant
55 assert.throws(() => obs.observe(wrongEntryTypes), expectedError);
58 obs.observe({ entryTypes: ['http2'] });
Dtest-performance-measure.js10 const obs = new PerformanceObserver(common.mustCall((items) => { constant
16 obs.observe({ entryTypes: ['measure'] });
Dtest-http2-pack-end-stream-flag.js33 const obs = new PerformanceObserver((list, observer) => {
41 obs.observe({ entryTypes: ['http2'] });
Dtest-http-perf_hooks.js9 const obs = new PerformanceObserver(common.mustCall((items) => { constant
16 obs.observe({ entryTypes: ['http'] });
/third_party/openssl/crypto/bio/
Dbf_lbuf.c210 int obs; in linebuffer_ctrl() local
235 obs = (int)num; in linebuffer_ctrl()
237 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) { in linebuffer_ctrl()
238 p = OPENSSL_malloc((size_t)obs); in linebuffer_ctrl()
243 if (ctx->obuf_len > obs) { in linebuffer_ctrl()
244 ctx->obuf_len = obs; in linebuffer_ctrl()
249 ctx->obuf_size = obs; in linebuffer_ctrl()
Dbf_buff.c242 int ibs, obs; in buffer_ctrl() local
308 obs = ctx->obuf_size; in buffer_ctrl()
312 obs = (int)num; in buffer_ctrl()
316 obs = (int)num; in buffer_ctrl()
327 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) { in buffer_ctrl()
347 ctx->obuf_size = obs; in buffer_ctrl()
/third_party/libcoap/examples/
Detsi_testcases.sh652 testaddress=coap://$SERVERTUP/obs
712 testaddress=coap://$SERVERTUP/obs
733 testaddress=coap://$SERVERTUP/obs
758 testaddress=coap://$SERVERTUP/obs
763 testaddress=coap://[::1]/obs
/third_party/gstreamer/gstplugins_good/po/
Dpl.po74 msgstr "Serwer nie obsługuje przewijania."
110 "Nie znaleziono obsługiwanego strumienia. Być może trzeba zainstalować "
118 "Nie znaleziono obsługiwanego strumienia. Być może trzeba zezwolić na więcej "
144 "Sound System nie jest obsługiwana przez ten element."
147 msgstr "Odtwarzanie nie jest obsługiwane przez to urządzenie dźwiękowe."
153 msgstr "Nagrywanie nie jest obsługiwane przez to urządzenie dźwiękowe."
193 msgstr "Sterownik urządzenia '%s' nie obsługuje metody we/wy %d"
197 msgstr "Sterownik urządzenia '%s' nie obsługuje żadnej znanej metody we/wy."
204 msgstr "Urządzenie '%s' nie ma obsługiwanego formatu"
224 msgstr "Urządzenie '%s' obsługuje nieciągłe powierzchnie"
[all …]
/third_party/node/doc/api/
Dperf_hooks.md22 const obs = new PerformanceObserver((items) => {
26 obs.observe({ entryTypes: ['measure'] });
218 const obs = new PerformanceObserver((list) => {
220 obs.disconnect();
222 obs.observe({ entryTypes: ['function'] });
430 const obs = new PerformanceObserver((list, observer) => {
434 obs.observe({ entryTypes: ['mark'], buffered: true });
481 const obs = new PerformanceObserver((list, observer) => {
484 obs.observe({ entryTypes: ['mark'] });
496 const obs = new PerformanceObserver((list, observer) => {
[all …]
/third_party/openssl/crypto/comp/
Dc_zlib.c551 int ibs, obs; in bio_zlib_ctrl() local
573 obs = -1; in bio_zlib_ctrl()
579 obs = (int)num; in bio_zlib_ctrl()
582 obs = ibs; in bio_zlib_ctrl()
591 if (obs != -1) { in bio_zlib_ctrl()
594 ctx->obufsize = obs; in bio_zlib_ctrl()
/third_party/python/Lib/idlelib/
Dbrowser.py39 obs = [] # Use list since values should already be sorted.
54 obs.append(obj)
55 return obs
/third_party/python/Lib/
Dasynchat.py243 obs = self.ac_out_buffer_size
245 data = first[:obs]
265 if num_sent < len(data) or obs < len(first):
/third_party/gstreamer/gstreamer/gst/
Dgstdevicemonitor.c247 gchar **obs; in update_hidden_providers_list() local
249 obs = gst_device_provider_get_hidden_providers (provider); in update_hidden_providers_list()
250 if (obs) { in update_hidden_providers_list()
253 for (i = 0; obs[i]; i++) in update_hidden_providers_list()
254 *hidden = g_list_prepend (*hidden, obs[i]); in update_hidden_providers_list()
256 g_free (obs); in update_hidden_providers_list()
/third_party/node/lib/
Dperf_hooks.js410 const item = { obs: this }; property
568 while (current && current.obs) {
569 const observer = current.obs;
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_unittests.cc262 auto obs = PLATFORM_SPECIFIC_CAPTURE(&obs_count)() { obs_count++; }; in TEST()
274 loop.AddTaskObserver(0, obs); in TEST()
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/
Dpt.txt170 "obs.",
/third_party/skia/third_party/externals/icu/source/data/brkitr/
Dpt.txt170 "obs.",
/third_party/icu/icu4c/source/data/brkitr/
Dpt.txt170 "obs.",
/third_party/gstreamer/gstreamer/po/
Dpl.po216 msgstr "Element nie obsługuje tego strumienia. Proszę zgłosić błąd."
222 msgstr "Strumień jest innego rodzaju niż obsługiwane przez ten element."
225 msgstr "Brak kodeka potrafiącego obsłużyć ten rodzaj strumienia."
243 msgstr "Strumień jest zaszyfrowany, a odszyfrowywanie nie jest obsługiwane."
847 msgstr "Nie znaleziono sposobu obsługi URI dla protokołu %s"
851 msgstr "Schemat URI '%s' nie jest obsługiwany"
897 msgstr "nie udało się dowiązać %s do %s, %s nie może obsłużyć możliwości %s"
902 "nie udało się dowiązać %s do %s, żaden element nie obsługuje możliwości %s"
1161 "Wypisanie obsługiwanych schematów URI wraz z implementującymi je elementami"
1340 msgstr "Nie instalowanie obsługi błędów"
/third_party/libcoap/man/
Dcoap_attribute.txt.in51 resource discovery usage. Common attribute names are rt, if, sz, ct, obs, rel,

12