/third_party/ninja/src/ |
D | graph_test.cc | 36 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 42 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F() 54 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 58 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F() 74 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F() 79 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F() 97 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F() 103 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F() 110 Edge* edge = GetNode("out")->in_edge(); in TEST_F() 115 EXPECT_EQ(edge, GetNode("out.imp")->in_edge()); in TEST_F() [all …]
|
D | deps_log_test.cc | 51 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F() 52 deps.push_back(state1.GetNode("bar.h", 0)); in TEST_F() 53 log1.RecordDeps(state1.GetNode("out.o", 0), 1, deps); in TEST_F() 56 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F() 57 deps.push_back(state1.GetNode("bar2.h", 0)); in TEST_F() 58 log1.RecordDeps(state1.GetNode("out2.o", 0), 2, deps); in TEST_F() 60 DepsLog::Deps* log_deps = log1.GetDeps(state1.GetNode("out.o", 0)); in TEST_F() 84 DepsLog::Deps* log_deps = log2.GetDeps(state2.GetNode("out2.o", 0)); in TEST_F() 106 deps.push_back(state1.GetNode(buf, 0)); in TEST_F() 108 log1.RecordDeps(state1.GetNode("out.o", 0), 1, deps); in TEST_F() [all …]
|
D | disk_interface_test.cc | 270 Node* out = GetNode("out"); in TEST_F() 286 Node* out = GetNode("out"); in TEST_F() 294 ASSERT_TRUE(GetNode("out")->dirty()); in TEST_F() 296 ASSERT_TRUE(GetNode("mid")->dirty()); in TEST_F() 306 Node* out = GetNode("out"); in TEST_F() 314 ASSERT_TRUE(GetNode("mid1")->dirty()); in TEST_F() 327 Node* out = GetNode("out"); in TEST_F() 333 ASSERT_FALSE(GetNode("in")->dirty()); in TEST_F() 334 ASSERT_TRUE(GetNode("mid")->dirty()); in TEST_F() 335 ASSERT_TRUE(GetNode("out")->dirty()); in TEST_F()
|
D | state_test.cc | 43 EXPECT_FALSE(state.GetNode("in1", 0)->dirty()); in TEST() 44 EXPECT_FALSE(state.GetNode("in2", 0)->dirty()); in TEST() 45 EXPECT_FALSE(state.GetNode("out", 0)->dirty()); in TEST()
|
D | build_test.cc | 60 GetNode("mid")->MarkDirty(); in TEST_F() 61 GetNode("out")->MarkDirty(); in TEST_F() 63 EXPECT_TRUE(plan_.AddTarget(GetNode("out"), &err)); in TEST_F() 95 GetNode("mid1")->MarkDirty(); in TEST_F() 96 GetNode("mid2")->MarkDirty(); in TEST_F() 97 GetNode("out")->MarkDirty(); in TEST_F() 100 EXPECT_TRUE(plan_.AddTarget(GetNode("out"), &err)); in TEST_F() 126 GetNode("a1")->MarkDirty(); in TEST_F() 127 GetNode("a2")->MarkDirty(); in TEST_F() 128 GetNode("b1")->MarkDirty(); in TEST_F() [all …]
|
D | state.cc | 96 Node* State::GetNode(StringPiece path, uint64_t slash_bits) { in GetNode() function in State 130 Node* node = GetNode(path, slash_bits); in AddIn() 136 Node* node = GetNode(path, slash_bits); in AddOut() 145 Node* node = GetNode(path, slash_bits); in AddValidation()
|
D | manifest_parser_test.cc | 89 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1104 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1127 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1139 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1151 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1163 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
|
D | test.cc | 95 Node* StateTestWithBuiltinRules::GetNode(const string& path) { in GetNode() function in StateTestWithBuiltinRules 97 return state_.GetNode(path, 0); in GetNode()
|
D | dyndep_parser.cc | 209 Node* n = state_->GetNode(path, slash_bits); in ParseEdge() 221 Node* n = state_->GetNode(path, slash_bits); in ParseEdge()
|
D | state.h | 104 Node* GetNode(StringPiece path, uint64_t slash_bits);
|
D | test.h | 121 Node* GetNode(const std::string& path);
|
D | missing_deps.cc | 56 Node* node = state_->GetNode(*i, slash_bits); in ProcessDepfileDeps()
|
D | deps_log.cc | 238 Node* node = state->GetNode(subpath, 0); in Load()
|
D | build.cc | 874 deps_nodes->push_back(state_->GetNode(*i, ~0u)); in ExtractDeps() 907 deps_nodes->push_back(state_->GetNode(*i, slash_bits)); in ExtractDeps()
|
D | manifest_parser.cc | 412 edge->dyndep_ = state_->GetNode(dyndep, slash_bits); in ParseEdge()
|
D | graph.cc | 696 Node* node = state_->GetNode(*i, slash_bits); in ProcessDepfileDeps()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_helper.cc | 12 OsrAXNode* OsrAXTree::GetNode(int nodeId) const { in GetNode() function in client::OsrAXTree 84 OsrAXNode* node = GetNode(treeId, nodeId); in UpdateAccessibilityLocation() 124 return tree->second.GetNode(focused_node_id_); in GetFocusedNode() 134 return tree->second.GetNode(tree->second.GetRootNodeId()); in GetTreeRootNode() 162 OsrAXNode* node = GetNode(treeId, nodeId); in UpdateLayout() 191 OsrAXNode* axNode = tree.GetNode(nodeId); in UpdateLayout() 205 OsrAXNode* node = GetNode(treeId, nodeId); in UpdateLayout() 260 OsrAXNode* OsrAccessibilityHelper::GetNode(const CefString& treeId, in GetNode() function in client::OsrAccessibilityHelper 264 return tree->second.GetNode(nodeId); in GetNode()
|
D | osr_accessibility_helper.h | 20 OsrAXNode* GetNode(int nodeId) const; 56 OsrAXNode* GetNode(const CefString& treeId, int nodeId) const;
|
D | osr_accessibility_node.cc | 118 accessibility_helper_->GetNode(OsrAXTreeId(), offset_container_id_); in AxLocation() 153 return accessibility_helper_->GetNode(OsrAXTreeId(), child_ids_[index]); in ChildAtIndex()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/ |
D | replace_identifier.cc | 40 node_id_map.GetNode(message_.use_id())); in IsApplicable() 56 tint::As<ast::Variable>(node_id_map.GetNode(message_.replacement_id())); in IsApplicable() 87 const auto* use_node = node_id_map.GetNode(message_.use_id()); in Apply() 89 tint::As<ast::Variable>(node_id_map.GetNode(message_.replacement_id())); in Apply()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
D | node_id_map.h | 57 const ast::Node* GetNode(IdType id) const;
|
D | node_id_map.cc | 36 const ast::Node* NodeIdMap::GetNode(IdType id) const { in GetNode() function in tint::fuzzers::ast_fuzzer::NodeIdMap
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 155 const SDNode *GetNode() const { in GetNode() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 1573 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs() argument 1604 Node &ChildN = GetNode(I); in buildGenericSCCs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1192 GetEndT &&GetEnd, GetNodeT &&GetNode,
|