Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 25 of 221) sorted by relevance

123456789

/third_party/spirv-tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/third_party/node/test/parallel/
Dtest-whatwg-events-eventtarget-this-of-listener.js19 const nodes = [ variable
41 const nodes = [ variable
66 const nodes = [ variable
94 const nodes = [ variable
/third_party/node/deps/npm/node_modules/archy/examples/
Dmulti_line.js5 nodes : [ property
9 nodes : [ property
12 nodes : [ property
15 nodes : [ 'hello', 'puny\nmeat' ] property
Dbeep.js4 nodes : [ property
8 nodes : [ property
11 nodes : [ property
14 nodes : [ 'hello', 'puny' ] property
/third_party/node/deps/npm/node_modules/archy/test/
Dmulti_line.js7 nodes : [ property
11 nodes : [ property
14 nodes : [ property
17 nodes : [ 'hello', 'puny\nmeat' ] property
Dbeep.js7 nodes : [ property
11 nodes : [ property
14 nodes : [ property
17 nodes : [ 'hello', 'puny' ] property
Dnon_unicode.js7 nodes : [ property
11 nodes : [ property
14 nodes : [ property
17 nodes : [ 'hello', 'puny' ] property
/third_party/ltp/libs/libltpnuma/
Dtst_numa.c20 void tst_nodemap_print_counters(struct tst_nodemap *nodes) in tst_nodemap_print_counters()
30 void tst_nodemap_reset_counters(struct tst_nodemap *nodes) in tst_nodemap_reset_counters()
40 void tst_nodemap_free(struct tst_nodemap *nodes) in tst_nodemap_free()
67 static void inc_counter(unsigned int node, struct tst_nodemap *nodes) in inc_counter()
79 void tst_nodemap_count_pages(struct tst_nodemap *nodes, in tst_nodemap_count_pages()
177 struct tst_nodemap *nodes; in tst_get_nodemap() local
/third_party/node/deps/cares/src/lib/
Dares__addrinfo_localhost.c42 struct ares_addrinfo_node **nodes) in ares_append_ai_node()
100 struct ares_addrinfo_node **nodes) in ares__default_loopback_addrs()
132 struct ares_addrinfo_node **nodes) in ares__system_loopback_addrs()
205 struct ares_addrinfo_node *nodes = NULL; in ares__addrinfo_localhost() local
/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.c63 int alloc_pages_on_nodes(void **pages, unsigned int num, int *nodes) in alloc_pages_on_nodes()
112 int nodes[num]; in alloc_pages_linear() local
153 int nodes[num]; in alloc_pages_on_node() local
169 verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes) in verify_pages_on_nodes()
220 int nodes[num]; in verify_pages_linear() local
252 int nodes[num]; in verify_pages_on_node() local
275 int nodes[num]; in alloc_shared_pages_on_node() local
/third_party/ffmpeg/libavformat/
Dconcat.c38 struct concat_nodes *nodes; ///< list of nodes to concat member
49 struct concat_nodes *nodes = data->nodes; in concat_close() local
67 struct concat_nodes *nodes; in concat_open() local
132 struct concat_nodes *nodes = data->nodes; in concat_read() local
157 struct concat_nodes *nodes = data->nodes; in concat_seek() local
/third_party/typescript/tests/baselines/reference/
DrecursiveExcessPropertyChecks.js13 const nodes = [] as ITreeItem[]; variable
22 var nodes = []; variable
DtypeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral01.js7 var nodes: TreeNode[]; variable
12 var nodes; variable
DtypeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral02.js12 var nodes: TreeNodeMiddleman[]; variable
17 var nodes; variable
DexpressionTypeNodeShouldError.js17 const nodes = document.getElementsByTagName("li"); constant
60 var nodes = document.getElementsByTagName("li"); variable
/third_party/node/deps/npm/node_modules/postcss-selector-parser/
DAPI.md583 ### `root.trailingComma`
603 ### `attribute.quoted`
615 ### `attribute.qualifiedAttribute`
619 ### `attribute.offsetOf(part)`
639 ### `attribute.raws.unquoted`
651 ### `attribute.spaces`
665 ### `attribute.raws`
/third_party/typescript/src/services/codefixes/
DfixExtendsInterfaceBecomesImplements.ts9 const nodes = getNodes(sourceFile, context.span.start); constant
17 const nodes = getNodes(diag.file, diag.start); constant
DfixClassSuperMustPrecedeThisAccess.ts9 const nodes = getNodes(sourceFile, span.start); constant
20 const nodes = getNodes(diag.file, diag.start); constant
DfixAwaitInSyncFunction.ts13 const nodes = getNodes(sourceFile, span.start); constant
22 const nodes = getNodes(diag.file, diag.start); constant
/third_party/python/Lib/lib2to3/
Dpytree.py479 def match_seq(self, nodes, results=None): argument
489 def generate_matches(self, nodes): argument
677 def match_seq(self, nodes, results=None): argument
688 def generate_matches(self, nodes): argument
733 def _iterative_matches(self, nodes): argument
762 def _bare_name_matches(self, nodes): argument
778 def _recursive_matches(self, nodes, count): argument
812 def match_seq(self, nodes): argument
816 def generate_matches(self, nodes): argument
828 def generate_matches(patterns, nodes): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc77 static void PrintGCEdges(Nodes *nodes, const IdMap &id, GraphCycles *gc) { in PrintGCEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
102 static void PrintGCTransitiveClosure(Nodes *nodes, const IdMap &id, in PrintGCTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
169 static int RandomNode(RandomEngine* rng, Nodes *nodes) { in RandomNode()
193 Nodes nodes; in TEST() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.h116 std::vector<TIntermNode *> nodes; in Multi() local
150 static PreResult Multi(std::vector<TIntermNode *> &&nodes) in Multi()
183 static PostResult Multi(std::vector<TIntermNode *> &&nodes) in Multi()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.h116 std::vector<TIntermNode *> nodes; in Multi() local
150 static PreResult Multi(std::vector<TIntermNode *> &&nodes) in Multi()
183 static PostResult Multi(std::vector<TIntermNode *> &&nodes) in Multi()

123456789