Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dctype.h61 PyObject* newobj; in stringlib_lower() local
73 PyObject* newobj; in stringlib_upper() local
85 PyObject* newobj; in stringlib_title() local
97 PyObject* newobj; in stringlib_capitalize() local
109 PyObject* newobj; in stringlib_swapcase() local
Dunicode_format.h149 PyObject *newobj; in getattr() local
169 PyObject *newobj; in getitem_idx() local
182 PyObject *newobj; in getitem_str() local
/aosp_15_r20/external/python/pyyaml/lib/yaml/
Dconstructor.py580 args=None, kwds=None, newobj=False, unsafe=False): argument
623 def construct_python_object_apply(self, suffix, node, newobj=False): argument
721 def make_python_instance(self, suffix, node, args=None, kwds=None, newobj=False): argument
/aosp_15_r20/external/python/cpython3/Modules/_sha3/
Dsha3module.c83 SHA3object *newobj; in newSHA3object() local
202 SHA3object *newobj; in _sha3_sha3_224_copy_impl() local
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c1994 PyObject *newobj; in string_lower() local
2027 PyObject *newobj; in string_upper() local
2058 PyObject *newobj; in string_title() local
2092 PyObject *newobj; in string_capitalize() local
2171 PyObject *newobj; in string_swapcase() local
Dtupleobject.c661 PyObject *tmp, *newobj, *item; in tuple_subtype_new() local
Dintobject.c1120 PyObject *tmp, *newobj; in int_subtype_new() local
Dtypeobject.c3317 PyObject *copyreg = NULL, *newobj = NULL, *res = NULL; in reduce_2() local
4321 PyObject *list, *ref, *newobj; local
6792 superobject *newobj; local
Dfloatobject.c1835 PyObject *tmp, *newobj; in float_subtype_new() local
/aosp_15_r20/external/skia/tests/
H A DJSONTest.cpp527 const ObjectValue& newobj = root["newobj"].as<ObjectValue>(); in DEF_TEST() local
/aosp_15_r20/external/python/cpython2/Modules/
Dsha512module.c476 SHAobject *newobj; in SHA512_copy() local
Dshamodule.c363 SHAobject *newobj; in SHA_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.c1968 PyObject *newobj; in encoder_listencode_obj() local
/aosp_15_r20/external/python/cpython3/Modules/
Dsha256module.c435 SHAobject *newobj; in SHA256Type_copy_impl() local
Dsha1module.c356 SHA1object *newobj; in SHA1Type_copy_impl() local
Dmd5module.c378 MD5object *newobj; in MD5Type_copy_impl() local
Dsha512module.c489 SHAobject *newobj; in SHA512Type_copy_impl() local
D_json.c1405 PyObject *newobj; in encoder_listencode_obj() local
/aosp_15_r20/external/python/cpython3/Objects/
Dtupleobject.c736 PyObject *tmp, *newobj, *item; in tuple_subtype_new() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dimport.cpp554 auto newobj = c10::ivalue::Object::create(newtype, n); in recreateObject() local

12