Home
last modified time | relevance | path

Searched refs:GetNode (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ninja/src/
Dgraph_test.cc36 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 …]
Ddeps_log_test.cc51 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 …]
Ddisk_interface_test.cc270 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()
Dstate_test.cc43 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()
Dbuild_test.cc60 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 …]
Dstate.cc96 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()
Dmanifest_parser_test.cc89 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()
Dtest.cc95 Node* StateTestWithBuiltinRules::GetNode(const string& path) { in GetNode() function in StateTestWithBuiltinRules
97 return state_.GetNode(path, 0); in GetNode()
Ddyndep_parser.cc209 Node* n = state_->GetNode(path, slash_bits); in ParseEdge()
221 Node* n = state_->GetNode(path, slash_bits); in ParseEdge()
Dstate.h104 Node* GetNode(StringPiece path, uint64_t slash_bits);
Dtest.h121 Node* GetNode(const std::string& path);
Dmissing_deps.cc56 Node* node = state_->GetNode(*i, slash_bits); in ProcessDepfileDeps()
Ddeps_log.cc238 Node* node = state->GetNode(subpath, 0); in Load()
Dbuild.cc874 deps_nodes->push_back(state_->GetNode(*i, ~0u)); in ExtractDeps()
907 deps_nodes->push_back(state_->GetNode(*i, slash_bits)); in ExtractDeps()
Dmanifest_parser.cc412 edge->dyndep_ = state_->GetNode(dyndep, slash_bits); in ParseEdge()
Dgraph.cc696 Node* node = state_->GetNode(*i, slash_bits); in ProcessDepfileDeps()
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_helper.cc12 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()
Dosr_accessibility_helper.h20 OsrAXNode* GetNode(int nodeId) const;
56 OsrAXNode* GetNode(const CefString& treeId, int nodeId) const;
Dosr_accessibility_node.cc118 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/
Dreplace_identifier.cc40 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/
Dnode_id_map.h57 const ast::Node* GetNode(IdType id) const;
Dnode_id_map.cc36 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/
DScheduleDAGSDNodes.h155 const SDNode *GetNode() const { in GetNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1573 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/
DLazyCallGraph.h1192 GetEndT &&GetEnd, GetNodeT &&GetNode,

12