/third_party/ninja/src/ |
D | build_log.h | 59 struct LogEntry { struct 69 bool operator==(const LogEntry& o) { 75 explicit LogEntry(const string& output); 76 LogEntry(const string& output, uint64_t command_hash, 81 LogEntry* LookupByOutput(const string& path); 84 bool WriteEntry(FILE* f, const LogEntry& entry); 93 typedef ExternalStringHashMap<LogEntry*>::Type Entries;
|
D | build_log.cc | 109 uint64_t BuildLog::LogEntry::HashCommand(StringPiece command) { in HashCommand() 113 BuildLog::LogEntry::LogEntry(const string& output) in LogEntry() function in BuildLog::LogEntry 116 BuildLog::LogEntry::LogEntry(const string& output, uint64_t command_hash, in LogEntry() function in BuildLog::LogEntry 145 uint64_t command_hash = LogEntry::HashCommand(command); in RecordCommand() 150 LogEntry* log_entry; in RecordCommand() 154 log_entry = new LogEntry(path); in RecordCommand() 330 LogEntry* entry; in Load() 335 entry = new LogEntry(output); in Load() 349 entry->command_hash = LogEntry::HashCommand(StringPiece(start, in Load() 374 BuildLog::LogEntry* BuildLog::LookupByOutput(const string& path) { in LookupByOutput() [all …]
|
D | build_log_test.cc | 64 BuildLog::LogEntry* e1 = log1.LookupByOutput("out"); in TEST_F() 66 BuildLog::LogEntry* e2 = log2.LookupByOutput("out"); in TEST_F() 115 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F() 181 BuildLog::LogEntry* e = log.LookupByOutput("out with space"); in TEST_F() 205 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F() 251 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F() 285 BuildLog::LogEntry* e = log.LookupByOutput("out"); in TEST_F() 304 BuildLog::LogEntry* e1 = log.LookupByOutput("out"); in TEST_F() 306 BuildLog::LogEntry* e2 = log.LookupByOutput("out.d"); in TEST_F()
|
D | hash_collision_bench.cc | 45 hashes[i] = make_pair(BuildLog::LogEntry::HashCommand(commands[i]), i); in main()
|
D | test.cc | 108 ASSERT_EQ(BuildLog::LogEntry::HashCommand(expected), actual); in AssertHash()
|
D | graph.cc | 241 BuildLog::LogEntry* entry = 0; in RecomputeOutputDirty() 278 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) { in RecomputeOutputDirty()
|
D | build_test.cc | 1552 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F() 1733 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out"); in TEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
D | jsEnumTagOnObjectFrozen.types | 18 * @typedef {Object} LogEntry 24 >cbThing(type => { /** @type {LogEntry} */ const logEntry = { time: Date.now(), … 26 >type => { /** @type {LogEntry} */ const logEntry = { time: Date.now(), type, … 29 /** @type {LogEntry} */ 31 >logEntry : LogEntry
|
D | jsEnumTagOnObjectFrozen.symbols | 16 * @typedef {Object} LogEntry 25 /** @type {LogEntry} */
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 126 struct LogEntry { struct in __anonb12106730111::Logger 141 const auto& show = [](const LogEntry& log, const char prefix[]) { in report() 153 std::vector<LogEntry> fErrors,
|
/third_party/flutter/skia/tools/viewer/ |
D | SkottieSlide.cpp | 63 struct LogEntry { in load() struct in SkottieSlide::load::Logger 78 const auto& show = [](const LogEntry& log, const char prefix[]) { in load() 90 std::vector<LogEntry> fErrors, in load()
|
/third_party/skia/tools/viewer/ |
D | SkottieSlide.cpp | 121 struct LogEntry { in load() struct in SkottieSlide::load::Logger 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/ |
D | SkottieTool.cpp | 206 struct LogEntry { struct in __anon7a0bf1de0111::Logger 221 const auto& show = [](const LogEntry& log, const char prefix[]) { in report() 233 std::vector<LogEntry> fErrors,
|