/third_party/spirv-tools/test/util/ |
D | ilist_test.cpp | 49 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/ |
D | ilist_test.cpp | 49 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/ |
D | ilist_test.cpp | 49 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/ |
D | test-whatwg-events-eventtarget-this-of-listener.js | 19 const nodes = [ variable 41 const nodes = [ variable 66 const nodes = [ variable 94 const nodes = [ variable
|
/third_party/node/deps/npm/node_modules/archy/examples/ |
D | multi_line.js | 5 nodes : [ property 9 nodes : [ property 12 nodes : [ property 15 nodes : [ 'hello', 'puny\nmeat' ] property
|
D | beep.js | 4 nodes : [ property 8 nodes : [ property 11 nodes : [ property 14 nodes : [ 'hello', 'puny' ] property
|
/third_party/node/deps/npm/node_modules/archy/test/ |
D | multi_line.js | 7 nodes : [ property 11 nodes : [ property 14 nodes : [ property 17 nodes : [ 'hello', 'puny\nmeat' ] property
|
D | beep.js | 7 nodes : [ property 11 nodes : [ property 14 nodes : [ property 17 nodes : [ 'hello', 'puny' ] property
|
D | non_unicode.js | 7 nodes : [ property 11 nodes : [ property 14 nodes : [ property 17 nodes : [ 'hello', 'puny' ] property
|
/third_party/ltp/libs/libltpnuma/ |
D | tst_numa.c | 20 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/ |
D | ares__addrinfo_localhost.c | 42 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/ |
D | move_pages_support.c | 63 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/ |
D | concat.c | 38 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/ |
D | recursiveExcessPropertyChecks.js | 13 const nodes = [] as ITreeItem[]; variable 22 var nodes = []; variable
|
D | typeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral01.js | 7 var nodes: TreeNode[]; variable 12 var nodes; variable
|
D | typeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral02.js | 12 var nodes: TreeNodeMiddleman[]; variable 17 var nodes; variable
|
D | expressionTypeNodeShouldError.js | 17 const nodes = document.getElementsByTagName("li"); constant 60 var nodes = document.getElementsByTagName("li"); variable
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/ |
D | API.md | 583 ### `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/ |
D | fixExtendsInterfaceBecomesImplements.ts | 9 const nodes = getNodes(sourceFile, context.span.start); constant 17 const nodes = getNodes(diag.file, diag.start); constant
|
D | fixClassSuperMustPrecedeThisAccess.ts | 9 const nodes = getNodes(sourceFile, span.start); constant 20 const nodes = getNodes(diag.file, diag.start); constant
|
D | fixAwaitInSyncFunction.ts | 13 const nodes = getNodes(sourceFile, span.start); constant 22 const nodes = getNodes(diag.file, diag.start); constant
|
/third_party/python/Lib/lib2to3/ |
D | pytree.py | 479 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/ |
D | graphcycles_test.cc | 77 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/ |
D | IntermRebuild.h | 116 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/ |
D | IntermRebuild.h | 116 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()
|