Lines Matching refs:location
52 void TallyABirth(const Location& location, const std::string& thread_name) { in TallyABirth() argument
59 Births* birth = ThreadData::TallyABirthIfActive(location); in TallyABirth()
82 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); in ExpectSimpleProcessData()
84 process_data_phase.tasks[0].birth.location.function_name); in ExpectSimpleProcessData()
86 process_data_phase.tasks[0].birth.location.line_number); in ExpectSimpleProcessData()
169 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
170 ThreadData::TallyABirthIfActive(location); in TEST_F()
191 base::TrackingInfo pending_task(location, kBogusBirthTime); in TEST_F()
221 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); in TEST_F()
223 process_data_phase.tasks[0].birth.location.function_name); in TEST_F()
225 process_data_phase.tasks[0].birth.location.line_number); in TEST_F()
380 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
381 TallyABirth(location, std::string()); in TEST_F()
402 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
403 TallyABirth(location, kMainThreadName); in TEST_F()
423 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
424 TallyABirth(location, std::string()); in TEST_F()
436 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
437 TallyABirth(location, kMainThreadName); in TEST_F()
449 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
450 TallyABirth(location, kMainThreadName); in TEST_F()
455 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
478 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
479 TallyABirth(location, kMainThreadName); in TEST_F()
484 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
499 TallyABirth(location, kMainThreadName); in TEST_F()
504 base::TrackingInfo pending_task1(location, kDelayedStartTime1); in TEST_F()
528 EXPECT_EQ(kFile, process_data_phase0.tasks[0].birth.location.file_name); in TEST_F()
530 process_data_phase0.tasks[0].birth.location.function_name); in TEST_F()
532 process_data_phase0.tasks[0].birth.location.line_number); in TEST_F()
552 EXPECT_EQ(kFile, process_data_phase1.tasks[0].birth.location.file_name); in TEST_F()
554 process_data_phase1.tasks[0].birth.location.function_name); in TEST_F()
556 process_data_phase1.tasks[0].birth.location.line_number); in TEST_F()
577 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
581 TallyABirth(location, kMainThreadName); in TEST_F()
585 base::TrackingInfo pending_task(location, base::TimeTicks()); in TEST_F()
600 TallyABirth(location, kMainThreadName); in TEST_F()
603 base::TrackingInfo pending_task(location, base::TimeTicks()); in TEST_F()
618 TallyABirth(location, kMainThreadName); in TEST_F()
622 base::TrackingInfo pending_task(location, base::TimeTicks()); in TEST_F()
645 EXPECT_EQ(kFile, process_data_phase0.tasks[0].birth.location.file_name); in TEST_F()
647 process_data_phase0.tasks[0].birth.location.function_name); in TEST_F()
649 process_data_phase0.tasks[0].birth.location.line_number); in TEST_F()
669 EXPECT_EQ(kFile, process_data_phase1.tasks[0].birth.location.file_name); in TEST_F()
671 process_data_phase1.tasks[0].birth.location.function_name); in TEST_F()
673 process_data_phase1.tasks[0].birth.location.line_number); in TEST_F()
693 EXPECT_EQ(kFile, process_data_phase2.tasks[0].birth.location.file_name); in TEST_F()
695 process_data_phase2.tasks[0].birth.location.function_name); in TEST_F()
697 process_data_phase2.tasks[0].birth.location.line_number); in TEST_F()
718 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
724 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
750 EXPECT_EQ(kFile, process_data_phase0.tasks[0].birth.location.file_name); in TEST_F()
752 process_data_phase0.tasks[0].birth.location.function_name); in TEST_F()
754 process_data_phase0.tasks[0].birth.location.line_number); in TEST_F()
783 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
789 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
813 EXPECT_EQ(kFile, process_data_phase1.tasks[0].birth.location.file_name); in TEST_F()
815 process_data_phase1.tasks[0].birth.location.function_name); in TEST_F()
817 process_data_phase1.tasks[0].birth.location.line_number); in TEST_F()
842 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
843 TallyABirth(location, kMainThreadName); in TEST_F()
848 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
877 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
878 TallyABirth(location, kMainThreadName); in TEST_F()
883 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
914 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
915 TallyABirth(location, kMainThreadName); in TEST_F()
920 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
934 base::TrackingInfo pending_task2(location, kDelayedStartTime); in TEST_F()
956 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
961 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
991 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); in TEST_F()
993 process_data_phase.tasks[0].birth.location.function_name); in TEST_F()
995 process_data_phase.tasks[0].birth.location.line_number); in TEST_F()
1005 EXPECT_EQ(kFile, process_data_phase.tasks[1].birth.location.file_name); in TEST_F()
1007 process_data_phase.tasks[1].birth.location.function_name); in TEST_F()
1009 process_data_phase.tasks[1].birth.location.line_number); in TEST_F()
1026 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
1027 TallyABirth(location, kMainThreadName); in TEST_F()
1032 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
1060 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
1061 TallyABirth(location, kMainThreadName); in TEST_F()
1066 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
1100 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
1104 TallyABirth(location, kMainThreadName); in TEST_F()
1109 base::TrackingInfo pending_task(location, kDelayedStartTime); in TEST_F()
1150 (process_data_phase.tasks[0].birth.location.line_number == kLineNumber) in TEST_F()
1156 EXPECT_EQ(kFile, process_data_phase.tasks[t0].birth.location.file_name); in TEST_F()
1158 process_data_phase.tasks[t0].birth.location.function_name); in TEST_F()
1160 process_data_phase.tasks[t0].birth.location.line_number); in TEST_F()
1170 EXPECT_EQ(kFile, process_data_phase.tasks[t1].birth.location.file_name); in TEST_F()
1172 process_data_phase.tasks[t1].birth.location.function_name); in TEST_F()
1174 process_data_phase.tasks[t1].birth.location.line_number); in TEST_F()