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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
ConfigParser.py 238 self._optcre = self.OPTCRE_NV
240 self._optcre = self.OPTCRE
411 if (value is not None) or (self._optcre == self.OPTCRE):
515 mo = self._optcre.match(line)
741 if self._optcre is self.OPTCRE or value:
  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 238 self._optcre = self.OPTCRE_NV
240 self._optcre = self.OPTCRE
411 if (value is not None) or (self._optcre == self.OPTCRE):
515 mo = self._optcre.match(line)
741 if self._optcre is self.OPTCRE or value:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 238 self._optcre = self.OPTCRE_NV
240 self._optcre = self.OPTCRE
411 if (value is not None) or (self._optcre == self.OPTCRE):
515 mo = self._optcre.match(line)
741 if self._optcre is self.OPTCRE or value:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 238 self._optcre = self.OPTCRE_NV
240 self._optcre = self.OPTCRE
411 if (value is not None) or (self._optcre == self.OPTCRE):
515 mo = self._optcre.match(line)
741 if self._optcre is self.OPTCRE or value:

Completed in 5199 milliseconds