Searched defs:child (Results 101 - 125 of 802) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAExistsExpression.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._expression_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DAHexExpression.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._value_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DAHexNumberVariable.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._hexNumber_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DAMultipleCommand.java66 void removeChild(@SuppressWarnings("unused") Node child) argument
68 // Remove child
69 if(this._command_.remove(child))
74 throw new RuntimeException("Not a child.");
80 // Replace child
99 throw new RuntimeException("Not a child.");
H A DANameVariable.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._word_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DANegativeExpression.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._expression_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DANotExpression.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._expression_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DANumericExpression.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._expression_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DAOptimizedMultipleCommand.java35 void removeChild(Node child) { argument
44 // Replace child
53 throw new RuntimeException("Not a child.");
H A DASequenceExpression.java66 void removeChild(@SuppressWarnings("unused") Node child) argument
68 // Remove child
69 if(this._args_.remove(child))
74 throw new RuntimeException("Not a child.");
80 // Replace child
99 throw new RuntimeException("Not a child.");
H A DAStringExpression.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._value_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DAVariableExpression.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._variable_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DNode.java25 abstract void removeChild(Node child); argument
/external/junit/src/org/junit/runners/
H A DSuite.java122 protected Description describeChild(Runner child) { argument
123 return child.getDescription();
/external/skia/src/animator/
H A DSkDrawGradient.cpp35 bool SkDrawGradient::addChild(SkAnimateMaker& , SkDisplayable* child) { argument
36 SkASSERT(child);
37 if (child->isColor()) {
38 SkDrawColor* color = (SkDrawColor*) child;
/external/valgrind/main/helgrind/tests/
H A Dtc11_XCHG.c8 /* Simple test program, no race. Parent and child both modify x and
136 pthread_t child; local
138 if (pthread_create(&child, NULL, child_fn, NULL)) {
146 if (pthread_join(child, NULL)) {
H A Dtc20_verifywrap.c69 create a child thread, generate a race error, and join with it
75 { pthread_t child; local
76 r= pthread_create( &child, NULL, racy_child, NULL ); assert(!r);
77 sleep(1); /* just to ensure parent thread reports race, not child */
79 r= pthread_join( child, NULL ); assert(!r);
/external/valgrind/main/memcheck/tests/
H A Datomic_incs.c670 pid_t child, p2; local
699 child = fork();
700 if (child == -1) {
705 if (child == 0) {
707 printf("child\n");
730 p2 = waitpid(child, &status, 0);
731 assert(p2 == child);
733 /* assert that child finished normally */
/external/valgrind/main/none/tests/
H A Dpth_atfork1.c65 child (void) function
80 pthread_atfork (prepare, parent, child);
104 /* We check whether the `prepare' and `child' function ran. */
111 error (EXIT_FAILURE, errno, "wrong child");
/external/blktrace/
H A Drbtree.c224 struct rb_node *child, *parent; local
228 child = node->rb_right;
230 child = node->rb_left;
238 child = node->rb_right;
242 if (child)
243 rb_set_parent(child, parent);
245 parent->rb_right = child;
248 parent->rb_left = child;
272 if (child)
273 rb_set_parent(child, paren
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.cc196 void PowerStatusView::ChildPreferredSizeChanged(views::View* child) { argument
/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc100 SetLayoutManager(NULL); // Reset layout manager before adding a child.
117 views::View* child = child_at(c); local
118 if (!child->visible())
129 views::View* child = child_at(c); local
130 if (child->visible())
131 layout->AddView(child);
139 views::View* child = child_at(c); local
140 if (!child->visible())
146 layout->AddView(child);
157 void StatusAreaWidgetDelegate::ChildPreferredSizeChanged(View* child) { argument
163 ChildVisibilityChanged(View* child) argument
[all...]
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc64 View* child = child_at(0); local
65 gfx::Size ps = child->GetPreferredSize();
66 child->SetBounds((width() - ps.width()) / 2,
H A Dtray_item_view.cc110 void TrayItemView::ChildPreferredSizeChanged(views::View* child) { argument
/external/chromium_org/ash/wm/maximize_mode/
H A Dworkspace_backdrop_delegate.cc70 void WorkspaceBackdropDelegate::OnWindowAddedToLayout(aura::Window* child) { argument
74 void WorkspaceBackdropDelegate::OnWindowRemovedFromLayout(aura::Window* child) { argument
79 aura::Window* child,
78 OnChildWindowVisibilityChanged( aura::Window* child, bool visible) argument

Completed in 6210 milliseconds

1234567891011>>