Searched refs:check_equal (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | tabnanny.py | 283 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/ |
D | test_bdb.py | 272 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/ |
D | tabnanny.rst | 60 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | scheck.c | 241 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/ |
D | hb-serialize.hh | 175 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/ |
D | ChangeLog-0.8 | 2508 (check_multiplication), (check_equal), (zero_test), (main):
|