HomeSort by relevance Sort by last modified time
    Searched full:child (Results 151 - 175 of 3947) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/docs/
dex-format.css 115 table.bnf td:first-child {
120 table.bnf td:first-child td {
144 table.guide td:first-child {
149 table.guide td:first-child + td {
184 table.leb128 td:first-child {
190 table.leb128 td:first-child + td {
196 table.leb128 td:first-child + td + td {
202 table.leb128 td:first-child + td + td + td {
216 table.format td:first-child {
221 table.format td:first-child + td
    [all...]
dalvik-bytecode.css 82 table.instruc td:first-child {
89 table.instruc td:first-child + td {
96 table.instruc td:first-child + td i {
101 table.instruc td:first-child + td + td {
106 table.instruc td:first-child + td + td + td {
121 table.supplement td:first-child {
127 table.supplement td:first-child + td {
133 table.supplement td:first-child + td + td {
149 table.math td:first-child {
155 table.math td:first-child + td
    [all...]
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 27 childProcess *child = new childProcess(); local
28 if (!child) {
35 ZeroMemory(&child->m_proc, sizeof(child->m_proc));
46 &child->m_proc);
48 delete child;
55 CloseHandle(child->m_proc.hThread);
57 return child;
  /docs/source.android.com/src/tech/dalvik/
dex-format.css 115 table.bnf td:first-child {
120 table.bnf td:first-child td {
144 table.guide td:first-child {
149 table.guide td:first-child + td {
184 table.leb128 td:first-child {
190 table.leb128 td:first-child + td {
196 table.leb128 td:first-child + td + td {
202 table.leb128 td:first-child + td + td + td {
216 table.format td:first-child {
221 table.format td:first-child + td
    [all...]
dalvik-bytecode.css 82 table.instruc td:first-child {
89 table.instruc td:first-child + td {
96 table.instruc td:first-child + td i {
101 table.instruc td:first-child + td + td {
106 table.instruc td:first-child + td + td + td {
121 table.supplement td:first-child {
127 table.supplement td:first-child + td {
133 table.supplement td:first-child + td + td {
149 table.math td:first-child {
155 table.math td:first-child + td
    [all...]
  /external/chromium/chrome/browser/resources/options/
autofill_options.css 13 #autofill-options > div:last-child {
17 #autofill-options > div.settings-list > div:last-child {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAltCommand.java 132 void removeChild(@SuppressWarnings("unused") Node child)
134 // Remove child
135 if(this._position_ == child)
141 if(this._expression_ == child)
147 if(this._command_ == child)
153 throw new RuntimeException("Not a child.");
159 // Replace child
178 throw new RuntimeException("Not a child.");
AAutoescapeCommand.java 132 void removeChild(@SuppressWarnings("unused") Node child)
134 // Remove child
135 if(this._position_ == child)
141 if(this._expression_ == child)
147 if(this._command_ == child)
153 throw new RuntimeException("Not a child.");
159 // Replace child
178 throw new RuntimeException("Not a child.");
AEscapeCommand.java 132 void removeChild(@SuppressWarnings("unused") Node child)
134 // Remove child
135 if(this._position_ == child)
141 if(this._expression_ == child)
147 if(this._command_ == child)
153 throw new RuntimeException("Not a child.");
159 // Replace child
178 throw new RuntimeException("Not a child.");
ASetCommand.java 132 void removeChild(@SuppressWarnings("unused") Node child)
134 // Remove child
135 if(this._position_ == child)
141 if(this._variable_ == child)
147 if(this._expression_ == child)
153 throw new RuntimeException("Not a child.");
159 // Replace child
178 throw new RuntimeException("Not a child.");
  /external/webkit/Source/JavaScriptCore/wtf/
NonCopyingSort.h 40 ptrdiff_t child = root * 2 + 1; local
41 if (child < end && compareLess(array[child], array[child + 1]))
42 child++;
44 if (compareLess(array[root], array[child])) {
45 swap(array[root], array[child]);
46 root = child;
  /external/chromium/net/disk_cache/
mem_entry_impl.h 21 // types of entries, parent and child to support sparse caching.
25 // is initialized. It then manages a list of child entries and delegates the
26 // sparse API calls to the child entries. It creates and deletes child entries
29 // A child entry is used to carry partial cache content, non-sparse methods like
30 // ReadData and WriteData cannot be applied to them. The lifetime of a child
32 // can be evicted independently. A child entry does not have a key and it is not
146 // Performs the initialization of a MemEntryImpl as a child entry.
148 // the new child.
152 // child entry or this entry itself if |offset| points to the first range
    [all...]
sparse_control.h 86 // Opens and closes a child entry. A child entry is a regular EntryImpl object
88 // stored by that child.
93 // Deletes the current child and continues the current operation (open).
96 // Continues the current operation (open) without a current child.
99 // Returns true if the required child is tracked by the parent entry, i.e. it
103 // Sets the bit for the current child to the provided |value|. In other words,
104 // starts or stops tracking this child.
110 // Verify that the range to be accessed for the current child is appropriate.
113 // the child)
    [all...]
  /external/collada/include/dae/
daeMetaCMPolicy.h 26 * @param parent The parent element for which the child element will be placed.
27 * @param child The new child element.
28 * @param ordinal A reference to a daeUInt which holds the ordinal return value for a placed child. Used
29 * to maintain proper ording of child elements.
32 * @param before The element that the child should appear before. Optional.
33 * @param after The element that the child should appear after. Optional.
34 * @return Returns The child element that was placed within this content model object or any of its
37 virtual daeElement *placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL ) = 0;
40 * @param parent The parent element for which child you want to remove
    [all...]
  /external/skia/src/views/
SkStackViewLayout.cpp 64 /* Measure the main-dimension for all the children. If a child is marked flex in that direction
71 SkView* child; local
75 while ((child = iter.next()) != NULL)
78 if (child->getFlags() & flexMask)
81 limit += (child->*sizeProc)();
155 SkView* child; local
160 while ((child = iter.next()) != NULL)
164 (child->*mainLocP)(pos);
165 SkScalar crossLoc = crossStartM + gAlignProcs[fAlign]((child->*crossGetSizeP)(), crossLimit);
168 (child->*crossLocP)(crossLoc)
247 SkView* child; local
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGrid.cpp 62 void AccessibilityARIAGrid::addChild(AccessibilityObject* child, HashSet<AccessibilityObject*>& appendedRows, unsigned& columnCount)
64 if (!child || !child->isTableRow() || child->ariaRoleAttribute() != RowRole)
67 AccessibilityTableRow* row = static_cast<AccessibilityTableRow*>(child);
107 for (RefPtr<AccessibilityObject> child = firstChild(); child; child = child->nextSibling()) {
109 if (child->isTableRow() || child->ariaRoleAttribute() == RowRole
170 AccessibilityObject* child = children[k].get(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayoutChildren.java 59 View child = getChildAt(i); local
60 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams();
64 return child;
74 View child = getChildAt(i); local
75 measureChild(child);
86 public void measureChild(View child) {
89 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams();
95 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
102 final View child = getChildAt(i); local
103 if (child.getVisibility() != GONE)
146 final View child = getChildAt(i); local
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
DrawableViewNode.java 126 DrawableViewNode child = new DrawableViewNode(viewNode.children.get(i)); local
127 children.add(child);
128 child.parent = this;
129 treeHeight += child.treeHeight;
130 treeWidth = Math.max(treeWidth, child.treeWidth);
133 if (prevChild.leaf && child.leaf) {
136 child.topSpacing = LEAF_NODE_SPACING;
140 child.topSpacing = NON_LEAF_NODE_SPACING;
143 treeDrawn |= child.treeDrawn;
168 DrawableViewNode child = children.get(i) local
193 DrawableViewNode child = children.get(i); local
260 DrawableViewNode child = root.children.get(i); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.cc 14 GtkWidget* child,
29 SlideAnimatorGtk::SlideAnimatorGtk(GtkWidget* child,
35 : child_(child),
39 gtk_container_add(GTK_CONTAINER(widget_.get()), child); local
42 // If the child requests it, we will manually set the size request for
44 // for bars, where we want the child to expand to fill all available space.
45 g_signal_connect(widget_.get(), "child-size-request",
49 // We connect to this signal to set an initial position for our child widget.
53 g_signal_connect(child, "size-allocate",
143 void SlideAnimatorGtk::OnChildSizeAllocate(GtkWidget* child,
    [all...]
  /external/kernel-headers/original/linux/
ptrace.h 84 extern long arch_ptrace(struct task_struct *child, long request, long addr, long data);
93 extern int ptrace_request(struct task_struct *child, long request, long addr, long data);
95 extern void __ptrace_link(struct task_struct *child,
97 extern void __ptrace_unlink(struct task_struct *child);
98 extern void ptrace_untrace(struct task_struct *child);
101 static inline void ptrace_link(struct task_struct *child,
104 if (unlikely(child->ptrace))
105 __ptrace_link(child, new_parent);
107 static inline void ptrace_unlink(struct task_struct *child)
109 if (unlikely(child->ptrace)
    [all...]
  /external/valgrind/main/helgrind/tests/
tc08_hbl2.c 5 child: new value 6
6 child: new value 10
11 child: new value 10
21 whilst child reads it. When counter reaches a prearranged value,
22 child joins back to parent. Parent (writer) uses hardware bus lock;
23 child is only reading and so does not need to use a bus lock. */
104 printf("child: new value %d\n", oldx);
118 pthread_t child; local
121 if (pthread_create(&child, NULL, child_fn, NULL)) {
128 if (i == 5) sleep(1); /* make sure child doesn't starve *
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform07.js 99 var child;
123 child = body.firstChild;
126 child = body.insertBefore(text,child);
133 child = body.firstChild;
135 assertNotNull("firstChildNotNull",child);
136 childName = child.nodeName;
139 child = child.nextSibling;
141 assertNotNull("secondChildNotNull",child);
    [all...]
elementcontentwhitespace03.js 99 var child;
116 child = body.firstChild;
119 child = body.insertBefore(text,child);
133 child = body.firstChild;
135 assertNotNull("firstChildNotNull",child);
136 childName = child.nodeName;
139 child = child.nextSibling;
141 assertNotNull("secondChildNotNull",child);
    [all...]
infoset08.js 99 var child;
118 child = body.firstChild;
121 child = body.insertBefore(text,child);
128 child = body.firstChild;
130 assertNotNull("firstChildNotNull",child);
131 childName = child.nodeName;
134 child = child.nextSibling;
136 assertNotNull("secondChildNotNull",child);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java 32 * <p>Only one child is allowed; if more are required, another ViewGroup can be used as the direct
33 * child of this layout.</p>
92 throw new IllegalStateException("ProportionalLayout requires exactly one child");
95 final View child = getChildAt(0); local
98 measureChild(child, widthMeasureSpec, heightMeasureSpec);
99 final int childWidth = child.getMeasuredWidth();
100 final int childHeight = child.getMeasuredHeight();
113 measureChild(child,
124 throw new IllegalStateException("ProportionalLayout requires exactly one child");
127 final View child = getChildAt(0) local
    [all...]

Completed in 1100 milliseconds

1 2 3 4 5 67 8 91011>>