HomeSort by relevance Sort by last modified time
    Searched refs:old_attributes (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/hosts/
afe_store.py 106 def _update_attributes_on_afe(self, old_attributes, new_attributes):
109 @param old_attributes: The current attributes on AFE.
112 left_only, right_only, differing = _dict_diff(old_attributes,
  /external/v8/src/runtime/
runtime-scopes.cc 76 PropertyAttributes old_attributes = maybe.FromJust(); local
83 if ((old_attributes & DONT_DELETE) != 0) {
90 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM ||
99 attr = old_attributes;
    [all...]

Completed in 197 milliseconds