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

<<31323334353637383940>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_matcher.py 105 for child in current_ast_node.children:
107 if isinstance(child, pytree.Leaf) and child.value == u";":
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_matcher.py 105 for child in current_ast_node.children:
107 if isinstance(child, pytree.Leaf) and child.value == u";":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 105 for child in current_ast_node.children:
107 if isinstance(child, pytree.Leaf) and child.value == u";":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 105 for child in current_ast_node.children:
107 if isinstance(child, pytree.Leaf) and child.value == u";":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 168 for child in node.children:
169 if child not in c:
170 c.append(child)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 154 for (ElementDescriptor child : manifest.getDescriptor().getChildren()) {
155 if (!excludes.contains(child)) {
156 descriptorFilters.add(child);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 79 for (TestDragElement child : children) {
80 mChildren.add(child);
81 child.mParent = this;
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 528 final View child = getPageAt(i); local
529 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
550 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
551 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
552 if (DEBUG) Log.d(TAG, "\tmeasure-child" + i + ": " + child.getMeasuredWidth() + ", "
553 + child.getMeasuredHeight());
618 final View child = getPageAt(i); local
619 childrenX[i] = child.getX();
620 childrenY[i] = child.getY()
629 final View child = getPageAt(i); local
660 final View child = getPageAt(i); local
692 View child = getChildAt(i); local
    [all...]
  /cts/tests/tests/os/src/android/os/health/cts/
HealthStatsTest.java 112 final HealthStats child = stats.get("a"); local
113 Assert.assertEquals(0, child.getTimerKeyCount());
114 Assert.assertEquals(1, child.getMeasurementKeyCount());
115 Assert.assertEquals(Long.MIN_VALUE, child.getMeasurement(MEASUREMENT_2));
116 Assert.assertEquals(0, child.getStatsKeyCount());
117 Assert.assertEquals(0, child.getTimersKeyCount());
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
thread.py 246 def _AddSliceIfBounds(self, root, child):
247 """Adds a child slice to a root slice its proper row.
248 Return False if the child slice is not in the bounds
251 Because we know that the start time of child is >= the start time
259 child_end_micros = round(child.end * 1000)
261 if child.start >= root.start and child_end_micros <= root_end_micros:
263 if self._AddSliceIfBounds(root.sub_slices[-1], child):
265 child.parent_slice = root
266 root.AddSubSlice(child)
  /external/guice/lib/build/
safesax.jar 
  /external/jetty/src/java/org/eclipse/jetty/jmx/
MBeanContainer.java 151 ObjectName child = _beans.get(relationship.getChild()); local
152 if (child == null)
155 child = _beans.get(relationship.getChild());
158 if (parent != null && child != null)
179 ObjectName child = _beans.get(relationship.getChild()); local
181 if (parent != null && child != null)
  /external/junit/src/org/junit/runners/
ParentRunner.java 44 * must implement finding the children of the node, describing each child, and
45 * running each child. ParentRunner will filter and sort children, handle
87 * Returns a {@link Description} for {@code child}, which can be assumed to
90 protected abstract Description describeChild(T child);
93 * Runs the test corresponding to {@code child}, which can be assumed to be
98 protected abstract void runChild(T child, RunNotifier notifier);
289 for (T child : getFilteredChildren())
290 description.addChild(describeChild(child));
355 private void sortChild(T child) {
356 fSorter.apply(child);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.cpp 291 Child( NULL ),
301 delete ( Child);
302 Child = NULL;
324 CProfileNode * child = Child; local
325 while ( child ) {
326 if ( child->Name == name ) {
327 return child;
329 child = child->Sibling
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Button.java 64 public Button (Actor child, Skin skin, String styleName) {
65 this(child, skin.get(styleName, ButtonStyle.class));
68 public Button (Actor child, ButtonStyle style) {
70 add(child);
108 public Button (Actor child, Skin skin) {
109 this(child, skin.get(ButtonStyle.class));
  /external/valgrind/memcheck/tests/
atomic_incs.c 753 pid_t child, p2; local
782 child = fork();
783 if (child == -1) {
788 if (child == 0) {
789 /* --- CHILD --- */
790 printf("child\n");
813 p2 = waitpid(child, &status, 0);
814 assert(p2 == child);
816 /* assert that child finished normally */
  /external/valgrind/none/tests/mips64/
cvm_atomic_thread.c 312 pid_t child, pc2; local
337 child = fork();
338 if (child == -1) {
343 if (child == 0) {
344 /* --- CHILD --- */
345 printf("child\n");
411 pc2 = waitpid(child, &status, 0);
412 assert(pc2 == child);
414 /* assert that child finished normally */
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 239 xml_node_t *info, *child, *replace; local
256 xml_node_for_each_child(ctx->xml, child, info) {
257 xml_node_for_each_check(ctx->xml, child);
258 name = xml_node_get_localname(ctx->xml, child);
260 txt = xml_node_get_text(ctx->xml, child);
901 * list of children node names in Results element. The child list type is
991 xml_node_t *syncml, *syncbody, *hdr, *body, *child; local
1017 xml_node_for_each_child(ctx->xml, child, hdr) {
1018 xml_node_for_each_check(ctx->xml, child);
1019 name = xml_node_get_localname(ctx->xml, child);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 106 View child = getChildAt(index); local
107 if (child instanceof ImageView) {
108 ImageView imageView = (ImageView) child;
139 View child = getChildAt(index); local
140 if (child instanceof TextView) {
141 TextView textView = (TextView) child;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ast.py 144 for child in iter_child_nodes(node):
145 _fix(child, lineno, col_offset)
155 for child in walk(node):
156 if 'lineno' in child._attributes:
157 child.lineno = getattr(child, 'lineno', 0) + n
175 Yield all direct child nodes of *node*, that is, all fields that are nodes
277 Keep in mind that if the node you're operating on has child nodes you must
278 either transform the child nodes yourself or call the :meth:`generic_visit`
  /prebuilts/gdb/linux-x86/lib/python2.7/
ast.py 144 for child in iter_child_nodes(node):
145 _fix(child, lineno, col_offset)
155 for child in walk(node):
156 if 'lineno' in child._attributes:
157 child.lineno = getattr(child, 'lineno', 0) + n
175 Yield all direct child nodes of *node*, that is, all fields that are nodes
277 Keep in mind that if the node you're operating on has child nodes you must
278 either transform the child nodes yourself or call the :meth:`generic_visit`
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 144 for child in iter_child_nodes(node):
145 _fix(child, lineno, col_offset)
155 for child in walk(node):
156 if 'lineno' in child._attributes:
157 child.lineno = getattr(child, 'lineno', 0) + n
175 Yield all direct child nodes of *node*, that is, all fields that are nodes
277 Keep in mind that if the node you're operating on has child nodes you must
278 either transform the child nodes yourself or call the :meth:`generic_visit`
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 144 for child in iter_child_nodes(node):
145 _fix(child, lineno, col_offset)
155 for child in walk(node):
156 if 'lineno' in child._attributes:
157 child.lineno = getattr(child, 'lineno', 0) + n
175 Yield all direct child nodes of *node*, that is, all fields that are nodes
277 Keep in mind that if the node you're operating on has child nodes you must
278 either transform the child nodes yourself or call the :meth:`generic_visit`
  /frameworks/base/core/java/android/widget/
AbsListView.java 588 * The select child's view (from the adapter's getView) is enabled.
593 * The cached drawable state for the selector. Accounts for child enabled
1173 final View child = getChildAt(i); local
2236 View child = getChildAt(0); local
2363 final View child = mAdapter.getView(position, scrapView, this); local
2705 final View child = getChildAt(i); local
3140 final View child = getChildAt(motionPosition - mFirstPosition); local
3192 final View child = getChildAt(mMotionPosition - mFirstPosition); local
3267 View child = getChildAt(position - mFirstPosition); local
3313 final View child = getChildAt(longPressPosition - mFirstPosition); local
3382 final View child = getChildAt(i); local
3418 final View child = getChildAt(mMotionPosition - mFirstPosition); local
3823 final View child = getChildAt(motionPosition - mFirstPosition); local
3844 final View child = getChildAt(motionPosition - mFirstPosition); local
3988 final View child = getChildAt(motionPosition - mFirstPosition); local
4511 final View child = getChildAt(i); local
6227 View child = getChildAt(i); local
6670 View child = getChildAt(i); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 44 * This method will fire whenever a child event wants to send an AccessibilityEvent. As a
50 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) {
55 int priority = (Integer) child.getTag();
64 /** Adds Accessibility information to individual child views of rows in the list. */

Completed in 729 milliseconds

<<31323334353637383940>>