/external/javassist/sample/reflect/ |
Person.java | 13 public static int birth = 3;
field in class:Person 23 birth = birthYear;
31 return year - birth;
|
/external/libchrome/base/ |
tracked_objects_unittest.cc | 50 // Simulate a birth on the thread named |thread_name|, at the given 58 // Do not delete |birth|. We don't own it. 59 Births* birth = ThreadData::TallyABirthIfActive(location); local 62 EXPECT_EQ(reinterpret_cast<Births*>(NULL), birth); local 64 EXPECT_NE(reinterpret_cast<Births*>(NULL), birth); local 82 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); 84 process_data_phase.tasks[0].birth.location.function_name); 86 process_data_phase.tasks[0].birth.location.line_number); 88 EXPECT_EQ(birth_thread, process_data_phase.tasks[0].birth.thread_name); 179 EXPECT_EQ(1u, birth_map.size()); // 1 birth location [all...] |
tracked_objects.cc | 253 BirthOnThreadSnapshot::BirthOnThreadSnapshot(const BirthOnThread& birth) 254 : location(birth.location()), 255 thread_name(birth.birth_thread()->thread_name()) { 449 // Add births that are still active -- i.e. objects that have tallied a birth, 618 for (const auto& birth : birth_map) { 619 (*birth_counts)[birth.second] += birth.second->birth_count(); 650 for (const auto& birth : birth_map_) 651 (*birth_map)[birth.first] = birth.second [all...] |
tracked_objects.h | 35 // that are tracked. Tracking means their birth, death, duration, birth thread, 36 // death thread, and birth place are recorded. This data is carefully spread 54 // to specify the birth place (file, line, function) where the instance was 65 // as well as a pointer specifying the thread on which the birth takes place. 73 // be handled carefully, and stats are updated exclusively on the birth thread). 79 // addition, the birth time is also recorded and used to later evaluate the 81 // can find out a Task's location of birth, and thread of birth, without using 96 // collection of DeathData instances. For each birth place Location that i 413 BirthOnThreadSnapshot birth; member in struct:tracked_objects::TaskSnapshot [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug257.go | [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug257.go | [all...] |
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gunzip_test.go | 129 "birth of freedom ? and that government of the people, by the\n" +
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gunzip_test.go | 129 "birth of freedom ? and that government of the people, by the\n" +
|