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

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /external/webrtc/talk/media/testdata/
voice.rtpdump     [all...]

Completed in 279 milliseconds