Home
last modified time | relevance | path

Searched refs:check_equal (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dtabnanny.py283 check_equal = 0
292 check_equal = 1
295 check_equal = 0
313 check_equal = 1
317 elif check_equal and type not in JUNK:
324 check_equal = 0
/third_party/python/Lib/test/
Dtest_bdb.py272 self.check_equal(self.expect[0], event, 'Wrong event type')
285 self.check_equal(bpnums, self.breakpoint_hits[0],
287 self.check_equal([bps[n] for n in bpnums],
291 self.check_equal(sorted(temporaries), self.breakpoint_hits[1],
300 def check_equal(self, expected, result, msg): member in Tracer
311 self.check_equal(self.expect[1], lineno, 'Wrong line number')
313 self.check_equal(self.expect[2], self.frame.f_code.co_name,
/third_party/python/Doc/library/
Dtabnanny.rst60 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
/third_party/ltp/tools/sparse/sparse-src/
Dscheck.c241 static bool check_equal(Btor *btor, BoolectorNode *pre, struct instruction *insn) in check_equal() function
275 return check_equal(btor, *pre, insn); in check_call()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh175 bool check_equal (T1 &&v1, T2 &&v2, hb_serialize_error_t err_type) in check_equal() function
186 { return check_equal (v1 = v2, v2, err_type); } in check_assign()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.82508 (check_multiplication), (check_equal), (zero_test), (main):