Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_future4.py7 def assertType(self, obj, typ): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Ddummy_thread.py118 def __exit__(self, typ, val, tb): argument
Dpkgutil.py59 def register(typ, func=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddummy_thread.py118 def __exit__(self, typ, val, tb): argument
Dpkgutil.py59 def register(typ, func=None): argument
Dimaplib.py798 def _append_untagged(self, typ, dat): argument
1073 def _untagged_response(self, typ, dat, name): argument
D_pyio.py231 def __get__(self, obj, typ): argument
/device/google/contexthub/contexthubhal/test/
Dmain.cpp90 void sendToSystem(uint32_t typ, void *data, uint32_t len) { in sendToSystem()
141 int sendMessage(uint32_t id, hub_app_name_t app, uint32_t typ, void *data, uint32_t len) { in sendMessage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c220 PyObject *typ; in gen_throw() local
Dstructseq.c241 PyTypeObject *typ = Py_TYPE(obj); in structseq_repr() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c217 PyObject *typ; in gen_throw() local
Dstructseq.c240 PyTypeObject *typ = Py_TYPE(obj); in structseq_repr() local
/device/google/contexthub/contexthubhal/
Dnanohubhal.h55 HubMessage(const hub_app_name_t *name, uint32_t typ, const void *data, uint32_t len) { in HubMessage()
Dsystem_comms.h290 static void sendToApp(uint32_t typ, const void *data, uint32_t len) { in sendToApp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbufferedio.c694 PyObject *typ, *val, *tb; in _trap_eintr() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbufferedio.c722 PyObject *typ, *val, *tb; in _PyIO_trap_eintr() local