Home
last modified time | relevance | path

Searched defs:newobj (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dctype.h54 PyObject* newobj; in stringlib_lower() local
66 PyObject* newobj; in stringlib_upper() local
78 PyObject* newobj; in stringlib_title() local
90 PyObject* newobj; in stringlib_capitalize() local
102 PyObject* newobj; in stringlib_swapcase() local
Dstring_format.h234 PyObject *newobj; in getattr() local
254 PyObject *newobj; in getitem_idx() local
267 PyObject *newobj; in getitem_str() local
/external/v8/src/runtime/
Druntime-atomics.cc192 Handle<Object> oldobj, Handle<Object> newobj) { in DoCompareExchange()
267 Handle<Object> newobj) { in DoCompareExchangeUint8Clamped()
/external/python/cpython2/Objects/
Dstringobject.c1988 PyObject *newobj; in string_lower() local
2021 PyObject *newobj; in string_upper() local
2052 PyObject *newobj; in string_title() local
2086 PyObject *newobj; in string_capitalize() local
2165 PyObject *newobj; in string_swapcase() local
Dtupleobject.c664 PyObject *tmp, *newobj, *item; in tuple_subtype_new() local
Dintobject.c1117 PyObject *tmp, *newobj; in int_subtype_new() local
Dfloatobject.c1836 PyObject *tmp, *newobj; in float_subtype_new() local
Dtypeobject.c3277 PyObject *copyreg = NULL, *newobj = NULL, *res = NULL; in reduce_2() local
4258 PyObject *list, *ref, *newobj; local
6727 superobject *newobj; local
Dlongobject.c4070 PyLongObject *tmp, *newobj; in long_subtype_new() local
/external/python/cpython2/Modules/
Dshamodule.c363 SHAobject *newobj; in SHA_copy() local
Dsha512module.c476 SHAobject *newobj; in SHA512_copy() local
Dsha256module.c410 SHAobject *newobj; in SHA256_copy() local
D_hashopenssl.c202 EVPobject *newobj; in EVP_copy() local
Doperator.c669 PyObject *newobj, *str; in dotted_getattr() local
D_json.c2013 PyObject *newobj; in encoder_listencode_obj() local
DcPickle.c2395 static char newobj = NEWOBJ; in save_reduce() local
/external/python/cpython2/Python/
Dast.c2894 asdl_seq *newobj = asdl_seq_new(1, c->c_arena); in ast_for_if_stmt() local
/external/libxml2/
Dxpath.c9006 xmlXPathObjectPtr cur, newobj; in xmlXPathConcatFunction() local