Home
last modified time | relevance | path

Searched refs:LogEntry (Results 1 - 10 of 10) sorted by relevance

/third_party/ninja/src/
H A Dbuild_log.h58 struct LogEntry { struct
68 bool operator==(const LogEntry& o) { in operator ==()
74 explicit LogEntry(const std::string& output);
75 LogEntry(const std::string& output, uint64_t command_hash,
80 LogEntry* LookupByOutput(const std::string& path);
83 bool WriteEntry(FILE* f, const LogEntry& entry);
93 typedef ExternalStringHashMap<LogEntry*>::Type Entries;
H A Dbuild_log_test.cc66 BuildLog::LogEntry* e1 = log1.LookupByOutput("out"); in TEST_F()
68 BuildLog::LogEntry* e2 = log2.LookupByOutput("out"); in TEST_F()
109 BuildLog::LogEntry::HashCommand("command abc")); in TEST_F()
111 BuildLog::LogEntry::HashCommand("command def")); in TEST_F()
119 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F()
182 BuildLog::LogEntry::HashCommand("command")); in TEST_F()
190 BuildLog::LogEntry* e = log.LookupByOutput("out with space"); in TEST_F()
205 BuildLog::LogEntry::HashCommand("command")); in TEST_F()
208 BuildLog::LogEntry::HashCommand("command2")); in TEST_F()
216 BuildLog::LogEntry* in TEST_F()
[all...]
H A Dbuild_log.cc111 uint64_t BuildLog::LogEntry::HashCommand(StringPiece command) { in HashCommand()
115 BuildLog::LogEntry::LogEntry(const string& output) in LogEntry() function in BuildLog::LogEntry
118 BuildLog::LogEntry::LogEntry(const string& output, uint64_t command_hash, in LogEntry() function in BuildLog::LogEntry
147 uint64_t command_hash = LogEntry::HashCommand(command); in RecordCommand()
152 LogEntry* log_entry; in RecordCommand()
156 log_entry = new LogEntry(path); in RecordCommand()
340 LogEntry* entry; in Load()
345 entry = new LogEntry(outpu in Load()
[all...]
H A Dhash_collision_bench.cc47 hashes[i] = make_pair(BuildLog::LogEntry::HashCommand(commands[i]), i); in main()
H A Dtest.cc110 ASSERT_EQ(BuildLog::LogEntry::HashCommand(expected), actual); in AssertHash()
H A Dgraph.cc306 BuildLog::LogEntry* entry = 0; in RecomputeOutputDirty()
334 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) { in RecomputeOutputDirty()
H A Dbuild_test.cc1849 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F()
1892 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F()
2105 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out"); in TEST_F()
2683 BuildLog::LogEntry* log_entry = NULL; in TEST_F()
2777 BuildLog::LogEntry* log_entry = build_log.LookupByOutput("out"); in TEST_F()
H A Dninja.cc299 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput(out->path()); in ParsePreviousElapsedTimes()
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp121 struct LogEntry { in load() struct in final
136 const auto& show = [](const LogEntry& log, const char prefix[]) { in load()
148 std::vector<LogEntry> fErrors, in load()
/third_party/skia/modules/skottie/src/
H A DSkottieTool.cpp206 struct LogEntry { struct in __anon18533::final
221 const auto& show = [](const LogEntry& log, const char prefix[]) { in report()
233 std::vector<LogEntry> fErrors,

Completed in 22 milliseconds