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

  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 30 self._regexp = re.compile("^" + pattern + "$")
34 return bool(self._regexp.match(string)) == self._positive_match
  /external/v8/test/webkit/fast/js/kde/
object_prototype_tostring.js 43 var _regexp = new RegExp();
44 _regexp.toString = Object.prototype.toString;
45 shouldBe("_regexp.toString()","\"[object RegExp]\"");
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 2121 _regexp = None variable in class:UnixMailbox
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 2121 _regexp = None variable in class:UnixMailbox
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 2121 _regexp = None variable in class:UnixMailbox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 2121 _regexp = None variable in class:UnixMailbox
    [all...]

Completed in 159 milliseconds