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

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 132 // must have already dumped as child from previous
140 // for each child, do a "<unique-name> [label=text]" node def
143 object child = adaptor.GetChild( tree, i );
144 yield return GetNodeText( adaptor, child );
145 foreach ( var t in DefineNodes( child, adaptor ) )
158 // must have already dumped as child from previous
165 // for each child, do a parent -> child edge using unique node names
169 object child = adaptor.GetChild( tree, i );
170 string childText = adaptor.GetNodeText(child);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 126 // must have already dumped as child from previous
134 // for each child, do a "<unique-name> [label=text]" node def
136 object child = adaptor.GetChild(tree, i);
137 yield return GetNodeText(adaptor, child);
138 foreach (var t in DefineNodes(child, adaptor))
149 // must have already dumped as child from previous
156 // for each child, do a parent -> child edge using unique node names
159 object child = adaptor.GetChild(tree, i);
160 string childText = adaptor.GetText(child);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 132 // must have already dumped as child from previous
140 // for each child, do a "<unique-name> [label=text]" node def
143 object child = adaptor.GetChild( tree, i );
144 yield return GetNodeText( adaptor, child );
145 foreach ( var t in DefineNodes( child, adaptor ) )
158 // must have already dumped as child from previous
165 // for each child, do a parent -> child edge using unique node names
169 object child = adaptor.GetChild( tree, i );
170 string childText = adaptor.GetText( child );
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DOTTreeGenerator.java 71 new StringTemplate("$parent$ -> $child$ // \"$parentText$\" -> \"$childText$\"\n");
134 // must have already dumped as child from previous
143 // for each child, do a "<unique-name> [label=text]" node def
145 Object child = adaptor.getChild(tree, i); local
146 StringTemplate nodeST = getNodeST(adaptor, child);
148 toDOTDefineNodes(child, adaptor, treeST);
161 // must have already dumped as child from previous
168 // for each child, do a parent -> child edge using unique node names
171 Object child = adaptor.getChild(tree, i) local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ALoopIncCommand.java 225 void removeChild(@SuppressWarnings("unused") Node child)
227 // Remove child
228 if(this._position_ == child)
234 if(this._variable_ == child)
240 if(this._start_ == child)
246 if(this._end_ == child)
252 if(this._increment_ == child)
258 if(this._command_ == child)
264 throw new RuntimeException("Not a child.");
270 // Replace child
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_misc.c 44 pid_t child; variable
52 kill(child, SIGKILL);
69 child = fork();
70 if (-1 == child)
76 if (child == 0)
270 while(waitpid(child,&childstatus,WNOHANG) != child);
test_session_timeout.c 42 pid_t child; variable
70 kill(child, SIGKILL);
247 while(waitpid(child,&childstatus,WNOHANG) != child);
251 killchild("child is dead, callback wasn't called");
258 killchild("SPDY_get_timeout returned wrong SPDY_YES after child died");
320 child = fork();
321 if (-1 == child)
327 if (child == 0)
  /external/toybox/kconfig/
