HomeSort by relevance Sort by last modified time
    Searched full:children (Results 1151 - 1175 of 2686) sorted by null

<<41424344454647484950>>

  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 129 /// the children list of the immediate dominator.
150 /// children list. Deletes dominator node associated with basic block BB.
  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 245 /* handle_if_block() already descended into the children. */
280 /* already descended into the children. */
  /external/oprofile/libpp/
format_output.h 296 cg_symbol::children const cg_symb, op_bfd * & abfd);
316 cg_symbol::children const cg_symb,
  /external/quake/quake/src/WinQuake/
bspfile.h 158 short children[2]; // negative numbers are -(leafs+1), not nodes member in struct:__anon11792
168 short children[2]; // negative numbers are contents member in struct:__anon11793
  /external/valgrind/main/
README_DEVELOPERS 151 outer/.../bin/valgrind --sim-hints=enable-outer --trace-children=yes \
154 If you omit the --trace-children=yes, you'll only monitor Inner's launcher
  /external/webkit/Source/WebCore/dom/
TreeWalker.cpp 255 Children:
274 goto Children;
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotView.js 98 var children = this.children;
100 children.sort(sortFunction);
101 for (var i = 0, l = children.length; i < l; ++i) {
102 var child = children[i];
318 if (!this.children.length)
633 var current = this.dataGrid.children[0];
707 var child = this.dataGrid.children[0];
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 87 bool GraphicsLayerTextureMapper::setChildren(const Vector<GraphicsLayer*>& children)
90 return GraphicsLayer::setChildren(children);
  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 59 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderBlock
60 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderBlock
112 // Block flows subclass availableWidth to handle multi column layout (shrinking the width available to children when laying out.)
328 virtual RenderObjectChildList* virtualChildren() { return children(); }
329 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
562 // children.
632 // Collapsing flags for whether we can collapse our margins with our children's margins.
    [all...]
RenderLayerBacking.h 79 // Layer to clip children
207 OwnPtr<GraphicsLayer> m_clippingLayer; // only used if we have clipping on a stacking context, with compositing children
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 807 QList<QWebFrame*> children = frame->childFrames(); local
808 for (int i = 0; i < children.size(); ++i)
809 result += dumpFrameScrollPosition(children.at(i));
832 QList<QWebFrame *> children = frame->childFrames(); local
833 for (int i = 0; i < children.size(); ++i)
834 result += dumpFramesAsText(children.at(i));
875 QMap<QString, QWebHistoryItem> children = DumpRenderTreeSupportQt::getChildHistoryItems(item); local
876 foreach (QWebHistoryItem item, children)
    [all...]
  /external/webkit/Tools/MiniBrowser/mac/
MainMenu.xib     [all...]
  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 49 * {@link Preference#getIntent()}). The children of this {@link PreferenceScreen}
76 * the other preferences that are children of the "second_preferencescreen" tag).
  /frameworks/base/docs/html/training/custom-views/
optimizing-view.jd 85 shape of its children, and thus avoid traversing its children to calculate measurements. The
  /gdk/samples/quake/jni/
bspfile.h 158 short children[2]; // negative numbers are -(leafs+1), not nodes member in struct:__anon17544
168 short children[2]; // negative numbers are contents member in struct:__anon17545
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 159 // A ViewHolder keeps references to children views to avoid unneccessary calls
169 // Creates a ViewHolder and store references to the two children views
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 185 * @param children The selected children of the node, if any (used to
192 NodeProxy parentNode, List<NodeProxy> children ) {
199 rule.addLayoutActions(actions, parentNode, children);
376 // Find a target which accepts children. If you for example select a button
504 // (For example, a ScrollView parent can go and set all its children's layout params to
555 List<INode> children) {
561 parentRule.onRemovingChildren(children, parentNode);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 3 android:addStatesFromChildren : Sets whether this ViewGroup's drawable states also include its children's drawable states. [boolean]
7 android:alwaysDrawnWithCache : Defines whether the ViewGroup should always draw its children using their drawing cache or not. [boolean]
11 android:animationCache : Defines whether layout animations should create a drawing cache for their children. [boolean]
20 android:baselineAligned : When set to false, prevents the layout from aligning its children's baselines. [boolean]
21 android:baselineAlignedChildIndex : When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView). [integer]
31 android:childDivider : Drawable or color that is used as a divider for children. [reference, color]
158 android:measureAllChildren : Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring. [boolean]
159 android:measureWithLargestChild : When set to true, all children with a weight will be considered having the minimum size of the largest child. [boolean]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 348 ResultsElement[] children = this.componentResultsElement.getChildren(); // get scenarios
349 int childrenLength = children.length;
351 if (children[s].hasError()) {
352 children = children[s].getChildren(); // get configs
354 if (children[c].hasError()) {
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 149 // Emit all of the children.
165 // children depends on the VBR size of the child, so for large children we
188 << " children in Scope";
300 // children depends on the VBR size of the child, so for large children we
  /frameworks/base/core/java/android/widget/
TableLayout.java 33 * <p>A layout that arranges its children into rows and columns.
35 * each defining a row (actually, you can have other children, which will be
56 * <p>The children of a TableLayout cannot specify the <code>layout_width</code>
385 // visibility of the row's children
455 // children with the widths computed in findLargestCells()
486 // wider rows as we go through the children
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 171 * It first computes the new children of the descriptor and then updates them
352 * It then finds all children of the descriptor, inflates them recursively and sets them
397 ArrayList<ElementDescriptor> children = new ArrayList<ElementDescriptor>(); local
420 children.add(child);
430 elemDesc.setChildren(children.toArray(new ElementDescriptor[children.size()]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 84 * as well as their children's attributes, see {@link UiAttributeNode}.
106 * root node. All children have the value set to null and query their parent. */
109 * only for the root node. All children have the value set to null and query their parent. */
114 /** The list of all UI children nodes. Can be empty but never null. There's one UI children
115 * node per existing XML children node. */
118 * The list is always defined and never null. Unlike the UiElementNode children list, this
125 /** A read-only view of the UI children node collection. */
152 return String.format("%s [desc: %s, parent: %s, children: %d]", //$NON-NLS-1$
161 * Clears the {@link UiElementNode} by resetting the children list an
    [all...]
  /external/libxml2/
c14n.c 950 value = xmlNodeListGetString(ctx->doc, attr->children, 1);
1013 res = xmlNodeListGetString(ctx->doc, xml_base_attr->children, 1);
1025 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/
project.pbxproj     [all...]

Completed in 684 milliseconds

<<41424344454647484950>>