Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/debug/core/
Dchttp2_ref_leak.py24 def new_obj(): function
28 outstanding = collections.defaultdict(new_obj)
/external/grpc-grpc/tools/debug/core/
Dchttp2_ref_leak.py24 def new_obj(): function
28 outstanding = collections.defaultdict(new_obj)
/external/tensorflow/tensorflow/python/training/tracking/
Dtracking.py255 new_obj = copy.copy(self)
258 new_resource = new_obj._create_resource()
259 new_obj._resource_handle = new_resource
261 obj_map = {self: new_obj}
/external/python/asn1crypto/asn1crypto/
Dcore.py492 new_obj = self.__class__()
493 new_obj.class_ = self.class_
494 new_obj.tag = self.tag
495 new_obj.implicit = self.implicit
496 new_obj.explicit = self.explicit
497 return new_obj
507 new_obj = self._new_instance()
508 new_obj._copy(self, copy.copy)
509 return new_obj
522 new_obj = self._new_instance()
[all …]
/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py130 new_obj = _new_value(type(obj))
131 ctypes.pointer(new_obj)[0] = obj
132 return new_obj
/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py99 new_obj = _new_value(type(obj))
100 ctypes.pointer(new_obj)[0] = obj
101 return new_obj
/external/libnl/lib/route/
Dnetconf.c326 static int netconf_update(struct nl_object *old_obj, struct nl_object *new_obj) in netconf_update() argument
328 struct rtnl_netconf *new_nc = (struct rtnl_netconf *) new_obj; in netconf_update()
330 int action = new_obj->ce_msgtype; in netconf_update()
Droute_obj.c475 static int route_update(struct nl_object *old_obj, struct nl_object *new_obj) in route_update() argument
477 struct rtnl_route *new_route = (struct rtnl_route *) new_obj; in route_update()
480 int action = new_obj->ce_msgtype; in route_update()
565 "to object %p during route update\n", new_obj); in route_update()
/external/libnl/include/netlink/
Dcache.h39 struct nl_object *new_obj, uint64_t, int, void *);