Searched defs:child (Results 151 - 175 of 568) sorted by relevance

1234567891011>>

/external/bison/lib/
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:__anon362
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/chrome/browser/chromeos/login/
H A Dcaptcha_view.cc117 views::View* child) {
119 if (is_add && child == this)
115 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller.cc97 views::View* child) {
98 // Our child views changed without us knowing it. Stop the animation and mark
95 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk_unittest.cc113 GtkTreeIter child; local
115 ASSERT_TRUE(gtk_tree_model_iter_children(store, &child, &bookmark_bar_node));
116 f1_iter = child;
117 ASSERT_EQ("F1", UTF16ToUTF8(GetTitleFromTreeIter(store, &child)));
118 ASSERT_TRUE(gtk_tree_model_iter_next(store, &child));
119 ASSERT_EQ("F2", UTF16ToUTF8(GetTitleFromTreeIter(store, &child)));
120 ASSERT_FALSE(gtk_tree_model_iter_next(store, &child));
122 // F1 should have one child, F11
124 ASSERT_TRUE(gtk_tree_model_iter_children(store, &child, &f1_iter));
125 ASSERT_EQ("F11", UTF16ToUTF8(GetTitleFromTreeIter(store, &child)));
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox_unittest.cc49 GtkWidget* child = gtk_fixed_new(); local
50 gtk_widget_set_size_request(child, kChildrenData[i].width, -1);
53 GTK_CHROME_SHRINKABLE_HBOX(box_), child, kChildrenData[i].padding); local
56 GTK_CHROME_SHRINKABLE_HBOX(box_), child, kChildrenData[i].padding); local
91 SCOPED_TRACE(testing::Message() << "Validate homogeneous child " << i
108 SCOPED_TRACE(testing::Message() << "Validate child " << i
195 static void CollectChildData(GtkWidget* child, gpointer userdata) { argument
197 gtk_box_query_child_packing(GTK_BOX(gtk_widget_get_parent(child)), child,
201 data.visible = GTK_WIDGET_VISIBLE(child);
[all...]
H A Dmenu_bar_helper.cc15 // Recursively find all the GtkMenus that are attached to menu item |child|
17 void PopulateSubmenus(GtkWidget* child, gpointer data) { argument
20 GtkWidget* submenu = gtk_menu_item_get_submenu(GTK_MENU_ITEM(child));
H A Dslide_animator_gtk.cc14 GtkWidget* child,
29 SlideAnimatorGtk::SlideAnimatorGtk(GtkWidget* child, argument
35 : child_(child),
39 gtk_container_add(GTK_CONTAINER(widget_.get()), child); local
42 // If the child requests it, we will manually set the size request for
44 // for bars, where we want the child to expand to fill all available space.
45 g_signal_connect(widget_.get(), "child-size-request",
49 // We connect to this signal to set an initial position for our child widget.
53 g_signal_connect(child, "size-allocate",
143 void SlideAnimatorGtk::OnChildSizeAllocate(GtkWidget* child, argument
13 OnChildSizeRequest(GtkWidget* expanded, GtkWidget* child, GtkRequisition* requisition, gpointer control_child_size) argument
[all...]
/external/chromium/chrome/browser/ui/
H A Dinput_window_dialog_win.cc90 views::View* child);
159 views::View* child) {
160 if (is_add && child == this)
157 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc84 View* child) {
82 ViewHierarchyChanged(bool is_add, View* parent, View* child) argument
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_html_delegate_win.cc53 views::View* child) {
54 TabContentsContainer::ViewHierarchyChanged(is_add, parent, child);
55 if (is_add && child == this) {
51 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_view.cc157 views::View *child) {
158 NativeViewHost::ViewHierarchyChanged(is_add, parent, child);
155 ViewHierarchyChanged(bool is_add, views::View *parent, views::View *child) argument
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_progress_dialog_view.cc108 views::View* child) {
109 if (is_add && child == this)
106 ViewHierarchyChanged(bool is_add, views::View* parent, views::View* child) argument
/external/chromium/chrome/browser/ui/views/infobars/
H A Dafter_translate_infobar.cc83 View* child) {
84 if (!is_add || (child != this) || (label_1_ != NULL)) {
85 TranslateInfoBarBase::ViewHierarchyChanged(is_add, parent, child);
119 // the close button is the last child.
120 TranslateInfoBarBase::ViewHierarchyChanged(is_add, parent, child);
81 ViewHierarchyChanged(bool is_add, View* parent, View* child) argument
H A Dextension_infobar.cc73 View* child) {
74 if (!is_add || (child != this) || (menu_ != NULL)) {
75 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
87 // the close button is the last child.
88 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
71 ViewHierarchyChanged(bool is_add, View* parent, View* child) argument
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.cc97 for (const buzz::XmlElement* child = parent->FirstElement();
98 child != NULL;
99 child = child->NextElement()) {
100 if (child->Name().LocalPart() == name) {
101 return child;
109 const buzz::XmlElement** child,
111 *child = GetXmlChild(parent, name);
112 if (*child == NULL) {
114 "' missing required child '"
107 RequireXmlChild(const buzz::XmlElement* parent, const std::string& name, const buzz::XmlElement** child, ParseError* error) argument
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc29 pthread_t child; local
30 PTHREAD_CREATE(&child, NULL, CFAllocatorDefaultDoubleFree, NULL);
31 PTHREAD_JOIN(child, NULL); // Shouldn't be reached.
159 // Call malloc in the child process to make sure we won't deadlock.
172 // TODO(glider): need to detect that none of the child processes deadlocked.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
H A Dhelpbase-ant.jar ... i org.eclipse.core.runtime.IStatus child private java.io.File getFile (java.lang ...
/external/elfutils/tests/
H A Daddrscopes.c63 Dwarf_Die child; local
64 if (dwarf_child (die, &child) == 0)
66 switch (dwarf_tag (&child))
71 dwarf_diename (&child),
72 (uint64_t) dwarf_dieoffset (&child));
77 while (dwarf_siblingof (&child, &child) == 0);
84 && dwarf_child (&origin, &child) == 0)
86 switch (dwarf_tag (&child))
91 dwarf_diename (&child));
[all...]
H A Dfuncscopes.c65 Dwarf_Die child; local
66 if (dwarf_child (die, &child) == 0)
68 switch (dwarf_tag (&child))
73 dwarf_diename (&child),
74 (uint64_t) dwarf_dieoffset (&child));
79 while (dwarf_siblingof (&child, &child) == 0);
86 && dwarf_child (&origin, &child) == 0)
88 switch (dwarf_tag (&child))
93 dwarf_diename (&child));
[all...]
H A Dshow-die-info.c227 Dwarf_Die child; local
471 if (dwarf_haschildren (die) != 0 && dwarf_child (die, &child) == 0)
472 handle (dbg, &child, n + 1);
/external/icu4c/common/
H A Dlocutil.cpp253 LocaleUtility::isFallbackOf(const UnicodeString& root, const UnicodeString& child) argument
255 return child.indexOf(root) == 0 &&
256 (child.length() == root.length() ||
257 child.charAt(root.length()) == UNDERSCORE_CHAR);
/external/iproute2/tc/
H A Dm_ematch.h63 struct ematch *child; member in struct:ematch
/external/jdiff/src/jdiff/
H A DXMLToAPI.java136 public static void addInheritedElements(ClassAPI child, ClassAPI parent, argument
144 Iterator iter2 = child.methods_.iterator();
156 child.methods_.add(m2);
164 if (child.fields_.indexOf(f) == -1 &&
170 child.fields_.add(f2);
179 addInheritedElements(child, parent2, parent.extends_);
187 addInheritedElements(child, parent2, implName);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DADefCommand.java154 void removeChild(@SuppressWarnings("unused") Node child) argument
156 // Remove child
157 if(this._position_ == child)
163 if(this._macro_.remove(child))
168 if(this._arguments_.remove(child))
173 if(this._command_ == child)
179 throw new RuntimeException("Not a child.");
185 // Replace child
234 throw new RuntimeException("Not a child.");
H A DAEachCommand.java163 void removeChild(@SuppressWarnings("unused") Node child) argument
165 // Remove child
166 if(this._position_ == child)
172 if(this._variable_ == child)
178 if(this._expression_ == child)
184 if(this._command_ == child)
190 throw new RuntimeException("Not a child.");
196 // Replace child
221 throw new RuntimeException("Not a child.");

Completed in 3904 milliseconds

1234567891011>>