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

<<21222324252627282930>>

  /packages/apps/Phone/res/layout/
call_card.xml 19 child is the LinearLayout found here. (In the CallCard constructor,
20 we inflate this file and add it as a child.)
32 primaryCallInfo block, so it's the first child listed here. -->
  /packages/apps/Phone/src/com/android/phone/
ButtonGridLayout.java 118 final View child = buttons[0]; local
119 mButtonWidth = child.getMeasuredWidth();
120 mButtonHeight = child.getMeasuredHeight();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 88 for (ILayoutViewInfo child : viewInfo.getChildren()) {
92 if (child.getViewKey() instanceof UiViewElementNode) {
93 mChildren.add(new CanvasViewInfo(child, this, x, y));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 146 for (ElementDescriptor child : manifest.getDescriptor().getChildren()) {
147 if (!excludes.contains(child)) {
148 descriptorFilters.add(child);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 75 // inserted as the first child.
78 // There's already at least one child, so insert right before it.
87 // If there's no first XML node child. Create one by
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 236 Node child = list.item(i); local
237 if (child.getNodeType() == Node.ELEMENT_NODE) {
238 analyze(analysis, child);
  /system/core/sh/
nodetypes 53 ch1 nodeptr # the first child
54 ch2 nodeptr # the second child
84 NWHILE nbinary # the while statement. First child is the test
  /system/extras/tests/sdcard/
testcase.cpp 89 if (0 == childpid) { // I am a child, run the test.
94 if (kVerbose) printf("Child pid: %d\n", mPid);
128 // Process the output of each child.
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 90 void RenderTableSection::addChild(RenderObject* child, RenderObject* beforeChild)
96 if (!child->isTableRow()) {
101 last->addChild(child);
111 lastBox->addChild(child, beforeChild);
121 row->addChild(child);
135 m_grid[m_cRow].rowRenderer = toRenderTableRow(child);
145 RenderBox::addChild(child, beforeChild);
436 for (RenderObject* child = children()->firstChild(); child; child = child->nextSibling())
    [all...]
RenderLayerBacking.cpp 355 // If we have a clipping layer (which clips descendants), then the foreground layer is a child of it,
385 // m_foregroundLayer has to be inserted in the correct order with child layers,
423 m_clippingLayer->setName("Child clipping Layer");
647 for (RenderObject* child = renderer()->firstChild(); child; child = child->nextSibling()) {
648 if (!child->hasLayer()) {
649 if (child->isRenderInline() || !child->isBox()
    [all...]
RenderSVGRoot.cpp 286 for (RenderObject* child = lastChild(); child; child = child->previousSibling()) {
287 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) {
  /external/openssl/crypto/x509v3/
v3_addr.c 1083 * Figure out whether parent contains child.
1086 IPAddressOrRanges *child,
1093 if (child == NULL || parent == child)
1099 for (c = 0; c < sk_IPAddressOrRange_num(child); c++) {
1100 extract_min_max(sk_IPAddressOrRange_value(child, c),
1168 IPAddrBlocks *child = NULL; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Node.java 237 * The first child of this node. If there is no such node, this returns
243 * The last child of this node. If there is no such node, this returns
277 * Inserts the node <code>newChild</code> before the existing child node
301 * <br>NOT_FOUND_ERR: Raised if <code>refChild</code> is not a child of
314 * Replaces the child node <code>oldChild</code> with <code>newChild</code>
323 * @param newChild The new node to put in the child list.
338 * <br>NOT_FOUND_ERR: Raised if <code>oldChild</code> is not a child of
342 * support the replacement of the <code>DocumentType</code> child or
343 * <code>Element</code> child.
351 * Removes the child node indicated by <code>oldChild</code> from the list
    [all...]
  /external/skia/src/animator/
SkAnimateMaker.cpp 152 SkDisplayable* child = fChildren[index];
153 delete child;
168 SkDisplayable* child = fDelayed[index];
169 SkASSERT(child->isApply());
170 SkApply* apply = (SkApply*) child;
SkDisplayEvent.cpp 63 bool SkDisplayEvent::add(SkAnimateMaker& , SkDisplayable* child) {
64 *fChildren.append() = child;
78 SkDisplayable* child = fChildren[index]; local
79 if (child->contains(match))
80 return child;
SkDrawExtraPathEffect.cpp 196 bool SkDrawShapePathEffect::add(SkAnimateMaker& , SkDisplayable* child) {
197 path = (SkDrawPath*) child;
366 bool SkDrawComposePathEffect::add(SkAnimateMaker& , SkDisplayable* child) {
368 effect1 = (SkDrawPathEffect*) child;
370 effect2 = (SkDrawPathEffect*) child;
  /external/v8/benchmarks/
splay.js 206 // Splay to make sure that the new root has an empty right child.
208 // Insert the original right child as the right child of the new
282 // counter-intuitive: The right child of the dummy node will hold
283 // the L tree of the algorithm. The left child of the dummy node
  /external/v8/tools/
splaytree.js 120 // Splay to make sure that the new root has an empty right child.
122 // Insert the original right child as the right child of the new
224 // counter-intuitive: The right child of the dummy node will hold
225 // the L tree of the algorithm. The left child of the dummy node
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 201 // Splay to make sure that the new root has an empty right child.
203 // Insert the original right child as the right child of the new
277 // counter-intuitive: The right child of the dummy node will hold
278 // the L tree of the algorithm. The left child of the dummy node
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 30 * While {@link LayoutAnimationController} relies only on the index of the child
32 * X and Y coordinates of the child within a grid.
39 * Information used to compute the animation delay of each child are stored
137 * @param animation the animation to use on each child of the view group
147 * @param animation the animation to use on each child of the view group
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 222 CameraPreference child = group.get(i); local
223 if (child instanceof PreferenceGroup) {
224 if (removePreference((PreferenceGroup) child, key)) {
228 if (child instanceof ListPreference &&
229 ((ListPreference) child).getKey().equals(key)) {
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 58 ICalendar.Component child = new ICalendar.Component("DUMMY2", parent); local
59 child.addProperty(new ICalendar.Property("prop2", "value2"));
60 parent.addChild(child);
92 String childText = "BEGIN:CHILD\n" +
96 "END:CHILD\n";
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressDialog.java 381 Shell child = mDialogShell; local
383 if (child != null && parent != null) {
394 Point childSize = sLastSize != null ? sLastSize : child.getSize();
404 child.setLocation(x, y);
405 child.setSize(cw, ch);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 154 /* Create a pipe to control the child */
168 /* Create a child process */
174 /* Child process */
192 console_printf_terminal("eth_utils, Hello from %s child module (pid = %d).\n", ethernet_utils_module_names[module_index], getpid());
383 /* Close the read direction of the pipe - because i only write information from this pipe. (to child process) */
  /external/dropbear/
svr-chansession.c 76 /* There's a particular race we have to watch out for: if the forked child
292 /* clear child pid entries */
659 /* child */
691 TRACE(("child pid is %d", pid))
697 /* The child probably exited and the signal handler triggered
762 /* child */
829 /* add a child pid */
846 /* Add the pid of a child to the list for exit-handling */
990 dropbear_exit("child failed");
1003 /* Set up the general chansession environment, in particular child-exi
    [all...]

Completed in 1385 milliseconds

<<21222324252627282930>>