HomeSort by relevance Sort by last modified time
    Searched full:nodes (Results 651 - 675 of 4338) sorted by null

<<21222324252627282930>>

  /external/clang/test/CodeGenCXX/
cfi-icall.cpp 4 // Tests that we assign unnamed metadata nodes to functions whose types have
  /external/e2fsprogs/debugfs/
extent_cmds.ct 64 request do_print_all, "Iterate over all nodes and print them",
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
AbstractInjectorGrapher.java 133 /** Performs any post processing required after all nodes and edges have been added. */
136 private void createNodes(Iterable<Node> nodes, Map<NodeId, NodeId> aliases) throws IOException {
137 for (Node node : nodes) {
142 // Only render nodes that aren't aliased to some other node.
Alias.java 20 * Alias between two nodes. Causes the 'from' node to be aliased with the 'to' node, which means
AliasCreator.java 22 * Creator of node aliases. Used by dependency graphers to merge nodes in the internal Guice graph
InjectorGrapher.java 27 * whole dependency graph or just transitive dependencies of a given set of nodes.
ProviderAliasCreator.java 28 * nodes.
  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
NodeStyle.java 20 * Styles for nodes. Similar to {@link EdgeStyle} but with a few more options.
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
BaseTagElementNodeScanner.java 26 * A base-class for scanners that might modify {@link TagElement} nodes within Javadoc.
  /external/iproute2/
README.decnet 19 any other DECnet nodes, then check this with tcpdump and if its
  /external/iproute2/man/man8/
ip-token.8 30 host-part addresses to nodes whilst still obtaining a global network prefix
tipc-node.8 7 tipc-node \- modify and show local node parameters or list peer nodes
  /external/iptables/extensions/
libipt_CLUSTERIP.c 48 " --total-nodes <num> Set number of total nodes in cluster\n"
60 {.name = "total-nodes", .id = O_TOTAL_NODES, .type = XTTYPE_UINT16,
170 printf(" --new --hashmode %s --clustermac %s --total-nodes %d --local-node %d --hash-init %u",
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ISourceNode.java 15 * Interface for coverage nodes that have individual source lines like methods,
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
SubcountFunction.java 26 * Returns the number of child nodes for the HDF variable.
  /external/kernel-headers/original/uapi/linux/
jffs2.h 38 /* How small can we sensibly write nodes? */
112 jint32_t totlen; /* So we can skip over nodes we don't grok */
201 jint32_t padded; /* sum of the size of padding nodes */
217 /* Data payload for device nodes. */
pci.h 34 /* Ioctls for /proc/bus/pci/X/Y nodes. */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
JointEdge.java 20 * edge. A joint edge belongs to a doubly linked list maintained in each attached body. Each joint has two joint nodes, one for
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
JointEdge.java 20 * edge. A joint edge belongs to a doubly linked list maintained in each attached body. Each joint has two joint nodes, one for
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/
Animation.java 32 /** the animation curves for individual nodes **/
  /external/libxml2/python/tests/
xpathret.py 9 # A document hosting the nodes returned from the extension function
  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 40 /// basis. When we insert PHI nodes, we keep track of them here.
51 /// nodes that it creates to the vector.
58 /// filled in with all PHI Nodes created by rewriting.
100 /// RewriteUse - Rewrite a use of the symbolic value. This handles PHI nodes,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 89 /// EmitSubregNode - Generate machine code for subreg nodes.
94 /// EmitCopyToRegClassNode - Generate machine code for COPY_TO_REGCLASS nodes.
101 /// EmitRegSequence - Generate machine code for REG_SEQUENCE nodes.
106 /// CountResults - The results of target nodes have register or immediate
  /external/llvm/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 12 // exit node of the CFG. If there are no exit nodes in the CFG, the getExitNode
28 "Unify function exit nodes", false, false)
41 // UnifyAllExitNodes - Unify all exit nodes of the CFG by creating a new
87 // nodes (if the function returns values), and convert all of the return
  /external/llvm/test/CodeGen/AArch64/
arm64-2012-01-11-ComparisonDAGCrash.ll 3 ; The target lowering for integer comparisons was replacing some DAG nodes

Completed in 1777 milliseconds

<<21222324252627282930>>