OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_child
(Results
1 - 5
of
5
) sorted by null
/external/gemmlowp/profiling/
profiler.h
221
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
);
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
345
other_child
= ttk.Label(self.paned)
346
self.paned.add(
other_child
)
350
other_child
.destroy()
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
345
other_child
= ttk.Label(self.paned)
346
self.paned.add(
other_child
)
350
other_child
.destroy()
[
all
...]