Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/tools/
Dkeyboard.py111 new_attrs = copy.deepcopy(old_attrs)
112 new_attrs[tty.LFLAG] = new_attrs[tty.LFLAG] & ~(termios.ICANON)
113 new_attrs[tty.CC][tty.VMIN] = 1
114 new_attrs[tty.CC][tty.VTIME] = 0
115 termios.tcsetattr(fd, termios.TCSAFLUSH, new_attrs)
/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc510 const AttrMap& old_attrs, const AttrMap& new_attrs, std::vector<bool>* ref, in ComputeArgSignature() argument
528 gtl::FindPtrOrNull(new_attrs, arg.type_list_attr()); in ComputeArgSignature()
554 gtl::FindPtrOrNull(new_attrs, arg.number_attr()); in ComputeArgSignature()
572 gtl::FindPtrOrNull(new_attrs, arg.type_attr()); in ComputeArgSignature()
602 AttrMap new_attrs, old_attrs; in OpDefCompatible() local
604 FillAttrMap(new_op, &new_attrs); in OpDefCompatible()
607 gtl::FindPtrOrNull(new_attrs, old_attr.name()); in OpDefCompatible()
629 old_op.input_arg(), old_attrs, new_attrs, &old_in_ref, false /* names */); in OpDefCompatible()
631 new_op.input_arg(), old_attrs, new_attrs, &new_in_ref, false /* names */); in OpDefCompatible()
643 ComputeArgSignature(old_op.output_arg(), old_attrs, new_attrs, in OpDefCompatible()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dext_attr.c224 struct ext2_xattr *new_attrs; in ext2fs_xattrs_expand() local
228 sizeof(struct ext2_xattr), &new_attrs); in ext2fs_xattrs_expand()
232 memcpy(new_attrs, h->attrs, h->length * sizeof(struct ext2_xattr)); in ext2fs_xattrs_expand()
235 h->attrs = new_attrs; in ext2fs_xattrs_expand()