/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ContextNodeList.java | 23 import org.w3c.dom.Node; 28 * <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>, 29 * also refered to here as a <term>context node list</term>. 36 * Get the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>. 39 * @return The current node, or null. 41 public Node getCurrentNode(); 50 * <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a [all...] |
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
InterfaceNode.java | 20 * Node for an interface type that has been bound to an implementation class or instance. 26 public class InterfaceNode extends Node { 31 @Override public Node copy(NodeId id) {
|
/external/libmojo/mojo/edk/system/ports/ |
port_ref.h | 16 class Node; 30 friend class Node;
|
/external/llvm/lib/Analysis/ |
Interval.cpp | 31 // node lives in the interval. 45 for (const BasicBlock *Node : Nodes) 46 OS << *Node << "\n";
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/ |
NumberAnchorGenerator.java | 18 import org.yaml.snakeyaml.nodes.Node; 30 public String nextAnchor(Node node) {
|
/external/snakeyaml/src/test/java/examples/jodatime/ |
JodaTimeRepresenter.java | 21 import org.yaml.snakeyaml.nodes.Node; 31 public Node representData(Object data) {
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/ |
BeanConstructor3.java | 19 import org.yaml.snakeyaml.nodes.Node; 30 public Object construct(Node node) {
|
/external/v8/src/ffi/ |
ffi-compiler.h | 14 typedef compiler::Node Node;
|
/external/v8/src/profiler/ |
unbound-queue.h | 35 struct Node; 37 Node* first_; 38 base::AtomicWord divider_; // Node* 39 base::AtomicWord last_; // Node*
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CommentImpl.java | 20 import org.w3c.dom.Node; 45 return Node.COMMENT_NODE;
|
EntityReferenceImpl.java | 20 import org.w3c.dom.Node; 48 return Node.ENTITY_REFERENCE_NODE;
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeFilter.java | 15 import org.w3c.dom.Node; 21 * node. If the filter says to accept the node, the traversal logic returns 22 * it; otherwise, traversal looks for the next node and pretends that the 23 * node that was rejected was not there. 26 * <p><code>NodeFilters</code> do not need to know how to traverse from node 27 * to node, nor do they need to know anything about the data structure that 29 * only thing they have to know how to do is evaluate a single node. One 40 * Accept the node. Navigation methods defined for 42 * node [all...] |
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
issue13742.go | 13 func F0(Node) {} 14 func G0() Node { return nil } 17 func F1(ast.Node) {} 18 func G1() ast.Node { return nil }
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
issue13742.go | 13 func F0(Node) {} 14 func G0() Node { return nil } 17 func F1(ast.Node) {} 18 func G1() ast.Node { return nil }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiTextValueNode.java | 22 import org.w3c.dom.Node; 45 public void updateValue(Node xml_attribute_node) { 50 // the parent element, which is actually the first text node of the element. 54 Node xml_node = parent.getXmlNode(); 56 for (Node xml_child = xml_node.getFirstChild(); 59 if (xml_child.getNodeType() == Node.TEXT_NODE) { 86 // Get (or create) the underlying XML element node that contains the value. 87 Node element = parent.prepareCommit(); 94 for (Node xml_child = element.getFirstChild(); 97 if (xml_child.getNodeType() == Node.TEXT_NODE) [all...] |
/external/v8/src/builtins/ |
builtins-sharedarraybuffer.cc | 30 void ValidateSharedTypedArray(CodeStubAssembler* a, compiler::Node* tagged, 31 compiler::Node* context, 32 compiler::Node** out_instance_type, 33 compiler::Node** out_backing_store) { 34 using compiler::Node; 54 Node* array_buffer = a->LoadObjectField(tagged, JSTypedArray::kBufferOffset); 55 Node* is_buffer_shared = 64 Node* elements_instance_type = a->LoadInstanceType( 86 Node* backing_store = 88 Node* byte_offset = a->ChangeUint32ToWord(a->TruncateTaggedToWord32 [all...] |
/external/v8/src/compiler/ |
int64-lowering.cc | 11 #include "src/compiler/node-matchers.h" 12 #include "src/compiler/node-properties.h" 14 #include "src/compiler/node.h" 51 if (top.input_index == top.node->InputCount()) { 54 state_.Set(top.node, State::kVisited); 55 LowerNode(top.node); 58 Node* input = top.node->InputAt(top.input_index++); 107 void Int64Lowering::GetIndexNodes(Node* index, Node*& index_low [all...] |
node-matchers.cc | 5 #include "src/compiler/node-matchers.h" 16 BranchMatcher::BranchMatcher(Node* branch) 19 for (Node* use : branch->uses()) { 31 DiamondMatcher::DiamondMatcher(Node* merge) 38 Node* input0 = merge->InputAt(0); 40 Node* input1 = merge->InputAt(1); 42 Node* branch = input0->InputAt(0);
|
js-create-lowering.cc | 15 #include "src/compiler/node-properties.h" 16 #include "src/compiler/node.h" 33 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control) 55 void Store(const FieldAccess& access, Node* value) { 61 void Store(ElementAccess const& access, Node* index, Node* value) { 84 void FinishAndChange(Node* node) { 85 NodeProperties::SetType(allocation_, NodeProperties::GetType(node)); [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
UefiShellCommandLib.c | 150 SHELL_COMMAND_INTERNAL_LIST_ENTRY *Node;
158 Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetFirstNode(&mCommandList.Link);
159 RemoveEntryList(&Node->Link);
160 SHELL_FREE_NON_NULL(Node->CommandString);
161 FreePool(Node);
162 DEBUG_CODE(Node = NULL;);
294 SHELL_COMMAND_INTERNAL_LIST_ENTRY *Node;
304 for ( Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetFirstNode(&mCommandList.Link)
305 ; !IsNull(&mCommandList.Link, &Node->Link)
306 ; Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetNextNode(&mCommandList.Link, &Node->Link) [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/ |
Composer.java | 32 import org.yaml.snakeyaml.nodes.Node; 42 * Creates a node graph from parser events. 51 private final Map<String, Node> anchors; 52 private final Set<Node> recursiveNodes; 57 this.anchors = new HashMap<String, Node>(); 58 this.recursiveNodes = new HashSet<Node>(); 78 * @return The root node of the document or <code>null</code> if no more 81 public Node getNode() { 82 // Get the root node of the next document. 96 * @return The root node of the document or <code>null</code> if no documen 122 Node node = composeNode(null); local 149 Node node = null; local 173 Node node = new ScalarNode(nodeTag, resolved, ev.getValue(), ev.getStartMark(), local 193 SequenceNode node = new SequenceNode(nodeTag, resolved, children, local 219 MappingNode node = new MappingNode(nodeTag, resolved, children, startEvent.getStartMark(), local [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
nodeinsertbeforenomodificationallowederr.java | 33 * if the node is readonly. 70 Node genderNode; 71 Node entRef; 72 Node entElement; 73 Node createdNode; 74 Node insertedNode; 75 Node refChild = null;
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
tree.go | 47 type Node struct { 49 left, right *Node 52 func bottomUpTree(item, depth int) *Node { 54 return &Node{item: item} 56 return &Node{item, bottomUpTree(2*item-1, depth-1), bottomUpTree(2*item, depth-1)} 59 func (n *Node) itemCheck() int {
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
tree.go | 47 type Node struct { 49 left, right *Node 52 func bottomUpTree(item, depth int) *Node { 54 return &Node{item: item} 56 return &Node{item, bottomUpTree(2*item-1, depth-1), bottomUpTree(2*item, depth-1)} 59 func (n *Node) itemCheck() int {
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Rm.c | 58 Delete a node and all nodes under it (including sub directories).
60 @param[in] Node The node to start deleting with.
66 @retval SHELL_DEVICE_ERROR A device error occured reading this Node.
71 IN EFI_SHELL_FILE_INFO *Node,
88 if ((Node->Info->Attribute & EFI_FILE_READ_ONLY) == EFI_FILE_READ_ONLY) {
89 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_RM_LOG_DETELE_RO), gShellLevel2HiiHandle, L"rm", Node->FullName);
93 if ((Node->Info->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY) {
94 if (!IsDirectoryEmpty(Node->Handle)) {
96 Status = ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_RM_LOG_DELETE_CONF), gShellLevel2HiiHandle, Node->FullName); [all...] |