Home
last modified time | relevance | path

Searched defs:oname (Results 1 – 11 of 11) sorted by relevance

/third_party/libinput/doc/user/
Dmeson.build82 oname = oldpage.split('.html')[0] variable
/third_party/alsa-lib/test/
Dmidiloop.c73 char *iname = "hw:0,0", *oname = "hw:0,0"; in main() local
/third_party/python/Include/cpython/
Dabstract.h144 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_VectorcallMethodId() local
/third_party/python/Objects/
Dobject.c855 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_GetAttrId() local
866 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_SetAttrId() local
989 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_LookupAttrId() local
Dcall.c895 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_CallMethodIdObjArgs() local
Dtypeobject.c3874 PyObject *oname; in _PyType_LookupId() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java283 String oname; in process() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c314 # define VL(oname, name, type, search)\ argument
316 # define VLO(oname, name, search) VL(oname, name, OPTION, search) argument
/third_party/python/Modules/clinic/
Dposixmodule.c.h3411 PyObject *oname = NULL; in os_initgroups() local
3457 PyObject *oname = NULL; in os_initgroups() local
/third_party/python/Modules/
Dsocketmodule.c6900 PyObject *oname; local
Dposixmodule.c7784 os_initgroups_impl(PyObject *module, PyObject *oname, int gid) in os_initgroups_impl()