/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_memfunctions.py | 7 ## # string_at and wstring_at must use the Python calling 14 ## lambda: string_at("foo", sys.maxint - 1)) 24 self.assertEqual(string_at(result), "Hello, World") 25 self.assertEqual(string_at(result, 5), "Hello") 26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0") 27 self.assertEqual(string_at(result, 0), "") 34 self.assertEqual(string_at(result), "xxxxxxxxxxxxxxxx") 35 self.assertEqual(string_at(a), "xxxxxxxxxxxxxxxx") 36 self.assertEqual(string_at(a, 20), "xxxxxxxxxxxxxxxx\0\0\0\0") 53 s = string_at("foo bar" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_memfunctions.py | 7 ## # string_at and wstring_at must use the Python calling 14 ## lambda: string_at("foo", sys.maxint - 1)) 24 self.assertEqual(string_at(result), "Hello, World") 25 self.assertEqual(string_at(result, 5), "Hello") 26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0") 27 self.assertEqual(string_at(result, 0), "") 34 self.assertEqual(string_at(result), "xxxxxxxxxxxxxxxx") 35 self.assertEqual(string_at(a), "xxxxxxxxxxxxxxxx") 36 self.assertEqual(string_at(a, 20), "xxxxxxxxxxxxxxxx\0\0\0\0") 53 s = string_at("foo bar" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_memfunctions.py | 7 ## # string_at and wstring_at must use the Python calling 14 ## lambda: string_at("foo", sys.maxint - 1)) 24 self.assertEqual(string_at(result), "Hello, World") 25 self.assertEqual(string_at(result, 5), "Hello") 26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0") 27 self.assertEqual(string_at(result, 0), "") 34 self.assertEqual(string_at(result), "xxxxxxxxxxxxxxxx") 35 self.assertEqual(string_at(a), "xxxxxxxxxxxxxxxx") 36 self.assertEqual(string_at(a, 20), "xxxxxxxxxxxxxxxx\0\0\0\0") 53 s = string_at("foo bar" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_memfunctions.py | 7 ## # string_at and wstring_at must use the Python calling 14 ## lambda: string_at("foo", sys.maxint - 1)) 24 self.assertEqual(string_at(result), "Hello, World") 25 self.assertEqual(string_at(result, 5), "Hello") 26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0") 27 self.assertEqual(string_at(result, 0), "") 34 self.assertEqual(string_at(result), "xxxxxxxxxxxxxxxx") 35 self.assertEqual(string_at(a), "xxxxxxxxxxxxxxxx") 36 self.assertEqual(string_at(a, 20), "xxxxxxxxxxxxxxxx\0\0\0\0") 53 s = string_at("foo bar" [all...] |
/external/autotest/client/site_tests/kernel_CryptoAPI/ |
kernel_CryptoAPI.py | 131 h = ctypes.string_at(ctypes.addressof(out), ret)
|
/external/llvm/bindings/python/llvm/ |
object.py | 84 from ctypes import string_at 221 return string_at(r, siz)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
__init__.py | 505 def string_at(ptr, size=-1): function 506 """string_at(addr[, size]) -> string
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
__init__.py | 505 def string_at(ptr, size=-1): function 506 """string_at(addr[, size]) -> string
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 505 def string_at(ptr, size=-1): function 506 """string_at(addr[, size]) -> string
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 505 def string_at(ptr, size=-1): function 506 """string_at(addr[, size]) -> string
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_ctypes.so | |