Home
last modified time | relevance | path

Searched refs:presults (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/
Dgtester-report.in274 presults = []
285 presults += [ (pval, txt) ]
286 presults.sort()
287 ptxt = ''.join ([e[1] for e in presults])
408 presults = []
416 presults += [(pval, txt)]
417 presults.sort()
418 perf_details = [e[1] for e in presults]
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py366 self.presults = RestrictedList() # P.Decimal results
507 if t.cresults != t.presults:
628 err += "\n\nc_result: %s\np_result: %s\n" % (t.cresults, t.presults)
838 t.presults.append(str(t.rp))
848 t.presults.append(t.rp.to_eng_string())
849 t.presults.append(t.rp.as_tuple())
850 t.presults.append(str(t.rp.imag))
851 t.presults.append(str(t.rp.real))
872 if t.cresults != t.presults:
/third_party/boost/boost/regex/v4/
Dperl_matcher.hpp563 …void push_recursion(int idx, const re_syntax_base* p, results_type* presults, results_type* presul…
Dperl_matcher_non_recursive.hpp371 …traits>::push_recursion(int idx, const re_syntax_base* p, results_type* presults, results_type* pr… in push_recursion() argument
381 (void) new (pmp)saved_recursion<results_type>(idx, p, presults, presults2); in push_recursion()