Home
last modified time | relevance | path

Searched refs:old_info (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/hosts/
Dafe_store.py67 old_info = self._refresh_impl()
69 list(set(old_info.labels) - set(new_info.labels)))
71 list(set(new_info.labels) - set(old_info.labels)))
72 self._update_attributes_on_afe(old_info.attributes, new_info.attributes)
124 def _adjust_pool(self, old_info, new_info): argument
132 labels_to_remove = list(set(old_info.labels) - set(new_info.labels))
133 labels_to_add = list(set(new_info.labels) - set(old_info.labels))
153 old_info = self._refresh_impl()
154 labels_to_remove, labels_to_add = self._adjust_pool(old_info, new_info)
157 self._update_attributes_on_afe(old_info.attributes, new_info.attributes)
Dafe_store_unittest.py153 old_info = self.store._refresh_impl()
155 old_info, new_info)
164 old_info = self.store._refresh_impl()
166 old_info, new_info)
175 old_info = self.store._refresh_impl()
177 old_info, new_info)
186 old_info = self.store._refresh_impl()
188 old_info, new_info)
Dbase_label.py270 old_info = host.host_info_store.get()
271 self._carry_over_unknown_labels(old_info.labels, new_labels)
274 attributes=old_info.attributes,
276 if old_info != new_info:
/external/mesa3d/src/util/
Dralloc.c298 ralloc_header *new_info, *old_info, *child; in ralloc_adopt() local
303 old_info = get_header(old_ctx); in ralloc_adopt()
307 if (unlikely(old_info->child == NULL)) in ralloc_adopt()
311 for (child = old_info->child; child->next != NULL; child = child->next) { in ralloc_adopt()
320 new_info->child = old_info->child; in ralloc_adopt()
321 old_info->child = NULL; in ralloc_adopt()
/external/e2fsprogs/lib/ss/
Dlisten.c58 ss_data *old_info = current_info; in ss_listen() local
126 current_info = old_info; in ss_listen()
/external/v8/src/wasm/
Dwasm-objects.cc330 Handle<BreakPointInfo> old_info( in AddBreakpoint() local
332 BreakPointInfo::SetBreakPoint(isolate, old_info, break_point); in AddBreakpoint()
/external/v8/src/heap/
Dspaces.cc2253 const LinearAllocationArea old_info = allocation_info_; in AllocateChunk() local
2255 return old_info; in AllocateChunk()