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

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 31 * Layout similar to LinearLayout that allows a child to specify examples of
35 * You can also specify minWidth for each child. You can have at most one
36 * child with layout_width="match_parent" - it will take the entire remaining
214 View child = getChildAt(i); local
215 if (child.getVisibility() == View.GONE) {
219 LayoutParams params = (LayoutParams) child.getLayoutParams();
223 "Interpolating layout allows at most one child"
226 fillChild = child;
256 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
257 width += child.getMeasuredWidth()
284 View child = getChildAt(i); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_utils.py 98 for child in self.children:
99 for x in child.leaves():
127 for child in node.children:
128 if node.children.index(child)%2:
130 reduced = reduce_tree(child, new_node)
137 for child in node.children:
138 reduced = reduce_tree(child, new_node)
169 for child in node.children:
170 if child.type == syms.Details:
172 details_node = child
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_utils.py 98 for child in self.children:
99 for x in child.leaves():
127 for child in node.children:
128 if node.children.index(child)%2:
130 reduced = reduce_tree(child, new_node)
137 for child in node.children:
138 reduced = reduce_tree(child, new_node)
169 for child in node.children:
170 if child.type == syms.Details:
172 details_node = child
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 98 for child in self.children:
99 for x in child.leaves():
127 for child in node.children:
128 if node.children.index(child)%2:
130 reduced = reduce_tree(child, new_node)
137 for child in node.children:
138 reduced = reduce_tree(child, new_node)
169 for child in node.children:
170 if child.type == syms.Details:
172 details_node = child
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 98 for child in self.children:
99 for x in child.leaves():
127 for child in node.children:
128 if node.children.index(child)%2:
130 reduced = reduce_tree(child, new_node)
137 for child in node.children:
138 reduced = reduce_tree(child, new_node)
169 for child in node.children:
170 if child.type == syms.Details:
172 details_node = child
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 47 * A container containing child notifications
119 View child = mChildren.get(i); local
122 child.layout(0, 0, child.getMeasuredWidth(), child.getMeasuredHeight());
159 ExpandableNotificationRow child = mChildren.get(i); local
163 child.setSingleLineWidthIndention(isOverflow && mOverflowNumber != null
166 child.measure(widthMeasureSpec, newHeightSpec);
170 if (child.getVisibility() != GONE) {
171 height += child.getMeasuredHeight() + mDividerHeight
    [all...]
StackScrollState.java 58 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); local
59 resetViewState(child);
61 // handling reset for child notifications
62 if (child instanceof ExpandableNotificationRow) {
63 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
94 public void removeViewStateForView(View child) {
95 mStateMap.remove(child);
105 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); local
106 StackViewState state = mStateMap.get(child);
107 if (!applyState(child, state))
    [all...]
  /bionic/libc/bionic/
pthread_atfork.cpp 40 void (*child)(void); member in struct:atfork_t
117 // We lock the atfork list here, unlock it in the parent, and reset it in the child.
119 // to the prepare and parent/child handlers.
123 // handlers should be called in the reverse order of the parent/child
134 if (it->child != nullptr) {
135 it->child();
154 void(*child)(void), void* dso) {
162 entry->child = child;
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 34 * child order (the order in which they were added, or the index
77 final View child = getChildAt(index); local
78 child.measure(cellWidthSpec, cellHeightSpec);
98 final View child = getChildAt(index); local
100 int w = child.getMeasuredWidth();
101 int h = child.getMeasuredHeight();
106 child.layout(left, top, left+w, top+h);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 77 * purposes (Nullable tree child list needs special code gen when matching).
290 Tree child = getChild(0); local
291 if ( child!=null ) {
292 line = child.getLine();
305 Tree child = getChild(0); local
306 if ( child!=null ) {
307 col = child.getCharPositionInLine();
368 Tree child = root.getChild(i); local
369 for (Tree subchild : descendants(child, true))
377 Tree child = root.getChild(i) local
412 GrammarAST child = (GrammarAST)getChild(i); local
491 GrammarAST child = (GrammarAST)t.getChild(i); local
521 GrammarAST child = (GrammarAST)t.getChild(i); local
    [all...]
  /external/icu/android_icu4j/runner/src/main/java/android/icu/junit/
ErrorReportingRunner.java 98 private Description describeCause(Throwable child) {
102 String message = child.getMessage();
110 String causeClassName = child.getClass().getName();
117 private void runCause(Throwable child, RunNotifier notifier) {
118 Description description= describeCause(child);
120 notifier.fireTestFailure(new Failure(description, child));
  /external/parameter-framework/upstream/parameter/
ConfigurableDomains.cpp 55 for (size_t child = 0; child < uiNbConfigurableDomains; child++) {
58 static_cast<CConfigurableDomain *>(getChild(child));
73 for (size_t child = 0; child < uiNbConfigurableDomains; child++) {
76 static_cast<const CConfigurableDomain *>(getChild(child));
90 for (size_t child = 0; child < uiNbConfigurableDomains; child++)
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliCompositeElement.java 55 ASTNode child = getNode().getFirstChildNode(); local
56 while (child != null) {
57 if (elementType == child.getElementType()) {
61 result.add((ASTNode)child.getPsi());
63 child = child.getTreeNext();
  /frameworks/base/libs/hwui/tests/unit/
RenderNodeTests.cpp 41 auto child = TestUtils::createNode(0, 0, 200, 400, local
46 [&child](RenderProperties& props, TestCanvas& canvas) {
47 canvas.drawRenderNode(child.get());
52 EXPECT_TRUE(child->hasParents()) << "Child node has no parent";
59 EXPECT_TRUE(child->hasParents()) << "Child should still have a parent";
64 EXPECT_FALSE(child->hasParents()) << "Child should be removed";
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ViewGroupBindingAdapter.java 56 public void onChildViewAdded(View parent, View child) {
58 added.onChildViewAdded(parent, child);
63 public void onChildViewRemoved(View parent, View child) {
65 removed.onChildViewRemoved(parent, child);
105 void onChildViewAdded(View parent, View child);
109 void onChildViewRemoved(View parent, View child);
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRecyclerView.java 121 // Skip early if, there no child laid out in the container.
138 View child = getChildAt(0); local
139 int rowIndex = getChildPosition(child);
140 int y = (child.getMeasuredHeight() * rowIndex);
141 int offset = getLayoutManager().getDecoratedTop(child);
152 View child = getChildAt(0); local
153 int height = child.getMeasuredHeight() * mWidgets.getPackageSize();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
SimpleScrollAdapterTransform.java 48 public void transform(View child, int distanceFromCenter, int distanceFromCenter2ndAxis) {
54 applyTransformationRecursive(absDistance, mLowItemTransform, child);
56 applyTransformationRecursive(absDistance, mHighItemTransform, child);
61 int distanceFromCenter, Animator animator, View child) {
65 applyTransformationRecursive(distanceFromCenter, children.get(i), child);
69 valueAnim.setTarget(child);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 49 static void addChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child);
50 static void dbgAddChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child);
54 static void addChildToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_COMMON_TOKEN child);
55 static void dbgAddChildToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_COMMON_TOKEN child);
166 pANTLR3_BASE_TREE child; local
181 // This will already have been included as a child of another node
187 // For each child of the current tree, define a node using the
193 // Pick up a pointer for the child
195 child = adaptor->getChild(adaptor, t, i);
199 sprintf(buff, "\tn%p[label=\"", child);
271 pANTLR3_BASE_TREE child; local
470 pANTLR3_BASE_TREE child; local
504 pANTLR3_BASE_TREE child; local
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 225 const pid_t child = fork(); local
226 if (child == 0) {
246 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));
295 // following tests, if the child dies with signal SIGKILL, then the signal was
296 // redelivered to this handler. If the child dies with SIGSEGV then it wasn't.
322 const pid_t child = fork(); local
323 if (child == 0) {
328 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGKILL));
334 const pid_t child = fork(); local
335 if (child == 0)
346 const pid_t child = fork(); local
358 const pid_t child = fork(); local
370 const pid_t child = fork(); local
386 const pid_t child = fork(); local
416 const pid_t child = fork(); local
432 const pid_t child = fork(); local
448 const pid_t child = fork(); local
464 const pid_t child = fork(); local
501 const pid_t child = fork(); local
593 const pid_t child = fork(); local
684 const pid_t child = fork(); local
769 const pid_t child = fork(); local
937 const pid_t child = fork(); local
1162 const pid_t child = fork(); local
    [all...]
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 202 final View child = getChildAt(0); local
205 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom;
215 childLeft = childRight - child.getMeasuredWidth();
219 childLeft = mPaddingLeft + (mRight - mLeft - child.getMeasuredWidth()) / 2;
220 childRight = childLeft + child.getMeasuredWidth();
226 childRight = childLeft + child.getMeasuredWidth();
238 child.layout(childLeft, childTop, childRight, childBottom);
249 // Find rightmost and bottom-most child
251 final View child = getChildAt(i); local
252 if (child.getVisibility() != GONE)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java 35 * instead of the child-sibling approach in v2. A flat tree (a list) is
83 /** Add t as child of this node.
85 * Warning: if t has no children, but child does
86 * and child isNil then this routine moves children to t via
87 * t.children = child.children; i.e., without copying the array.
90 //System.out.println("add child "+t.toStringTree()+" "+this.toStringTree());
98 throw new RuntimeException("attempt to add child list to itself");
107 // handle double-link stuff for each child of nil root
120 else { // child is not nil (don't care about children)
144 throw new IllegalArgumentException("Can't set single child to a list")
209 BaseTree child = (BaseTree)newChildren.get(j); local
259 Tree child = (Tree)getChild(c); local
272 BaseTree child = (BaseTree)getChild(c); local
292 CommonTree child = (CommonTree)this.getChild(c); local
    [all...]
  /external/skia/samplecode/
SampleSkLayer.cpp 177 SkLayer* child = new TestLayer(gData[i].fColor); local
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
179 child->setPosition(gData[i].fPosX, gData[i].fPosY);
180 fRootLayer->addChild(child)->unref();
183 SkLayer* child = new TestLayer(0xFFDD8844); local
184 child->setSize(120, 80);
185 child->setPosition(fRootLayer->getWidth()/2 - child->getWidth()/2,
186 fRootLayer->getHeight()/2 - child->getHeight()/2);
187 child->setAnchorPoint(SK_ScalarHalf, SK_ScalarHalf)
    [all...]
  /art/test/063-process-manager/src/
Main.java 7 System.out.println("\nspawning child #" + i);
8 child(); method
15 static private void child() throws Exception { method in class:Main
16 System.out.println("spawning child");
22 System.out.println("child died");
  /art/tools/ahat/src/
Site.java 47 // site (including child sites) on the given heap.
50 // Mapping from child site name to child site.
53 // List of all objects allocated in this site (including child sites).
119 Site child = mChildren.get(next); local
120 if (child == null) {
121 child = new Site(this, next, stackId, stackDepth + 1);
122 mChildren.put(next, child);
124 return child.add(stackId, stackDepth + 1, path, inst);
187 // Get the child at the given path relative to this site
192 Site child = mChildren.get(next); local
    [all...]
  /bionic/libc/arch-mips/bionic/
__bionic_clone.S 39 # set up child stack
57 # Clear return address in child so we don't unwind further.

Completed in 718 milliseconds

<<11121314151617181920>>