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

  /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/chromium_org/third_party/libjingle/source/talk/media/testdata/
voice.rtpdump     [all...]

Completed in 1736 milliseconds