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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker-death_unittest.sh 78 expected_regexp="$1"
88 matches_ok=`test -z "$expected_regexp" || \
89 grep "$expected_regexp" "$output" >/dev/null 2>&1 || echo false`
106 echo "Output did not match '$expected_regexp'"
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker-death_unittest.sh 78 expected_regexp="$1"
88 matches_ok=`test -z "$expected_regexp" || \
89 grep "$expected_regexp" "$output" >/dev/null 2>&1 || echo false`
106 echo "Output did not match '$expected_regexp'"
  /external/lldb/test/unittest2/
case.py 116 def __init__(self, expected, test_case, expected_regexp=None):
119 self.expected_regexp = expected_regexp
136 if self.expected_regexp is None:
139 expected_regexp = self.expected_regexp
140 if isinstance(expected_regexp, basestring):
141 expected_regexp = re.compile(expected_regexp)
142 if not expected_regexp.search(str(exc_value))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 101 def __init__(self, expected, test_case, expected_regexp=None):
104 self.expected_regexp = expected_regexp
121 if self.expected_regexp is None:
124 expected_regexp = self.expected_regexp
125 if isinstance(expected_regexp, basestring):
126 expected_regexp = re.compile(expected_regexp)
127 if not expected_regexp.search(str(exc_value))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 101 def __init__(self, expected, test_case, expected_regexp=None):
104 self.expected_regexp = expected_regexp
121 if self.expected_regexp is None:
124 expected_regexp = self.expected_regexp
125 if isinstance(expected_regexp, basestring):
126 expected_regexp = re.compile(expected_regexp)
127 if not expected_regexp.search(str(exc_value))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 155 for i, expected_regexp in enumerate(errors):
163 expected_regexp=expected_regexp):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 155 for i, expected_regexp in enumerate(errors):
163 expected_regexp=expected_regexp):
  /external/lldb/test/unittest2/test/
test_assertions.py 117 for i, expected_regexp in enumerate(errors):
125 expected_regexp,

Completed in 86 milliseconds