/build/kati/ |
serialize.go | 135 Nodes []*serializableDepNode 162 nodes []*serializableDepNode 190 func (ns *depNodesSerializer) serializeDepNodes(nodes []*DepNode) { 194 for _, n := range nodes { 243 ns.nodes = append(ns.nodes, &serializableDepNode{ 277 ns.serializeDepNodes(g.nodes) 280 Nodes: ns.nodes, 512 nodes := g.Node [all...] |
/ndk/build/core/ |
definitions-graph.mk | 117 # specific graph nodes. The following helper functions help implement 124 # _ndk_mod_tree_visitors lists all visited nodes, used to clean all 146 # dependencies / children nodes. Here are a few helper functions that 152 # _ndk_mod_list current result (list of nodes). 198 # we use the -ndk-mod-tree-xxx functions to flag 'visited' nodes 295 # $1: list of nodes 307 # Return the topologically ordered closure of all nodes from a top-level 315 # nodes for <name>. 316 # Return: list of nodes, include $1, which will always be the first. 329 # Given a closure list of nodes, count their incoming edges [all...] |
/prebuilts/go/darwin-x86/src/go/ast/ |
ast.go | 20 // There are 3 main classes of nodes: Expressions and type nodes, 21 // statement nodes, and declaration nodes. The node names usually 26 // All nodes contain position information marking the beginning of 28 // Pos accessor method. Nodes may contain additional position info 40 // All expression nodes implement the Expr interface. 46 // All statement nodes implement the Stmt interface. 52 // All declaration nodes implement the Decl interface. 226 // or more of the following concrete expression nodes [all...] |
/prebuilts/go/linux-x86/src/go/ast/ |
ast.go | 20 // There are 3 main classes of nodes: Expressions and type nodes, 21 // statement nodes, and declaration nodes. The node names usually 26 // All nodes contain position information marking the beginning of 28 // Pos accessor method. Nodes may contain additional position info 40 // All expression nodes implement the Expr interface. 46 // All statement nodes implement the Stmt interface. 52 // All declaration nodes implement the Decl interface. 226 // or more of the following concrete expression nodes [all...] |
/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityService.java | 131 // Loop through all connected nodes 162 Set<Node> nodes = result.getCapability().getNodes(); local 163 for (Node node : nodes) {
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityService.java | 131 // Loop through all connected nodes 162 Set<Node> nodes = result.getCapability().getNodes(); local 163 for (Node node : nodes) {
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
UtilityService.java | 131 // Loop through all connected nodes 162 Set<Node> nodes = result.getCapability().getNodes(); local 163 for (Node node : nodes) {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
DotTreeGenerator.cs | 102 var nodes = DefineNodes( tree, adaptor ); 106 foreach ( var s in nodes )
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
DOTTreeGenerator.cs | 99 var nodes = DefineNodes(tree, adaptor); 103 foreach (var s in nodes)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
DotTreeGenerator.cs | 102 var nodes = DefineNodes( tree, adaptor ); 106 foreach ( var s in nodes )
|
/external/autotest/client/bin/ |
cpuset.py | 21 fake_numa_containers = False # container mem via numa=fake mem nodes, else pages 142 # total mbytes of mem nodes available for new containers in parent 220 # all mem nodes now available to a container, both exclusive & shared 229 # Get set of numa memory nodes now used (exclusively or shared) 241 # Get subset of numa memory nodes of parent container which could 243 # This excludes nodes now allocated to existing children. 251 # Get set of numa memory nodes owned by current process's container. 259 # Get subset of numa memory nodes owned by current process's 261 # containers. This excludes any nodes now allocated 270 def nodes_avail_mbytes(nodes) [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
HTMLImports.js | 137 function handleImports(nodes) { 138 for (var i = 0, l = nodes.length, n; i < l && (n = nodes[i]); i++) { 265 addNodes: function(nodes) { 266 this.inflight += nodes.length; 267 for (var i = 0, l = nodes.length, n; i < l && (n = nodes[i]); i++) { 360 addedNodes: function(nodes) { 362 this.addCallback(nodes); 364 for (var i = 0, l = nodes.length, n, loading; i < l && (n = nodes[i]); i++) [all...] |
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
HTMLImports.js | 137 function handleImports(nodes) { 138 for (var i = 0, l = nodes.length, n; i < l && (n = nodes[i]); i++) { 265 addNodes: function(nodes) { 266 this.inflight += nodes.length; 267 for (var i = 0, l = nodes.length, n; i < l && (n = nodes[i]); i++) { 360 addedNodes: function(nodes) { 362 this.addCallback(nodes); 364 for (var i = 0, l = nodes.length, n, loading; i < l && (n = nodes[i]); i++) [all...] |
/external/clang/tools/clang-format/ |
clang-format.el | 63 (let ((nodes (xml-node-children xml-node)) 67 (dolist (node nodes)
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
Basic3DSceneTest.java | 73 for (int i = 0; i < model.nodes.size; i++) {
74 String id = model.nodes.get(i).id;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *)
|
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/ |
Crawler.java | 35 import org.jsoup.nodes.Document; 36 import org.jsoup.nodes.Element;
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/ |
Resolver.java | 24 import org.yaml.snakeyaml.nodes.NodeId; 25 import org.yaml.snakeyaml.nodes.Tag;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/ |
PerlTest.java | 30 import org.yaml.snakeyaml.nodes.Node; 31 import org.yaml.snakeyaml.nodes.Tag;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
BoolTagTest.java | 24 import org.yaml.snakeyaml.nodes.Node; 25 import org.yaml.snakeyaml.nodes.Tag;
|
NullTagTest.java | 26 import org.yaml.snakeyaml.nodes.Node; 27 import org.yaml.snakeyaml.nodes.Tag;
|
/external/v8/src/compiler/ |
node-cache.cc | 102 void NodeCache<Key, Hash, Pred>::GetCachedNodes(ZoneVector<Node*>* nodes) { 105 if (entries_[i].value_) nodes->push_back(entries_[i].value_);
|
/system/extras/simpleperf/ |
callchain.cpp | 41 static CallChainNode* FindMatchingNode(const std::vector<std::unique_ptr<CallChainNode>>& nodes, 43 for (auto& node : nodes) {
|