/third_party/pulseaudio/src/tests/ |
D | volume-ui.py | 3 import pygtk, gtk, sys 168 window = gtk.Window(gtk.WINDOW_TOPLEVEL) 172 vbox = gtk.VBox(spacing=6) 214 channel_labels[i] = gtk.Label(cm.position_to_pretty_string(cm.map[i])) 218 channel_scales[i] = gtk.HScale() 221 channel_scales[i].set_value_pos(gtk.POS_RIGHT) 224 channel_dB_labels[i] = gtk.Label("-xxx dB") 228 value_label = gtk.Label("Value") 231 value_scale = gtk.HScale() 233 value_scale.set_value_pos(gtk.POS_RIGHT) [all …]
|
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/ |
D | CMakeLists.txt | 1 project(lws-minimal-gtk C) 8 set(SAMP lws-minimal-gtk) 19 # gtk pieces 23 set(LWS_GTK_INCLUDE_DIRS CACHE PATH "Path to the gtk include directory") 24 set(LWS_GTK_LIBRARIES CACHE PATH "Path to the gtk library") 25 PKG_SEARCH_MODULE(LWS_GTK2 gtk+-3.0) 30 message("gtk include dir: ${LWS_GTK_INCLUDE_DIRS}") 31 message("gtk libraries: ${LWS_GTK_LIBRARIES}")
|
D | README.md | 1 # lws minimal http client gtk 4 from inside a gtk app using gtk / glib main loop directly.
|
/third_party/libexif/m4m/ |
D | gp-documentation.m4 | 72 dnl * determine presence of prerequisites (only gtk-doc for now) 82 # gtk-doc: We use gtk-doc for building our documentation. However, we 90 [Use gtk-doc to build documentation [default=no]])],[ 101 gtkdoc_msg="no (http://www.gtk.org/rdp/download.html)" 105 GP_CONFIG_MSG([build API docs with gtk-doc],[$gtkdoc_msg])
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | Makefile | 20 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0) 21 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0) 24 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 25 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | meson.build | 13 gtk_dep = dependency('gtk+-3.0', required : get_option('gtk3')) 21 gtk_x11_dep = dependency('gtk+-x11-3.0', required : false) 30 gtk_wayland_dep = dependency('gtk+-wayland-3.0', required : false)
|
D | gstplugin.c | 46 gtk,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa.c | 883 u8 gtk[32]; member 892 const u8 *_gtk = gd->gtk; in wpa_supplicant_install_gtk() 896 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && in wpa_supplicant_install_gtk() 897 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || in wpa_supplicant_install_gtk() 899 os_memcmp(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk() 907 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len); in wpa_supplicant_install_gtk() 914 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk() 915 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk() 916 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk() 943 os_memcpy(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk() [all …]
|
D | wpa_ft.c | 690 u8 gtk[32]; in wpa_ft_process_gtk_subelem() local 714 gtk_elem_len - 19 > sizeof(gtk)) { in wpa_ft_process_gtk_subelem() 720 if (aes_unwrap(kek, kek_len, gtk_len / 8, gtk_elem + 11, gtk)) { in wpa_ft_process_gtk_subelem() 751 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen); in wpa_ft_process_gtk_subelem() 755 os_memcpy(tmp, gtk + 16, 8); in wpa_ft_process_gtk_subelem() 756 os_memcpy(gtk + 16, gtk + 24, 8); in wpa_ft_process_gtk_subelem() 757 os_memcpy(gtk + 24, tmp, 8); in wpa_ft_process_gtk_subelem() 760 gtk_elem + 3, rsc_len, gtk, keylen) < 0) { in wpa_ft_process_gtk_subelem() 1018 if (wpa_ft_process_gtk_subelem(sm, parse.gtk, parse.gtk_len) < 0) in wpa_ft_validate_reassoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa.c | 1048 u8 gtk[32]; member 1057 const u8 *_gtk = gd->gtk; in wpa_supplicant_install_gtk() 1061 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && in wpa_supplicant_install_gtk() 1062 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || in wpa_supplicant_install_gtk() 1064 os_memcmp(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk() 1072 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len); in wpa_supplicant_install_gtk() 1079 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk() 1080 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk() 1081 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk() 1109 os_memcpy(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk() [all …]
|
D | wpa_ft.c | 757 u8 gtk[32]; in wpa_ft_process_gtk_subelem() local 781 gtk_elem_len - 19 > sizeof(gtk)) { in wpa_ft_process_gtk_subelem() 787 if (aes_unwrap(kek, kek_len, gtk_len / 8, gtk_elem + 11, gtk)) { in wpa_ft_process_gtk_subelem() 818 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen); in wpa_ft_process_gtk_subelem() 822 os_memcpy(tmp, gtk + 16, 8); in wpa_ft_process_gtk_subelem() 823 os_memcpy(gtk + 16, gtk + 24, 8); in wpa_ft_process_gtk_subelem() 824 os_memcpy(gtk + 24, tmp, 8); in wpa_ft_process_gtk_subelem() 827 gtk_elem + 3, rsc_len, gtk, keylen, in wpa_ft_process_gtk_subelem() 1214 if (wpa_ft_process_gtk_subelem(sm, parse.gtk, parse.gtk_len) < 0 || in wpa_ft_validate_reassoc_resp()
|
/third_party/glib/ |
D | README.md | 12 <https://www.gtk.org/> 29 * [GLib](https://docs.gtk.org/glib/) 30 * [GObject](https://docs.gtk.org/gobject/) 31 * [GModule](https://docs.gtk.org/gmodule/) 32 * [GIO](https://docs.gtk.org/gio/)
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | BUILD.md | 4 …sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-dev … 8 sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-dev 16 On macOS, `brew install pkg-config ragel gtk-doc freetype glib cairo meson` then use
|
D | Makefile.am | 51 $(srcdir)/gtk-doc.make \ 52 $(srcdir)/m4/gtk-doc.m4 \ 82 --enable-gtk-doc \
|
/third_party/gstreamer/gstplugins_bad/tests/examples/waylandsink/ |
D | meson.build | 1 gtk_dep = dependency('gtk+-3.0', required : get_option('examples')) 2 gtk_wayland_dep = dependency('gtk+-wayland-3.0', required : get_option('examples'))
|
/third_party/gstreamer/gstplugins_bad/tests/examples/va/ |
D | meson.build | 5 gtk_dep = dependency('gtk+-3.0', required : get_option('examples')) 6 gtk_x11_dep = dependency('gtk+-x11-3.0', required : get_option('examples'))
|
/third_party/cef/patch/patches/ |
D | chrome_browser.patch | 6 import("//build/config/linux/gtk/gtk.gni")
|
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/ |
D | meson.build | 7 executable('gtk-videooverlay', 'gtk-videooverlay.c',
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | meson.build | 2 message('Skipping gtk-doc while building on Windows') 7 message('Not building documentation as gtk-doc was not found')
|
/third_party/libabigail/ |
D | default.abignore | 83 soname_regexp = libwebkit2?gtk-.*\\.so.* 88 soname_regexp = libwebkit2?gtk-.*\\.so.* 93 soname_regexp = libwebkit2?gtk-.*\\.so.*
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | Makefile | 36 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 37 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
|
/third_party/libabigail/tests/data/test-diff-pkg/ |
D | GtkAda-gl-2.24.2-29.fc29.x86_64--2.24.2-30.fc30.x86_64-report-0.txt | 25 …ew(gtk__glarea__gtk_glarea, const gtk__glarea__attributes_array___XUP)' at gtk-glarea.adb:63:1 has… 27 …in unqualified underlying type 'struct gtk__glarea__attributes_array___XUP' at gtk-glarea.ads:48:1:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.c | 1376 const u8 *gnonce, u8 *gtk, size_t gtk_len) in wpa_gmk_to_gtk() argument 1403 gtk, gtk_len) < 0) in wpa_gmk_to_gtk() 1408 gtk, gtk_len) < 0) in wpa_gmk_to_gtk() 1412 gtk, gtk_len) < 0) in wpa_gmk_to_gtk() 2657 u8 *gtk, dummy_gtk[32]; in fils_prepare_plainbuf() local 2688 gtk = gsm->GTK[gsm->GN - 1]; in fils_prepare_plainbuf() 2700 gtk = dummy_gtk; in fils_prepare_plainbuf() 2706 gtk, gtk_len); in fils_prepare_plainbuf() 3153 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos, dummy_gtk[32]; in SM_STATE() local 3196 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/ |
D | meson.build | 3 subdir('gtk', if_found : gtk_dep) subdir
|
/third_party/mesa3d/src/intel/tools/imgui/ |
D | meson.build | 3 dependency('gtk+-3.0'),
|