OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_l
(Results
1 - 4
of
4
) 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/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
voice.rtpdump
[
all
...]
Completed in 499 milliseconds