Home
last modified time | relevance | path

Searched refs:LookupNode (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/ninja/src/
H A Dmanifest_parser_test.cc254 EXPECT_TRUE(state.LookupNode("in/1")); in TEST_F()
255 EXPECT_TRUE(state.LookupNode("in/2")); in TEST_F()
256 EXPECT_FALSE(state.LookupNode("in//1")); in TEST_F()
257 EXPECT_FALSE(state.LookupNode("in//2")); in TEST_F()
269 Node* node = state.LookupNode("in/1");; in TEST_F()
272 node = state.LookupNode("in/2"); in TEST_F()
298 EXPECT_TRUE(state.LookupNode("out.o")); in TEST_F()
316 EXPECT_TRUE(state.LookupNode("out.o")); in TEST_F()
325 node = state.LookupNode("bar/foo3.cc"); in TEST_F()
392 Node* node = state.LookupNode("a"); in TEST_F()
[all …]
H A Dstate.cc104 Node* node = LookupNode(path); in GetNode()
112 Node* State::LookupNode(StringPiece path) const { in LookupNode() function in State
153 Node* node = LookupNode(path); in AddDefault()
/dports/devel/ninja/ninja-1.10.2/src/
H A Dmanifest_parser_test.cc256 EXPECT_TRUE(state.LookupNode("in/1")); in TEST_F()
257 EXPECT_TRUE(state.LookupNode("in/2")); in TEST_F()
258 EXPECT_FALSE(state.LookupNode("in//1")); in TEST_F()
259 EXPECT_FALSE(state.LookupNode("in//2")); in TEST_F()
271 Node* node = state.LookupNode("in/1");; in TEST_F()
274 node = state.LookupNode("in/2"); in TEST_F()
300 EXPECT_TRUE(state.LookupNode("out.o")); in TEST_F()
318 EXPECT_TRUE(state.LookupNode("out.o")); in TEST_F()
327 node = state.LookupNode("bar/foo3.cc"); in TEST_F()
394 Node* node = state.LookupNode("a"); in TEST_F()
[all …]
H A Dstate.cc105 Node* node = LookupNode(path); in GetNode()
113 Node* State::LookupNode(StringPiece path) const { in LookupNode() function in State
154 Node* node = LookupNode(path); in AddDefault()
H A Dclean.cc131 Node* n = state_->LookupNode(i->first); in CleanDead()
176 Node* node = state_->LookupNode(target); in CleanTarget()
198 Node* target = state_->LookupNode(target_name); in CleanTargets()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/monodoc/Monodoc/providers/
H A Dsimple-provider.cs36 Node top = tree.LookupNode ("Directory at: " + basedir, "simple:"); in PopulateTree()
40 Node n = top.LookupNode ("Dir: " + url, url); in PopulateTree()
51 Node n = me.LookupNode ("Dir: " + url, "simple-directory:" + url); in PopulateDir()
66 Node n = me.LookupNode (Path.GetFileName (file), file + "#" + file_code); in PopulateDir()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DUndoAddArk.C38 Node* src = UndoNode::LookupNode in undo()
40 Node* dst = UndoNode::LookupNode in undo()
57 Node* src = UndoNode::LookupNode in canUndo()
60 Node* dst = UndoNode::LookupNode in canUndo()
H A DUndoMove.C54 Node* n = UndoNode::LookupNode(this->editor, this->className, this->instance_number); in undo()
92 Node* n = UndoNode::LookupNode (this->editor, this->className, this->instance_number); in canUndo()
107 Node* n = UndoNode::LookupNode (this->editor, this->className, this->instance_number); in prepare()
116 Node* n = UndoNode::LookupNode (this->editor, this->className, this->instance_number); in postpare()
H A DUndoNode.C41 return UndoNode::LookupNode(this->editor, this->className, this->instance_number); in lookupNode()
43 Node* UndoNode::LookupNode(EditorWindow* editor, const char* className, int instance_number) in LookupNode() function
H A DUndoNode.h35 static Node* LookupNode (EditorWindow* edidtor, const char* className, int instance);
/dports/astro/routino/routino-3.3.3/src/
H A Dnodes.h130 #define LookupNode(xxx,yyy,ppp) (&(xxx)->nodes[yyy]) macro
136 static inline Node *LookupNode(Nodes *nodes,index_t index,int position);
167 static inline Node *LookupNode(Nodes *nodes,index_t index,int position) in CACHE_DELETECACHE_PROTO()
H A Dvisualiser.c136 Node *nodep=LookupNode(OSMNodes,node,1); in output_junctions()
215 Node *nodep=LookupNode(OSMNodes,node,1); in output_super()
300 Node *nodep=LookupNode(OSMNodes,node,1); in output_waytype()
390 Node *nodep=LookupNode(OSMNodes,node,1); in output_highway()
475 Node *nodep=LookupNode(OSMNodes,node,1); in output_transport()
560 Node *nodep=LookupNode(OSMNodes,node,1); in output_barrier()
619 Node *nodep=LookupNode(OSMNodes,node,1); in output_turnrestriction()
879 Node *nodep=LookupNode(OSMNodes,node,1); in output_limits()
1026 Node *nodep=LookupNode(OSMNodes,node,1); in output_property()
1093 Node *nodep=LookupNode(nodes,i,1); in find_all_nodes()
H A Doptimiser.c322 Node *startp=LookupNode(nodes,start_node,1); in FindNormalRoute()
350 node1p=LookupNode(nodes,node1,1); in FindNormalRoute()
416 node2p=LookupNode(nodes,node2,2); in FindNormalRoute()
632 Node *startp=LookupNode(nodes,begin->start_node,1); in FindMiddleRoute()
936 node1p=LookupNode(nodes,node1,1); in FindMiddleRoute()
1316 node1p=LookupNode(nodes,node1,4); /* node1 cannot be a fake node */ in FindSuperRoute()
1465 Node *startp=LookupNode(nodes,start_node,1); in FindStartRoutes()
1493 node1p=LookupNode(nodes,node1,1); in FindStartRoutes()
1594 node2p=LookupNode(nodes,node2,2); in FindStartRoutes()
1811 node1p=LookupNode(nodes,node1,1); in FindFinishRoutes()
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dcheckpoints.go101 node := b.index.LookupNode(checkpoints[i].Hash)
146 checkpointNode := b.index.LookupNode(b.nextCheckpoint.Hash)
205 node := b.index.LookupNode(block.Hash())
H A Dchain.go1272 node := b.index.LookupNode(hash)
1286 node := b.index.LookupNode(hash)
1300 node := b.index.LookupNode(hash)
1322 node := b.index.LookupNode(hash)
1403 endNode := b.index.LookupNode(endHash)
1443 endNode := b.index.LookupNode(endHash)
1494 stopNode := b.index.LookupNode(hashStop)
1509 node := b.index.LookupNode(hash)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dcheckpoints.go101 node := b.index.LookupNode(checkpoints[i].Hash)
146 checkpointNode := b.index.LookupNode(b.nextCheckpoint.Hash)
205 node := b.index.LookupNode(block.Hash())
H A Dchain.go1272 node := b.index.LookupNode(hash)
1286 node := b.index.LookupNode(hash)
1300 node := b.index.LookupNode(hash)
1322 node := b.index.LookupNode(hash)
1403 endNode := b.index.LookupNode(endHash)
1443 endNode := b.index.LookupNode(endHash)
1494 stopNode := b.index.LookupNode(hashStop)
1509 node := b.index.LookupNode(hash)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dcheckpoints.go101 node := b.index.LookupNode(checkpoints[i].Hash)
146 checkpointNode := b.index.LookupNode(b.nextCheckpoint.Hash)
205 node := b.index.LookupNode(block.Hash())
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dcheckpoints.go101 node := b.index.LookupNode(checkpoints[i].Hash)
146 checkpointNode := b.index.LookupNode(b.nextCheckpoint.Hash)
205 node := b.index.LookupNode(block.Hash())
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/blockchain/
H A Dcheckpoints.go101 node := b.index.LookupNode(checkpoints[i].Hash)
146 checkpointNode := b.index.LookupNode(b.nextCheckpoint.Hash)
205 node := b.index.LookupNode(block.Hash())
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/blockchain/
H A Dcheckpoints.go101 node := b.index.LookupNode(checkpoints[i].Hash)
146 checkpointNode := b.index.LookupNode(b.nextCheckpoint.Hash)
205 node := b.index.LookupNode(block.Hash())
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Filter/
H A DLookupNode.cs16 internal sealed class LookupNode : ExpressionNode { class
23 internal LookupNode(DataTable table, string columnName, string relationName) : base(table) { in LookupNode() method in System.Data.LookupNode
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Filter/
H A DLookupNode.cs10 internal sealed class LookupNode : ExpressionNode class
18 internal LookupNode(DataTable table, string columnName, string relationName) : base(table) in LookupNode() method in System.Data.LookupNode
/dports/astro/routino/routino-3.3.3/python/src/
H A Ddatabase.cc143 Node *nodep=LookupNode(database->nodes,item,1); in GetNode()
249 Node *nodep=LookupNode(database->nodes,relationp->via,1); in GetRelation()
343 Node *nodep=LookupNode(pydatabase->database->nodes,id,1); in fill_segments()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-merkle-tree/
H A Dinterfaces.go10 LookupNode(context.Context, Hash) ([]byte, error) methodSpec

1234