Home
last modified time | relevance | path

Searched refs:hlist (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/logging/
H A Dconfig.py137 hlist = cp["handlers"]["keys"]
138 if not len(hlist):
140 hlist = hlist.split(",")
141 hlist = _strip_spaces(hlist)
144 for hand in hlist:
211 hlist = section["handlers"]
212 if len(hlist):
213 hlist
[all...]
/third_party/alsa-lib/src/
H A Dasync.c126 INIT_LIST_HEAD(&h->hlist); in snd_async_add_handler()
167 if (!list_empty(&handler->hlist)) in snd_async_del_handler()
168 list_del(&handler->hlist); in snd_async_del_handler()
169 if (!list_empty(&handler->hlist)) in snd_async_del_handler()
/third_party/glfw/deps/
H A Dstb_image_write.h926 unsigned char **hlist = hash_table[h];
927 int n = stbiw__sbcount(hlist);
929 if (hlist[j]-data > i-32768) { // if entry lies within window
930 int d = stbiw__zlib_countm(hlist[j], data+i, data_len-i);
931 if (d >= best) { best=d; bestloc=hlist[j]; }
944 hlist = hash_table[h];
945 n = stbiw__sbcount(hlist);
947 if (hlist[j]-data > i-32767) {
948 int e = stbiw__zlib_countm(hlist[j], data+i+1, data_len-i-1);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h926 unsigned char **hlist = hash_table[h];
927 int n = stbiw__sbcount(hlist);
929 if (hlist[j]-data > i-32768) { // if entry lies within window
930 int d = stbiw__zlib_countm(hlist[j], data+i, data_len-i);
931 if (d >= best) { best=d; bestloc=hlist[j]; }
944 hlist = hash_table[h];
945 n = stbiw__sbcount(hlist);
947 if (hlist[j]-data > i-32767) {
948 int e = stbiw__zlib_countm(hlist[j], data+i+1, data_len-i-1);
/third_party/alsa-lib/src/timer/
H A Dtimer.c253 snd_async_handler_t *h = list_entry(timer->async_handlers.next, snd_async_handler_t, hlist); in snd_timer_close()
314 list_add_tail(&h->hlist, &timer->async_handlers); in snd_async_add_timer_handler()
/third_party/alsa-lib/include/
H A Dlocal.h240 struct list_head hlist; member
/third_party/alsa-lib/src/control/
H A Dcontrol.c240 snd_async_handler_t *h = list_entry(&ctl->async_handlers.next, snd_async_handler_t, hlist); in snd_ctl_close()
1413 list_add_tail(&h->hlist, &ctl->async_handlers); in snd_async_add_ctl_handler()
/third_party/python/Lib/test/
H A Dtest_logging.py120 hlist = self.logger1.handlers + self.root_logger.handlers
121 raise AssertionError('Unexpected handlers: %s' % hlist)
123 hlist = self.logger2.handlers + self.root_logger.handlers
124 raise AssertionError('Unexpected handlers: %s' % hlist)
/third_party/alsa-lib/src/pcm/
H A Dpcm.c789 snd_async_handler_t *h = list_entry(pcm->async_handlers.next, snd_async_handler_t, hlist); in snd_pcm_close()
2529 list_add_tail(&h->hlist, &pcm->async_handlers); in snd_async_add_pcm_handler()

Completed in 31 milliseconds