Home
last modified time | relevance | path

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

12345678910>>...68

/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/rust/crates/libloading/tests/
Dfunctions.rs5 use libloading::{Symbol, Library};
35 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32()
54 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct()
64 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0()
74 Library::new("target/this_location_is_definitely_non existent:^~").err().unwrap(); in wrong_name_fails()
82 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails()
92 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails()
102 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type()
113 unsafe fn get<'a, T>(l: &'a Library, _: T) -> Result<Symbol<'a, T>, libloading::Error> { in test_incompatible_type_named_fn() argument
117 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn()
[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.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.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 …]
/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/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/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.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.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.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 …]
/external/llvm-project/lld/test/MachO/
Dsyslibroot.test5 CHECK-NONEXISTENT-SYSLIBROOT: Library search paths:
12 CHECK-SYSLIBROOT: Library search paths:
15 RUN: mkdir -p %t/Library/libxml2-development
16 RUN: lld -flavor darwinnew -v -syslibroot %t -L /Library/libxml2-development | FileCheck %s -check-…
18 CHECK-ABSOLUTE-PATH-REROOTED: Library search paths:
19 CHECK-ABSOLUTE-PATH-REROOTED: [[ROOT]]/Library/libxml2-development
22 …w -v -syslibroot %t -L %t/Library/libxml2-development | FileCheck %s -check-prefix CHECK-PATH-WITH…
23 CHECK-PATH-WITHOUT-REROOT: Library search paths:
29 CHECK-SYSLIBROOT-MATRIX: Library search paths:
35 CHECK-SYSLIBROOT-IGNORED: Library search paths:
[all …]
/external/rust/crates/libloading/src/
Dlib.rs63 pub struct Library(imp::Library); struct
65 impl Library { impl
128 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, Error> { in new() argument
129 imp::Library::new(filename).map(From::from) in new()
210 impl fmt::Debug for Library { implementation
216 impl From<imp::Library> for Library { implementation
217 fn from(lib: imp::Library) -> Library { in from() argument
218 Library(lib) in from()
222 impl From<Library> for imp::Library { implementation
223 fn from(lib: Library) -> imp::Library { in from() argument
[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>>...68