Home
last modified time | relevance | path

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

12345678910>>...57

/external/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 …]
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst143 .. section: Library
152 .. section: Library
161 .. section: Library
170 .. section: Library
180 .. section: Library
190 .. section: Library
199 .. section: Library
208 .. section: Library
217 .. section: Library
228 .. section: Library
[all …]
D2.7.1rc1.rst183 .. section: Library
192 .. section: Library
201 .. section: Library
210 .. section: Library
219 .. section: Library
228 .. section: Library
238 .. section: Library
247 .. section: Library
256 .. section: Library
266 .. section: Library
[all …]
D2.7.10rc1.rst52 .. section: Library
61 .. section: Library
71 .. section: Library
81 .. section: Library
91 .. section: Library
100 .. section: Library
110 .. section: Library
121 .. section: Library
130 .. section: Library
140 .. section: Library
[all …]
D2.7.9rc1.rst102 .. section: Library
111 .. section: Library
121 .. section: Library
131 .. section: Library
143 .. section: Library
153 .. section: Library
162 .. section: Library
172 .. section: Library
181 .. section: Library
190 .. section: Library
[all …]
D2.7.3rc1.rst261 .. section: Library
271 .. section: Library
280 .. section: Library
290 .. section: Library
299 .. section: Library
308 .. section: Library
318 .. section: Library
327 .. section: Library
337 .. section: Library
347 .. section: Library
[all …]
D2.6a1.rst1333 .. section: Library
1342 .. section: Library
1351 .. section: Library
1360 .. section: Library
1369 .. section: Library
1378 .. section: Library
1388 .. section: Library
1397 .. section: Library
1406 .. section: Library
1417 .. section: Library
[all …]
D2.7a1.rst844 On MacOSX /Library/Python/2.7/site-packages is added to the end sys.path,
1483 .. section: Library
1492 .. section: Library
1501 .. section: Library
1511 .. section: Library
1521 .. section: Library
1531 .. section: Library
1541 .. section: Library
1552 .. section: Library
1563 .. section: Library
[all …]
D2.7b2.rst89 ``~/Library/Python/2.7`` instead of ``~/.local``.
96 .. section: Library
106 .. section: Library
116 .. section: Library
125 .. section: Library
137 .. section: Library
147 .. section: Library
156 .. section: Library
166 .. section: Library
176 .. section: Library
[all …]
D2.7.2rc1.rst232 .. section: Library
242 .. section: Library
252 .. section: Library
261 .. section: Library
271 .. section: Library
281 .. section: Library
292 .. section: Library
302 .. section: Library
313 .. section: Library
322 .. section: Library
[all …]
D2.7.7rc1.rst116 .. section: Library
125 .. section: Library
136 .. section: Library
145 .. section: Library
155 .. section: Library
166 .. section: Library
176 .. section: Library
186 .. section: Library
196 .. section: Library
206 .. section: Library
[all …]
/external/deqp/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 …]
/external/deqp/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 …]
/external/python/cpython3/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
264 .. 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.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.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.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.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 …]
/external/deqp/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 …]

12345678910>>...57