Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dshared_buffer_unittest.cc105 MojoHandle other_child; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
106 std::string message = ReadMessageWithHandles(h, &other_child, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
114 WriteMessageWithHandles(other_child, "", &dupe, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
122 MojoHandle other_child; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
123 std::string message = ReadMessageWithHandles(h, &other_child, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
127 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()