Searched refs:get_container (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.h | 225 #define get_container(member_ptr, container_type, container_member) \ macro 233 return get_container(ib, struct amdgpu_cs, main); in amdgpu_cs_from_ib() 235 return get_container(ib, struct amdgpu_cs, compute_ib); in amdgpu_cs_from_ib()
|
/external/autotest/site_utils/lxc/ |
D | cleanup_if_fail.py | 44 container = bucket.get_container(container_id)
|
D | container_bucket.py | 103 def get_container(self, container_id): member in ContainerBucket 130 return self.get_container(container_id) != None
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 1956 get_container(die_source source) in get_container() function in abigail::dwarf_reader::read_context::die_source_dependant_container_set 1985 get_container(die_source source) const in get_container() function in abigail::dwarf_reader::read_context::die_source_dependant_container_set 1988 get_container(source); in get_container() 2002 get_container(const read_context& ctxt, const Dwarf_Die *die) in get_container() function in abigail::dwarf_reader::read_context::die_source_dependant_container_set 2005 return get_container(source); in get_container() 2019 get_container(const read_context& ctxt, const Dwarf_Die *die) const in get_container() function in abigail::dwarf_reader::read_context::die_source_dependant_container_set 2022 get_container(ctxt, die); in get_container() 2720 get_container(*this, die) in compute_canonical_die_offset() 2722 get_container(*this, die); in compute_canonical_die_offset() 2787 type_die_repr_die_offsets_maps().get_container(source)) in compute_canonical_die() [all …]
|
/external/fmtlib/include/fmt/ |
D | core.h | 650 inline Container& get_container(std::back_insert_iterator<Container> it) { 827 : iterator_buffer(get_container(out)) {} 884 return get_container(out);
|
D | printf.h | 328 detail::format_value(detail::get_container(ctx.out()), value);
|
D | format.h | 374 Container& c = get_container(it); in reserve() 382 buffer<T>& buf = get_container(it); in reserve() 396 buffer<T>& buf = get_container(it); in to_pointer() 2029 get_container(out).append(value.begin(), value.end());
|
/external/autotest/server/ |
D | autoserv | 403 container = bucket.get_container(container_id)
|
D | autoserv.py | 403 container = bucket.get_container(container_id)
|
/external/libabigail/ |
D | ChangeLog | 1910 (read_context::ContainerType::get_container): Fix 5661 (read_context::get_container) 10483 (read_context::die_source_dependant_container_set::get_container):
|