/third_party/boost/libs/intrusive/example/ |
D | doc_entity.cpp | 41 entity_list global_list; variable 45 { global_list.erase(entity_list::s_iterator_to(*this)); } in ~entity() 49 { global_list.push_back (*new some_entity(/*...*/)); } in insert_some_entity()
|
/third_party/weston/tests/ |
D | roles-test.c | 54 wl_list_for_each(g, &client->global_list, link) { in get_subcompositor() 82 wl_list_for_each(g, &client->global_list, link) { in get_wl_shell()
|
D | ivi-shell-app-test.c | 57 wl_list_for_each(g, &client->global_list, link) { in get_ivi_application()
|
D | ivi-layout-test-client.c | 80 wl_list_for_each(g, &client->global_list, link) { in client_create_runner() 134 wl_list_for_each(g, &client->global_list, link) { in get_ivi_application()
|
D | input-timestamps-helper.c | 50 wl_list_for_each(g, &client->global_list, link) { in get_input_timestamps_manager()
|
D | weston-test-client-helper.c | 752 wl_list_insert(client->global_list.prev, &global->link); in handle_global() 805 wl_list_for_each(global, &client->global_list, link) { in client_find_global_with_name() 943 wl_list_init(&client->global_list); in create_client() 1055 while (!wl_list_empty(&client->global_list)) { in client_destroy() 1056 global_destroy(container_of(client->global_list.next, in client_destroy() 1815 wl_list_for_each(tmp, &client->global_list, link) { in bind_to_singleton_global()
|
D | text-test.c | 192 wl_list_for_each(global, &client->global_list, link) { in TEST()
|
D | subsurface-shot-test.c | 64 wl_list_for_each(g, &client->global_list, link) { in get_subcompositor()
|
D | weston-test-client-helper.h | 59 struct wl_list global_list; member
|
D | presentation-test.c | 60 wl_list_for_each(g, &client->global_list, link) { in get_presentation()
|
D | linux-explicit-synchronization-test.c | 59 wl_list_for_each(g, &client->global_list, link) { in get_linux_explicit_synchronization()
|
D | subsurface-test.c | 61 wl_list_for_each(g, &client->global_list, link) { in get_subcompositor()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 74 wl_list_insert(p_display->global_list.prev, &p_global->link); in registry_handle_global() 455 wl_list_for_each(p_global, &p_display->global_list, link) in DisplaySetGlobalHandler() 530 wl_list_init(&p_display->global_list); in CreateDisplay()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | window.h | 68 struct wl_list global_list; member
|
/third_party/wayland_standard/src/ |
D | wayland-server.c | 95 struct wl_list global_list; member 915 wl_list_for_each(global, &display->global_list, link) in registry_bind() 919 if (&global->link == &display->global_list) in registry_bind() 997 wl_list_for_each(global, &display->global_list, link) in display_get_registry() 1062 wl_list_init(&display->global_list); in wl_display_create() 1141 wl_list_for_each_safe(global, gnext, &display->global_list, link) in wl_display_destroy() 1215 wl_list_insert(display->global_list.prev, &global->link); in wl_global_create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 903 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization() local 904 int i, n = global_list.size(); in doFinalization() 909 for (Module::global_iterator I = global_list.begin(), E = global_list.end(); in doFinalization() 914 while (!global_list.empty()) in doFinalization() 915 global_list.remove(global_list.begin()); in doFinalization() 922 global_list.insert(global_list.end(), gv_array[i]); in doFinalization()
|
/third_party/weston/clients/ |
D | window.c | 127 struct wl_list global_list; member 5761 wl_list_for_each(global, &display->global_list, link) in display_set_global_handler() 6001 wl_list_insert(d->global_list.prev, &global->link); in registry_handle_global() 6056 wl_list_for_each_safe(global, tmp, &d->global_list, link) { in registry_handle_global_remove() 6263 wl_list_init(&d->global_list); in display_create()
|