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

  /external/python/cpython2/Lib/ctypes/test/
test_cfuncs.py 11 _dll = CDLL(_ctypes_test.__file__) variable in class:CFunctions
14 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value
16 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
25 self._dll.tf_bb.restype = c_byte
26 self._dll.tf_bb.argtypes = (c_byte, c_byte)
27 self.assertEqual(self._dll.tf_bb(0, -126), -42)
31 self._dll.tf_B.restype = c_ubyt
209 _dll = stdcall_dll(_ctypes_test.__file__) variable in class:stdcallCFunctions
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_cfuncs.py 11 _dll = CDLL(_ctypes_test.__file__) variable in class:CFunctions
14 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value
16 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
25 self._dll.tf_bb.restype = c_byte
26 self._dll.tf_bb.argtypes = (c_byte, c_byte)
27 self.assertEqual(self._dll.tf_bb(0, -126), -42)
31 self._dll.tf_B.restype = c_ubyt
209 _dll = stdcall_dll(_ctypes_test.__file__) variable in class:stdcallCFunctions
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 10 _dll = CDLL(_ctypes_test.__file__) variable in class:CFunctions
13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value
15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
20 self.assertEqual(self._dll.tf_b(-126), -42)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
26 self.assertEqual(self._dll.tf_bb(0, -126), -42)
30 self._dll.tf_B.restype = c_ubyt
207 _dll = stdcall_dll(_ctypes_test.__file__) variable in class:.stdcallCFunctions
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 10 _dll = CDLL(_ctypes_test.__file__) variable in class:CFunctions
13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value
15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
20 self.assertEqual(self._dll.tf_b(-126), -42)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
26 self.assertEqual(self._dll.tf_bb(0, -126), -42)
30 self._dll.tf_B.restype = c_ubyt
207 _dll = stdcall_dll(_ctypes_test.__file__) variable in class:.stdcallCFunctions
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 10 _dll = CDLL(_ctypes_test.__file__) variable in class:CFunctions
13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value
15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
20 self.assertEqual(self._dll.tf_b(-126), -42)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
26 self.assertEqual(self._dll.tf_bb(0, -126), -42)
30 self._dll.tf_B.restype = c_ubyt
207 _dll = stdcall_dll(_ctypes_test.__file__) variable in class:.stdcallCFunctions
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 10 _dll = CDLL(_ctypes_test.__file__) variable in class:CFunctions
13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value
15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
20 self.assertEqual(self._dll.tf_b(-126), -42)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
26 self.assertEqual(self._dll.tf_bb(0, -126), -42)
30 self._dll.tf_B.restype = c_ubyt
207 _dll = stdcall_dll(_ctypes_test.__file__) variable in class:.stdcallCFunctions
    [all...]
  /external/libvpx/libvpx/
examples.mk 315 SHARED_LIB_SUF=_dll.a
libs.mk 254 SHARED_LIB_SUF := _dll.a
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/curl/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pcre/dist2/
ltmain.sh     [all...]

Completed in 335 milliseconds