Home
last modified time | relevance | path

Searched refs:other_child (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dshared_buffer_unittest.cc108 MojoHandle other_child; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
109 std::string message = ReadMessageWithHandles(h, &other_child, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
117 WriteMessageWithHandles(other_child, "", &dupe, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
125 MojoHandle other_child; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
126 std::string message = ReadMessageWithHandles(h, &other_child, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
130 ReadMessageWithHandles(other_child, &b, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
/external/gemmlowp/profiling/
Dprofiler.h221 Node* other_child = new Node; in AddOtherChildrenToNode() local
222 other_child->label = in AddOtherChildrenToNode()
224 other_child->weight = node->weight - top_level_children_weight; in AddOtherChildrenToNode()
225 node->children.push_back(other_child); in AddOtherChildrenToNode()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py582 other_child = ttk.Label(self.paned)
583 self.paned.add(other_child)
587 other_child.destroy()
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py586 other_child = ttk.Label(self.paned)
587 self.paned.add(other_child)
591 other_child.destroy()