Home
last modified time | relevance | path

Searched +defs:os +defs:node +defs:name (Results 1 – 25 of 1163) sorted by relevance

12345678910>>...47

/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/source/
H A Dmetatypes.cpp27 void NodeInfo::link(NodeInfo& node) in link()
32 const char* NodeInfo::name() in name() function in ade::meta::NodeInfo
46 const char* DataObject::name() in name() function in ade::meta::DataObject
63 const char* CommNode::name() in name() function in ade::meta::CommNode
68 const char* CommChannel::name() in name() function in ade::meta::CommChannel
73 const char* CommConsumerCallback::name() in name() function in ade::meta::CommConsumerCallback
78 const char* CommProducerCallback::name() in name() function in ade::meta::CommProducerCallback
83 const char* Finalizers::name() in name() function in ade::meta::Finalizers
88 std::ostream& operator<<(std::ostream& os, const ade::meta::NodeInfo& obj) in operator <<()
94 std::ostream& operator<<(std::ostream& os, const ade::meta::CommNode& obj) in operator <<()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dsimple-http-server.c146 char *name = param0; in uri_decode() local
234 http_header_field(output_stream *os, const char *name, size_t name_len, const char *value, size_t v… in http_header_field()
698 ptr_node *node = ptr_set_find(&srs->path_page_set, path); in simple_rest_server_page_release_with_path() local
733 ptr_node *node = ptr_set_insert(&srs->path_page_set, page->path); in simple_rest_server_page_register() local
762 simple_rest_server_destroy_callback(ptr_node *node) in simple_rest_server_destroy_callback()
830 ptr_node *node = ptr_set_find(&args->query_name_value_set, host); in simple_rest_server_page_writer_args_get_header_field() local
853 ptr_node *node = ptr_set_find(&args->uri_name_value_set, host); in simple_rest_server_page_writer_args_get_uri_arg() local
866 simple_rest_server_client_answer_uri(const char *name, const char *value, void *args) in simple_rest_server_client_answer_uri()
887 simple_rest_server_client_answer_destroy_callback(ptr_node *node) in simple_rest_server_client_answer_destroy_callback()
900 output_stream os; in simple_rest_server_client_answer() local
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DPagedLOD.cpp8 static bool checkDatabasePath( const osg::PagedLOD& node ) in checkDatabasePath()
13 static bool readDatabasePath( osgDB::InputStream& is, osg::PagedLOD& node ) in readDatabasePath()
32 static bool writeDatabasePath( osgDB::OutputStream& os, const osg::PagedLOD& node ) in writeDatabasePath()
42 static bool checkRangeDataList( const osg::PagedLOD& node ) in checkRangeDataList()
47 static bool readRangeDataList( osgDB::InputStream& is, osg::PagedLOD& node ) in readRangeDataList()
52 std::string name; is.readWrappedString( name ); in readRangeDataList() local
70 static bool writeRangeDataList( osgDB::OutputStream& os, const osg::PagedLOD& node ) in writeRangeDataList()
92 static bool checkChildren( const osg::PagedLOD& node ) in checkChildren()
97 static bool readChildren( osgDB::InputStream& is, osg::PagedLOD& node ) in readChildren()
113 static bool writeChildren( osgDB::OutputStream& os, const osg::PagedLOD& node ) in writeChildren()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DPagedLOD.cpp8 static bool checkDatabasePath( const osg::PagedLOD& node ) in checkDatabasePath()
13 static bool readDatabasePath( osgDB::InputStream& is, osg::PagedLOD& node ) in readDatabasePath()
32 static bool writeDatabasePath( osgDB::OutputStream& os, const osg::PagedLOD& node ) in writeDatabasePath()
42 static bool checkRangeDataList( const osg::PagedLOD& node ) in checkRangeDataList()
47 static bool readRangeDataList( osgDB::InputStream& is, osg::PagedLOD& node ) in readRangeDataList()
52 std::string name; is.readWrappedString( name ); in readRangeDataList() local
70 static bool writeRangeDataList( osgDB::OutputStream& os, const osg::PagedLOD& node ) in writeRangeDataList()
92 static bool checkChildren( const osg::PagedLOD& node ) in checkChildren()
97 static bool readChildren( osgDB::InputStream& is, osg::PagedLOD& node ) in readChildren()
113 static bool writeChildren( osgDB::OutputStream& os, const osg::PagedLOD& node ) in writeChildren()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xml/
H A DXmlAttr.cc15 XmlAttr XmlAttr::Int(const String &name, int val) { in Int()
17 ofixedstream os(buf, sizeof(buf)); in Int() local
23 XmlAttr XmlAttr::Double(const String &name, double val) { in Double()
25 ofixedstream os(buf, sizeof(buf)); in Double() local
45 void XmlAttr::node(XmlNode *aNode) { in node() function in XmlAttr
50 void XmlAttr::name(const String &aName) { in name() function in XmlAttr
58 ostream &XmlAttr::print(ostream &os, const String &pfx) const { in print()
H A DXmlNodes.cc23 XmlNodes::XmlNodes(const XmlNode &node): theParent(0) { in XmlNodes()
34 int XmlNodes::selByTagName(const String &name, Res &res) const { in selByTagName() argument
36 const XmlNode *node = item(i); in selByTagName() local
43 int XmlNodes::selByAttrName(const String &name, Res &res) const { in selByAttrName() argument
45 const XmlNode *node = item(i); in selByAttrName() local
52 int XmlNodes::selByAttrVal(const String &name, const String &value, Res &res) const { in selByAttrVal() argument
54 const XmlNode *node = item(i); in selByAttrVal() local
61 XmlNode *XmlNodes::findByAttrVal(const String &name, const String &value) { in findByAttrVal()
63 XmlNode *const node = item(i); in findByAttrVal() local
89 ostream &XmlNodes::print(ostream &os, const String &pfx) const { in print()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dgraph-visualizer.cc224 static const char* SafeMnemonic(Node* node) { in SafeMnemonic()
269 void PrintNode(Node* node) { in PrintNode()
348 void PrintEdges(Node* node) { in PrintEdges()
430 Tag(GraphC1Visualizer* visualizer, const char* name) { in Tag()
469 void GraphC1Visualizer::PrintStringProperty(const char* name, in PrintStringProperty()
488 void GraphC1Visualizer::PrintIntProperty(const char* name, int value) { in PrintIntProperty()
495 std::unique_ptr<char[]> name = info->GetDebugName(); in PrintCompilation() local
536 void GraphC1Visualizer::PrintInputs(Node* node) { in PrintInputs()
548 void GraphC1Visualizer::PrintType(Node* node) { in PrintType()
638 Node* node = *i; in PrintSchedule() local
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Dinitializer_dependency_graph.cpp42 Status InitializerDependencyGraph::addInitializer(const std::string& name, in addInitializer()
91 for (const auto& node : _nodes) { in topSort() local
97 for (const auto& node : _nodes) { in topSort() local
99 std::ostringstream os; in topSort() local
134 std::ostringstream os; in recursiveTopSort() local
144 std::ostringstream os; in recursiveTopSort() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dgraph-visualizer.cc264 static const char* SafeMnemonic(Node* node) { in SafeMnemonic()
285 void PrintNode(Node* node) { in PrintNode()
366 void PrintEdges(Node* node) { in PrintEdges()
448 Tag(GraphC1Visualizer* visualizer, const char* name) { in Tag()
487 void GraphC1Visualizer::PrintStringProperty(const char* name, in PrintStringProperty()
506 void GraphC1Visualizer::PrintIntProperty(const char* name, int value) { in PrintIntProperty()
513 std::unique_ptr<char[]> name = info->GetDebugName(); in PrintCompilation() local
554 void GraphC1Visualizer::PrintInputs(Node* node) { in PrintInputs()
566 void GraphC1Visualizer::PrintType(Node* node) { in PrintType()
656 Node* node = *i; in PrintSchedule() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-dotprinter.cc17 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl()
29 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode()
49 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit()
62 explicit AttributePrinter(std::ostream& os) : os_(os), first_(true) {} in AttributePrinter()
70 void PrintBit(const char* name, bool value) { in PrintBit()
75 void PrintPositive(const char* name, int value) { in PrintPositive()
137 RegExpCharacterClass* node = elm.char_class(); in VisitText() local
242 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint()
243 StdoutStream os; in DotPrint() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-dotprinter.cc20 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl()
32 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode()
52 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit()
65 explicit AttributePrinter(std::ostream& os) // NOLINT in AttributePrinter()
74 void PrintBit(const char* name, bool value) { in PrintBit()
79 void PrintPositive(const char* name, int value) { in PrintPositive()
141 RegExpCharacterClass* node = elm.char_class(); in VisitText() local
244 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint()
246 StdoutStream os; in DotPrint() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp-dotprinter.cc20 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl()
32 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode()
52 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit()
65 explicit AttributePrinter(std::ostream& os) // NOLINT in AttributePrinter()
74 void PrintBit(const char* name, bool value) { in PrintBit()
79 void PrintPositive(const char* name, int value) { in PrintPositive()
141 RegExpCharacterClass* node = elm.char_class(); in VisitText() local
244 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint()
246 StdoutStream os; in DotPrint() local
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/
H A Dregexp-dotprinter.cc17 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl()
29 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode()
49 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit()
62 explicit AttributePrinter(std::ostream& os) : os_(os), first_(true) {} in AttributePrinter()
70 void PrintBit(const char* name, bool value) { in PrintBit()
75 void PrintPositive(const char* name, int value) { in PrintPositive()
137 RegExpCharacterClass* node = elm.char_class(); in VisitText() local
242 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint()
243 StdoutStream os; in DotPrint() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/
H A Dregexp-dotprinter.cc17 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl()
29 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode()
49 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit()
62 explicit AttributePrinter(std::ostream& os) : os_(os), first_(true) {} in AttributePrinter()
70 void PrintBit(const char* name, bool value) { in PrintBit()
75 void PrintPositive(const char* name, int value) { in PrintPositive()
137 RegExpCharacterClass* node = elm.char_class(); in VisitText() local
242 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint()
243 StdoutStream os; in DotPrint() local
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-dotprinter.cc19 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl()
31 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode()
51 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit()
64 explicit AttributePrinter(std::ostream& os) : os_(os), first_(true) {} in AttributePrinter()
72 void PrintBit(const char* name, bool value) { in PrintBit()
77 void PrintPositive(const char* name, int value) { in PrintPositive()
139 RegExpCharacterClass* node = elm.char_class(); in VisitText() local
244 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint()
245 StdoutStream os; in DotPrint() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-dotprinter.cc19 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl()
31 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode()
51 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit()
64 explicit AttributePrinter(std::ostream& os) // NOLINT in AttributePrinter()
73 void PrintBit(const char* name, bool value) { in PrintBit()
78 void PrintPositive(const char* name, int value) { in PrintPositive()
140 RegExpCharacterClass* node = elm.char_class(); in VisitText() local
243 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint()
245 StdoutStream os; in DotPrint() local
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dgraph-visualizer.cc267 static const char* SafeMnemonic(Node* node) { in SafeMnemonic()
290 void PrintNode(Node* node) { in PrintNode()
371 void PrintEdges(Node* node) { in PrintEdges()
454 Tag(GraphC1Visualizer* visualizer, const char* name) { in Tag()
491 void GraphC1Visualizer::PrintStringProperty(const char* name, in PrintStringProperty()
510 void GraphC1Visualizer::PrintIntProperty(const char* name, int value) { in PrintIntProperty()
517 std::unique_ptr<char[]> name = info->GetDebugName(); in PrintCompilation() local
558 void GraphC1Visualizer::PrintInputs(Node* node) { in PrintInputs()
570 void GraphC1Visualizer::PrintType(Node* node) { in PrintType()
660 Node* node = *i; in PrintSchedule() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dgraph-visualizer.cc265 static const char* SafeMnemonic(Node* node) { in SafeMnemonic()
288 void PrintNode(Node* node) { in PrintNode()
369 void PrintEdges(Node* node) { in PrintEdges()
452 Tag(GraphC1Visualizer* visualizer, const char* name) { in Tag()
489 void GraphC1Visualizer::PrintStringProperty(const char* name, in PrintStringProperty()
508 void GraphC1Visualizer::PrintIntProperty(const char* name, int value) { in PrintIntProperty()
515 std::unique_ptr<char[]> name = info->GetDebugName(); in PrintCompilation() local
556 void GraphC1Visualizer::PrintInputs(Node* node) { in PrintInputs()
568 void GraphC1Visualizer::PrintType(Node* node) { in PrintType()
658 Node* node = *i; in PrintSchedule() local
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/ot/taskflow/core/
H A Dtaskflow.hpp114 inline Taskflow::Taskflow(const std::string& name) : in Taskflow()
144 inline Taskflow& Taskflow::name(const std::string &name) { in name() argument
150 inline const std::string& Taskflow::name() const { in name() function in tf::Taskflow
177 inline void Taskflow::_dump(std::ostream& os, const Taskflow* top) const { in _dump()
201 std::ostream& os, in _dump()
202 const Node* node, in _dump()
249 std::ostream& os, in _dump()
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/
H A Dport.cc41 Port::Port (string const & name, Flags flags) in Port()
48 Port::Port (const XMLNode& node) in Port()
59 Port::init (string const & name, Flags flags) in init()
102 std::ostream & MIDI::operator << ( std::ostream & os, const MIDI::Port & port ) in operator <<()
114 Port::Descriptor::Descriptor (const XMLNode& node) in Descriptor()
170 Port::set_state (const XMLNode& node) in set_state()
/dports/net/grive2/grive2-ffb744a/libgrive/src/xml/
H A DNode.cc103 Range Find( const std::string& name ) in Find()
112 Impl* FindAttr( const std::string& name ) in FindAttr()
222 Node::Node( const Node& node ) : m_ptr( node.m_ptr->AddRef() ) in Node()
230 Node Node::Element( const std::string& name ) in Element()
235 Node Node::Text( const std::string& name ) in Text()
246 Node& Node::operator=( const Node& node ) in operator =()
253 void Node::Swap( Node& node ) in Swap()
300 void Node::AddNode( const Node& node ) in AddNode()
359 std::ostream& operator<<( std::ostream& os, const Node& node ) in operator <<()
393 std::ostream& Node::PrintString( std::ostream& os, const std::string& s ) in PrintString()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/taskflow-2.5.0/include/taskflow/core/
H A Dtaskflow.hpp107 inline Taskflow::Taskflow(const std::string& name) : in Taskflow()
137 inline void Taskflow::name(const std::string &name) { in name() function in tf::Taskflow
142 inline const std::string& Taskflow::name() const { in name() function in tf::Taskflow
169 inline void Taskflow::_dump(std::ostream& os, const Taskflow* top) const { in _dump()
192 std::ostream& os, const Node* node, Dumper& dumper in _dump()
313 std::ostream& os, const Graph& graph, Dumper& dumper in _dump()
/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/3rd-party/taskflow/taskflow/core/
H A Dtaskflow.hpp107 inline Taskflow::Taskflow(const std::string& name) : in Taskflow()
137 inline void Taskflow::name(const std::string &name) { in name() argument
142 inline const std::string& Taskflow::name() const { in name() function in tf::Taskflow
169 inline void Taskflow::_dump(std::ostream& os, const Taskflow* top) const { in _dump()
192 std::ostream& os, const Node* node, Dumper& dumper in _dump()
313 std::ostream& os, const Graph& graph, Dumper& dumper in _dump()
/dports/databases/galera26/galera-release_26.4.10/gcs/src/
H A Dgcs_node.cpp15 gcs_node_init (gcs_node_t* const node, in gcs_node_init()
18 const char* const name, in gcs_node_init()
64 gcs_node_reset_local (gcs_node_t* node) in gcs_node_reset_local()
72 gcs_node_reset (gcs_node_t* node) { in gcs_node_reset()
80 gcs_node_free (gcs_node_t* node) in gcs_node_free()
102 gcs_node_record_state (gcs_node_t* node, gcs_state_msg_t* state_msg) in gcs_node_record_state()
132 gcs_node_set_vote (gcs_node_t* const node, in gcs_node_set_vote()
155 gcs_node_update_status (gcs_node_t* node, const gcs_state_quorum_t* quorum) in gcs_node_update_status()
276 gcs_node_print(std::ostream& os, const gcs_node_t& node) in gcs_node_print()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dsemantics.cpp79 template <typename N> bool Pre(const N &node) { in Pre()
86 template <typename N> void Post(const N &node) { in Post()
93 template <typename T> bool Pre(const parser::Statement<T> &node) { in Pre()
103 template <typename T> void Post(const parser::Statement<T> &node) { in Post()
137 void CheckAssignGotoName(const parser::Name &name) { in CheckAssignGotoName()
230 bool SemanticsContext::HasError(const parser::Name &name) { in HasError()
302 const parser::Name &name, IndexVarKind kind) { in ActivateIndexVar()
336 SourceName name{str}; in GetTempName() local
358 void Semantics::DumpSymbols(llvm::raw_ostream &os) { in DumpSymbols()
379 void DoDumpSymbols(llvm::raw_ostream &os, const Scope &scope, int indent) { in DoDumpSymbols()
[all …]

12345678910>>...47