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

  /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/chromium_org/tools/gyp/test/product/
gyptest-product.py 26 test.built_file_must_exist(test.dll_ + 'alt4' + test._dll,
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 92 _dll = TestCommon.dll_suffix variable in class:TestGypBase
360 name = self.dll_ + name + self._dll
    [all...]

Completed in 729 milliseconds