/external/opencensus-java/contrib/log_correlation/stackdriver/src/test/java/io/opencensus/contrib/logcorrelation/stackdriver/ |
D | OpenCensusTraceLoggingEnhancerTest.java | 21 import com.google.cloud.logging.LogEntry; 62 LogEntry logEntry = in enhanceLogEntry_DoNotAddSampledSpanToLogEntryWithNoSpans() 76 LogEntry logEntry = in enhanceLogEntry_AddSampledSpanToLogEntryWithSampledSpans() 93 LogEntry logEntry = in enhanceLogEntry_AddSampledSpanToLogEntryWithAllSpans() 110 LogEntry logEntry = in enhanceLogEntry_DoNotAddNonSampledSpanToLogEntryWithNoSpans() 124 LogEntry logEntry = in enhanceLogEntry_DoNotAddNonSampledSpanToLogEntryWithSampledSpans() 138 LogEntry logEntry = in enhanceLogEntry_AddNonSampledSpanToLogEntryWithAllSpans() 155 LogEntry logEntry = in enhanceLogEntry_AddBlankSpanToLogEntryWithAllSpans() 167 LogEntry logEntry = in enhanceLogEntry_ConvertNullProjectIdToEmptyString() 179 private static LogEntry getEnhancedLogEntry(LoggingEnhancer loggingEnhancer, Span span) { in getEnhancedLogEntry() [all …]
|
/external/syzkaller/pkg/repro/ |
D | repro.go | 177 func (ctx *context) repro(entries []*prog.LogEntry, crashStart int) (*Result, error) { 233 func (ctx *context) extractProg(entries []*prog.LogEntry) (*Result, error) { 250 var lastEntries []*prog.LogEntry 292 func (ctx *context) extractProgSingle(entries []*prog.LogEntry, duration time.Duration) (*Result, e… 322 func (ctx *context) extractProgBisect(entries []*prog.LogEntry, baseDuration time.Duration) (*Resul… 331 entries, err := ctx.bisectProgs(entries, func(progs []*prog.LogEntry) (bool, error) { 500 entry := prog.LogEntry{P: p} 506 return ctx.testProgs([]*prog.LogEntry{&entry}, duration, opts) 509 func (ctx *context) testProgs(entries []*prog.LogEntry, duration time.Duration, opts csource.Option… 615 func (ctx *context) bisectProgs(progs []*prog.LogEntry, pred func([]*prog.LogEntry) (bool, error)) ( [all …]
|
D | repro_test.go | 33 var progs []*prog.LogEntry 37 var prog prog.LogEntry 45 var prog prog.LogEntry 50 progs, _ = ctx.bisectProgs(progs, func(p []*prog.LogEntry) (bool, error) {
|
/external/syzkaller/prog/ |
D | parse.go | 12 type LogEntry struct { struct 22 func (target *Target) ParseLog(data []byte) []*LogEntry { 23 var entries []*LogEntry 24 ent := &LogEntry{} 42 ent = &LogEntry{
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | time_log.h | 32 struct LogEntry { struct 44 extern LogEntry time_logs[NUM_LOGS]; argument 103 LogEntry* last_time = time_logs; in PrintTimeLog() 108 LogEntry* const this_time = time_logs + i; in PrintTimeLog()
|
D | time_log.cc | 21 LogEntry time_logs[NUM_LOGS];
|
/external/opencensus-java/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/ |
D | OpenCensusTraceLoggingEnhancer.java | 20 import com.google.cloud.logging.LogEntry; 180 public void enhanceLogEntry(LogEntry.Builder builder) { in enhanceLogEntry() 203 String tracePrefix, SpanContext span, LogEntry.Builder builder) { in addTracingData()
|
/external/syzkaller/tools/syz-execprog/ |
D | execprog.go | 89 entries []*prog.LogEntry 122 func (ctx *Context) execute(pid int, env *ipc.Env, entry *prog.LogEntry) { 247 func loadPrograms(target *prog.Target, files []string) []*prog.LogEntry { 248 var entries []*prog.LogEntry 260 func createConfig(target *prog.Target, entries []*prog.LogEntry, features *host.Features) ( argument
|
/external/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 126 struct LogEntry { struct in __anon807e29140111::Logger 141 const auto& show = [](const LogEntry& log, const char prefix[]) { in report() 153 std::vector<LogEntry> fErrors,
|
/external/skqp/modules/skottie/src/ |
D | SkottieTool.cpp | 126 struct LogEntry { struct in __anond1eb79ab0111::Logger 141 const auto& show = [](const LogEntry& log, const char prefix[]) { in report() 153 std::vector<LogEntry> fErrors,
|
/external/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()
|
/external/skqp/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()
|
/external/autotest/client/common_lib/cros/network/ |
D | iw_event_logger.py | 13 LogEntry = collections.namedtuple('LogEntry', ['timestamp', variable 111 yield LogEntry(timestamp=timestamp,
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 211 type LogEntry struct { struct 218 req := &LogEntry{
|
/external/opencensus-java/contrib/log_correlation/stackdriver/ |
D | README.md | 141 `enhanceLogEntry` method on all `LogEntry`s that will be passed to `google-cloud-logging`'s
|
/external/syzkaller/dashboard/app/ |
D | api.go | 162 req := new(dashapi.LogEntry)
|