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

  /external/chromium_org/courgette/
bsdiff_memory_unittest.cc 29 courgette::SourceStream old2; local
31 old2.Init(old_text.c_str(), old_text.length());
35 status = ApplyBinaryPatch(&old2, &patch2, &new2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 736 old2 = self._attrsNS.get((attr.namespaceURI, attr.localName), None)
737 if old2 is not None and old2 is not old1:
738 self.removeAttributeNode(old2)
745 if old2 is not attr:
746 return old2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 736 old2 = self._attrsNS.get((attr.namespaceURI, attr.localName), None)
737 if old2 is not None and old2 is not old1:
738 self.removeAttributeNode(old2)
745 if old2 is not attr:
746 return old2
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 9280 IRTemp old2 = newTemp(Ity_I8); local
    [all...]

Completed in 335 milliseconds