Home
last modified time | relevance | path

Searched refs:expres (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_richcmp.py102 def checkequal(self, opname, a, b, expres): argument
106 self.assertEqual(len(realres), len(expres))
109 self.assertTrue(realres[i] is expres[i])
158 def checkvalue(self, opname, a, b, expres): argument
166 self.assertTrue(realres is expres)
/external/python/cpython2/Lib/test/
Dtest_richcmp.py102 def checkequal(self, opname, a, b, expres): argument
106 self.assertEqual(len(realres), len(expres))
109 self.assertTrue(realres[i] is expres[i])
158 def checkvalue(self, opname, a, b, expres): argument
166 self.assertTrue(realres is expres)
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4032 UnicodeString parsedres,expres; in TestFormalChineseDate() local
4034 usf.format(thedate,expres,pos); in TestFormalChineseDate()
4035 dataerrln((UnicodeString)"FAIL: parsed -> " + parsedres + " expected -> " + expres); in TestFormalChineseDate()
/external/pcre/dist2/doc/
Dpcre2grep.txt16 brary to support patterns that are compatible with the regular expres-
420 scanning a directory. The pattern is a PCRE2 regular expres-
Dpcre2.txt6114 and calling the function again with the same compiled regular expres-
8805 For some time, Perl has provided a facility that allows regular expres-
9928 POSIX-like in style. The syntax and semantics of the regular expres-