Home
last modified time | relevance | path

Searched defs:new_obj (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/tools/debug/core/
Dchttp2_ref_leak.py24 def new_obj(): function
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_get_own_property_descriptor.js211 var new_obj = { value: "yes", variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard.cc645 auto new_obj = FindItem(guardList_, i, TraceType::Param, f->f_localsplus[i]); in ApplyDynamicShape() local
664 auto new_obj = FindItem(guardList_, i, TraceType::Deref, PyCell_GET(cell)); in ApplyDynamicShape() local
677 auto new_obj = FindItem(guardList_, arg, TraceType::Deref, PyCell_GET(cell)); in ApplyDynamicShape() local
/third_party/alsa-utils/topology/
Dpre-processor.c725 snd_config_t *n2, *new, *new_obj; in pre_process_create_items() local
Dpre-process-object.c1816 static int tplg_build_object(struct tplg_pre_processor *tplg_pp, snd_config_t *new_obj, in tplg_build_object()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c1355 ecma_value_t new_obj = ecma_typedarray_create_object_with_length (array_length, in ecma_op_create_typedarray_with_type_and_length() local
Decma-proxy-object.c1790 ecma_value_t new_obj = ecma_op_function_call (func_obj_p, handler, function_call_args, 3); in ecma_proxy_object_construct() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1746 …struct zink_resource_object *new_obj = resource_object_create(screen, &res->base.b, NULL, &res->li… in add_resource_bind() local
2150 …struct zink_resource_object *new_obj = resource_object_create(screen, &res->base.b, NULL, NULL, NU… in invalidate_buffer() local
/third_party/mesa3d/src/util/
Dparson.c442 JSON_Object *new_obj = (JSON_Object*)parson_malloc(sizeof(JSON_Object)); in json_object_make() local