mconf.c 429 struct menu *child; local
476 for (child = menu->list; child; child = child->next) {
477 if (menu_is_visible(child) && child->sym == def_sym)
478 def_menu = child;
578 for (child = menu->list; child; child = child->next
719 struct menu *child; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 82 public void addView(View child, int index, ViewGroup.LayoutParams params) {
83 super.addView(child, index, params);
85 int childId = child.getId();
86 if (childId == CHRONOMETER_ID && child instanceof Chronometer) {
87 mChronometer = (Chronometer) child;
95 } else if (childId == PROGRESSBAR_ID && child instanceof ProgressBar) {
96 mProgressBar = (ProgressBar) child;
116 throw new RuntimeException("Expecting child ProgressBar with id " +
135 "Expecting child ProgressBar with id 'android.R.id.progress'");
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 600 public boolean onDependentViewChanged(CoordinatorLayout parent, FloatingActionButton child,
605 updateFabVisibilityForAppBarLayout(parent, (AppBarLayout) dependency, child);
607 updateFabVisibilityForBottomSheet(dependency, child);
626 private boolean shouldUpdateVisibility(View dependency, FloatingActionButton child) {
628 (CoordinatorLayout.LayoutParams) child.getLayoutParams();
640 if (child.getUserSetVisibility() != VISIBLE) {
649 AppBarLayout appBarLayout, FloatingActionButton child) {
650 if (!shouldUpdateVisibility(appBarLayout, child)) {
664 child.hide(mInternalAutoHideListener, false);
667 child.show(mInternalAutoHideListener, false)
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
tahoe.c 57 * A symbol to be the child of indirect callf:
224 Sym *child; local
300 child = sym_lookup (&symtab, destpc);
301 if (child)
306 printf (" child->name %s", child->name);
307 printf (" child->addr 0x%lx\n",
308 (unsigned long) child->addr);
310 if (child->addr == destpc)
315 arc_add (parent, child, (unsigned long) 0)
    [all...]
vax.c 69 * A symbol to be the child of indirect calls:
236 Sym *child; local
311 child = sym_lookup (&symtab, destpc);
312 if (child)
317 printf (" child->name %s", child->name);
318 printf (" child->addr 0x%lx\n",
319 (unsigned long) child->addr);
321 if (child->addr == destpc)
326 arc_add (parent, child, (unsigned long) 0)
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Json.java 781 for (JsonValue child = jsonMap.child; child != null; child = child.next) {
782 FieldMetadata metadata = fields.get(child.name);
784 if (child.name.equals(typeName)) continue;
786 if (debug) System.out.println("Ignoring unknown field: " + child.name + " (" + type.getName() + ")");
790 "Field not found: " + child.name + " (" + type.getName() + ")");
791 ex.addTrace(child.trace())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 218 * Returns all the children of the canvas view info where each child corresponds to a
432 // and purposes it is its layout child that is the real root so treat that one as the
590 /** Adds the given {@link CanvasViewInfo} as a new last child of this view */
591 private void addChild(@NonNull CanvasViewInfo child) {
592 mChildren.add(child);
595 /** Adds the given {@link CanvasViewInfo} as a child at the given index */
596 private void addChildAt(int index, @NonNull CanvasViewInfo child) {
597 mChildren.add(index, child);
601 * Removes the given {@link CanvasViewInfo} from the child list of this view, and
604 * @param child the child to be remove
1005 ViewInfo child = children.get(index); local
1060 infoMap.put(child.getUiViewNode(), child); local
1145 ViewInfo child = children.get(index); local
    [all...]
  /external/blktrace/
rbtree.c 224 struct rb_node *child, *parent; local
228 child = node->rb_right;
230 child = node->rb_left;
238 child = node->rb_right;
242 if (child)
243 rb_set_parent(child, parent);
245 parent->rb_right = child;
248 parent->rb_left = child;
272 if (child)
273 rb_set_parent(child, parent)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 62 View child = getChildAt(i); local
63 if (child.getVisibility() == View.VISIBLE) {
64 offsetRectIntoDescendantCoords(child, mTempRect);
66 result = child.dispatchTouchEvent(ev) || result;
74 View child = getChildAt(getDisplayedChild()); local
75 if (child instanceof KeyguardSecurityView) {
76 return (KeyguardSecurityView) child;
209 final View child = getChildAt(i); local
210 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
228 final View child = getChildAt(i) local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettingsAdapter.java 124 final BluetoothMapAccountItem child = getChild(groupPosition, childPosition); local
131 boolean oldIsChecked = child.mIsChecked; // needed to prevent updates on UI redraw
132 child.mIsChecked = isChecked;
135 int childIndex = childList.indexOf(child);
145 child.getName(), parentGroup.getName());
155 child.mIsChecked = false;
160 child.getName())==true)){
161 BluetoothMapSettingsDataHolder.mCheckedChilds.put(child.getName(),
172 BluetoothMapSettingsDataHolder.mCheckedChilds.remove(child.getName());
175 BluetoothMapSettingsDataHolder.mCheckedChilds.remove(child.getName())
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java 386 * {@link LayoutParams#isDecor} on the child's layout params.</p>
448 // ViewGroup dispatchApplyWindowInsets since if child 0 consumes them,
560 final View child = getChildAt(i); local
561 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 217 View child; local
222 child = getChildAt(0);
223 delta = child.getTop() - mListPadding.top;
235 child = getChildAt(childCount - 1);
236 delta = child.getBottom() - (getHeight() - mListPadding.bottom);
544 final View child = infos.get(i).view; local
545 final LayoutParams p = (LayoutParams) child.getLayoutParams();
577 public boolean requestChildRectangleOnScreen(View child, Rect rect, boolean immediate) {
582 rect.offset(child.getLeft(), child.getTop())
704 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected); local
738 View child = makeAndAddView(pos, nextBottom, false, mListPadding.left, selected); local
1136 final View child = getChildAt(childIndex); local
1203 final View child = obtainView(0, mIsScrap); local
1317 View child; local
1800 final View child = getChildAt(mMotionPosition - mFirstPosition); local
1808 final View child = getChildAt(mSelectorPosition - mFirstPosition); local
1970 final View child = obtainView(position, mIsScrap); local
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c 2467 *child, local
6226 *child, local
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
FilesTest.java 185 FileHandle child = dir.child("arial-15.fnt"); local
186 if (!child.name().equals("arial-15.fnt")) fail();
187 if (!child.nameWithoutExtension().equals("arial-15")) fail();
188 if (!child.extension().equals("fnt")) fail();
221 FileHandle child = dir.child("badlogic.jpg"); local
222 if (!child.name().equals("badlogic.jpg")) fail();
223 if (!child.nameWithoutExtension().equals("badlogic")) fail();
224 if (!child.extension().equals("jpg")) fail();
261 FileHandle child = handle.list()[0]; local
331 FileHandle child = handle.list()[0]; local
401 FileHandle child = handle.list()[0]; local
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 68 * - Any child index can be translated to an adapter position by adding mFirstPosition.
69 * - Any adapter position can be translated to a child index by subtracting mFirstPosition.
270 * a child view of this grid.
464 * are required to maintain the invariant that child view with index i
472 final View child = getChildAt(i); local
473 if (child.getTop() <= clearBelow) {
485 mRecycler.addScrap(child);
489 final View child = getChildAt(0); local
490 if (child.getBottom() >= clearAbove) {
502 mRecycler.addScrap(child);
513 final View child = getChildAt(i); local
700 final View child = getChildAt(j); local
714 final View child = getChildAt(j); local
728 final View child = getChildAt(i); local
758 View child = getChildAt(i); local
842 final View child = getChildAt(i); local
893 final View child = obtainView(position, null); local
1007 final View child = obtainView(position, null); local
    [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 133 Button child = (Button) parent.getChildAt(i); local
134 if (child != clickedView) {
135 child.animate().alpha(0);
138 child.setVisibility(View.INVISIBLE);
139 buttonCopy.setBackground(child.getBackground());
140 buttonCopy.setText(((Button) child).getText());
148 buttonCopy.setPadding(child.getPaddingLeft(), child.getPaddingTop(),
149 child.getPaddingRight(), child.getPaddingBottom())
297 View child = parent.getChildAt(i); local
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 401 final View child = getChildAt(viewPosition); local
402 if (getPosition(child) == position) {
403 return child; // in pre-layout, this may not match
513 // if the child is visible and we are going to move it around, we should layout
741 * Finds an anchor child from existing Views. Most of the time, this is the view closest to
744 * If a child has focus, it is given priority.
764 // If all visible views are removed in 1 pass, reference child might be out of bounds.
767 // validate this child is at least partially visible. if not, offset it to start
802 // if child is visible, try to make it a reference child and ensure it is fully visible
1153 final View child = getChildClosestToEnd(); local
1164 final View child = getChildClosestToStart(); local
1295 View child = getChildAt(i); local
1305 View child = getChildAt(i); local
1339 View child = getChildAt(i); local
1349 View child = getChildAt(i); local
1719 final View child = findOneVisibleChild(0, getChildCount(), false, true); local
1736 final View child = findOneVisibleChild(0, getChildCount(), true, false); local
1759 final View child = findOneVisibleChild(getChildCount() - 1, -1, false, true); local
1776 final View child = findOneVisibleChild(getChildCount() - 1, -1, true, false); local
1788 final View child = getChildAt(i); local
1857 View child = getChildAt(i); local
1883 View child = getChildAt(i); local
1898 View child = getChildAt(i); local
    [all...]
  /cts/suite/cts/utils/
get_csv_report.py 26 for child in parent.childNodes:
27 if (child.nodeType == Node.ELEMENT_NODE) and (child.tagName == tagName):
29 # " " + child.getAttribute("name")
30 children.append(child)
60 for child in childSuites:
61 cases.update(parseSuite(child, parentName + child.getAttribute("name")))
63 for child in childTestCases:
64 className = parentName + child.getAttribute("name"
    [all...]

Completed in 1935 milliseconds

<<21222324252627282930>>