Searched refs:birth (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects_unittest.cc | 59 Births* birth = ThreadData::TallyABirthIfActive(location); in TallyABirth() local 62 EXPECT_EQ(reinterpret_cast<Births*>(NULL), birth); in TallyABirth() 64 EXPECT_NE(reinterpret_cast<Births*>(NULL), birth); 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() 88 EXPECT_EQ(birth_thread, process_data_phase.tasks[0].birth.thread_name); in ExpectSimpleProcessData() 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() [all …]
|
D | tracked_objects.cc | 253 BirthOnThreadSnapshot::BirthOnThreadSnapshot(const BirthOnThread& birth) in BirthOnThreadSnapshot() argument 254 : location(birth.location()), in BirthOnThreadSnapshot() 255 thread_name(birth.birth_thread()->thread_name()) { in BirthOnThreadSnapshot() 618 for (const auto& birth : birth_map) { in SnapshotExecutedTasks() local 619 (*birth_counts)[birth.second] += birth.second->birth_count(); in SnapshotExecutedTasks() 650 for (const auto& birth : birth_map_) in SnapshotMaps() local 651 (*birth_map)[birth.first] = birth.second; in SnapshotMaps() 940 TaskSnapshot::TaskSnapshot(const BirthOnThreadSnapshot& birth, in TaskSnapshot() argument 943 : birth(birth), in TaskSnapshot()
|
D | tracked_objects.h | 225 explicit BirthOnThreadSnapshot(const BirthOnThread& birth); 408 TaskSnapshot(const BirthOnThreadSnapshot& birth, 413 BirthOnThreadSnapshot birth; member
|
/external/javassist/sample/reflect/ |
D | Person.java | 13 public static int birth = 3; field in Person 23 birth = birthYear; in Person() 31 return year - birth; in getAge()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 1096 娩>'[give birth child]'; 2681 毓>'[give birth to]'; 3315 産>'[give birth]';
|
/external/curl/docs/ |
D | TheArtOfHttpScripting | 297 If the original form was seen on the page "www.hotmail.com/when/birth.html",
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 3189 㾵 < a\-dark\-colored\-birth\-mark; 6633 娩 < give\-birth\-child; 6980 䮳 < to\-give\-birth\-to; 8787 毓 < give\-birth\-to; 9512 出生日期 < date\-of\-birth; 10797 有生以來 < since\-birth; 11477 产 < give\-birth; 23001 出生日期 > date\-of\-birth; 23102 有生以來 > since\-birth; 38175 㾵 > a\-dark\-colored\-birth\-mark; [all …]
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|