Searched refs:expres (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_richcmp.py | 102 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/cpython3/Lib/test/ |
D | test_richcmp.py | 102 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/ |
D | dtfmttst.cpp | 3963 UnicodeString parsedres,expres; in TestFormalChineseDate() local 3965 usf->format(thedate,expres,pos); in TestFormalChineseDate() 3966 dataerrln((UnicodeString)"FAIL: parsed -> " + parsedres + " expected -> " + expres); in TestFormalChineseDate()
|
/external/pcre/dist2/doc/ |
D | pcre2grep.txt | 421 scanning a directory. The pattern is a PCRE2 regular expres-
|
D | pcre2.txt | 5661 and calling the function again with the same compiled regular expres- 8329 For some time, Perl has provided a facility that allows regular expres- 9406 POSIX-like in style. The syntax and semantics of the regular expres- 9643 memory, after which preg may no longer be used as a compiled expres-
|