Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 1199) sorted by relevance

12345678910>>...48

/third_party/libxml2/result/
Drdf2.rdr153 /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 …]
Drdf2.rde153 /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/
Dshare.c40 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/
Dpcsi_gnv_curl_file_list.txt50 [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/
DPACKAGING61 $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/alsa-lib/src/pcm/
Dpcm_share.c150 snd_pcm_share_t *share = list_entry(i, snd_pcm_share_t, list); in _snd_pcm_share_slave_forward() local
151 snd_pcm_t *pcm = share->pcm; in _snd_pcm_share_slave_forward()
152 switch (share->state) { in _snd_pcm_share_slave_forward()
166 if (share->state != SND_PCM_STATE_RUNNING) in _snd_pcm_share_slave_forward()
199 snd_pcm_share_t *share = pcm->private_data; in _snd_pcm_share_missing() local
200 snd_pcm_share_slave_t *slave = share->slave; in _snd_pcm_share_missing()
209 switch (share->state) { in _snd_pcm_share_missing()
219 share->hw_ptr = slave->hw_ptr; in _snd_pcm_share_missing()
222 …_snd_pcm_share_stop(pcm, share->state == SND_PCM_STATE_DRAINING ? SND_PCM_STATE_SETUP : SND_PCM_ST… in _snd_pcm_share_missing()
253 switch (share->state) { in _snd_pcm_share_missing()
[all …]
/third_party/e2fsprogs/debian/
De2fsprogs.install26 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 …]
Drules8 include /usr/share/dpkg/default.mk
46 --infodir=/usr/share/info --enable-symlink-install \
104 (cd debian/tmp/usr/share/man/man8 ; cp e2fsck.8 e2fsck.static.8)
113 usr/share/doc/e2fsprogs
121 debian/e2fsprogs-udeb/usr/share/lintian/overrides/e2fsprogs-udeb
126 $(INSTALL) -d debian/libext2fs-dev/usr/share/doc/libext2fs2/html-info/
128 debian/libext2fs-dev/usr/share/doc/libext2fs2/html-info/
129 $(INSTALL) -d debian/comerr-dev/usr/share/doc/comerr-dev/html-info/
131 debian/comerr-dev/usr/share/doc/comerr-dev/html-info/
134 mkdir -p debian/comerr-dev/usr/share/doc/comerr-dev
[all …]
/third_party/curl/tests/libtest/
Dlib586.c29 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 …]
Dlib506.c31 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 …]
Dlib1554.c47 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()
Dlib1541.c86 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/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_get.c114 int share = 0; in pthread_barrierattr_getpshared_0100() local
119 ret = pthread_barrierattr_setpshared(&attr, share); in pthread_barrierattr_getpshared_0100()
124 EXPECT_EQ("pthread_barrierattr_getpshared_0100", result, share); in pthread_barrierattr_getpshared_0100()
126 share = 1; in pthread_barrierattr_getpshared_0100()
127 ret = pthread_barrierattr_setpshared(&attr, share); in pthread_barrierattr_getpshared_0100()
131 EXPECT_EQ("pthread_barrierattr_getpshared_0100", result, share); in pthread_barrierattr_getpshared_0100()
168 int share = 0; in pthread_condattr_getpshared_0100() local
173 ret = pthread_condattr_setpshared(&attr, share); in pthread_condattr_getpshared_0100()
178 EXPECT_EQ("pthread_condattr_getpshared_0100", result, share); in pthread_condattr_getpshared_0100()
180 share = 1; in pthread_condattr_getpshared_0100()
[all …]
/third_party/alsa-lib/src/conf/
DBUILD.gn11 relative_install_dir = "audio/alsa/share"
20 relative_install_dir = "audio/alsa/share"
29 relative_install_dir = "audio/alsa/share/pcm"
38 relative_install_dir = "audio/alsa/share/pcm"
47 relative_install_dir = "audio/alsa/share/pcm"
56 relative_install_dir = "audio/alsa/share/pcm"
65 relative_install_dir = "audio/alsa/share/pcm"
74 relative_install_dir = "audio/alsa/share/pcm"
83 relative_install_dir = "audio/alsa/share/pcm"
92 relative_install_dir = "audio/alsa/share/pcm"
[all …]
/third_party/typescript/tests/baselines/reference/
DdeepExcessPropertyCheckingWhenTargetIsIntersection.types34 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 …]
DnonObjectUnionNestedExcessPropertyCheck.types20 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/mesa3d/.gitlab-ci/container/
Dcreate-rootfs.sh99 cp /usr/share/zoneinfo/Etc/UTC /etc/localtime
123 rm -rf /usr/share/doc/*
124 rm -rf /usr/share/locale/*
125 rm -rf /usr/share/X11/locale/*
126 rm -rf /usr/share/man
127 rm -rf /usr/share/i18n/*
128 rm -rf /usr/share/info/*
129 rm -rf /usr/share/lintian/*
130 rm -rf /usr/share/common-licenses/*
131 rm -rf /usr/share/mime/*
[all …]
/third_party/curl/docs/examples/
Dshared-connection-cache.c49 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/
Dthen_executor_pass.cpp63 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()
Dthen_pass.cpp59 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/
Dweston.ini.in9 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/
Dcross-openwrt-makefile87 $(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/
Dtest50692 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/
Dtest_shared_future_dispatch.cpp48 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 …]
Dtest_shared_future_post.cpp48 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 …]

12345678910>>...48