/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | inherited_exception.pass.cpp | 43 Child child; in f1() local 44 child.b1 = 10; in f1() 45 child.b2 = 11; in f1() 46 child.c = 12; in f1() 47 throw child; in f1() 51 Child child; in f2() local 52 child.b1 = 10; in f2() 53 child.b2 = 11; in f2() 54 child.c = 12; in f2() 55 throw static_cast<Base2&>(child); in f2() [all …]
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_xml_test_utils.py | 102 for child_id, child in expected_children.iteritems(): 106 self.AssertEquivalentNodes(child, actual_children[child_id]) 129 for child in element.childNodes: 130 if child.nodeType == Node.ELEMENT_NODE: 131 self.assert_(child.tagName in self.identifying_attribute, 132 'Encountered unknown element <%s>' % child.tagName) 133 childID = child.getAttribute(self.identifying_attribute[child.tagName]) 135 children[childID] = child 136 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]: 138 if (child.nodeType == Node.CDATA_SECTION_NODE or [all …]
|
D | gtest_help_test.py | 94 child = gtest_test_utils.Subprocess(command) 95 return child.exit_code, child.output
|
D | gtest_filter_unittest.py | 60 child = gtest_test_utils.Subprocess( variable 62 CAN_PASS_EMPTY_ENV = eval(child.output) 73 child = gtest_test_utils.Subprocess( variable 75 CAN_UNSET_ENV = eval(child.output)
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsjobs.c | 117 vmsHandleChildTerm(struct child *child) in vmsHandleChildTerm() argument 120 register struct child *lastc, *c; in vmsHandleChildTerm() 123 vms_jobsefnmask &= ~(1 << (child->efn - 32)); in vmsHandleChildTerm() 125 lib$free_ef(&child->efn); in vmsHandleChildTerm() 129 child_failed = !(child->cstatus & 1 || ((child->cstatus & 7) == 0)); in vmsHandleChildTerm() 134 for (c = children; c != 0 && c != child; lastc = c, c = c->next) in vmsHandleChildTerm() 137 c = child; in vmsHandleChildTerm() 293 child_execute_job (char *argv, struct child *child) in child_execute_job() argument 403 child->pid = 270163; in child_execute_job() 404 child->efn = 0; in child_execute_job() [all …]
|
D | job.c | 199 static void free_child PARAMS ((struct child *)); 200 static void start_job_command PARAMS ((struct child *child)); 202 static int job_next_command PARAMS ((struct child *)); 203 static int start_waiting_job PARAMS ((struct child *)); 207 struct child *children = 0; 219 static struct child *waiting_jobs = 0; 475 register struct child *lastc, *c; in reap_children() 844 free_child (struct child *child) in free_child() argument 848 child, child->file->name); in free_child() 865 child, child->file->name)); in free_child() [all …]
|
D | job.h | 40 struct child struct 42 struct child *next; /* Link in the chain. */ argument 67 extern struct child *children; argument 75 extern int child_execute_job PARAMS ((char *argv, struct child *child));
|
D | commands.h | 40 extern void delete_child_targets PARAMS ((struct child *child));
|
D | commands.c | 458 register struct child *c; in fatal_error_signal() 476 register struct child *c; in fatal_error_signal() 575 delete_child_targets (struct child *child) in delete_child_targets() argument 579 if (child->deleted) in delete_child_targets() 583 delete_target (child->file, (char *) 0); in delete_child_targets() 586 for (d = child->file->also_make; d != 0; d = d->next) in delete_child_targets() 587 delete_target (d->file, child->file->name); in delete_child_targets() 589 child->deleted = 1; in delete_child_targets()
|
/ndk/ |
D | ndk-gdb.py | 170 for child in intent_filter: 171 if child.tag == "action": 172 if not found_action and name_attrib in child.attrib: 173 if child.attrib[name_attrib] == main_action: 175 if child.tag == "category": 176 if not found_category and name_attrib in child.attrib: 177 if child.attrib[name_attrib] == launcher_category:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __tree | 61 // Returns: true if __x is a left child of its parent, else false 90 // If this is red, neither child can be red 200 // Effects: Makes __x->__right_ the subtree root with __x as its left child 220 // Effects: Makes __x->__left_ the subtree root with __x as its right child 243 // __x == __root or == a direct or indirect child of __root. 313 // __z == __root or == a direct or indirect child of __root. 324 // __y will have at most one child. 328 // __x is __y's possibly null single child 346 // __y can't be root if it is a right child 381 // Since __y was black and only had one child (which __x points to), __x [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 513 "child has exited; pid: %d; uid: %d; exit value: %d", 518 "child was killed; pid: %d; uid: %d; exit value: %d", 523 "child terminated abnormally; pid: %d; uid: %d; exit value: %d", 528 "traced child has trapped; pid: %d; uid: %d; exit value: %d", 533 "child has stopped; pid: %d; uid: %d; exit value: %d", 538 "stopped child had continued; pid: %d; uid: %d; exit value: %d", 544 … "signal: SIGCHLD, si_code: %d (child process has terminated; pid: %d; uid: %d; exit value: %d)",
|
/ndk/sources/host-tools/make-3.81/po/ |
D | make.pot | 562 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 571 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 576 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 586 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 595 msgid "Released token for child 0x%08lx (%s).\n" 612 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 617 msgid "Obtained token for child 0x%08lx (%s).\n" 655 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | ko.po | 572 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 581 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 586 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 596 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 606 msgid "Released token for child 0x%08lx (%s).\n" 607 msgstr "�ڽ����μ��� child 0x%08lx (%s) �� ��ū�� ���� �ݴϴ�.\n" 625 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 630 msgid "Obtained token for child 0x%08lx (%s).\n" 668 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | be.po | 566 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 575 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 580 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 590 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 599 msgid "Released token for child 0x%08lx (%s).\n" 616 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 621 msgid "Obtained token for child 0x%08lx (%s).\n" 659 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | id.po | 571 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 580 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 581 msgstr "Reaping losing child 0x%08lx PID %ld %s\n" 585 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 586 msgstr "Reaping winning child 0x%08lx PID %ld %s\n" 595 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 604 msgid "Released token for child 0x%08lx (%s).\n" 623 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 628 msgid "Obtained token for child 0x%08lx (%s).\n" 666 msgid "make reaped child pid %ld, still waiting for pid %ld\n" [all …]
|
D | ja.po | 573 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 582 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 587 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 597 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 606 msgid "Released token for child 0x%08lx (%s).\n" 625 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 630 msgid "Obtained token for child 0x%08lx (%s).\n" 668 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | zh_CN.po | 567 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 576 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 581 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 591 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 600 msgid "Released token for child 0x%08lx (%s).\n" 617 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 622 msgid "Obtained token for child 0x%08lx (%s).\n" 660 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | rw.po | 614 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 623 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 628 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 638 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 648 msgid "Released token for child 0x%08lx (%s).\n" 665 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 670 msgid "Obtained token for child 0x%08lx (%s).\n" 711 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | he.po | 572 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 581 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 586 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 596 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 607 msgid "Released token for child 0x%08lx (%s).\n" 626 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 631 msgid "Obtained token for child 0x%08lx (%s).\n" 669 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | nl.po | 577 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 586 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 591 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 601 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 610 msgid "Released token for child 0x%08lx (%s).\n" 629 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 634 msgid "Obtained token for child 0x%08lx (%s).\n" 676 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | fi.po | 571 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 580 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 585 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 595 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 604 msgid "Released token for child 0x%08lx (%s).\n" 623 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 628 msgid "Obtained token for child 0x%08lx (%s).\n" 668 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | da.po | 569 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 578 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 583 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 593 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 602 msgid "Released token for child 0x%08lx (%s).\n" 621 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 626 msgid "Obtained token for child 0x%08lx (%s).\n" 664 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | sv.po | 570 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 579 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 584 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 594 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 603 msgid "Released token for child 0x%08lx (%s).\n" 622 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 627 msgid "Obtained token for child 0x%08lx (%s).\n" 665 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|
D | pl.po | 573 msgid "Live child 0x%08lx (%s) PID %ld %s\n" 582 msgid "Reaping losing child 0x%08lx PID %ld %s\n" 587 msgid "Reaping winning child 0x%08lx PID %ld %s\n" 597 msgid "Removing child 0x%08lx PID %ld%s from chain.\n" 606 msgid "Released token for child 0x%08lx (%s).\n" 625 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" 630 msgid "Obtained token for child 0x%08lx (%s).\n" 668 msgid "make reaped child pid %ld, still waiting for pid %ld\n"
|