Searched refs:old_info (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/hosts/ |
D | afe_store.py | 67 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)
|
D | afe_store_unittest.py | 153 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)
|
D | base_label.py | 270 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/ |
D | ralloc.c | 298 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/ |
D | listen.c | 58 ss_data *old_info = current_info; in ss_listen() local 126 current_info = old_info; in ss_listen()
|
/external/v8/src/wasm/ |
D | wasm-objects.cc | 330 Handle<BreakPointInfo> old_info( in AddBreakpoint() local 332 BreakPointInfo::SetBreakPoint(isolate, old_info, break_point); in AddBreakpoint()
|
/external/v8/src/heap/ |
D | spaces.cc | 2253 const LinearAllocationArea old_info = allocation_info_; in AllocateChunk() local 2255 return old_info; in AllocateChunk()
|