/third_party/libcoap/src/ |
D | resource.c | 495 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 …]
|
D | net.c | 3074 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/ |
D | test-performance-function.js | 15 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'] });
|
D | test-performanceobserver.js | 66 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);
|
D | test-performance-gc.js | 28 const obs = new PerformanceObserver(common.mustCallAtLeast((list) => { constant 37 obs.disconnect(); 39 obs.observe({ entryTypes: ['gc'] });
|
D | test-http2-perf_hooks.js | 11 const obs = new PerformanceObserver(common.mustCall((items) => { constant 55 assert.throws(() => obs.observe(wrongEntryTypes), expectedError); 58 obs.observe({ entryTypes: ['http2'] });
|
D | test-performance-measure.js | 10 const obs = new PerformanceObserver(common.mustCall((items) => { constant 16 obs.observe({ entryTypes: ['measure'] });
|
D | test-http2-pack-end-stream-flag.js | 33 const obs = new PerformanceObserver((list, observer) => { 41 obs.observe({ entryTypes: ['http2'] });
|
D | test-http-perf_hooks.js | 9 const obs = new PerformanceObserver(common.mustCall((items) => { constant 16 obs.observe({ entryTypes: ['http'] });
|
/third_party/openssl/crypto/bio/ |
D | bf_lbuf.c | 210 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()
|
D | bf_buff.c | 242 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/ |
D | etsi_testcases.sh | 652 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/ |
D | pl.po | 74 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/ |
D | perf_hooks.md | 22 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/ |
D | c_zlib.c | 551 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/ |
D | browser.py | 39 obs = [] # Use list since values should already be sorted. 54 obs.append(obj) 55 return obs
|
/third_party/python/Lib/ |
D | asynchat.py | 243 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/ |
D | gstdevicemonitor.c | 247 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/ |
D | perf_hooks.js | 410 const item = { obs: this }; property 568 while (current && current.obs) { 569 const observer = current.obs;
|
/third_party/flutter/engine/flutter/fml/ |
D | message_loop_unittests.cc | 262 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/ |
D | pt.txt | 170 "obs.",
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/ |
D | pt.txt | 170 "obs.",
|
/third_party/icu/icu4c/source/data/brkitr/ |
D | pt.txt | 170 "obs.",
|
/third_party/gstreamer/gstreamer/po/ |
D | pl.po | 216 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/ |
D | coap_attribute.txt.in | 51 resource discovery usage. Common attribute names are rt, if, sz, ct, obs, rel,
|