Home
last modified time | relevance | path

Searched defs:newobj (Results 1 – 25 of 35) 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.h147 PyObject *newobj; in getattr() local
167 PyObject *newobj; in getitem_idx() local
180 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/
Dabstract_is_valid_identifier_3.ts33 var newobj = new abstract("abstract"); variable
Dget_is_valid_identifier_3.ts33 var newobj = new get("get"); 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
Dset_is_valid_identifier_3.ts33 var newobj = new set("set"); variable
Dnamespace_is_valid_identifier_3.ts33 var newobj = new namespace("namespace"); variable
Dis_is_valid_identifier_3.ts33 var newobj = new is("is"); variable
Drequire_is_valid_identifier_3.ts33 var newobj = new require("require"); variable
Dfrom_is_valid_identifier_3.ts33 var newobj = new from("from"); variable
Dasync_is_valid_identifier_3.ts33 var newobj = new async("async"); 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
Dtype_is_valid_identifier_3.ts33 var newobj = new type("type"); variable
Dmodule_is_valid_identifier_3.ts37 var newobj = new module("module"); variable
Das_is_valid_identifier_3.ts33 var newobj = new as("as"); variable
/third_party/node/test/js-native-api/6_object_wrap/
Dtest.js45 const newobj = obj.multiply(-1); constant
/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.c177 SHA3object *newobj; in newSHA3object() local
306 SHA3object *newobj; in _sha3_sha3_224_copy_impl() local
/third_party/python/Modules/
Dsha256module.c432 SHAobject *newobj; in SHA256Type_copy_impl() local
Dsha512module.c486 SHAobject *newobj; in SHA512Type_copy_impl() local
Dmd5module.c375 MD5object *newobj; in MD5Type_copy_impl() local
Dsha1module.c353 SHA1object *newobj; in SHA1Type_copy_impl() local
/third_party/gstreamer/gstreamer/gst/
Dgstobject.c338 gst_object_replace (GstObject ** oldobj, GstObject * newobj) in gst_object_replace()

12