HomeSort by relevance Sort by last modified time
    Searched full:child (Results 801 - 825 of 1967) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/java/android/pim/
ICalendar.java 117 * Adds a child component to this component.
118 * @param child The child component.
120 public void addChild(Component child) {
121 getOrCreateChildren().add(child);
493 Component child = new Component(componentName, component); local
495 component.addChild(child);
497 return child;
  /frameworks/base/services/java/com/android/server/status/
StatusBarView.java 144 * a child of this.
154 throw new RuntimeException(v + " is not a child of " + this);
  /packages/apps/Browser/src/com/android/browser/
CombinedBookmarkHistoryActivity.java 37 * Used to inform BrowserActivity to remove the parent/child relationships
165 * it to clear the parent/child relationships from all tabs.
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Entity.java 105 ContentTypeField child = local
112 return ContentTypeField.getMimeType(child, parent);
  /packages/apps/IM/src/com/android/im/imps/
ImpsPresenceUtils.java 137 for (PrimitiveElement child : elem.getChildren()) {
138 primitivetoMap(child, childrenMap);
  /packages/apps/Phone/res/layout/
incall_screen.xml 66 Note this isn't a child of mainFrame, which ensures that it'll be
68 widget needs to be be a direct child of a FrameLayout anyway.)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiDocumentEditPart.java 176 * For the root document, we want the first child edit part to the be the target
203 // For the root document, we want the first child edit part to the be the target
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 81 <!-- Standard gravity constant that a child can supply to its parent.
193 <!-- Defines whether a child is limited to draw inside of its bounds or not.
202 <!-- Defines whether a child's animation should be kept when it is over. Keeping
221 but will be parsed by the view's parent and ignored by the child.
249 wish to place margins around their child views.
252 but will be parsed by the view's parent and ignored by the child.
281 (i.e which child TextView).-->
285 used for instance to give a single child 50% of the total available
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
dbg_module.c 114 /* Child process */
125 console_printf_terminal("Debug module, Hello from child process (pid = %d).\n", getpid());
  /external/libxml2/
valid.c 5568 xmlNodePtr cur, child; local
5995 xmlNodePtr child; local
6419 xmlNodePtr child; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 205 beforeChild = 0; // We destroyed the last child, so now we need to update our insertion
264 // Insert our child clone as the first child.
279 // Now we need to take all of the children starting from the first child
806 void RenderInline::childBecameNonInline(RenderObject* child)
812 RenderObject* beforeChild = child->nextSibling();
813 children()->removeChildNode(this, child);
814 splitFlow(beforeChild, newBox, child, oldContinuation);
    [all...]
RenderBox.h 106 void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, IntSize(child->x(), child->y())); }
107 void addOverflowFromChild(RenderBox* child, const IntSize& delta);
SVGRenderTreeAsText.cpp 463 for (RenderObject* child = object.firstChild(); child; child = child->nextSibling())
464 write(ts, *child, indent + 1);
  /cts/tests/src/android/widget/cts/util/
ListScenario.java 567 * Have a child of the list view call {@link View#requestRectangleOnScreen(android.graphics.Rect)}.
570 * @param rect The rectangle, in the child's coordinates.
573 final View child = getListView().getChildAt(childIndex); local
575 child.post(new Runnable() {
577 child.requestRectangleOnScreen(rect);
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 442 for (Node child = node.getFirstChild(); child != null; child = next) {
444 next = child.getNextSibling();
445 normalize(child);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 394 * child an an expression.
508 * Add a child to the child list. If the select attribute
514 * child just added to the child list
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 180 // Is the iteration exactly one child step?
184 // Does the pattern specify *any* child with no predicate? (i.e. select="child::node()".
190 // Use simple child iteration without any test.
239 // child:node()
330 return Axis.CHILD;
363 case Axis.CHILD :
759 if (OpCodes.NODETYPE_NODE == compiler.getOp(stepOpCodePos + 3)) // child::node()
780 * @return true if the axis is not a child axis and does not go up from
801 * "self::node()/following-sibling::foo/child::daz[position()=2]"
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 569 * Have a child of the list view call {@link View#requestRectangleOnScreen(android.graphics.Rect)}.
572 * @param rect The rectangle, in the child's coordinates.
575 final View child = getListView().getChildAt(childIndex); local
577 child.post(new Runnable() {
579 child.requestRectangleOnScreen(rect);
  /frameworks/base/docs/html/guide/developing/tools/
traceview.jd 264 represented as a node. It shows call flow (from parent node to child nodes) using
274 <li><code>&lt;inc-ms></code> -- Inclusive elapsed time (milliseconds spent in method, including all child methods)</li>
275 <li><code>&lt;exc-ms></code> -- Exclusive elapsed time (milliseconds spent in method, not including any child methods)</li>
314 <td>Minimum threshold for including child nodes in the graph (child's inclusive
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 56 /* IPC evemt messages to child */
588 /* Create a child process */
594 /* Child process */
599 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant allocate child control block\n");
630 /* kill child process */
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 124 ElementTime child = (ElementTime) children.item(i); local
125 ArrayList<TimelineEntry> childTimeline = getTimeline(child, offset, maxOffset);
183 ElementTime child = (ElementTime) children.item(i); local
184 ArrayList<TimelineEntry> childTimeline = getTimeline(child, offset, maxOffset);
187 // Since the child timeline has been sorted, the offset of the last one is the biggest.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 125 Node child = children.item(i); local
126 short type = child.getNodeType();
129 childrenPadding.put(child, p);
130 computePadding(child, p);
223 * by the rendering (ie if bounds is 0/0 in h/w, then ignore the child)
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 56 /* IPC evemt messages to child */
575 /* Create a child process */
581 /* Child process */
586 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant allocate child control block\n");
617 /* kill child process */
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 708 Frame* child = frame->tree()->child(index);
709 if (child)
710 return toV8(child->domWindow());
731 Frame* child = frame->tree()->child(propName); local
732 if (child)
733 return toV8(child->domWindow());
820 if ((type == v8::ACCESS_GET || type == v8::ACCESS_HAS) && target->tree()->child(name))
843 if ((type == v8::ACCESS_GET || type == v8::ACCESS_HAS) && target->tree()->child(index)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 1492 Node child = children.item(i); local
1750 Node child, next; local
    [all...]

Completed in 196 milliseconds

<<31323334353637383940>>