Searched refs:hlist (Results 1 - 9 of 9) sorted by relevance
| /third_party/python/Lib/logging/ |
| H A D | config.py | 137 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 D | async.c | 126 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 D | stb_image_write.h | 926 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 D | stb_image_write.h | 926 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 D | timer.c | 253 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 D | local.h | 240 struct list_head hlist; member
|
| /third_party/alsa-lib/src/control/ |
| H A D | control.c | 240 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 D | test_logging.py | 120 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 D | pcm.c | 789 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