Home | History | Annotate | Download | only in base

Lines Matching defs:kFunction

143   const char kFunction[] = "TinyStartupShutdown";
144 Location location(kFunction, kFile, kLineNumber, NULL);
199 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name);
214 EXPECT_EQ(kFunction,
221 EXPECT_EQ(kFunction,
277 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread";
278 Location location(kFunction, kFile, kLineNumber, NULL);
293 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread";
294 Location location(kFunction, kFile, kLineNumber, NULL);
309 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread";
310 Location location(kFunction, kFile, kLineNumber, NULL);
315 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
324 const char kFunction[] = "BirthOnlyToSnapshotMainThread";
325 Location location(kFunction, kFile, kLineNumber, NULL);
330 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName, kStillAlive,
339 const char kFunction[] = "LifeCycleToSnapshotMainThread";
340 Location location(kFunction, kFile, kLineNumber, NULL);
358 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
371 const char kFunction[] = "LifeCycleMidDeactivatedToSnapshotMainThread";
372 Location location(kFunction, kFile, kLineNumber, NULL);
394 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
405 const char kFunction[] = "LifeCyclePreDeactivatedToSnapshotMainThread";
406 Location location(kFunction, kFile, kLineNumber, NULL);
434 const char kFunction[] = "LifeCycleToSnapshotWorkerThread";
435 Location location(kFunction, kFile, kLineNumber, NULL);
450 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
458 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
467 EXPECT_EQ(kFunction,
492 const char kFunction[] = "TwoLives";
493 Location location(kFunction, kFile, kLineNumber, NULL);
518 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
529 const char kFunction[] = "DifferentLives";
530 Location location(kFunction, kFile, kLineNumber, NULL);
546 Location second_location(kFunction, kFile, kSecondFakeLineNumber, NULL);
556 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name);
568 EXPECT_EQ(kFunction, process_data.tasks[1].birth.location.function_name);