Home
last modified time | relevance | path

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

/third_party/libinput/doc/user/
Dmeson.build76 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.h229 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_VectorcallMethodId() local
/third_party/python/Objects/
Dobject.c869 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_GetAttrId() local
880 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_SetAttrId() local
995 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_LookupAttrId() local
Dcall.c811 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_CallMethodIdObjArgs() local
Dtypeobject.c3860 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/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/flutter/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/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c1199 const char *oname = cobject_str(msg->value.as_array.values[c++], false, &rc); in ejd_rename_wrapped() local
/third_party/python/Modules/clinic/
Dposixmodule.c.h3339 PyObject *oname = NULL; in os_initgroups() local
3385 PyObject *oname = NULL; in os_initgroups() local
/third_party/python/Modules/
Dsocketmodule.c6788 PyObject *oname; local
Dposixmodule.c7673 os_initgroups_impl(PyObject *module, PyObject *oname, int gid) in os_initgroups_impl()