HomeSort by relevance Sort by last modified time
    Searched full:descendants (Results 1 - 25 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/Eigen/src/SparseLU/
SparseLU_relax_snode.h 43 * \param descendants Number of descendants of each node in the etree
47 void SparseLUImpl<Scalar,Index>::relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
50 // compute the number of descendants of each node in the etree
53 descendants.setZero();
58 descendants(parent) += descendants(j) + 1;
66 while ( parent != n && descendants(parent) < relax_columns )
75 while (descendants(j) != 0 && j < n) j++;
SparseLU_heap_relax_snode.h 42 * \param descendants Number of descendants of each node in the etree
46 void SparseLUImpl<Scalar,Index>::heap_relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
66 // compute the number of descendants of each node in the etree
69 descendants.setZero();
74 descendants(parent) += descendants(j) + 1;
86 while ( parent != n && descendants(parent) < relax_columns )
108 if (descendants(i) == 0)
117 while (descendants(j) != 0 && j < n) j++
    [all...]
  /external/chromium_org/ui/compositor/
layer_tree_owner.h 15 // Scoping object that owns a Layer and all its descendants.
layer_tree_owner.cc 13 // Deletes |layer| and all its descendants.
  /external/guava/guava/src/com/google/common/collect/
BstAggregate.java 33 * entryValue} of this node and all its descendants.
38 * The value on a single entry, ignoring its descendants.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
CompositingReasons.h 242 "Squashing a layer that clips composited descendants is not supported." },
245 "Has a transform that needs to be known by compositor because of composited descendants" },
248 "Has opacity that needs to be applied by compositor because of composited descendants" },
251 "Has a mask that needs to be known by compositor because of composited descendants" },
254 "Has a reflection that needs to be known by compositor because of composited descendants" },
257 "Has a filter effect that needs to be known by compositor because of composited descendants" },
260 "Has a blenidng effect that needs to be known by compositor because of composited descendants" },
263 "Has a clip that needs to be known by compositor because of composited descendants" },
266 "Has a perspective transform that needs to be known by compositor because of 3d descendants" },
269 "Has a preserves-3d property that needs to be known by compositor because of 3d descendants" },
    [all...]
  /external/chromium_org/ui/events/
event_targeter.h 35 // Returns true if |target| or one of its descendants can be a target of
36 // |event|. This requires that |target| and its descendants are not
53 // Returns false if neither |target| nor any of its descendants are allowed
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_status_change_checker.h 17 // descendants are expected to provide additional functionality.
multi_client_status_change_checker.h 18 // observe many ProfileSyncServices. This class is abstract. Its descendants
  /external/chromium_org/ui/base/models/
tree_node_iterator.h 15 // Iterator that iterates over the descendants of a node. The iteration does
16 // not include the node itself, only the descendants. The following illustrates
28 // its descendants will be skipped by the iterator.
50 // Returns true if there are more descendants.
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer_unittest.cc 47 "\"descendants\":["
98 process_data.descendants.push_back(
100 process_data.descendants.back().parent = parent;
101 process_data.descendants.back().child = child;
106 "\"descendants\":["
  /packages/apps/Mms/src/com/android/mms/dom/
NodeListImpl.java 37 * Constructs a NodeList by searching for all descendants or the direct
40 * @param tagName The tag name to be searched for. If null, all descendants
43 * to all descendants otherwise.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 58 * The descendant axis contains the descendants of the context node;
66 * descendants of the context node.
73 * any descendants and excluding attribute nodes and namespace nodes.
121 * root, descendants, attributes, and namespace node decls.
202 "descendants-from-root", // 17
203 "descendants-or-self-from-root", // 18
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
LayerDetailsView.js 68 "negativeZIndexChildren": WebInspector.UIString("Composition due to association with an element with descendants that have a negative z-index."),
69 "transformWithCompositedDescendants": WebInspector.UIString("Composition due to association with an element with composited descendants."),
70 "opacityWithCompositedDescendants": WebInspector.UIString("Composition due to association with an element with opacity applied and composited descendants."),
71 "maskWithCompositedDescendants": WebInspector.UIString("Composition due to association with a masked element and composited descendants."),
72 "reflectionWithCompositedDescendants": WebInspector.UIString("Composition due to association with an element with a reflection and composited descendants."),
73 "filterWithCompositedDescendants": WebInspector.UIString("Composition due to association with an element with CSS filters applied and composited descendants."),
74 "blendingWithCompositedDescendants": WebInspector.UIString("Composition due to association with an element with CSS blending applied and composited descendants."),
75 "clipsCompositingDescendants": WebInspector.UIString("Composition due to association with an element clipping compositing descendants."),
  /external/chromium_org/ui/accessibility/
ax_tree_update.h 21 // that all of that node's children and their descendants are deleted),
45 // all of its children and their descendants, but leaving that node in
  /external/chromium_org/ui/wm/core/
window_util.h 40 // Returns the existing Layer for |root| (and all its descendants) and creates
41 // a new layer for |root| and all its descendants. This is intended for
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 29 * resolution depends on where the entity reference is, the descendants of
35 * all their descendants are readonly.
  /external/chromium_org/base/
tracked_objects_unittest.cc 90 EXPECT_EQ(0u, process_data.descendants.size());
212 ASSERT_EQ(1u, process_data.descendants.size());
213 EXPECT_EQ(kFile, process_data.descendants[0].parent.location.file_name);
215 process_data.descendants[0].parent.location.function_name);
217 process_data.descendants[0].parent.location.line_number);
219 process_data.descendants[0].parent.thread_name);
220 EXPECT_EQ(kFile, process_data.descendants[0].child.location.file_name);
222 process_data.descendants[0].child.location.function_name);
224 process_data.descendants[0].child.location.line_number);
225 EXPECT_EQ(kWorkerThreadName, process_data.descendants[0].child.thread_name)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
nsview_additions.h 32 // Set needsDisplay for this view and all descendants.
  /external/chromium_org/components/bookmarks/test/
bookmark_test_helpers.h 18 // Return the descendants of |node| as a string useful for verifying node
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 59 // Descendants of the cluster that are narrower than the block containing all text and must be
113 // Use to traverse the tree of descendants, excluding descendants of containers (but returning the containers themselves).
122 // Returns groups of narrow descendants of a given autosizing cluster. The groups are combined
  /external/chromium_org/tools/perf/page_sets/tough_layer_cases/
opacity.html 29 operation. Conceptually, after the element (including its descendants)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 66 <requestFocus /> : Requests focus for the parent element or one of its descendants
completion1-expected-completion12.txt 66 <requestFocus /> : Requests focus for the parent element or one of its descendants
completion9-expected-completion64.txt 67 <requestFocus /> : Requests focus for the parent element or one of its descendants

Completed in 2606 milliseconds

1 2 3 4 5 6 7 8 91011>>