HomeSort by relevance Sort by last modified time
    Searched defs:node (Results 1551 - 1575 of 2129) sorted by null

<<61626364656667686970>>

  /prebuilts/misc/common/sdk-common/
sdk-common.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
HeapSnapshot.js 89 node: function()
133 return new WebInspector.HeapSnapshotCommon.Edge(this.name(), this.node().serialize(), this.type(), this.edgeIndex);
248 * @param {!WebInspector.HeapSnapshotNode} node
250 WebInspector.HeapSnapshotEdgeIterator = function(node)
252 this._sourceNode = node;
253 this.edge = node._snapshot.createEdge(node._edgeIndexesStart());
319 node: function()
399 return new WebInspector.HeapSnapshotCommon.Edge(this.name(), this.node().serialize(), this.type(), this._globalEdgeIndex);
597 * @return {!WebInspector.HeapSnapshotCommon.Node}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /bionic/libc/dns/resolv/
res_cache.c 1155 /* allocate a new entry as a cache node */
1369 Entry* node = *pnode; local
1513 Entry* node = *pnode; local
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 238 struct listnode node; member in struct:offload_cmd
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 3444 camera_q_node *node = local
3464 camera_q_node *node = local
3489 camera_q_node* node = NULL; local
3513 camera_q_node* node = NULL; local
3567 camera_cmd_t *node = (camera_cmd_t *)malloc(sizeof(camera_cmd_t)); local
3593 camera_cmd_t *node = (camera_cmd_t *)cmd_queue.dequeue(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 91 m_selectDefault = new XPath("node()", this, this, XPath.SELECT, errorListener);
743 * Get an "xsl:template" property by node match. This looks in the imports as
748 * @param targetNode non-null reference of node that the template must match.
749 * @param mode qualified name of the node, or null.
770 * Get an "xsl:template" property by node match. This looks in the imports as
775 * @param targetNode non-null reference of node that the template must match.
776 * @param mode qualified name of the node, or null.
1027 * Get the default template for a root node.
1029 * @return The default template for a root node.
1045 * Get the default template for a root node
1169 ElemTemplateElement node = (ElemTemplateElement) v.elementAt(lo); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 50 // node of a DTM.
51 /** The identity of the root node. */
56 * node index.
60 /** The expanded names, one array element for each node. */
63 /** First child values, one array element for each node. */
66 /** Next sibling values, one array element for each node. */
69 /** Previous sibling values, one array element for each node. */
72 /** Previous sibling values, one array element for each node. */
90 /** The default block size of the node arrays */
93 /** The number of blocks for the node arrays *
1157 int node = makeNodeIdentity(nodeHandle); local
1190 int node = _firstch(parent); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 69 * Iterator that returns all immediate children of a given node
80 * or set current node to END, to indicate request-not-honored?
82 * @param node Sets the root of the iteration.
86 public DTMAxisIterator setStartNode(int node)
89 if (node == DTMDefaultBase.ROOTNODE)
90 node = getDocument();
93 _startNode = node;
94 _currentNode = (node == DTM.NULL) ? DTM.NULL
95 : _firstch2(makeNodeIdentity(node));
104 * Get the next node in the iteration
112 int node = _currentNode; local
268 int node = _currentNode; local
313 int node = _currentNode; local
375 final int node = _startNode; local
477 int node = _currentNode; local
536 final int node = _currentNode; local
599 final int node = _currentNode; local
690 final int node = _currentNode; local
727 int node = _currentNode; local
763 int node = _currentNode; local
983 int node = _currentNode; local
1116 int node = _currentNode; local
1169 int node; local
1577 int node = _currentNode; local
1665 int node = _currentNode; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 471 PKIXPolicyNode node = (PKIXPolicyNode)policyNodeVec.get(j); local
472 Set expectedPolicies = node.getExpectedPolicies();
482 node,
486 node.addChild(child);
540 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
541 if (node.getValidPolicy().equals(id_p))
544 node.expectedPolicies = (Set)m_idp.get(id_p);
554 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
555 if (ANY_POLICY.equals(node.getValidPolicy()))
600 PKIXPolicyNode p_node = (PKIXPolicyNode)node.getParent()
625 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
    [all...]
RFC3280CertPathUtilities.java 926 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
940 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
1014 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
1415 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(k); local
1440 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(j); local
2470 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(k); local
2550 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(k); local
    [all...]
  /external/checkpolicy/
policy_define.c 1518 ebitmap_node_t *node; local
1569 ebitmap_for_each_bit(&tclasses, node, i) {
1570 if (ebitmap_node_get_bit(node, i)) {
1735 ebitmap_node_t *node; local
2130 ebitmap_node_t *node; local
2172 ebitmap_node_t *node; local
2739 struct constraint_node *node; local
2890 struct constraint_node *node; local
3346 ebitmap_node_t *node; local
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 292 const blink::WebNode& node) {
293 if (!node.isNull())
314 const blink::WebNode& node) {
315 if (frame->isPrintScalingDisabledForPlugin(node))
507 const blink::WebNode& node,
523 const blink::WebNode& node() const { function in class:printing::__anon6454::PrepareFrameAndViewForPrint
580 const blink::WebNode& node,
584 node_to_print_(node),
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 86 syncer::WriteNode node(trans_);
88 EXPECT_TRUE(node.InitBookmarkByCreation(parent, NULL));
93 EXPECT_TRUE(node.InitBookmarkByCreation(parent, &predecessor));
95 EXPECT_EQ(node.GetPredecessorId(), predecessor_id);
96 EXPECT_EQ(node.GetParentId(), parent_id);
97 node.SetIsFolder(is_folder);
98 node.SetTitle(title);
100 sync_pb::BookmarkSpecifics specifics(node.GetBookmarkSpecifics());
105 node.SetBookmarkSpecifics(specifics);
109 record.id = node.GetId()
680 const BookmarkNode* node = local
1158 const BookmarkNode* node = local
1925 const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(0); local
1960 const BookmarkNode* node = folder_node->GetChild(0); local
1991 const BookmarkNode* node = model_->AddURL(folder_node, 0, local
2164 const BookmarkNode* node = model_->AddURL(model_->bookmark_bar_node(), local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 375 // Index into the model the drop is over. This is relative to the root node.
595 const BookmarkNode* node) {
596 if (node == client_->managed_node())
598 if (node == model_->other_node())
600 if (node == model_->bookmark_bar_node())
602 int index = model_->bookmark_bar_node()->GetIndexOf(node);
603 if (index == -1 || !node->is_folder())
862 // Only accept drops of 1 node, which is the case for all data dragged from
909 const BookmarkNode* node; local
911 node = model_->other_node()
1025 const BookmarkNode* node = model_->GetMostRecentlyAddedUserNodeForURL(url); local
1040 const BookmarkNode* node = model->bookmark_bar_node(); local
1154 const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(i); local
1207 const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(i); local
1224 const BookmarkNode* node; local
1263 const BookmarkNode* node; local
1314 const BookmarkNode* node = local
1527 const BookmarkNode* node = parent->GetChild(index); local
1659 const BookmarkNode* node = data.GetFirstNode(model_, profile->GetPath()); local
1675 const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(i); local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 286 const blink::WebNode& node) {
287 if (!node.isNull())
308 const blink::WebNode& node) {
309 if (frame->isPrintScalingDisabledForPlugin(node))
339 const blink::WebNode& node,
350 bool no_plugin_scaling = frame->isPrintScalingDisabledForPlugin(node);
536 const blink::WebNode& node,
552 const blink::WebNode& node() const { function in class:printing::__anon10387::PrepareFrameAndViewForPrint
609 const blink::WebNode& node,
613 node_to_print_(node),
    [all...]
  /external/chromium_org/pdf/
out_of_process_instance.cc 415 base::DictionaryValue node; local
416 node.SetInteger(kAccessibleNumberOfPages, engine_->GetNumberOfPages());
417 node.SetBoolean(kAccessibleLoaded,
422 node.SetBoolean(kAccessibleCopyable, has_permissions);
424 base::JSONWriter::Write(&node, &json);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 120 return toRenderInline(r->node()->renderer());
125 return toRenderInline(toRenderBlock(r)->inlineElementContinuation()->node()->renderer());
168 : AXNodeObject(renderer->node())
211 setNode(renderer->node());
261 Node* node = m_renderer->node(); local
268 if (node && node->isLink()) {
277 if (isHTMLButtonElement(node))
769 Node* node = m_renderer->node(); local
1492 Node* AXRenderObject::node() const function in class:WebCore::AXRenderObject
1844 Node* node = m_renderer->node(); local
2073 Node* node = this->node(); local
2124 Node* node = this->node(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 2887 Node* node = m_node.get(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 63 bool isLegacyAppleStyleSpan(const Node *node)
65 if (!node || !node->isHTMLElement())
68 const HTMLElement* elem = toHTMLElement(node);
98 static inline bool isSpanWithoutAttributesOrUnstyledStyleSpan(const Node* node)
100 if (!isHTMLSpanElement(node))
102 return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(node), StyleAttributeShouldBeEmpty);
259 Node& scope = visibleStart.deepEquivalent().deprecatedNode()->highestAncestorOrSelf()
779 RefPtrWillBeRawPtr<Node> node = startNode; local
1133 RefPtrWillBeRawPtr<Node> node = start.deprecatedNode(); local
1268 Node* node = position.containerNode(); local
1354 RefPtrWillBeRawPtr<Node> node = passedStartNode; local
    [all...]
CompositeEditCommand.cpp 288 bool CompositeEditCommand::isRemovableBlock(const Node* node)
290 ASSERT(node);
291 if (!isHTMLDivElement(*node))
294 ContainerNode* parentNode = node->parentNode();
298 if (!toElement(node)->hasAttributes())
304 void CompositeEditCommand::insertNodeBefore(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefPtrWillBeRawPtr<Node> refChild, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable)
310 void CompositeEditCommand::insertNodeAfter(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefPtrWillBeRawPtr<Node> refChild
601 Node* node = position.containerNode(); local
619 Node* node = position.containerNode(); local
671 Node* node = position.deprecatedNode(); local
1067 Node* node = position.deprecatedNode(); local
1475 RefPtrWillBeRawPtr<Node> node = nullptr; local
    [all...]
FrameSelection.cpp 123 Node* FrameSelection::rootEditableElementOrTreeScopeRootNode() const
129 Node* node = m_selection.base().containerNode();
130 return node ? &node->treeScope().rootNode() : 0;
302 static bool removingNodeRemovesPosition(Node& node, const Position& position)
307 if (position.anchorNode() == node)
310 if (!node.isElementNode())
313 Element& element = toElement(node);
1264 Node* node = m_selection.start().deprecatedNode(); local
    [all...]
TextIterator.cpp 162 static unsigned depthCrossingShadowBoundaries(Node* node)
165 for (Node* parent = node->parentOrShadowHostNode(); parent; parent = parent->parentOrShadowHostNode())
173 static Node* nextInPreOrderCrossingShadowBoundaries(Node* rangeEndContainer, int rangeEndOffset)
178 if (Node* next = rangeEndContainer->traverseToChildAt(rangeEndOffset))
181 for (Node* node = rangeEndContainer; node; node = node->parentOrShadowHostNode())
1185 Node* TextIterator::node() const function in class:WebCore::TextIterator
    [all...]
VisibleUnits.cpp 54 static Node* previousLeafWithSameEditability(Node* node, EditableType editableType)
56 bool editable = node->rendererIsEditable(editableType);
57 node = node->previousLeafNode();
58 while (node) {
59 if (editable == node->rendererIsEditable(editableType))
60 return node;
61 node = node->previousLeafNode()
918 Node* node = p.deprecatedNode(); local
955 Node* node = renderer.node(); local
973 Node* node = p.deprecatedNode(); local
1013 Node* node = renderer.node(); local
1095 Node* node = startNode; local
1173 Node* node = startNode; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 50 #include "core/dom/Node.h"
613 *errorString = "Node not found";
698 Node* node = m_domAgent->assertNode(errorString, nodeId); local
699 if (!node)
702 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleInfo = CSSComputedStyleDeclaration::create(node, true);
728 Node* node = m_domAgent->assertNode(errorString, nodeId); local
729 if (!node)
732 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleInfo = CSSComputedStyleDeclaration::create(node, true)
1119 Node* node = m_domAgent->nodeForId(nodeId); local
    [all...]

Completed in 1314 milliseconds

<<61626364656667686970>>