Home
last modified time | relevance | path

Searched refs:log1 (Results 1 – 8 of 8) sorted by relevance

/third_party/ninja/src/
Dbuild_log_test.cc50 BuildLog log1; in TEST_F() local
52 EXPECT_TRUE(log1.OpenForWrite(kTestFilename, *this, &err)); in TEST_F()
54 log1.RecordCommand(state_.edges_[0], 15, 18); in TEST_F()
55 log1.RecordCommand(state_.edges_[1], 20, 25); in TEST_F()
56 log1.Close(); in TEST_F()
62 ASSERT_EQ(2u, log1.entries().size()); in TEST_F()
64 BuildLog::LogEntry* e1 = log1.LookupByOutput("out"); in TEST_F()
126 BuildLog log1; in TEST_F() local
128 EXPECT_TRUE(log1.OpenForWrite(kTestFilename, *this, &err)); in TEST_F()
130 log1.RecordCommand(state_.edges_[0], 15, 18); in TEST_F()
[all …]
Ddeps_log_test.cc42 DepsLog log1; in TEST_F() local
44 EXPECT_TRUE(log1.OpenForWrite(kTestFilename, &err)); in TEST_F()
51 log1.RecordDeps(state1.GetNode("out.o", 0), 1, deps); in TEST_F()
56 log1.RecordDeps(state1.GetNode("out2.o", 0), 2, deps); in TEST_F()
58 DepsLog::Deps* log_deps = log1.GetDeps(state1.GetNode("out.o", 0)); in TEST_F()
66 log1.Close(); in TEST_F()
73 ASSERT_EQ(log1.nodes().size(), log2.nodes().size()); in TEST_F()
74 for (int i = 0; i < (int)log1.nodes().size(); ++i) { in TEST_F()
75 Node* node1 = log1.nodes()[i]; in TEST_F()
94 DepsLog log1; in TEST_F() local
[all …]
Dclean_test.cc494 BuildLog log1; in TEST_F() local
496 EXPECT_TRUE(log1.OpenForWrite(kTestFilename, *this, &err)); in TEST_F()
498 log1.RecordCommand(state.edges_[0], 15, 18); in TEST_F()
499 log1.RecordCommand(state.edges_[1], 20, 25); in TEST_F()
500 log1.Close(); in TEST_F()
/third_party/ltp/testcases/kernel/fs/fs-bench/
Dmodaltr.sh42 LOG_DIR1=/tmp/log1
103 ./test2.sh >log1 2>&1
106 mv log1 $LOG_DIR1
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c104 sctp_clog.x.misc.log1, in sctp_sblog()
130 sctp_clog.x.misc.log1, in sctp_log_closing()
149 sctp_clog.x.misc.log1, in rto_logging()
171 sctp_clog.x.misc.log1, in sctp_log_strm_del_alt()
192 sctp_clog.x.misc.log1, in sctp_log_nagle_event()
213 sctp_clog.x.misc.log1, in sctp_log_sack()
233 sctp_clog.x.misc.log1, in sctp_log_map()
253 sctp_clog.x.misc.log1, in sctp_log_fr()
285 sctp_clog.x.misc.log1, in sctp_log_mb()
327 sctp_clog.x.misc.log1, in sctp_log_strm_del()
[all …]
Dsctp_uio.h910 uint32_t log1; member
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk1675 [*['height(tree) <= log1/a(tree.size())]]
1682 [*['height(tree) <= log1/a(tree.size()) + 1]]
1698 operations like ['log1/a]. If the system has no floating point operations (like some
/third_party/python/Doc/whatsnew/
D3.2.rst1361 with fileinput.input(files=('log1.txt', 'log2.txt')) as f: