Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dbuild_log.cc150 LogEntry* log_entry; in RecordCommand() local
152 log_entry = i->second; in RecordCommand()
154 log_entry = new LogEntry(path); in RecordCommand()
155 entries_.insert(Entries::value_type(log_entry->output, log_entry)); in RecordCommand()
157 log_entry->command_hash = command_hash; in RecordCommand()
158 log_entry->start_time = start_time; in RecordCommand()
159 log_entry->end_time = end_time; in RecordCommand()
160 log_entry->mtime = mtime; in RecordCommand()
166 if (!WriteEntry(log_file_, *log_entry)) in RecordCommand()
Dbuild_test.cc1552 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F() local
1553 ASSERT_TRUE(NULL != log_entry); in TEST_F()
1554 ASSERT_EQ(restat_mtime, log_entry->mtime); in TEST_F()
1569 log_entry = build_log_.LookupByOutput("out1"); in TEST_F()
1570 ASSERT_TRUE(NULL != log_entry); in TEST_F()
1571 ASSERT_EQ(restat_mtime, log_entry->mtime); in TEST_F()
1733 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out"); in TEST_F() local
1734 ASSERT_TRUE(NULL != log_entry); in TEST_F()
1737 log_entry->command_hash)); in TEST_F()
1738 log_entry->command_hash++; // Change the command hash to something else. in TEST_F()
/third_party/boost/boost/test/impl/
Djunit_log_formatter.ipp128 if( log.log_entry == assertion_entry::log_entry_failure ) {
131 else if( log.log_entry == assertion_entry::log_entry_error ) {
292 if(it->log_entry != assertion_entry::log_entry_info)
360 if(it->log_entry != assertion_entry::log_entry_info)
575 entry.log_entry = junit_impl::junit_log_helper::assertion_entry::log_entry_error;
608 entry.log_entry = junit_impl::junit_log_helper::assertion_entry::log_entry_error;
706 entry.log_entry = junit_impl::junit_log_helper::assertion_entry::log_entry_info;
728 entry.log_entry = junit_impl::junit_log_helper::assertion_entry::log_entry_failure;
757 … junit_impl::junit_log_helper::assertion_entry& log_entry = last_entry.assertion_entries.back();
758 log_entry.output += value;
[all …]
/third_party/boost/boost/test/output/
Djunit_log_formatter.hpp56 log_entry_t log_entry; // the type associated to the assertion (or error) member
/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c67 struct log_entry { struct
75 struct log_entry oplog[LOGSIZE]; /* the log */ argument
173 struct log_entry *le; in log4()
190 struct log_entry *lp; in logdump()
/third_party/glib/gio/tests/
Dactions.c992 verify_changed (const gchar *log_entry) in verify_changed() argument
994 g_assert_cmpstr (state_change_log, ==, log_entry); in verify_changed()