Home
last modified time | relevance | path

Searched defs:typecode (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_array.py16 def __init__(self, typecode, newarg=None): argument
797 typecode = 'c' variable in CharacterTest
836 typecode = 'u' variable in UnicodeTest
947 def __new__(cls, typecode, data, offset): argument
950 def __init__(self, typecode, data, offset): argument
987 typecode = 'b' variable in ByteTest
992 typecode = 'B' variable in UnsignedByteTest
997 typecode = 'h' variable in ShortTest
1002 typecode = 'H' variable in UnsignedShortTest
1007 typecode = 'i' variable in IntTest
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c25 int typecode; member
1630 char buf[256], typecode; in array_repr() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c25 int typecode; member
1615 char buf[256], typecode; in array_repr() local