/third_party/libxml2/result/ |
D | rdf2.rdr | 153 /usr/share/ncurses4 154 /usr/share/ncurses4/tabset 155 /usr/share/ncurses4/tabset/std 156 /usr/share/ncurses4/tabset/stdcrt 157 /usr/share/ncurses4/tabset/vt100 158 /usr/share/ncurses4/tabset/vt300 159 /usr/share/ncurses4/terminfo 160 /usr/share/ncurses4/terminfo/1 161 /usr/share/ncurses4/terminfo/1/1178 162 /usr/share/ncurses4/terminfo/1/1730-lm [all …]
|
D | rdf2.rde | 153 /usr/share/ncurses4 154 /usr/share/ncurses4/tabset 155 /usr/share/ncurses4/tabset/std 156 /usr/share/ncurses4/tabset/stdcrt 157 /usr/share/ncurses4/tabset/vt100 158 /usr/share/ncurses4/tabset/vt300 159 /usr/share/ncurses4/terminfo 160 /usr/share/ncurses4/terminfo/1 161 /usr/share/ncurses4/terminfo/1/1178 162 /usr/share/ncurses4/terminfo/1/1730-lm [all …]
|
/third_party/curl/lib/ |
D | share.c | 40 struct Curl_share *share = calloc(1, sizeof(struct Curl_share)); in curl_share_init() local 41 if(share) { in curl_share_init() 42 share->magic = CURL_GOOD_SHARE; in curl_share_init() 43 share->specifier |= (1<<CURL_LOCK_DATA_SHARE); in curl_share_init() 45 if(Curl_mk_dnscache(&share->hostcache)) { in curl_share_init() 46 free(share); in curl_share_init() 51 return share; in curl_share_init() 56 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt() argument 65 if(!GOOD_SHARE_HANDLE(share)) in curl_share_setopt() 68 if(share->dirty) in curl_share_setopt() [all …]
|
/third_party/curl/packages/vms/ |
D | pcsi_gnv_curl_file_list.txt | 50 [gnv.usr]share.dir 51 [gnv.usr.share] 52 [gnv.usr.share]man.dir 53 [gnv.usr.share.man] 54 [gnv.usr.share.man]man1.dir 55 [gnv.usr.share.man.man1] 56 [gnv.usr.share.man]man3.dir 57 [gnv.usr.share.man.man3] 71 [gnv.usr.share.man.man1]curl-config.1 72 [gnv.usr.share.man.man1]curl.1 [all …]
|
/third_party/gettext/ |
D | PACKAGING | 61 $prefix/share/gettext/ABOUT-NLS 67 $prefix/share/man/man1/gettext.1 68 $prefix/share/man/man1/ngettext.1 69 $prefix/share/man/man1/envsubst.1 70 $prefix/share/doc/gettext/gettext.1.html 71 $prefix/share/doc/gettext/ngettext.1.html 72 $prefix/share/doc/gettext/envsubst.1.html 73 $prefix/share/locale/*/LC_MESSAGES/gettext-runtime.mo 76 $prefix/share/locale/locale.alias (not installed on glibc and Solaris 11 systems) 78 $prefix/share/man/man3/* [all …]
|
/third_party/XKeyboardConfig/ |
D | BUILD.gn | 3 source = "build/usr/local/share/X11/xkb/geometry/sgi_vndr/indy" 9 source = "build/usr/local/share/X11/xkb/geometry/sgi_vndr/O2" 15 source = "build/usr/local/share/X11/xkb/geometry/sgi_vndr/indigo" 21 source = "build/usr/local/share/X11/xkb/geometry/dell" 27 source = "build/usr/local/share/X11/xkb/geometry/nec" 33 source = "build/usr/local/share/X11/xkb/geometry/kinesis" 39 source = "build/usr/local/share/X11/xkb/geometry/ataritt" 45 source = "build/usr/local/share/X11/xkb/geometry/steelseries" 51 source = "build/usr/local/share/X11/xkb/geometry/typematrix" 57 source = "build/usr/local/share/X11/xkb/geometry/hhk" [all …]
|
/third_party/e2fsprogs/debian/ |
D | e2fsprogs.install | 26 usr/share/man/man1/chattr.1 27 usr/share/man/man1/lsattr.1 28 usr/share/man/man5/e2fsck.conf.5 29 usr/share/man/man5/ext?.5 30 usr/share/man/man5/mke2fs.conf.5 31 usr/share/man/man8/badblocks.8 32 usr/share/man/man8/debugfs.8 33 usr/share/man/man8/dumpe2fs.8 34 usr/share/man/man8/e2freefrag.8 35 usr/share/man/man8/e2fsck.8 [all …]
|
D | rules | 8 include /usr/share/dpkg/default.mk 46 --infodir=/usr/share/info --enable-symlink-install \ 101 (cd debian/tmp/usr/share/man/man8 ; cp e2fsck.8 e2fsck.static.8) 109 usr/share/doc/e2fsprogs 116 debian/e2fsprogs-udeb/usr/share/lintian/overrides/e2fsprogs-udeb 120 $(INSTALL) -d debian/libext2fs-dev/usr/share/doc/libext2fs2/html-info/ 122 debian/libext2fs-dev/usr/share/doc/libext2fs2/html-info/ 123 $(INSTALL) -d debian/comerr-dev/usr/share/doc/comerr-dev/html-info/ 125 debian/comerr-dev/usr/share/doc/comerr-dev/html-info/ 128 mkdir -p debian/comerr-dev/usr/share/doc/comerr-dev [all …]
|
/third_party/curl/tests/libtest/ |
D | lib586.c | 29 CURLSH *share; member 113 curl_easy_setopt(curl, CURLOPT_SHARE, tdata->share); in fire() 137 CURLSH *share; in test() local 152 share = curl_share_init(); in test() 153 if(!share) { in test() 161 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test() 165 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test() 169 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test() 173 scode = curl_share_setopt(share, CURLSHOPT_SHARE, in test() 179 curl_share_cleanup(share); in test() [all …]
|
D | lib506.c | 31 CURLSH *share; member 147 curl_easy_setopt(curl, CURLOPT_SHARE, tdata->share); in fire() 181 CURLSH *share; in test() local 199 share = curl_share_init(); in test() 200 if(!share) { in test() 208 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test() 212 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test() 216 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user); in test() 220 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); in test() 224 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); in test() [all …]
|
D | lib1554.c | 47 CURLSH *share; in test() local 52 share = curl_share_init(); in test() 53 if(!share) { in test() 59 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in test() 60 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in test() 61 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test() 72 curl_easy_setopt(curl, CURLOPT_SHARE, share); in test() 86 curl_share_cleanup(share); in test()
|
D | lib1541.c | 86 CURLSH *share; member 100 curl_easy_setopt(curl, CURLOPT_SHARE, u->share); in run_thread() 114 CURLSH *share; in test() local 120 share = curl_share_init(); in test() 121 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, lock_cb); in test() 122 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, unlock_cb); in test() 123 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in test() 130 url[i].share = share; in test() 147 curl_share_cleanup(share); in test()
|
/third_party/typescript/tests/baselines/reference/ |
D | deepExcessPropertyCheckingWhenTargetIsIntersection.types | 34 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); 35 >TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}) : null 37 >{icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }} : { icon: { props: { IN… 39 >{ props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } : { props: { INVALID_PROP_NAME:… 41 >{ INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } : { INVALID_PROP_NAME: string; ariaLabel: … 43 >'share' : "share" 58 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); 59 >TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}) : null 61 >{icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }} : { icon: { props: { IN… 63 >{ props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } : { props: { INVALID_PROP_NAME:… [all …]
|
D | nonObjectUnionNestedExcessPropertyCheck.types | 20 const propB1: IProps | number = { INVALID_PROP_NAME: 'share', iconProp: 'test' }; 22 >{ INVALID_PROP_NAME: 'share', iconProp: 'test' } : { INVALID_PROP_NAME: string; iconProp: string; } 24 >'share' : "share" 40 const propA1: INestedProps | number = { nestedProps: { INVALID_PROP_NAME: 'share', iconProp: 'test'… 42 >{ nestedProps: { INVALID_PROP_NAME: 'share', iconProp: 'test' } } : { nestedProps: { INVALID_PROP_… 44 >{ INVALID_PROP_NAME: 'share', iconProp: 'test' } : { INVALID_PROP_NAME: string; iconProp: string; } 46 >'share' : "share"
|
/third_party/curl/docs/examples/ |
D | shared-connection-cache.c | 49 CURLSH *share; in main() local 52 share = curl_share_init(); in main() 53 curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT); in main() 55 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock); in main() 56 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in main() 69 curl_easy_setopt(curl, CURLOPT_SHARE, share); in main() 83 curl_share_cleanup(share); in main()
|
/third_party/boost/libs/thread/test/sync/futures/shared_future/ |
D | then_executor_pass.cpp | 63 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() 85 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() 107 boost::future<int> f2 = boost::async(p1).share().then(ex, &p2); in main() 113 boost::shared_future<int> f1 = boost::async(p1).share(); in main() 114 boost::shared_future<int> f21 = f1.then(ex, &p2).share(); in main() 121 boost::shared_future<int> f1 = boost::async(p1).share(); in main() 122 boost::shared_future<int> f21 = f1.then(ex, &p2).share(); in main() 129 boost::shared_future<int> f1 = boost::async(p1).share(); in main() 130 boost::future<int> f2= f1.then(ex, &p2).share().then(ex, &p2); in main() 136 boost::future<int> f2 = boost::async(p1).share().then(ex, &p2).share().then(ex, &p2); in main()
|
D | then_pass.cpp | 59 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() 80 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() 104 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() 125 boost::future<int> f2 = boost::async(p1).share().then(&p2); in main() 130 boost::shared_future<int> f1 = boost::async(p1).share(); in main() 131 boost::shared_future<int> f21 = f1.then(&p2).share(); in main() 137 boost::shared_future<int> f1 = boost::async(p1).share(); in main() 138 boost::future<int> f2= f1.then(&p2).share().then(&p2); in main() 143 boost::future<int> f2 = boost::async(p1).share().then(&p2).share().then(&p2); in main()
|
/third_party/weston/ |
D | weston.ini.in | 9 background-image=/usr/share/backgrounds/gnome/Aqua.jpg 22 #lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png 23 #lockscreen=/usr/share/backgrounds/gnome/Garden.jpg 24 #homescreen=/usr/share/backgrounds/gnome/Blinds.jpg 28 icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 32 icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 36 icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png 40 icon=/usr/share/icons/gnome/24x24/apps/arts.png 50 #icc_profile=/usr/share/color/icc/colord/Bluish.icc 83 [screen-share]
|
/third_party/libwebsockets/contrib/ |
D | cross-openwrt-makefile | 87 $(INSTALL_DIR) $(1)/usr/share/libwebsockets-test-server 88 …$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/libwebsockets-test-server/favicon.ico $(1)/usr/share/… 89 …$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/libwebsockets-test-server/leaf.jpg $(1)/usr/share/lib… 90 …$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/libwebsockets-test-server/libwebsockets.org-logo.png … 91 …NSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/libwebsockets-test-server/libwebsockets-test-server.key.… 92 …(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/libwebsockets-test-server/libwebsockets-test-server.pe… 93 …$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/libwebsockets-test-server/test.html $(1)/usr/share/li…
|
/third_party/curl/tests/data/ |
D | test506 | 92 lock: share [Pigs in space]: 0 93 unlock: share [Pigs in space]: 1 112 lock: share [Pigs in space]: 14 113 unlock: share [Pigs in space]: 15 116 lock: share [Pigs in space]: 16 117 unlock: share [Pigs in space]: 17 141 lock: share [Pigs in space]: 38 142 unlock: share [Pigs in space]: 39 145 lock: share [Pigs in space]: 40 146 unlock: share [Pigs in space]: 41 [all …]
|
/third_party/boost/libs/fiber/test/ |
D | test_shared_future_dispatch.cpp | 48 boost::fibers::shared_future< int > f( p.get_future().share() ); in fn2() 169 boost::fibers::shared_future< int > f1 = p1.get_future().share(); in test_shared_future_get() 180 f1 = p2.get_future().share(); in test_shared_future_get() 198 boost::fibers::shared_future< A > f1 = p1.get_future().share(); in test_shared_future_get_move() 209 f1 = p2.get_future().share(); in test_shared_future_get_move() 227 boost::fibers::shared_future< int& > f1 = p1.get_future().share(); in test_shared_future_get_ref() 239 f1 = p2.get_future().share(); in test_shared_future_get_ref() 257 boost::fibers::shared_future< void > f1 = p1.get_future().share(); in test_shared_future_get_void() 268 f1 = p2.get_future().share(); in test_shared_future_get_void() 290 boost::fibers::shared_future< int > sf1 = f1.share(); in test_future_share() [all …]
|
D | test_shared_future_post.cpp | 48 boost::fibers::shared_future< int > f( p.get_future().share() ); in fn2() 169 boost::fibers::shared_future< int > f1 = p1.get_future().share(); in test_shared_future_get() 180 f1 = p2.get_future().share(); in test_shared_future_get() 198 boost::fibers::shared_future< A > f1 = p1.get_future().share(); in test_shared_future_get_move() 209 f1 = p2.get_future().share(); in test_shared_future_get_move() 227 boost::fibers::shared_future< int& > f1 = p1.get_future().share(); in test_shared_future_get_ref() 239 f1 = p2.get_future().share(); in test_shared_future_get_ref() 257 boost::fibers::shared_future< void > f1 = p1.get_future().share(); in test_shared_future_get_void() 268 f1 = p2.get_future().share(); in test_shared_future_get_void() 290 boost::fibers::shared_future< int > sf1 = f1.share(); in test_future_share() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_display_texture_share_group.txt | 35 This extension allows for the creation of OpenGL ES contexts that share 37 of sharing textures can be used in conjuction with regular share groups. 63 eglCreateContext is not NULL, all contexts within the share group must have 69 (1) What happens to the shared textures when a context in the global share 72 RESOLOVED: When the last context in the global texture share group is 73 destroyed, all textures in the global texture share group are released. If 74 a new context is created in the global texture share group, no textures 77 This mirrors how regular share groups work, releasing all objects when the
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_display_texture_share_group.txt | 35 This extension allows for the creation of OpenGL ES contexts that share 37 of sharing textures can be used in conjuction with regular share groups. 63 eglCreateContext is not NULL, all contexts within the share group must have 69 (1) What happens to the shared textures when a context in the global share 72 RESOLOVED: When the last context in the global texture share group is 73 destroyed, all textures in the global texture share group are released. If 74 a new context is created in the global texture share group, no textures 77 This mirrors how regular share groups work, releasing all objects when the
|
D | EGL_ANGLE_display_semaphore_share_group.txt | 35 This extension allows for the creation of OpenGL ES contexts that share 37 of sharing semaphores can be used in conjuction with regular share groups. 63 eglCreateContext is not NULL, all contexts within the share group must have 69 (1) What happens to the shared semaphores when a context in the global share 72 RESOLOVED: When the last context in the global semaphore share group is 73 destroyed, all semaphores in the global semaphore share group are released. If 74 a new context is created in the global semaphore share group, no semaphores 77 This mirrors how regular share groups work, releasing all objects when the
|