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

/external/gemmlowp/profiling/
H A Dprofiler.h221 Node* other_child = new Node; local
222 other_child->label =
224 other_child->weight = node->weight - top_level_children_weight;
225 node->children.push_back(other_child);
/external/libmojo/mojo/edk/system/
H A Dshared_buffer_unittest.cc105 MojoHandle other_child; local
106 std::string message = ReadMessageWithHandles(h, &other_child, 1);
114 WriteMessageWithHandles(other_child, "", &dupe, 1);
122 MojoHandle other_child; local
123 std::string message = ReadMessageWithHandles(h, &other_child, 1);
127 ReadMessageWithHandles(other_child, &b, 1);
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
H A Dtest_widgets.py582 other_child = ttk.Label(self.paned)
583 self.paned.add(other_child)
587 other_child.destroy()

Completed in 185 milliseconds