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

  /external/chromium_org/courgette/
bsdiff_memory_unittest.cc 20 courgette::SourceStream old1; local
22 old1.Init(old_text.c_str(), old_text.length());
26 courgette::BSDiffStatus status = CreateBinaryPatch(&old1, &new1, &patch1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 733 old1 = self._attrs.get(attr.name, None)
734 if old1 is not None:
735 self.removeAttributeNode(old1)
737 if old2 is not None and old2 is not old1:
741 if old1 is not attr:
744 return old1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 733 old1 = self._attrs.get(attr.name, None)
734 if old1 is not None:
735 self.removeAttributeNode(old1)
737 if old2 is not None and old2 is not old1:
741 if old1 is not attr:
744 return old1
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 9279 IRTemp old1 = newTemp(Ity_I8); local
    [all...]

Completed in 134 milliseconds