Searched
full:child (Results
726 -
750 of
1967) sorted by null
<<21222324252627282930>>
/development/apps/launchperf/res/layout/ |
simple_layout.xml | 25 <!-- The top view is a layout manager that places its child views into
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList2.java | 62 new String[] {People.NUMBER}, // Number for child layouts
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
trees-nary.sgml | 69 child of the <structname>GNode</structname>. The other children are accessed 70 by using the <structfield>next</structfield> pointer of each child. 269 The function is called with each child node, together with the user data 325 @child:
|
/external/dropbear/ |
svr-main.c | 95 dropbear_log(LOG_INFO, "Child connection from %s", addrstring); 269 TRACE(("error creating child pipe")) 288 /* child */ 297 dropbear_log(LOG_INFO, "Child connection from %s", addrstring);
|
/external/icu4c/samples/ufortune/resources/ |
root.txt | 44 "3 syncs represent the trinity - init, the child and the eternal zombie 130 "A child can go only so far in life without potty training. It is not 135 "A child of five could understand this! Fetch me a child of five.",
|
/external/libxml2/include/libxml/ |
tree.h | 271 struct _xmlElementContent *c1; /* first child */ 272 struct _xmlElementContent *c2; /* second child */ 372 struct _xmlNode *last; /* last child link */ 373 struct _xmlDoc *parent; /* child->parent link */ 401 struct _xmlNode *parent; /* child->parent link */ 455 struct _xmlNode *last; /* last child link */ 456 struct _xmlNode *parent; /* child->parent link */ 517 struct _xmlNode *last; /* last child link */ 518 struct _xmlNode *parent; /* child->parent link */ [all...] |
/external/opencore/fileformats/mp4/composer/include/ |
movieextendsatom.h | 56 // child atoms
|
parentable.h | 23 of their parent class when a child class is changed or added to.
|
/external/opencore/fileformats/mp4/composer/src/ |
editatom.cpp | 78 // Update the size of the parent atom since this child atom may have changed
|
/external/skia/xcode/Simple/ |
SimpleApp.cpp | 52 // can wack the canvas here, which will affect child views
|
/external/webkit/WebCore/dom/ |
Attribute.h | 39 // The actual Attr with its value as a Text child is allocated only if needed.
|
/external/webkit/WebCore/html/ |
HTMLNoScriptElement.cpp | 79 bool HTMLNoScriptElement::childShouldCreateRenderer(Node* child) const
|
HTMLOptGroupElement.h | 50 virtual bool removeChild(Node* child, ExceptionCode&);
|
/external/webkit/WebCore/rendering/ |
RenderButton.h | 32 // RenderButtons are just like normal flexboxes except that they will generate an anonymous block child.
|
RenderLineBoxList.h | 64 void dirtyLinesFromChangedChild(RenderObject* parent, RenderObject* child);
|
RenderListMarker.h | 35 // The RenderListMarker always has to be a child of a RenderListItem.
|
RenderTableRow.h | 52 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
AccessibilityUIElementGtk.cpp | 65 AtkObject* child = atk_object_ref_accessible_child(ATK_OBJECT(m_element), i); local 66 children.append(AccessibilityUIElement(child)); 73 AtkObject* child = atk_object_ref_accessible_child(ATK_OBJECT(m_element), i); local 74 elementVector.append(AccessibilityUIElement(child));
|
/frameworks/base/core/java/android/app/ |
ActivityGroup.java | 89 * Returns a HashMap mapping from child activity ids to the return values
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 49 * socket. Based on these commands, forks of child processes that inherit 212 * child's exit path. 573 /* For child process */ 639 * @throws MethodAndArgsCaller in a child process when a main() should 651 // The child process should handle the peer requests 653 // The child does not accept any more connections 657 Log.e(TAG, "Zygote Child: error closing sockets", ex); 677 * @throws MethodAndArgsCaller in a child process when a main() should 695 * to avoid making every child do it. It will also
|
/frameworks/base/core/res/res/layout/ |
preference_child.xml | 17 <!-- Layout for a visually child-like Preference in a PreferenceActivity. -->
|
/frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/ |
PositionTesterContextMenuListener.java | 85 if (!areEqual("Wrong child position", childPosition, packedPositionChild)) {
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
GridTouchStackFromBottomManyTest.java | 64 assertEquals("Item zero not the first child in the grid", 0, firstChild.getId());
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemRequestRectAboveThinFirstItemTest.java | 44 assertTrue("first child needs to be within fading edge height",
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 49 __BIONIC_SIGDEF(SIGCHLD,17,"Child exited")
|
Completed in 669 milliseconds
<<21222324252627282930>>