Searched defs:child (Results 26 - 50 of 568) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DANoopExpression.java34 void removeChild(@SuppressWarnings("unused") Node child) argument
36 // Remove child
37 throw new RuntimeException("Not a child.");
43 // Replace child
44 throw new RuntimeException("Not a child.");
H A DACsOpenPosition.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._csOpen_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
H A DADataCommand.java70 void removeChild(@SuppressWarnings("unused") Node child) argument
72 // Remove child
73 if(this._data_ == child)
79 throw new RuntimeException("Not a child.");
85 // Replace child
92 throw new RuntimeException("Not a child.");
/external/junit/src/org/junit/internal/runners/
H A DErrorReportingRunner.java49 private Description describeCause(Throwable child) { argument
54 private void runCause(Throwable child, RunNotifier notifier) { argument
55 Description description= describeCause(child);
57 notifier.fireTestFailure(new Failure(description, child));
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java31 public void apply(Object child) throws NoTestsRemainException {
82 * @param child the runner to be filtered by the receiver
85 public void apply(Object child) throws NoTestsRemainException { argument
86 if (!(child instanceof Filterable))
88 Filterable filterable= (Filterable) child;
/external/valgrind/main/helgrind/tests/
H A Dtc07_hbl1.c6 /* Simple test program, no race. Parent and child both modify x and
106 pthread_t child; local
108 if (pthread_create(&child, NULL, child_fn, NULL)) {
115 if (pthread_join(child, NULL)) {
H A Dtc11_XCHG.c8 /* Simple test program, no race. Parent and child both modify x and
134 pthread_t child; local
136 if (pthread_create(&child, NULL, child_fn, NULL)) {
144 if (pthread_join(child, NULL)) {
H A Dtc21_pthonce.c69 void* child ( void* argV ) { function
73 printf("child: Hi, I'm thread %d\n", *(int*)argV);
86 r= pthread_create(&threads[i], NULL, child, &id_arg[i]);
H A Dtc24_nonzero_sem.c30 pthread_t child[N_THREADS]; local
35 r= pthread_create( &child[i], NULL, child_fn, sem );
40 r= pthread_join( child[i], NULL );
/external/valgrind/main/memcheck/tests/
H A Derr_disable4.c65 pthread_t child[NTHREADS]; local
84 r = pthread_create(&child[i], &attr, child_fn_1, NULL);
95 r = pthread_join(child[i], NULL); assert(!r);
107 r = pthread_create(&child[i], &attr, child_fn_2, NULL);
118 r = pthread_join(child[i], NULL); assert(!r);
/external/webkit/Source/JavaScriptCore/API/tests/
H A DNode.c40 void Node_appendChild(Node* node, Node* child) argument
42 Node_ref(child);
44 nodeLink->node = child;
49 void Node_removeChild(Node* node, Node* child) argument
55 if (current->node == child) {
/external/webkit/Source/JavaScriptCore/wtf/
H A DNonCopyingSort.h40 ptrdiff_t child = root * 2 + 1; local
41 if (child < end && compareLess(array[child], array[child + 1]))
42 child++;
44 if (compareLess(array[root], array[child])) {
45 swap(array[root], array[child]);
46 root = child;
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfile.cpp79 const v8::CpuProfileNode* child = node->GetChild(i); local
80 children->pushObject(buildInspectorObjectFor(child));
/external/webkit/Source/WebCore/html/
H A DHTMLTableRowsCollection.cpp57 Node* child = 0; local
62 for (child = previous->nextSibling(); child; child = child->nextSibling()) {
63 if (child->hasTagName(trTag))
64 return static_cast<HTMLTableRowElement*>(child);
70 child = table->firstChild();
72 child = previous->parentNode()->nextSibling();
73 for (; child; chil
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.h47 // FIXME: Temporary while RenderBox still exists. Eventually this will just happen during insert/append/remove methods on the child list, and nobody
49 void setFirstChild(RenderObject* child) { m_firstChild = child; } argument
50 void setLastChild(RenderObject* child) { m_lastChild = child; } argument
56 void insertChildNode(RenderObject* owner, RenderObject* child, RenderObject* before, bool fullInsert = true);
H A DRenderRubyText.cpp49 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const argument
51 return child->isInline();
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorExsltFunction.java174 boolean ancestorIsOk(ElemTemplateElement child) argument
176 while (child.getParentElem() != null && !(child.getParentElem() instanceof ElemExsltFunction))
178 ElemTemplateElement parent = child.getParentElem();
184 child = parent;
/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_view.cc98 void StatusAreaView::ChildPreferredSizeChanged(View* child) { argument
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmark_helpers.cc52 const BookmarkNode* child = node->GetChild(i); local
53 if (!only_folders || child->is_folder()) {
54 DictionaryValue* dict = GetNodeDictionary(child, true, only_folders);
/external/chromium/chrome/browser/profiles/
H A Dprofile_dependency_manager_unittest.cc19 void DependOn(ProfileKeyedServiceFactory* child, argument
21 child->DependsOn(parent);
72 TestService child("child", shutdown_order(), manager());
73 DependOn(&child, &parent);
78 EXPECT_STREQ("child", (*shutdown_order())[0].c_str());
/external/chromium/chrome/browser/ui/views/
H A Ddom_view.cc58 views::View* child) {
61 views::NativeViewHost::ViewHierarchyChanged(is_add, parent, child);
64 else if (!is_add && child == this && native_view())
57 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/chromium/chrome/browser/ui/views/infobars/
H A Dlink_infobar.cc49 void LinkInfoBar::ViewHierarchyChanged(bool is_add, View* parent, View* child) { argument
50 if (is_add && (child == this) && (label_1_ == NULL)) {
67 // the close button is the last child.
68 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view_host.cc37 views::View* child) {
38 NativeViewHost::ViewHierarchyChanged(is_add, parent, child);
35 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_container_native.cc74 views::View* child) {
75 if (is_add && child == this) {
72 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/e2fsprogs/lib/ss/
H A Dhelp.c47 int fd, child; local
109 switch (child = fork()) {
118 while (wait(0) != child) {

Completed in 686 milliseconds

1234567891011>>