• Home
  • Raw
  • Download

Lines Matching refs:kFunction

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