Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx3171 PyObject *resultobj = 0; in _wrap_Key_str() local
3197 resultobj = SWIG_Py_Void(); in _wrap_Key_str()
3199 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_FromCharPtrAndSize(*arg2,*arg3)); in _wrap_Key_str()
3202 return resultobj; in _wrap_Key_str()
3209 PyObject *resultobj = 0; in _wrap_Key_id() local
3231 resultobj = SWIG_From_size_t(static_cast< size_t >(result)); in _wrap_Key_id()
3232 return resultobj; in _wrap_Key_id()
3239 PyObject *resultobj = 0; in _wrap_Key_weight() local
3261 resultobj = SWIG_From_float(static_cast< float >(result)); in _wrap_Key_weight()
3262 return resultobj; in _wrap_Key_weight()
[all …]
/external/dtc/pylibfdt/
Dlibfdt.i1031 resultobj = PyString_FromString(
1035 resultobj = SWIG_Python_AppendOutput(resultobj, buff);
1074 resultobj = SWIG_Python_AppendOutput(resultobj, val);
1087 if (PyTuple_GET_SIZE(resultobj) == 0)
1088 resultobj = val;
1090 resultobj = SWIG_Python_AppendOutput(resultobj, val);
/external/libxml2/python/
Dlibxml.c2425 PyObject *resultobj, *obj; in libxml_name() local
2464 resultobj = libxml_constxmlCharPtrWrap(res); in libxml_name()
2466 return resultobj; in libxml_name()
2472 PyObject *resultobj, *obj; in libxml_doc() local
2505 resultobj = libxml_xmlDocPtrWrap(res); in libxml_doc()
2506 return resultobj; in libxml_doc()
2512 PyObject *resultobj, *obj; in libxml_properties() local
2523 resultobj = libxml_xmlAttrPtrWrap(res); in libxml_properties()
2524 return resultobj; in libxml_properties()
2530 PyObject *resultobj, *obj; in libxml_next() local
[all …]
/external/igt-gpu-tools/runner/
Dresultgen.c961 struct json_object *test, *resultobj, *emptystrtotal, *roottotal, *binarytotal; in add_to_totals() local
973 if (!json_object_object_get_ex(test, "result", &resultobj)) { in add_to_totals()
977 result = json_object_get_string(resultobj); in add_to_totals()
987 if (!json_object_object_get_ex(test, "result", &resultobj)) { in add_to_totals()
991 result = json_object_get_string(resultobj); in add_to_totals()