/external/v8/src/compiler/ |
state-values-utils.cc | 34 // If the nodes are already processed, they must be the same. 93 int StateValuesHashKey(Node** nodes, size_t count) { 96 hash = hash * 23 + nodes[i]->id(); 104 Node* StateValuesCache::GetValuesNodeFromCache(Node** nodes, size_t count) { 105 StateValuesKey key(count, nodes); 106 int hash = StateValuesHashKey(nodes, count); 114 nodes);
|
/cts/apps/CtsVerifier/ |
create_test_certs.sh | 51 -nodes \
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleNodeStream.as | 4 /** Queues up nodes matched on left side of -> in a tree parser. This is
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontreenodestream.c | 234 stream->nodes = antlr3VectorNew(DEFAULT_INITIAL_BUFFER_SIZE); 237 // Install the navigation nodes 240 // Install the navigation nodes 380 stream->nodes = antlr3VectorNew(hint); 383 // Install the navigation nodes 442 if (ctns->nodes != NULL) 444 ctns->nodes ->free (ctns->nodes); 469 /// Walk tree with depth-first-search and fill nodes buffer. 470 /// Don't add in DOWN, UP nodes if the supplied tree is a list (t is isNilNode [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleTokenStream.js | 19 * This way we can do hetero tree nodes in rewrite.
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
ShadowDOM.js | [all...] |
webcomponents.js | [all...] |
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
ShadowDOM.js | [all...] |
webcomponents.js | [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 5 (* expr - Base type for all expression nodes. *)
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
ImmutablesRepresenter.java | 24 import org.yaml.snakeyaml.nodes.Node; 25 import org.yaml.snakeyaml.nodes.Tag;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/ |
FlexibleScalarStyleTest.java | 27 import org.yaml.snakeyaml.nodes.Node; 28 import org.yaml.snakeyaml.nodes.ScalarNode;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
DumpSetAsSequenceExampleTest.java | 28 import org.yaml.snakeyaml.nodes.Node; 29 import org.yaml.snakeyaml.nodes.Tag;
|
/packages/apps/UnifiedEmail/assets/ |
script.js | 213 var nodes; 245 nodes = ENABLE_MUNGE_TABLES ? el.querySelectorAll("div[style], textarea[style]") : []; 246 touched = transformBlockElements(nodes, docWidth, actionLog); 261 nodes = ENABLE_MUNGE_IMAGES ? el.querySelectorAll("img") : []; 262 touched = transformImages(nodes, docWidth, actionLog); 280 nodes = ENABLE_MUNGE_TABLES ? el.querySelectorAll("table") : []; 281 touched = addClassToElements(nodes, shouldMungeTable, "munged", 299 nodes = ENABLE_MUNGE_TABLES ? el.querySelectorAll("td") : []; 300 touched = addClassToElements(nodes, null /* mungeAll */, "munged", 374 function addClassToElements(nodes, conditionFn, classToAdd, actionLog) [all...] |
/prebuilts/go/darwin-x86/src/compress/bzip2/ |
huffman.go | 12 // nodes contains all the non-leaf nodes in the tree. nodes[0] is the 14 // of nodes to use when the tree is being constructed. 15 nodes []huffmanNode 20 // nodes slice of the tree. If left or right is invalidNodeValue then the child 40 node := &t.nodes[nodeIndex] 117 t.nodes = make([]huffmanNode, len(codes)) 227 node := &t.nodes[t.nextNode]
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
huffman.go | 12 // nodes contains all the non-leaf nodes in the tree. nodes[0] is the 14 // of nodes to use when the tree is being constructed. 15 nodes []huffmanNode 20 // nodes slice of the tree. If left or right is invalidNodeValue then the child 40 node := &t.nodes[nodeIndex] 117 t.nodes = make([]huffmanNode, len(codes)) 227 node := &t.nodes[t.nextNode]
|
/prebuilts/tools/linux-x86_64/kythe/proto/ |
xref.proto | 49 // TODO(schroederc): break off Nodes/Edges into a separate service 51 // Nodes returns a subset of the facts for each of the requested nodes. 52 rpc Nodes(NodesRequest) returns (NodesReply) {} 55 // requested nodes. 58 // Decorations returns an index of the nodes and edges associated with a 63 // documentation of a set of requested nodes. 83 // nodes in the graph. 88 // The tickets of the nodes to be looked up. 94 // nodes. For different filters per node, the client must issue separat [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintTooltip.java | 40 LintTooltip(LayoutCanvas canvas, List<UiViewElementNode> nodes) { 43 mNodes = nodes;
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/ |
report.go | 189 // nodesPerSymbol classifies nodes into a group of symbols. 190 func nodesPerSymbol(ns nodes, symbols []*objSymbol) map[*objSymbol]nodes { 191 symNodes := make(map[*objSymbol]nodes) 205 // set of samples. It returns a set of nodes to display. base is an 207 func annotateAssembly(insns []plugin.Inst, samples nodes, base uint64) nodes { 215 var asm nodes 489 // Make sure nodes have a unique consistent id. 595 label = append(label, fmt.Sprintf("Showing top %d nodes out of %d (cum >= %s)" 728 type nodes []*node type [all...] |
/prebuilts/go/linux-x86/src/cmd/pprof/internal/report/ |
report.go | 189 // nodesPerSymbol classifies nodes into a group of symbols. 190 func nodesPerSymbol(ns nodes, symbols []*objSymbol) map[*objSymbol]nodes { 191 symNodes := make(map[*objSymbol]nodes) 205 // set of samples. It returns a set of nodes to display. base is an 207 func annotateAssembly(insns []plugin.Inst, samples nodes, base uint64) nodes { 215 var asm nodes 489 // Make sure nodes have a unique consistent id. 595 label = append(label, fmt.Sprintf("Showing top %d nodes out of %d (cum >= %s)" 728 type nodes []*node type [all...] |
/build/core/ |
device.mk | 46 $(call import-nodes,DEVICES,$(1),$(_device_var_list))
|
/build/kati/ |
main.cc | 175 vector<DepNode*> nodes; local 178 MakeDep(ev, ev->rules(), ev->rule_vars(), targets, &nodes); 186 GenerateNinja(nodes, ev, orig_args, start_time); 205 Exec(nodes, ev);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeIterator.h | 48 ANTLRFastQueue *nodes; variable
|