Home
last modified time | relevance | path

Searched refs:Library (Results 1 – 25 of 2230) sorted by relevance

12345678910>>...90

/third_party/libpng/projects/vstudio/
Dvstudio.sln43 Debug Library|Win32 = Debug Library|Win32
45 Release Library|Win32 = Release Library|Win32
49 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
50 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.Build.0 = Debug Library|Win32
53 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.ActiveCfg = Release Library|Win32
54 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.Build.0 = Release Library|Win32
57 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
58 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.Build.0 = Debug Library|Win32
61 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.ActiveCfg = Release Library|Win32
62 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.Build.0 = Release Library|Win32
[all …]
/third_party/skia/third_party/externals/libpng/projects/vstudio/
Dvstudio.sln43 Debug Library|Win32 = Debug Library|Win32
45 Release Library|Win32 = Release Library|Win32
49 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
50 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.Build.0 = Debug Library|Win32
53 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.ActiveCfg = Release Library|Win32
54 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.Build.0 = Release Library|Win32
57 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
58 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.Build.0 = Debug Library|Win32
61 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.ActiveCfg = Release Library|Win32
62 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.Build.0 = Release Library|Win32
[all …]
/third_party/flutter/skia/third_party/externals/libpng/projects/vstudio/
Dvstudio.sln43 Debug Library|Win32 = Debug Library|Win32
45 Release Library|Win32 = Release Library|Win32
49 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
50 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.Build.0 = Debug Library|Win32
53 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.ActiveCfg = Release Library|Win32
54 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.Build.0 = Release Library|Win32
57 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
58 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.Build.0 = Debug Library|Win32
61 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.ActiveCfg = Release Library|Win32
62 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.Build.0 = Release Library|Win32
[all …]
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwImpl.inl9 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
17 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
25 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
33 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
41 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
49 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
57 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
65 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
73 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
81 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluUtil.hpp43 class Library;
57 Version getVersion (const eglw::Library& egl, eglw::EGLDisplay display);
59 std::vector<std::string> getClientExtensions (const eglw::Library& egl);
60 std::vector<std::string> getDisplayExtensions (const eglw::Library& egl, eglw::EGLDisplay display…
61 bool hasExtension (const eglw::Library& egl, eglw::EGLDisplay display, const std::string& …
63 std::vector<eglw::EGLConfig> getConfigs (const eglw::Library& egl, eglw::EGLDisplay display);
64 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, …
65 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, …
66 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, …
67 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const…
[all …]
DegluUnique.hpp31 class Library;
40 UniqueDisplay (const eglw::Library& egl, eglw::EGLDisplay display);
47 const eglw::Library& m_egl;
58 UniqueSurface (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
65 const eglw::Library& m_egl;
77 UniqueContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLContext context);
84 const eglw::Library& m_egl;
96 …ScopedCurrentContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface draw, e…
100 const eglw::Library& m_egl;
107 UniqueImage (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLImage image);
[all …]
/third_party/python/Misc/NEWS.d/
D3.5.0a2.rst16 .. section: Library
26 .. section: Library
35 .. section: Library
45 .. section: Library
55 .. section: Library
65 .. section: Library
74 .. section: Library
83 .. section: Library
92 .. section: Library
101 .. section: Library
[all …]
D3.5.0a1.rst729 .. section: Library
738 .. section: Library
747 .. section: Library
757 .. section: Library
766 .. section: Library
776 .. section: Library
786 .. section: Library
796 .. section: Library
805 .. section: Library
814 .. section: Library
[all …]
D3.5.0b1.rst182 .. section: Library
192 .. section: Library
202 .. section: Library
213 .. section: Library
223 .. section: Library
232 .. section: Library
242 .. section: Library
253 .. section: Library
262 .. section: Library
273 .. section: Library
[all …]
D3.5.0a3.rst63 .. section: Library
73 .. section: Library
84 .. section: Library
93 .. section: Library
102 .. section: Library
111 .. section: Library
120 .. section: Library
130 .. section: Library
140 .. section: Library
150 .. section: Library
[all …]
D3.5.4rc1.rst4 .. original section: Library
16 .. original section: Library
33 .. original section: Library
46 .. original section: Library
210 .. section: Library
220 .. section: Library
229 .. section: Library
240 .. section: Library
250 .. section: Library
263 .. section: Library
[all …]
D3.6.0b2.rst236 .. section: Library
245 .. section: Library
254 .. section: Library
265 .. section: Library
275 .. section: Library
284 .. section: Library
293 .. section: Library
302 .. section: Library
311 .. section: Library
320 .. section: Library
[all …]
D3.5.3rc1.rst427 .. section: Library
437 .. section: Library
447 .. section: Library
457 .. section: Library
467 .. section: Library
476 .. section: Library
486 .. section: Library
495 .. section: Library
504 .. section: Library
514 .. section: Library
[all …]
D3.5.0a4.rst96 .. section: Library
106 .. section: Library
115 .. section: Library
126 .. section: Library
136 .. section: Library
145 .. section: Library
154 .. section: Library
164 .. section: Library
174 .. section: Library
185 .. section: Library
[all …]
D3.5.2rc1.rst379 .. original section: Library
389 .. original section: Library
400 .. section: Library
410 .. section: Library
420 .. section: Library
434 .. section: Library
445 .. section: Library
455 .. original section: Library
467 .. section: Library
477 .. section: Library
[all …]
D3.5.0b4.rst71 .. section: Library
81 .. section: Library
91 .. section: Library
101 .. section: Library
111 .. section: Library
121 .. section: Library
130 .. section: Library
140 .. section: Library
149 .. section: Library
159 .. section: Library
[all …]
D3.6.2rc1.rst152 .. section: Library
161 .. section: Library
171 .. section: Library
180 .. section: Library
190 .. section: Library
200 .. section: Library
210 .. section: Library
220 .. section: Library
230 .. original section: Library
242 .. section: Library
[all …]
D3.6.0b3.rst73 .. section: Library
83 .. section: Library
92 .. section: Library
103 .. section: Library
113 .. section: Library
124 .. section: Library
134 .. section: Library
144 .. section: Library
154 .. section: Library
163 .. section: Library
[all …]
D3.7.0a4.rst223 .. section: Library
233 .. section: Library
243 .. section: Library
253 .. section: Library
263 .. section: Library
272 .. section: Library
281 .. section: Library
291 .. section: Library
301 .. section: Library
311 .. section: Library
[all …]
D3.7.0b5.rst88 .. section: Library
98 .. section: Library
107 .. section: Library
116 .. section: Library
126 .. section: Library
138 .. section: Library
148 .. section: Library
157 .. section: Library
166 .. section: Library
175 .. section: Library
[all …]
D3.6.0a1.rst851 .. section: Library
862 .. section: Library
871 .. section: Library
881 .. section: Library
891 .. section: Library
904 .. section: Library
914 .. section: Library
923 .. section: Library
933 .. section: Library
943 .. section: Library
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglSyncTests.cpp77 typedef EGLSync (Library::*createSync)(EGLDisplay, EGLenum, const EGLAttrib *) const ;
78 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const ;
79 typedef EGLint (Library::*clientWaitSync)(EGLDisplay, EGLSync, EGLint, EGLTime) const ;
80 …typedef EGLint (Library::*clientWaitSyncKHR)(EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR) cons…
81 typedef EGLBoolean (Library::*getSyncAttrib)(EGLDisplay, EGLSync, EGLint, EGLAttrib *) const ;
82 typedef EGLBoolean (Library::*getSyncAttribKHR)(EGLDisplay, EGLSyncKHR, EGLint, EGLint *) const ;
83 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const ;
84 typedef EGLBoolean (Library::*destroySyncKHR)(EGLDisplay, EGLSyncKHR) const ;
85 typedef EGLBoolean (Library::*waitSync)(EGLDisplay, EGLSync, EGLint) const ;
86 typedef EGLint (Library::*waitSyncKHR)(EGLDisplay, EGLSyncKHR, EGLint) const ;
[all …]
/third_party/harfbuzz/test/shaping/data/in-house/tests/
Dmacos.tests2 /System/Library/Fonts/LucidaGrande.ttc:--font-funcs ot --show-flags:U+0041,U+0042,U+0043,U+0044:[A=…
5 /System/Library/Fonts/Helvetica.dfont@c7bec2785a4c402b7809b5e35337c3d24c18e281:--font-funcs ot:U+00…
6 /System/Library/Fonts/LucidaGrande.ttc@d89a9d7e57767bfe3b5a4cfd22bb1e9dbe03a062:--font-funcs ot:U+0…
7 /System/Library/Fonts/Times.dfont@39c954614d3f3317b28564db06d5b7b7a6ff0e39:--font-funcs ot:U+0066,U…
8 /Library/Fonts/Khmer MN.ttc@5f5b1072df99b7355d3066ea85fe82969d13c94a:--font-funcs ot:U+17A2,U+1780,…
9 /Library/Fonts/Tamil MN.ttc@37a2020c3f86ebcc45e02c1de5fdf81e2676989d:--font-funcs ot:U+0BA4,U+0BCA,…
10 /System/Library/Fonts/Times.dfont@39c954614d3f3317b28564db06d5b7b7a6ff0e39:--font-funcs ot:U+0041,U…
11 /System/Library/Fonts/LucidaGrande.ttc@d89a9d7e57767bfe3b5a4cfd22bb1e9dbe03a062:--font-funcs ot:U+0…
12 /Library/Fonts/Apple Chancery.ttf@5fc49ae9bce39e2105864323183b68ea34c9e562:--font-funcs ot:U+0054,U…
13 /Library/Fonts/Apple Chancery.ttf@5fc49ae9bce39e2105864323183b68ea34c9e562:--font-funcs ot:U+0054,U…
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Dmacos.tests2 /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc;--features=palt;U+FF11;[gid781=0@-78,0+842]
5 /System/Library/Fonts/LucidaGrande.ttc;--font-funcs ot --show-flags;U+0041,U+0042,U+0043,U+0044;[A=…
8 /System/Library/Fonts/Helvetica.dfont@c7bec2785a4c402b7809b5e35337c3d24c18e281;--font-funcs ot;U+00…
9 /System/Library/Fonts/LucidaGrande.ttc@d89a9d7e57767bfe3b5a4cfd22bb1e9dbe03a062;--font-funcs ot;U+0…
10 /System/Library/Fonts/Times.dfont@39c954614d3f3317b28564db06d5b7b7a6ff0e39;--font-funcs ot;U+0066,U…
11 /Library/Fonts/Khmer MN.ttc@5f5b1072df99b7355d3066ea85fe82969d13c94a;--font-funcs ot;U+17A2,U+1780,…
12 /Library/Fonts/Tamil MN.ttc@37a2020c3f86ebcc45e02c1de5fdf81e2676989d;--font-funcs ot;U+0BA4,U+0BCA,…
13 /System/Library/Fonts/Times.dfont@39c954614d3f3317b28564db06d5b7b7a6ff0e39;--font-funcs ot;U+0041,U…
14 /System/Library/Fonts/LucidaGrande.ttc@d89a9d7e57767bfe3b5a4cfd22bb1e9dbe03a062;--font-funcs ot;U+0…
15 /Library/Fonts/Apple Chancery.ttf@5fc49ae9bce39e2105864323183b68ea34c9e562;--font-funcs ot;U+0054,U…
[all …]
/third_party/boost/libs/graph/example/
Dboost_web_graph.expected12 2 Boost Library Requirements and Guidelines
16 2 Compose Library
17 2 Boost Graph Library
18 2 Property Map Library
25 Compose Library
26 Boost Graph Library
27 Property Map Library
37 Boost Library Requirements and Guidelines

12345678910>>...90