Searched defs:child (Results 201 - 225 of 802) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DASetCommand.java132 void removeChild(@SuppressWarnings("unused") Node child) argument
134 // Remove child
135 if(this._position_ == child)
141 if(this._variable_ == child)
147 if(this._expression_ == child)
153 throw new RuntimeException("Not a child.");
159 // Replace child
178 throw new RuntimeException("Not a child.");
H A DASubtractExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAUvarCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAVarCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DStart.java90 void removeChild(Node child) argument
92 if(this._pCommand_ == child)
98 if(this._eof_ == child)
104 throw new RuntimeException("Not a child.");
122 throw new RuntimeException("Not a child.");
H A DToken.java49 void removeChild(@SuppressWarnings("unused") Node child) argument
51 throw new RuntimeException("Not a child.");
57 throw new RuntimeException("Not a child.");
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DDocument.java59 /** Adds a child at the given index position. Throws
62 public void addChild(int index, int type, Object child) { argument
72 super.addChild(index, type, child);
/external/lldb/test/lang/c/anonymous/
H A Dmain.c39 } child; member in struct:anonymous_grandchild
54 return g->child.foo.d + g->child.b;
/external/skia/src/svg/
H A DSkSVGElements.cpp66 bool SkSVGElement::onStartElement(SkSVGElement* child) { argument
67 *fChildren.append() = child;
/external/skia/src/views/
H A DSkViewInflate.cpp26 const SkDOM::Node* child = dom.getFirstChild(node); local
27 while (child)
29 SkView* view = this->createView(dom, child);
32 this->rInflate(dom, child, view);
37 const char* name = dom.getName(child);
40 if (!strcmp(name, "listenTo") && (target = dom.findAttr(child, "target")) != NULL)
43 if (!strcmp(name, "broadcastTo") && (target = dom.findAttr(child, "target")) != NULL)
46 child = dom.getNextSibling(child);
/external/valgrind/main/helgrind/tests/
H A Dtc08_hbl2.c5 child: new value 6
6 child: new value 10
11 child: new value 10
21 whilst child reads it. When counter reaches a prearranged value,
22 child joins back to parent. Parent (writer) uses hardware bus lock;
23 child is only reading and so does not need to use a bus lock. */
146 printf("child: new value %d\n", oldx);
157 pthread_t child; local
160 if (pthread_create(&child, NULL, child_fn, NULL)) {
167 if (i == 5) sleep(1); /* make sure child does
[all...]
H A Dtc19_shadowmem.c11 void* (*child)(void*); member in struct:__anon32862
31 assert( info->child == &child8 );
55 assert( info->child == &child16 );
79 assert( info->child == &child32 );
103 assert( info->child == &child64 );
167 info.child = child8;
198 info.child = child16;
229 info.child = child32;
260 info.child = child64;
284 void*(*fn)(void*) = info->child;
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontree.c77 // Install a vector factory to create, track and free() any child
165 // whatever put it back on the stack (for instance if it had a child vector,
256 // First close the vector factory that supplied all the child pointer
370 /// Create a new vector for holding child nodes using the inbuilt
458 pANTLR3_BASE_TREE child; local
460 child = (pANTLR3_BASE_TREE)tree->getChild(tree, 0);
461 return child->getLine(child);
478 pANTLR3_BASE_TREE child; local
480 child
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs107 public override void AddChild(object root, object child) { argument
109 adaptor.GetUniqueID(child));
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DTraceDebugEventListener.java86 public void addChild(Object root, Object child) { argument
88 adaptor.getUniqueID(child));
/external/bison/lib/
H A Dspawn-pipe.c95 /* Open a pipe connected to a child process.
98 * parent -> fd[1] -> STDIN_FILENO -> child if pipe_stdin
99 * parent <- fd[0] <- STDOUT_FILENO <- child if pipe_stdout
103 * pipe_stdin and prog_stdin together determine the child's standard input.
104 * pipe_stdout and prog_stdout together determine the child's standard output.
129 int child; local
147 * parent -> ofd[1] -> ofd[0] -> child if pipe_stdin
148 * parent <- ifd[0] <- ifd[1] <- child if pipe_stdout
160 child = -1;
162 /* Create standard file handles of child proces
[all...]
H A Dwait-process.c57 'child' field to 0 when unregistering a slave process, and wouldn't need
59 The 'used' and 'child' fields are accessed from within the cleanup_slaves()
64 volatile pid_t child; member in struct:__anon365
97 pid_t slave = slaves[n].child;
110 register_slave_subprocess (pid_t child) argument
130 entry as used only after the child pid has been written to the
131 memory location s->child. */
132 s->child = child;
151 Additionally we need to kill child, becaus
175 unregister_slave_subprocess(pid_t child) argument
193 wait_subprocess(pid_t child, const char *progname, bool ignore_sigpipe, bool null_stderr, bool slave_process, bool exit_on_error, int *termsigp) argument
[all...]
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc138 void OverflowBubbleView::ChildPreferredSizeChanged(views::View* child) { argument
/external/chromium_org/ash/wm/
H A Dlock_layout_manager.cc55 void LockLayoutManager::OnWindowAddedToLayout(aura::Window* child) { argument
56 child->AddObserver(this);
58 // LockWindowState replaces default WindowState of a child.
59 wm::WindowState* window_state = LockWindowState::SetLockWindowState(child);
64 void LockLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child) { argument
65 child->RemoveObserver(this);
68 void LockLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) { argument
71 void LockLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child, argument
75 void LockLayoutManager::SetChildBounds(aura::Window* child, argument
77 wm::WindowState* window_state = wm::GetWindowState(child);
[all...]
H A Dwindow_modality_controller_unittest.cc233 // Creates windows w1 and non activatiable child w11. Creates transient window
234 // w2 and adds it as a transeint child of w1. Ensures that w2 is parented to
385 // - A |child| window with parent window |parent|, but is modal to
388 // - Clicking on the |modal_parent| should activate the |child| window.
391 // - Clicking on the |child| while |parent| is active should activate the
392 // |child| window.
410 aura::Window* child = delegate->GetChild(); local
411 EXPECT_NE(static_cast<aura::Window*>(NULL), child); local
413 EXPECT_TRUE(wm::IsActiveWindow(child));
417 EXPECT_TRUE(child
470 aura::Window* child = delegate->GetChild(); local
471 EXPECT_NE(static_cast<aura::Window*>(NULL), child); local
[all...]
/external/chromium_org/base/json/
H A Djson_value_converter_unittest.cc82 SimpleMessage child; member in struct:base::__anon2301::NestedMessage
90 converter->RegisterNestedField("child", &NestedMessage::child);
130 " \"child\": {\n"
157 EXPECT_EQ(1, message.child.foo);
158 EXPECT_EQ("bar", message.child.bar);
159 EXPECT_TRUE(message.child.baz);
160 EXPECT_TRUE(message.child.bstruct);
161 ASSERT_EQ(2U, message.child.string_values.size());
162 EXPECT_EQ("value_1", *message.child
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client_unittest.cc114 const base::DictionaryValue* child = NULL; local
115 if (!children->GetDictionary(i, &child) ||
116 !NodeMatchesValue(node->GetChild(i), child)) {
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_app_list_helper.cc181 AppListItem* child = folder->item_list()->item_at(i); local
184 PrintItem(profile, child, child_label);
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermission_selector_view.cc195 void PermissionSelectorView::ChildPreferredSizeChanged(View* child) { argument
/external/chromium_org/components/policy/core/browser/
H A Dmanaged_bookmarks_tracker.cc59 BookmarkNode* child = new BookmarkNode(next_node_id++, url); local
60 child->SetTitle(title);
61 folder->Add(child, folder->child_count());
63 child->set_type(BookmarkNode::FOLDER);
64 child->set_date_folder_modified(base::Time::Now());
65 next_node_id = LoadInitial(child, children, next_node_id);
67 child->set_type(BookmarkNode::URL);
68 child->set_date_added(base::Time::Now());

Completed in 5309 milliseconds

1234567891011>>