Searched refs:LogEntry (Results 1 - 10 of 10) sorted by relevance
/third_party/ninja/src/ |
H A D | build_log.h | 58 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 D | build_log_test.cc | 66 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 D | build_log.cc | 111 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 D | hash_collision_bench.cc | 47 hashes[i] = make_pair(BuildLog::LogEntry::HashCommand(commands[i]), i); in main()
|
H A D | test.cc | 110 ASSERT_EQ(BuildLog::LogEntry::HashCommand(expected), actual);
in AssertHash()
|
H A D | graph.cc | 306 BuildLog::LogEntry* entry = 0;
in RecomputeOutputDirty() 334 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) {
in RecomputeOutputDirty()
|
H A D | build_test.cc | 1849 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 D | ninja.cc | 299 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput(out->path());
in ParsePreviousElapsedTimes()
|
/third_party/skia/tools/viewer/ |
H A D | SkottieSlide.cpp | 121 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 D | SkottieTool.cpp | 206 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