Home
last modified time | relevance | path

Searched refs:localtype (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-value.h72 #define DEFINE_TYPE_SPECIFIC_METHODS(name, localtype, ctype) \ argument
73 explicit WasmValue(ctype v) : type_(localtype), bit_pattern_{} { \
79 DCHECK_EQ(localtype, type_); \
107 #define DECLARE_CAST(name, localtype, ctype, ...) \ argument
/external/python/cpython2/Modules/
Dthreadmodule.c494 static PyTypeObject localtype = { variable
556 if (Py_TYPE(self) != &localtype) in local_getattro()
581 assert(PyObject_TypeCheck(obj, &localtype)); in _localdummy_destroyed()
910 if (PyType_Ready(&localtype) < 0) in initthread()
928 Py_INCREF(&localtype); in initthread()
929 if (PyModule_AddObject(m, "_local", (PyObject *)&localtype) < 0) in initthread()
/external/python/cpython3/Modules/
D_threadmodule.c866 static PyTypeObject localtype = { variable
928 if (Py_TYPE(self) != &localtype) in local_getattro()
955 assert(PyObject_TypeCheck(obj, &localtype)); in _localdummy_destroyed()
1358 if (PyType_Ready(&localtype) < 0) in PyInit__thread()
1396 Py_INCREF(&localtype); in PyInit__thread()
1397 if (PyModule_AddObject(m, "_local", (PyObject *)&localtype) < 0) in PyInit__thread()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt406 localtype
/external/libmtp/src/
Dlibmtp.c4008 uint16_t localtype = map_ptp_type_to_libmtp_type(params->deviceinfo.ImageFormats[i]); in LIBMTP_Get_Supported_Filetypes() local
4009 if (localtype != LIBMTP_FILETYPE_UNKNOWN) { in LIBMTP_Get_Supported_Filetypes()
4010 localtypes[localtypelen] = localtype; in LIBMTP_Get_Supported_Filetypes()