OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_library
(Results
1 - 17
of
17
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py
4
from ctypes.util import
find_library
namespace
8
lib_gl =
find_library
("OpenGL32")
9
lib_glu =
find_library
("Glu32")
12
lib_gl = lib_glu =
find_library
("OpenGL")
15
lib_gl =
find_library
("GL")
16
lib_glu =
find_library
("GLU")
17
lib_gle =
find_library
("gle")
test_loading.py
4
from ctypes.util import
find_library
namespace
9
libc_name =
find_library
("c")
15
libc_name =
find_library
("c")
39
lib =
find_library
(name)
48
print
find_library
("kernel32")
49
print
find_library
("user32")
test_errno.py
3
from ctypes.util import
find_library
namespace
12
libc_name =
find_library
("c")
test_callbacks.py
184
from ctypes.util import
find_library
namespace
185
libc_path =
find_library
("c")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py
4
from ctypes.util import
find_library
namespace
8
lib_gl =
find_library
("OpenGL32")
9
lib_glu =
find_library
("Glu32")
12
lib_gl = lib_glu =
find_library
("OpenGL")
15
lib_gl =
find_library
("GL")
16
lib_glu =
find_library
("GLU")
17
lib_gle =
find_library
("gle")
test_loading.py
4
from ctypes.util import
find_library
namespace
9
libc_name =
find_library
("c")
15
libc_name =
find_library
("c")
39
lib =
find_library
(name)
48
print
find_library
("kernel32")
49
print
find_library
("user32")
test_errno.py
3
from ctypes.util import
find_library
namespace
12
libc_name =
find_library
("c")
test_callbacks.py
184
from ctypes.util import
find_library
namespace
185
libc_path =
find_library
("c")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py
6
#
find_library
(name) returns the pathname of a library, or None.
63
def
find_library
(name):
function
85
def
find_library
(name):
function
90
def
find_library
(name):
function
183
def
find_library
(name):
function
223
def
find_library
(name, is64 = False):
function
255
def
find_library
(name):
function
266
print
find_library
("msvcrt")
270
print
find_library
("m")
271
print
find_library
("c"
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py
6
#
find_library
(name) returns the pathname of a library, or None.
63
def
find_library
(name):
function
85
def
find_library
(name):
function
90
def
find_library
(name):
function
183
def
find_library
(name):
function
223
def
find_library
(name, is64 = False):
function
255
def
find_library
(name):
function
266
print
find_library
("msvcrt")
270
print
find_library
("m")
271
print
find_library
("c"
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py
33
from ctypes.util import
find_library
namespace
35
app_services = cdll.LoadLibrary(
find_library
("ApplicationServices"))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py
33
from ctypes.util import
find_library
namespace
35
app_services = cdll.LoadLibrary(
find_library
("ApplicationServices"))
/external/chromium_org/tools/telemetry/telemetry/core/platform/
mac_platform_backend.py
66
self.libproc = ctypes.CDLL(util.
find_library
('libproc'))
/external/llvm/bindings/python/llvm/
common.py
98
# while ctypes.util.
find_library
() doesn't.
103
# with all possible library names first, then try ctypes.util.
find_library
().
123
t = ctypes.util.
find_library
(i)
/bionic/linker/
linker.cpp
785
static soinfo*
find_library
(const char* name) {
function
829
soinfo* si =
find_library
(name);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py
404
lib = ctypes.CDLL(ctypes.util.
find_library
(libname))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py
404
lib = ctypes.CDLL(ctypes.util.
find_library
(libname))
Completed in 560 milliseconds