Home
last modified time | relevance | path

Searched refs:global_list (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/intrusive/example/
Ddoc_entity.cpp41 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/
Droles-test.c54 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()
Divi-shell-app-test.c57 wl_list_for_each(g, &client->global_list, link) { in get_ivi_application()
Divi-layout-test-client.c80 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()
Dinput-timestamps-helper.c50 wl_list_for_each(g, &client->global_list, link) { in get_input_timestamps_manager()
Dweston-test-client-helper.c752 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()
Dtext-test.c192 wl_list_for_each(global, &client->global_list, link) { in TEST()
Dsubsurface-shot-test.c64 wl_list_for_each(g, &client->global_list, link) { in get_subcompositor()
Dweston-test-client-helper.h59 struct wl_list global_list; member
Dpresentation-test.c60 wl_list_for_each(g, &client->global_list, link) { in get_presentation()
Dlinux-explicit-synchronization-test.c59 wl_list_for_each(g, &client->global_list, link) { in get_linux_explicit_synchronization()
Dsubsurface-test.c61 wl_list_for_each(g, &client->global_list, link) { in get_subcompositor()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c74 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/
Dwindow.h68 struct wl_list global_list; member
/third_party/wayland_standard/src/
Dwayland-server.c95 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/
DNVPTXAsmPrinter.cpp903 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/
Dwindow.c127 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()