Searched refs:new_attrs (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | keyboard.py | 111 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/ |
D | op_def_util.cc | 524 const AttrMap& old_attrs, const AttrMap& new_attrs, std::vector<bool>* ref, in ComputeArgSignature() argument 542 gtl::FindPtrOrNull(new_attrs, arg.type_list_attr()); in ComputeArgSignature() 568 gtl::FindPtrOrNull(new_attrs, arg.number_attr()); in ComputeArgSignature() 586 gtl::FindPtrOrNull(new_attrs, arg.type_attr()); in ComputeArgSignature() 616 AttrMap new_attrs, old_attrs; in OpDefCompatible() local 618 FillAttrMap(new_op, &new_attrs); in OpDefCompatible() 621 gtl::FindPtrOrNull(new_attrs, old_attr.name()); in OpDefCompatible() 643 old_op.input_arg(), old_attrs, new_attrs, &old_in_ref, false /* names */); in OpDefCompatible() 645 new_op.input_arg(), old_attrs, new_attrs, &new_in_ref, false /* names */); in OpDefCompatible() 657 ComputeArgSignature(old_op.output_arg(), old_attrs, new_attrs, in OpDefCompatible() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext_attr.c | 316 struct ext2_xattr *new_attrs; in ext2fs_xattrs_expand() local 320 sizeof(struct ext2_xattr), &new_attrs); in ext2fs_xattrs_expand() 324 memcpy(new_attrs, h->attrs, h->capacity * sizeof(struct ext2_xattr)); in ext2fs_xattrs_expand() 327 h->attrs = new_attrs; in ext2fs_xattrs_expand()
|