HomeSort by relevance Sort by last modified time
    Searched refs:child (Results 251 - 275 of 3822) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
namednodemapreturnfirstitem.java 35 * listing of the attributes of the last child. Since the
70 Node child; local
76 child = attributes.item(0);
77 name = child.getNodeName();
namednodemapreturnlastitem.java 35 * listing of the attributes of the last child. Since the
70 Node child; local
76 child = attributes.item(1);
77 name = child.getNodeName();
nodehaschildnodesfalse.java 34 * Retrieve the Text node inside the first child of the
66 Node child; local
73 child = elementList.item(1);
74 employeeIdList = child.getChildNodes();
nodelistindexequalzero.java 32 * employee and access its first child by using an index
64 Node child; local
70 child = employeeList.item(0);
71 childName = child.getNodeName();
  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewSelectedFilter.java 47 ViewGroup host, View child,AccessibilityEvent event) {
48 if (child == mView && event.getEventType() == AccessibilityEvent.TYPE_VIEW_SELECTED) {
51 return super.onRequestSendAccessibilityEvent(host, child, event);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
LinearLayoutWithSnackbarBehavior.java 35 public boolean layoutDependsOn(CoordinatorLayout parent, LinearLayout child, View dependency) {
40 public boolean onDependentViewChanged(CoordinatorLayout parent, LinearLayout child,
44 child.setTranslationY(translationY);
  /packages/apps/Dialer/src/com/android/dialer/
FloatingActionButtonBehavior.java 36 public boolean layoutDependsOn(CoordinatorLayout parent, FrameLayout child, View dependency) {
41 public boolean onDependentViewChanged(CoordinatorLayout parent, FrameLayout child,
44 child.setTranslationY(translationY);
  /packages/apps/Dialer/src/com/android/dialer/list/
ContentChangedFilter.java 31 public boolean onRequestSendAccessibilityEvent (ViewGroup host, View child, AccessibilityEvent event){
32 if(child == mView){
37 return super.onRequestSendAccessibilityEvent(host,child,event);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDiff.java 59 for (NamedContentValues child : after.getSubValues()) {
61 builder = ContentProviderOperation.newInsert(child.uri);
62 builder.withValues(child.values);
71 for (NamedContentValues child : before.getSubValues()) {
72 builder = ContentProviderOperation.newDelete(child.uri);
73 builder.withSelection(getSelectIdClause(child.values), null);
102 // After child doesn't exist, so delete "before" child
107 // After child still exists, and is different, so update
115 // Remove the now-handled "after" child
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetree.c 44 static void addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child);
51 static void setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void * child);
144 addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child)
149 if (child == NULL)
154 if (child->isNilNode(child) == ANTLR3_TRUE)
156 if (child->children != NULL && child->children == tree->children)
160 ANTLR3_FPRINTF(stderr, "ANTLR3: An attempt was made to add a child list to itself!\n");
166 if (child->children != NULL
390 pANTLR3_BASE_TREE child; local
481 pANTLR3_BASE_TREE child; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 31 * child order (the order in which they were added, or the index
64 final View child = getChildAt(index); local
65 child.measure(cellWidthSpec, cellHeightSpec);
87 final View child = getChildAt(index); local
89 int w = child.getMeasuredWidth();
90 int h = child.getMeasuredHeight();
95 child.layout(left, top, left+w, top+h);
  /external/compiler-rt/test/BlocksRuntime/
fail.c 48 pid_t child = fork(); local
50 if (child == 0) {
51 // in child
64 if (child < 0) {
70 if (deadchild != child) {
71 printf("wait got %d instead of %d\n", deadchild, child);
78 //printf("exit status of child %d was %d\n", child, WEXITSTATUS(status));
79 sprintf(buffer, "/tmp/errorfile_%d", child);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeNamedItemNS03.java 39 * which contains an ENTITY_REFERENCE child node. Try to remove the attribute
83 Node child; local
93 child = nList.item(0);
94 nodeType = (int) child.getNodeType();
97 child = doc.createEntityReference("ent4");
98 assertNotNull("createdEntRefNotNull", child);
100 n2List = child.getChildNodes();
setNamedItemNS04.java 39 * which contains an ENTITY_REFERENCE child node. Get access to the node's
83 Node child; local
94 child = nList.item(0);
95 nodeType = (int) child.getNodeType();
98 child = doc.createEntityReference("ent4");
99 assertNotNull("createdEntRefNotNull", child);
101 n2List = child.getChildNodes();
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 34 # Push 'fn' and 'arg' onto the child stack.
41 # Are we the child?
52 # We're in the child now. Set the end of the frame record chain.
56 # Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
  /cts/tests/openglperf2/jni/graphics/
SceneGraphNode.cpp 22 void SceneGraphNode::addChild(SceneGraphNode* child) {
23 mChildren.push_back(child);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java 92 * Overriding onDraw allows us to draw shadows behind every child of this container.
99 View child = getChildAt(i); local
100 if (child.getVisibility() != View.VISIBLE || child.getAlpha() == 0) {
105 canvas.translate(child.getLeft() + depthFactor,
106 child.getTop() + depthFactor);
107 canvas.concat(child.getMatrix());
108 tempShadowRectF.right = child.getWidth();
109 tempShadowRectF.bottom = child.getHeight();
  /external/bison/lib/
wait-process.c 57 '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:__anon5752
97 pid_t slave = slaves[n].child;
110 register_slave_subprocess (pid_t child)
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, because it's not yet amon
    [all...]
  /external/valgrind/none/tests/
thread-exits.stdout.exp 16 PASS: child OK
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 66 final View child = getChildAt(i); local
67 if (child.getVisibility() != GONE) {
68 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
84 final View child = getChildAt(i); local
85 if (child.getVisibility() != GONE) {
86 final int childWidth = child.getMeasuredWidth();
87 final int childHeight = child.getMeasuredHeight();
88 // Center child both vertically and horizontally.
91 child.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
  /frameworks/base/sax/java/android/sax/
Element.java 25 * An XML element. Provides access to child elements and hooks to listen
54 * Gets the child element with the given name. Uses an empty string as the
62 * Gets the child element with the given name.
78 * Gets the child element with the given name. Uses an empty string as the
80 * time if the specified child is missing. This helps you ensure that your
88 * Gets the child element with the given name. We will throw a
89 * {@link org.xml.sax.SAXException} at parsing time if the specified child
93 Element child = getChild(uri, localName); local
97 requiredChilden.add(child);
99 if (!requiredChilden.contains(child)) {
192 Element child = requiredChildren.get(i); local
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
ItemGroup.java 63 * the corresponding child hierarchy represents. For example:
103 * Add a child hierarchy to this item group.
106 public void addChild(ItemHierarchy child) {
107 mChildren.add(child);
108 child.registerObserver(this);
113 * Remove a previously added child from this item group.
115 * @return True if there is a match for the child and it is removed. False if the child could
116 * not be found in our list of child hierarchies.
118 public boolean removeChild(ItemHierarchy child) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 65 public void onChildInserted(@NonNull INode child, @NonNull INode parent,
127 for (INode child : children) {
128 // Find direct child of table layout
129 while (child != null && child.getParent() != parentNode) {
130 child = child.getParent();
132 if (child != null) {
133 // Compute index of direct child of table layout
135 if (rows[i] == child) {
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
SlidingPaneLayout.java 60 * <p>Child views may overlap if their combined width exceeds the available width
63 * If the content of the dragged child view is itself horizontally scrollable, the user may
85 * the use of the layout parameter <code>layout_weight</code> on child views to determine
148 * The child view that can slide, if any.
219 * @param panel The child view that was moved
226 * @param panel The child view that was slid to an open position, revealing other panes
233 * @param panel The child view that was slid to a closed position
379 final View child = getChildAt(i); local
381 if (child == panel) {
384 } else if (child.getVisibility() == GONE)
407 final View child = getChildAt(i); local
514 final View child = getChildAt(i); local
685 final View child = getChildAt(i); local
1242 final View child = group.getChildAt(i); local
1583 final View child = getChildAt(i); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 199 static void free_child PARAMS ((struct child *));
200 static void start_job_command PARAMS ((struct child *child));
202 static int job_next_command PARAMS ((struct child *));
203 static int start_waiting_job PARAMS ((struct child *));
208 struct child *children = 0;
220 static struct child *waiting_jobs = 0;
408 /* Handle a dead child. This handler may or may not ever be installed.
444 state (`cs_finished') in the `file' member of the `struct child' for the
445 dead child, and removing the child from the chain. In addition, if BLOC
    [all...]

Completed in 5288 milliseconds

<<11121314151617181920>>