Home
last modified time | relevance | path

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

12

/third_party/python/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
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/names/reserved_words/special_mean_but_valid_identifier/
Dmodule_is_valid_identifier_3.ts37 var newobj = new module("module"); variable
Dawait_is_valid_identifier_3.ts33 var newobj = new await("await"); variable
Dof_is_valid_identifier_3.ts33 var newobj = new of("of"); variable
Drequire_is_valid_identifier_3.ts33 var newobj = new require("require"); variable
Dabstract_is_valid_identifier_3.ts33 var newobj = new abstract("abstract"); variable
Dnamespace_is_valid_identifier_3.ts33 var newobj = new namespace("namespace"); variable
Dfrom_is_valid_identifier_3.ts33 var newobj = new from("from"); variable
Dget_is_valid_identifier_3.ts33 var newobj = new get("get"); variable
Dset_is_valid_identifier_3.ts33 var newobj = new set("set"); variable
Ddeclare_is_valid_identifier_3.ts33 var newobj = new declare("declare"); variable
Dconstructor_is_valid_identifier_3.ts33 var newobj = new constructor("constructor"); variable
Dtype_is_valid_identifier_3.ts33 var newobj = new type("type"); variable
Dis_is_valid_identifier_3.ts33 var newobj = new is("is"); variable
Das_is_valid_identifier_3.ts33 var newobj = new as("as"); variable
Dasync_is_valid_identifier_3.ts33 var newobj = new async("async"); variable
/third_party/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
/third_party/python/Modules/_sha3/
Dsha3module.c83 SHA3object *newobj; in newSHA3object() local
202 SHA3object *newobj; in _sha3_sha3_224_copy_impl() local
/third_party/python/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
/third_party/python/Objects/
Dtupleobject.c736 PyObject *tmp, *newobj, *item; in tuple_subtype_new() local

12