Home
last modified time | relevance | path

Searched refs:InputType (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DNonCanonRead.c43 UINT32 InputType; in IIO_NonCanonRead() local
68 InputType = 0; in IIO_NonCanonRead()
69 if(tioMin != 0) InputType = 2; in IIO_NonCanonRead()
70 if(tioTime != 0) ++InputType; in IIO_NonCanonRead()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DcStringIO.h60 PyTypeObject *InputType, *OutputType; member
66 (Py_TYPE(O)==PycStringIO->InputType)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DcStringIO.h60 PyTypeObject *InputType, *OutputType; member
66 (Py_TYPE(O)==PycStringIO->InputType)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
Dexample.py37 class InputType(Type): class in cStringIO
98 class OutputType(InputType):