/third_party/ffmpeg/compat/windows/ |
H A D | makedef | 120 list="" 122 list="${list}"' 129 echo "${list}" | sort | uniq | tail -n +2
|
/third_party/gn/src/gn/ |
H A D | bundle_data_target_generator.cc | 39 if (target_->action_values().outputs().list().size() != 1) { in DoRun() 71 CHECK(outputs.list().size() == value->list_value().size()); in FillOutputs() 72 for (size_t i = 0; i < outputs.list().size(); i++) { in FillOutputs() 73 if (!EnsureSubstitutionIsInBundleDir(outputs.list()[i], in FillOutputs()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | filterrb.h | 7 #include <list> 31 const std::list<std::string>& pieces() const; 34 std::list<std::string> fPath; 68 * Implementation of PathFilter for a list of inclusion/exclusion rules. 73 * For example, given this list of filter rules: 165 std::list<std::string>::const_iterator it,
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.h | 7 #include <list> 31 const std::list<std::string>& pieces() const; 34 std::list<std::string> fPath; 68 * Implementation of PathFilter for a list of inclusion/exclusion rules. 73 * For example, given this list of filter rules: 165 std::list<std::string>::const_iterator it,
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-intl.cc | 24 #include "src/objects/js-list-format-inl.h" 25 #include "src/objects/js-list-format.h" 40 Handle<FixedArray> list = args.at<FixedArray>(1); in RUNTIME_FUNCTION() local 42 isolate, JSListFormat::FormatList(isolate, list_format, list)); in RUNTIME_FUNCTION() 50 Handle<FixedArray> list = args.at<FixedArray>(1); in RUNTIME_FUNCTION() local 52 isolate, JSListFormat::FormatListToParts(isolate, list_format, list)); in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.h | 7 #include <list> 31 const std::list<std::string>& pieces() const; 34 std::list<std::string> fPath; 68 * Implementation of PathFilter for a list of inclusion/exclusion rules. 73 * For example, given this list of filter rules: 165 std::list<std::string>::const_iterator it,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveTypesUsedAsFunctionParameters.js | 39 var list: List<string>; 42 var r = foo5(list); 65 var list;
67 var r = foo5(list);
|
/third_party/python/Lib/idlelib/ |
H A D | window.py | 24 list = [] 31 list.append((title, key, window)) 32 list.sort() 33 for title, key, window in list:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.c | 12 #include "list.h" 286 struct ieee802_1x_mka_participant, list) { in ieee802_1x_kay_get_participant() 308 struct ieee802_1x_mka_participant, list) { in ieee802_1x_kay_get_principal_participant() 323 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) { in get_peer_mi() 446 struct ieee802_1x_kay_peer, list) { in ieee802_1x_kay_get_peer_sci() 452 struct ieee802_1x_kay_peer, list) { in ieee802_1x_kay_get_peer_sci() 491 dl_list_add(&psc->sa_list, &psa->list); in ieee802_1x_kay_init_receive_sa() 512 dl_list_del(&psa->list); in ieee802_1x_kay_deinit_receive_sa() 567 list) in ieee802_1x_kay_deinit_receive_sc() 570 dl_list_del(&psc->list); in ieee802_1x_kay_deinit_receive_sc() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.c | 12 #include "list.h" 286 struct ieee802_1x_mka_participant, list) { in ieee802_1x_kay_get_participant() 308 struct ieee802_1x_mka_participant, list) { in ieee802_1x_kay_get_principal_participant() 323 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) { in get_peer_mi() 446 struct ieee802_1x_kay_peer, list) { in ieee802_1x_kay_get_peer_sci() 452 struct ieee802_1x_kay_peer, list) { in ieee802_1x_kay_get_peer_sci() 491 dl_list_add(&psc->sa_list, &psa->list); in ieee802_1x_kay_init_receive_sa() 512 dl_list_del(&psa->list); in ieee802_1x_kay_deinit_receive_sa() 567 list) in ieee802_1x_kay_deinit_receive_sc() 570 dl_list_del(&psc->list); in ieee802_1x_kay_deinit_receive_sc() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_bufs.c | 144 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where 153 struct drm_map_list *list; in drm_addmap_core() local 205 list = drm_find_matching_map(dev, map); in drm_addmap_core() 206 if (list != NULL) { in drm_addmap_core() 207 if (list->map->size != map->size) { in drm_addmap_core() 211 list->map->size); in drm_addmap_core() 212 list->map->size = map->size; in drm_addmap_core() 216 *maplist = list; in drm_addmap_core() 239 list = drm_find_matching_map(dev, map); in drm_addmap_core() 240 if (list ! in drm_addmap_core() 382 struct drm_map_list *list; drm_legacy_addmap() local 467 struct list_head *list; drm_legacy_getmap_ioctl() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_bufs.c | 144 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where 153 struct drm_map_list *list; in drm_addmap_core() local 205 list = drm_find_matching_map(dev, map); in drm_addmap_core() 206 if (list != NULL) { in drm_addmap_core() 207 if (list->map->size != map->size) { in drm_addmap_core() 211 list->map->size); in drm_addmap_core() 212 list->map->size = map->size; in drm_addmap_core() 216 *maplist = list; in drm_addmap_core() 239 list = drm_find_matching_map(dev, map); in drm_addmap_core() 240 if (list ! in drm_addmap_core() 383 struct drm_map_list *list; drm_legacy_addmap() local 467 struct list_head *list; drm_legacy_getmap_ioctl() local [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | chmc.c | 11 #include <linux/list.h> 89 struct list_head list; member 178 struct list_head list; member 184 static void mc_list_add(struct list_head *list) in mc_list_add() argument 187 list_add(list, &mctrl_list); in mc_list_add() 191 static void mc_list_del(struct list_head *list) in mc_list_del() argument 194 list_del_init(list); in mc_list_del() 277 list_for_each_entry(p, &mctrl_list, list) { in jbusmc_find_dimm_group() 425 INIT_LIST_HEAD(&p->list); in jbusmc_probe() 466 mc_list_add(&p->list); in jbusmc_probe() [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | chmc.c | 11 #include <linux/list.h> 90 struct list_head list; member 179 struct list_head list; member 185 static void mc_list_add(struct list_head *list) in mc_list_add() argument 188 list_add(list, &mctrl_list); in mc_list_add() 192 static void mc_list_del(struct list_head *list) in mc_list_del() argument 195 list_del_init(list); in mc_list_del() 278 list_for_each_entry(p, &mctrl_list, list) { in jbusmc_find_dimm_group() 426 INIT_LIST_HEAD(&p->list); in jbusmc_probe() 467 mc_list_add(&p->list); in jbusmc_probe() [all...] |
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_if.c | 146 list_for_each_entry(p, &br->port_list, list) { in br_manage_promisc() 210 list_for_each_entry(cur_p, &p->br->port_list, list) { in nbp_backup_clear() 227 list_for_each_entry(p, &br->port_list, list) { in nbp_update_port_count() 295 list_for_each_entry(p, &br->port_list, list) { in get_max_headroom() 309 list_for_each_entry(p, &br->port_list, list) in update_headroom() 341 list_del_rcu(&p->list); in del_nbp() 375 list_for_each_entry_safe(p, n, &br->port_list, list) { in br_dev_delete() 401 list_for_each_entry(p, &br->port_list, list) { in find_portno() 498 list_for_each_entry(p, &br->port_list, list) in br_mtu_min() 526 list_for_each_entry(p, &br->port_list, list) { in br_set_gso_limits() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_tables_offload.c | 205 list_for_each_entry(block_cb, cb_list, list) { in nft_setup_cb_call() 230 list_for_each_entry(hook, &basechain->hook_list, list) { in nft_chain_offload_support() 302 list_for_each_entry(rule, &chain->rules, list) { in nft_flow_offload_unbind() 309 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) { in nft_flow_offload_unbind() 310 list_del(&block_cb->list); in nft_flow_offload_unbind() 385 list_move(&block_cb->list, &bo.cb_list); in nft_indr_block_cleanup() 433 list_for_each_entry(hook, &basechain->hook_list, list) { in nft_flow_block_chain() 451 list_for_each_entry(hook, &basechain->hook_list, list) { in nft_flow_block_chain() 486 list_for_each_entry_continue_reverse(trans, &nft_net->commit_list, list) { in nft_flow_rule_offload_abort() 537 list_for_each_entry(trans, &nft_net->commit_list, list) { in nft_flow_rule_offload_commit() [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | plock.c | 33 struct list_head list; member 51 list_for_each_entry(iter, &recv_list, list) { in plock_lookup_waiter() 95 list_add_tail(&op->list, &send_list); in send_op() 199 list_del(&op->list); in dlm_posix_lock() 224 WARN_ON(!list_empty(&op->list)); in dlm_posix_lock() 251 WARN_ON(!list_empty(&op->list)); in dlm_plock_callback() 344 WARN_ON(!list_empty(&op->list)); in dlm_posix_unlock() 408 list_del(&op->list); in dlm_posix_cancel() 461 WARN_ON(!list_empty(&op->list)); in dlm_posix_get() 490 /* a read copies out one plock request from the send list */ [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_irq.c | 71 * @list: Linked list entry referencing the next/previous handler 79 struct list_head list; member 128 * Remove a handler and return a pointer to handler list from which the 159 list); in remove_irq_handler() 165 /* Found our handler. Remove it from the list. */ in remove_irq_handler() 166 list_del(&handler->list); in remove_irq_handler() 214 list); in unregister_all_irq_handlers() 219 list_del(&handler->list); in unregister_all_irq_handlers() 226 list); in unregister_all_irq_handlers() [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | kbuf.c | 45 struct hlist_node list; member 63 * Store buffer group ID and finally mark the list as visible. in io_buffer_add_list() 95 list_add(&buf->list, &bl->buf_list); in io_kbuf_recycle_legacy() 110 * 1) The io_buffers_cache list. This one is protected by the in __io_put_kbuf() 112 * list as we can grab it from issue as well. in __io_put_kbuf() 113 * 2) The io_buffers_comp list. This one is protected by the in __io_put_kbuf() 116 * We migrate buffers from the comp_list to the issue cache list in __io_put_kbuf() 142 kbuf = list_first_entry(&bl->buf_list, struct io_buffer, list); in io_provided_buffer_select() 143 list_del(&kbuf->list); in io_provided_buffer_select() 243 hlist_for_each_entry(ibf, &ctx->io_buf_list, list) { in io_kbuf_mark_free() [all...] |
/kernel/linux/linux-6.6/drivers/pci/endpoint/ |
H A D | pci-epc-core.c | 602 struct list_head *list; in pci_epc_add_epf() local 633 list = &epf->list; in pci_epc_add_epf() 637 list = &epf->sec_epc_list; in pci_epc_add_epf() 640 list_add_tail(list, &epc->pci_epf); in pci_epc_add_epf() 660 struct list_head *list; in pci_epc_remove_epf() local 668 list = &epf->list; in pci_epc_remove_epf() 671 list = &epf->sec_epc_list; in pci_epc_remove_epf() 676 list_del(list); in pci_epc_remove_epf() [all...] |
/third_party/python/Lib/test/ |
H A D | test_difflib.py | 12 self.assertEqual(list(sm.get_opcodes()), 18 self.assertEqual(list(sm.get_opcodes()), 27 self.assertEqual(list(sm.get_opcodes()), 90 diff = list(difflib.Differ().compare(["\tI am a buggy"],["\t\tI am a bug"])) 97 diff = list(difflib.Differ().compare(["\t \t \t^"], ["\t \t \t^\n"])) 105 list(difflib._mdiff(["2"], ["3"], 1)), 281 self.assertEqual(list(ud)[0:2], [ 285 self.assertEqual(list(cd)[0:2], [ 292 self.assertEqual(list(ud)[0:2], ["--- Original", "+++ Current"]) 295 self.assertEqual(list(c [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | eloop_win.c | 13 #include "list.h" 33 struct dl_list list; member 273 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_register_timeout() 275 dl_list_add(tmp->list.prev, &timeout->list); in eloop_register_timeout() 279 dl_list_add_tail(&eloop.timeout, &timeout->list); in eloop_register_timeout() 287 dl_list_del(&timeout->list); in eloop_remove_timeout() 299 struct eloop_timeout, list) { in eloop_cancel_timeout() 326 struct eloop_timeout, list) { in eloop_cancel_timeout_one() 346 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_is_timeout_registered() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | eloop_win.c | 13 #include "list.h" 33 struct dl_list list; member 273 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_register_timeout() 275 dl_list_add(tmp->list.prev, &timeout->list); in eloop_register_timeout() 279 dl_list_add_tail(&eloop.timeout, &timeout->list); in eloop_register_timeout() 287 dl_list_del(&timeout->list); in eloop_remove_timeout() 299 struct eloop_timeout, list) { in eloop_cancel_timeout() 326 struct eloop_timeout, list) { in eloop_cancel_timeout_one() 346 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_is_timeout_registered() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | cipso_ipv4.c | 27 #include <linux/list.h> 44 * if in practice there are a lot of different DOIs this list should 59 struct list_head list; member 70 struct list_head list; member 180 INIT_LIST_HEAD(&cipso_v4_cache[iter].list); in cipso_v4_cache_init() 203 &cipso_v4_cache[iter].list, list) { in cipso_v4_cache_invalidate() 204 list_del(&entry->list); in cipso_v4_cache_invalidate() 249 list_for_each_entry(entry, &cipso_v4_cache[bkt].list, list) { in cipso_v4_cache_check() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | cipso_ipv4.c | 27 #include <linux/list.h> 44 * if in practice there are a lot of different DOIs this list should 59 struct list_head list; member 70 struct list_head list; member 180 INIT_LIST_HEAD(&cipso_v4_cache[iter].list); in cipso_v4_cache_init() 202 &cipso_v4_cache[iter].list, list) { in cipso_v4_cache_invalidate() 203 list_del(&entry->list); in cipso_v4_cache_invalidate() 248 list_for_each_entry(entry, &cipso_v4_cache[bkt].list, list) { in cipso_v4_cache_check() [all...] |