Home
last modified time | relevance | path

Searched refs:old_attributes (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/hosts/
Dafe_store.py106 def _update_attributes_on_afe(self, old_attributes, new_attributes): argument
112 left_only, right_only, differing = _dict_diff(old_attributes,
/external/v8/src/runtime/
Druntime-scopes.cc78 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobal() local
84 if ((old_attributes & DONT_DELETE) != 0) { in DeclareGlobal()
91 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM || in DeclareGlobal()
100 attr = old_attributes; in DeclareGlobal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h177 FrontendAttributes old_attributes = std::move(frontend_attributes_); in SwapFrontendAttributes() local
179 return old_attributes; in SwapFrontendAttributes()