Home | History | Annotate | Download | only in base

Lines Matching defs:kFunction

164   const char kFunction[] = "TinyStartupShutdown";
165 Location location(kFunction, kFile, kLineNumber, NULL);
224 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name);
239 EXPECT_EQ(kFunction,
246 EXPECT_EQ(kFunction,
304 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread";
305 Location location(kFunction, kFile, kLineNumber, NULL);
321 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread";
322 Location location(kFunction, kFile, kLineNumber, NULL);
338 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread";
339 Location location(kFunction, kFile, kLineNumber, NULL);
344 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
354 const char kFunction[] = "BirthOnlyToSnapshotMainThread";
355 Location location(kFunction, kFile, kLineNumber, NULL);
360 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName, kStillAlive,
370 const char kFunction[] = "LifeCycleToSnapshotMainThread";
371 Location location(kFunction, kFile, kLineNumber, NULL);
392 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
406 const char kFunction[] = "LifeCycleMidDeactivatedToSnapshotMainThread";
407 Location location(kFunction, kFile, kLineNumber, NULL);
432 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
444 const char kFunction[] = "LifeCyclePreDeactivatedToSnapshotMainThread";
445 Location location(kFunction, kFile, kLineNumber, NULL);
477 const char kFunction[] = "LifeCycleToSnapshotWorkerThread";
478 Location location(kFunction, kFile, kLineNumber, NULL);
497 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
505 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
514 EXPECT_EQ(kFunction,
540 const char kFunction[] = "TwoLives";
541 Location location(kFunction, kFile, kLineNumber, NULL);
572 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
584 const char kFunction[] = "DifferentLives";
585 Location location(kFunction, kFile, kLineNumber, NULL);
604 Location second_location(kFunction, kFile, kSecondFakeLineNumber, NULL);
615 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name);
627 EXPECT_EQ(kFunction, process_data.tasks[1].birth.location.function_name);
649 const char kFunction[] = "TaskWithNestedExclusion";
650 Location location(kFunction, kFile, kLineNumber, NULL);
675 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
685 const char kFunction[] = "TaskWith2NestedExclusions";
686 Location location(kFunction, kFile, kLineNumber, NULL);
716 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
726 const char kFunction[] = "TaskWithNestedExclusionWithNestedTask";
727 Location location(kFunction, kFile, kLineNumber, NULL);
746 Location second_location(kFunction, kFile, kSecondFakeLineNumber, NULL);
776 EXPECT_EQ(kFunction, process_data.tasks[t0].birth.location.function_name);
788 EXPECT_EQ(kFunction, process_data.tasks[t1].birth.location.function_name);