Home | History | Annotate | Download | only in base

Lines Matching refs:kFunction

168   const char kFunction[] = "TinyStartupShutdown";
169 Location location(kFunction, kFile, kLineNumber, NULL);
222 EXPECT_EQ(kFunction,
379 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread";
380 Location location(kFunction, kFile, kLineNumber, NULL);
401 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread";
402 Location location(kFunction, kFile, kLineNumber, NULL);
422 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread";
423 Location location(kFunction, kFile, kLineNumber, NULL);
428 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
435 const char kFunction[] = "BirthOnlyToSnapshotMainThread";
436 Location location(kFunction, kFile, kLineNumber, NULL);
441 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName, kStillAlive,
448 const char kFunction[] = "LifeCycleToSnapshotMainThread";
449 Location location(kFunction, kFile, kLineNumber, NULL);
470 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
477 const char kFunction[] = "TwoPhases";
478 Location location(kFunction, kFile, kLineNumber, NULL);
529 EXPECT_EQ(kFunction,
553 EXPECT_EQ(kFunction,
576 const char kFunction[] = "ThreePhases";
577 Location location(kFunction, kFile, kLineNumber, NULL);
646 EXPECT_EQ(kFunction,
670 EXPECT_EQ(kFunction,
694 EXPECT_EQ(kFunction,
717 const char kFunction[] = "TwoPhasesSecondEmpty";
718 Location location(kFunction, kFile, kLineNumber, NULL);
751 EXPECT_EQ(kFunction,
782 const char kFunction[] = "TwoPhasesSecondEmpty";
783 Location location(kFunction, kFile, kLineNumber, NULL);
814 EXPECT_EQ(kFunction,
841 const char kFunction[] = "LifeCycleMidDeactivatedToSnapshotMainThread";
842 Location location(kFunction, kFile, kLineNumber, NULL);
866 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
876 const char kFunction[] = "LifeCyclePreDeactivatedToSnapshotMainThread";
877 Location location(kFunction, kFile, kLineNumber, NULL);
913 const char kFunction[] = "TwoLives";
914 Location location(kFunction, kFile, kLineNumber, NULL);
946 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
955 const char kFunction[] = "DifferentLives";
956 Location location(kFunction, kFile, kLineNumber, NULL);
975 Location second_location(kFunction, kFile, kSecondFakeLineNumber, NULL);
992 EXPECT_EQ(kFunction,
1006 EXPECT_EQ(kFunction,
1025 const char kFunction[] = "TaskWithNestedExclusion";
1026 Location location(kFunction, kFile, kLineNumber, NULL);
1052 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
1059 const char kFunction[] = "TaskWith2NestedExclusions";
1060 Location location(kFunction, kFile, kLineNumber, NULL);
1092 ExpectSimpleProcessData(process_data, kFunction, kMainThreadName,
1099 const char kFunction[] = "TaskWithNestedExclusionWithNestedTask";
1100 Location location(kFunction, kFile, kLineNumber, NULL);
1120 Location second_location(kFunction, kFile, kSecondFakeLineNumber, NULL);
1157 EXPECT_EQ(kFunction,
1171 EXPECT_EQ(kFunction,