HomeSort by relevance Sort by last modified time
    Searched defs:CHECKPOINT (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/support/
assert_checkpoint.h 8 struct Checkpoint {
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {}
15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg)
22 s << "NO CHECKPOINT\n";
25 s << file << ":" << line << " " << func << ": Checkpoint";
32 inline Checkpoint& globalCheckpoint() {
33 static Checkpoint C;
38 globalCheckpoint() = Checkpoint();
47 #define CHECKPOINT(msg) globalCheckpoint() = Checkpoint(__FILE__, CHECKPOINT_FUNCTION_NAME, __LINE__, msg)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
assert_checkpoint.h 8 struct Checkpoint {
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {}
15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg)
22 s << "NO CHECKPOINT\n";
25 s << file << ":" << line << " " << func << ": Checkpoint";
32 inline Checkpoint& globalCheckpoint() {
33 static Checkpoint C;
38 globalCheckpoint() = Checkpoint();
47 #define CHECKPOINT(msg) globalCheckpoint() = Checkpoint(__FILE__, CHECKPOINT_FUNCTION_NAME, __LINE__, msg)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
srrestoreptapi.h 26 #define CHECKPOINT 7
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 83 milliseconds