HomeSort by relevance Sort by last modified time
    Searched refs:lib_gle (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 10 lib_gle = None variable
13 lib_gle = None variable
17 lib_gle = find_library("gle") variable
21 if lib_gl or lib_glu or lib_gle:
25 ("gle", lib_gle)):
37 if lib_gle:
39 self.gle = CDLL(lib_gle)
53 if lib_gle:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 10 lib_gle = None variable
13 lib_gle = None variable
17 lib_gle = find_library("gle") variable
21 if lib_gl or lib_glu or lib_gle:
25 ("gle", lib_gle)):
37 if lib_gle:
39 self.gle = CDLL(lib_gle)
53 if lib_gle:

Completed in 172 milliseconds