/external/dbus/test/data/invalid-messages/ |
array-with-mixed-types.message | 1 # Message with an array of array where the child arrays are of
|
/external/icu4c/common/ |
locutil.h | 29 static UBool isFallbackOf(const UnicodeString& root, const UnicodeString& child);
|
rbbinode.h | 66 // If there's a left child, this will be the same 67 // as that child's left pos. 70 // If there's a right child, this will be the same 71 // as that child's last postion.
|
/external/qemu/android/skin/ |
composer.c | 33 SkinPlate* child = areflist_get( p->group.children, n ); local 35 skin_plate_get_region( child, r ); 36 skin_region_translate( r, child->any.pos.x, child->any.pos.y ); 66 SkinPlate* child = areflist_get( p->group.children, n ); local 68 skin_plate_get_opaque_region(child, r); 69 skin_region_translate(r, child->any.pos.x, child->any.pos.y); 112 skin_plate_invalidate_( SkinPlate* p, SkinRegion* r, SkinPlate* child ) 116 if (child != NULL) [all...] |
/external/webkit/WebCore/rendering/ |
FixedTableLayout.cpp | 85 RenderObject* child = m_table->firstChild(); local 92 while (child) { 93 if (child->isTableCol()) { 94 RenderTableCol* col = toRenderTableCol(child); 129 toRenderTableCol(child)->calcPrefWidths(); 133 RenderObject* next = child->firstChild(); 135 next = child->nextSibling(); 136 if (!next && child->parent()->isTableCol()) { 137 next = child->parent()->nextSibling(); 140 child = next [all...] |
/external/webkit/WebCore/svg/ |
SVGTRefElement.cpp | 83 bool SVGTRefElement::childShouldCreateRenderer(Node* child) const 85 if (child->isTextNode() || child->hasTagName(SVGNames::tspanTag) || 86 child->hasTagName(SVGNames::trefTag))
|
/frameworks/base/awt/org/apache/harmony/awt/ |
ClipRegion.java | 53 public void convertRegion(final Component child, final Component parent) { 54 convertRegion(child, clip, parent); 66 public static void convertRegion(final Component child, 70 Component c = child;
|
/frameworks/base/core/java/android/widget/ |
TextSwitcher.java | 57 * @throws IllegalArgumentException if child is not an instance of 61 public void addView(View child, int index, ViewGroup.LayoutParams params) { 62 if (!(child instanceof TextView)) { 67 super.addView(child, index, params);
|
ListView.java | 207 View child; local 212 child = getChildAt(0); 213 delta = child.getTop() - mListPadding.top; 225 child = getChildAt(childCount - 1); 226 delta = child.getBottom() - (getHeight() - mListPadding.bottom); 503 final View child = infos.get(i).view; local 504 final LayoutParams p = (LayoutParams) child.getLayoutParams(); 536 public boolean requestChildRectangleOnScreen(View child, Rect rect, boolean immediate) { 541 rect.offset(child.getLeft(), child.getTop()) 652 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected); local 682 View child = makeAndAddView(pos, nextBottom, false, mListPadding.left, selected); local 1084 final View child = obtainView(0, mIsScrap); local 1189 View child; local 1628 View child = getChildAt(mMotionPosition - mFirstPosition); local 1706 View child; local 1805 cleanupLayoutState(child); typedefs [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
TextProgressBar.java | 79 public void addView(View child, int index, ViewGroup.LayoutParams params) { 80 super.addView(child, index, params); 82 int childId = child.getId(); 83 if (childId == CHRONOMETER_ID && child instanceof Chronometer) { 84 mChronometer = (Chronometer) child; 91 } else if (childId == PROGRESSBAR_ID && child instanceof ProgressBar) { 92 mProgressBar = (ProgressBar) child; 112 throw new RuntimeException("Expecting child ProgressBar with id " + 131 "Expecting child ProgressBar with id 'android.R.id.progress'");
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchManyTest.java | 68 assertEquals("Item zero not the first child in the list", 0, firstChild.getId()); 105 View child = mListView.getChildAt(i); local 106 if ((child.getTop() >= mListView.getListPaddingTop()) 107 && (child.getBottom() <= 109 TouchUtils.clickView(this, child); 133 View child = mListView.getChildAt(i); local 134 if ((child.getTop() >= mListView.getListPaddingTop()) 135 && (child.getBottom() <= 137 TouchUtils.longClickView(this, child);
|
/external/libxml2/ |
xmlschemas.c | 6495 xmlNodePtr child = NULL; local 6615 xmlNodePtr child = NULL; local 6875 xmlNodePtr child = NULL; local 6968 xmlNodePtr child = NULL; local 7015 xmlNodePtr child = NULL; local 7089 xmlNodePtr child = NULL; local 7479 xmlNodePtr child = NULL; local 7631 xmlNodePtr child = NULL; local 7763 xmlNodePtr child = NULL; local 8194 xmlNodePtr child = NULL; local 8292 xmlNodePtr child = NULL; local 8441 xmlNodePtr child = NULL; local 8837 xmlNodePtr child = NULL; local 9006 xmlNodePtr child = NULL; local 9117 xmlNodePtr child = NULL; local 9332 xmlNodePtr child = NULL; local 9434 xmlNodePtr child = NULL; local 9730 xmlNodePtr child; local 10678 xmlNodePtr child; local 10923 xmlNodePtr child = NULL; local 11185 xmlNodePtr child = NULL; local 11449 xmlNodePtr child = NULL; local 11753 xmlNodePtr child = NULL; local 11889 xmlNodePtr child = NULL; local 11979 xmlNodePtr child = NULL; local 12073 xmlNodePtr child = NULL; local [all...] |
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 29 * group's, children. Each child uses the same animation but for every one of 32 * child's animation start must be offset. The delay is computed by using 33 * characteristics of each child, like its index in the view group. 36 * amount of miliseconds by the index of the child in its parent view group. 41 * delay based on the column and row indices of the child in its parent view 44 * Information used to compute the animation delay of each child are stored 73 * The animation applied on each child of the view group on which this 129 * @param animation the animation to use on each child of the view group 139 * @param animation the animation to use on each child of the view group 140 * @param delay the delay by which each child's animation must be offse [all...] |
/external/bluetooth/glib/gio/fen/ |
fen-node.c | 191 node_t* child; local 202 child = children_find (parent, token); 203 if (child) { 204 parent = child; 207 child = op->add_missing (parent, op->user_data); 216 child = _head; 219 if (token == NULL && child) { 222 op->hit (child, op->user_data); 226 return child; 247 node_t* child = NULL local [all...] |
/development/simulator/wrapsim/ |
LaunchWrapper.c | 11 * We want to ignore signals while waiting, so Ctrl-C kills the child rather 13 * don't block them for the child too. 163 pid_t child; local 165 child = fork(); 166 if (child < 0) { 169 } else if (child == 0) { 171 * This is the child, set up LD_PRELOAD if possible and launch. 187 (int) getpid(), (int) getpgrp(), (int) child); 188 result = waitpid(child, &status, 0); 197 } else if (result != child) { [all...] |
/external/tcpdump/ |
makemib | 52 * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer 206 if (child[parent] != "") { 207 for (sib = child[parent]; sib != ""; sib = sibling[sib]) 220 if (child[parent] == "") { 221 child[parent] = new 223 sibling[new] = child[parent] 224 child[parent] = new 234 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item] 236 if (child[item] != "") { 237 dump(child[item] [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplateElement.java | 242 * Add a child to the child list. 243 * NOTE: This presumes the child did not previously have a parent. 249 * @param newChild Child to be added to child list 251 * @return Child just added to the child list 259 error(XSLTErrorResources.ER_NULL_CHILD, null); //"Trying to add a null child!"); 281 * Add a child to the child list [all...] |
/external/skia/include/views/ |
SkView.h | 175 SkView* attachChildToFront(SkView* child); 176 /** Attach the child view to this view, and increment the child's reference count. The child view is added 177 such that it will be drawn before all other child views. 178 The child view parameter is returned. 180 SkView* attachChildToBack(SkView* child); 185 /** Attach the child view to this view, and increment the child's reference count. The child view is adde [all...] |
/external/tinyxml/ |
tinyxml.cpp | 785 // 2) An element with only a text child is printed as <foo> text </foo> 884 const TiXmlNode* child = this->FirstChild(); local 885 if ( child ) { 886 const TiXmlText* childText = child->ToText(); 1621 TiXmlNode* child = node->FirstChild(); local 1622 if ( child ) 1623 return TiXmlHandle( child ); 1633 TiXmlNode* child = node->FirstChild( value ); local 1634 if ( child ) 1635 return TiXmlHandle( child ); 1645 TiXmlElement* child = node->FirstChildElement(); local 1657 TiXmlElement* child = node->FirstChildElement( value ); local 1670 TiXmlNode* child = node->FirstChild(); local 1689 TiXmlNode* child = node->FirstChild( value ); local 1708 TiXmlElement* child = node->FirstChildElement(); local 1727 TiXmlElement* child = node->FirstChildElement( value ); local [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 79 "Indicates how to run a death test in a forked child process: " 80 "\"threadsafe\" (child process re-executes the test binary " 82 "\"fast\" (child process runs the death test immediately " 196 // exec-style death test child process, in which case the error 202 // death test child process, which operates on a very small stack. Use 358 // True if the death test child process has been successfully spawned. 360 // The exit status of the child process. 376 // implementation uses pipes for child-to-parent communication. But due to 381 // 2. The parent starts the child and provides it with the information 383 // 3. The child acquires the write end of the pipe and signals the paren [all...] |
/cts/tests/src/android/widget/cts/ |
MyScrollView.java | 64 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, 66 super.measureChildWithMargins(child, parentWidthMeasureSpec, widthUsed,
|
/dalvik/libcore/prefs/src/main/java/java/util/prefs/ |
NodeChangeListener.java | 34 * This method gets called whenever a child node is added to another node. 42 * This method gets called whenever a child node is removed from another
|
/external/bluetooth/glib/gio/inotify/ |
inotify-helper.c | 149 GFile* child; local 158 child = g_file_new_for_path (fullpath); 162 child, NULL, eflags); 164 g_object_unref (child); 175 GFile* child; local 197 child = g_file_new_for_path (fullpath); 201 child, NULL, eflags); 203 g_object_unref (child);
|
/external/webkit/WebCore/platform/gtk/ |
ScrollViewGtk.cpp | 129 void ScrollView::platformAddChild(Widget* child) 131 if (!GTK_IS_SOCKET(child->platformWidget())) 132 gtk_container_add(GTK_CONTAINER(hostWindow()->platformPageClient()), child->platformWidget()); 135 void ScrollView::platformRemoveChild(Widget* child) 140 // let's grab the child's parent instead. 144 parent = GTK_WIDGET(child->platformWidget()->parent); 146 if (GTK_IS_CONTAINER(parent) && parent == child->platformWidget()->parent) 147 gtk_container_remove(GTK_CONTAINER(parent), child->platformWidget());
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemFocusablesClose.java | 32 * Get the child of a list item. 34 * @param index The index of the child.
|