Home
last modified time | relevance | path

Searched defs:Checkpoint (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/support/
Dassert_checkpoint.h8 struct Checkpoint { struct
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() argument
15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() function
25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
/external/skia/src/sksl/
DSkSLParser.h280 Checkpoint(Parser* p) : fParser(p) { in Checkpoint() function
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py1785 class Checkpoint(tracking.AutoTrackable): class