Searched refs:old2 (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_tools.py | 367 old2 = "int xx = 'x\\'xx' + xx;\n" 368 output = self.run_script(old1 + old2) 379 "{new2}".format(old1=old1, old2=old2, new1=new1, new2=new2)
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 733 old2 = self._attrsNS.get((attr.namespaceURI, attr.localName), None) 734 if old2 is not None and old2 is not old1: 735 self.removeAttributeNode(old2) 742 if old2 is not attr: 743 return old2
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_helpers.c | 986 { UChar old2 = XX(2); UChar old6 = XX(6); in arm64g_dirtyhelper_AESE() local 987 XX(2) = XX(10); XX(6) = XX(14); XX(10) = old2; XX(14) = old6; in arm64g_dirtyhelper_AESE()
|
D | guest_s390_toIR.c | 11481 IRTemp old2 = newTemp(Ity_I8); in s390_irgen_xonc() local 11492 assign(old2, load(Ity_I8, binop(Iop_Add64, mkexpr(start2), in s390_irgen_xonc() 11494 assign(new1, binop(op, mkexpr(old1), mkexpr(old2))); in s390_irgen_xonc()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-18.ll | 23 %old2 = load i32 , i32 *%ptr2 27 "=h,=r,=h,=r,0,1,2,3"(i32 %old1, i32 %old2, i32 %old3, i32 %old4)
|
/external/squashfs-tools/ |
D | RELEASE-README | 524 "old1", and "old2". Source directory "/home/phillip/test" contains "file1", 531 Will create a new "image" with root entries "old1", "old2", "file1", "file2" and 538 Will create a new "image" with root entries "old1", "old2", and "test".
|