Home
last modified time | relevance | path

Searched refs:writeChildren (Results 1 – 25 of 72) sorted by relevance

123

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/lock/
H A DZKInterProcessReadLock.java52 TreeSet<String> writeChildren = in getLockPath() local
56 writeChildren.add(child); in getLockPath()
59 if (writeChildren.isEmpty()) { in getLockPath()
62 SortedSet<String> lowerChildren = writeChildren.headSet(createdZNode); in getLockPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/
H A DFileSystemExporter.java56 writeChildren((IContainer) resource, destinationPath); in write()
63 protected void writeChildren(IContainer folder, IPath destinationPath) in writeChildren() method in FileSystemExporter
91 writeChildren((IContainer) resource, destinationPath); in writeResource()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DObjectXMLExporter.java40 writeChildren(writer, object); in writeElement()
67 protected void writeChildren(XMLWriter writer, T object) throws IOException { in writeChildren() method in ObjectXMLExporter
H A DHomeXMLExporter.java128 protected void writeChildren(XMLWriter writer, Home home) throws IOException { in writeChildren() method in HomeXMLExporter
284 protected void writeChildren(XMLWriter writer, Compass compass) throws IOException { in writeCompass() method
318 protected void writeChildren(XMLWriter writer, Camera camera) throws IOException { in writeCamera() method
343 protected void writeChildren(XMLWriter writer, Level level) throws IOException { in writeLevel() method
454 protected void writeChildren(XMLWriter writer, HomePieceOfFurniture piece) throws IOException { in writeChildren() method in HomeXMLExporter.PieceOfFurnitureExporter
524 protected void writeChildren(XMLWriter writer, HomeMaterial material) throws IOException { in writeMaterial() method
575 protected void writeChildren(XMLWriter writer, Wall wall) throws IOException { in writeWall() method
613 protected void writeChildren(XMLWriter writer, Room room) throws IOException { in writeRoom() method
664 protected void writeChildren(XMLWriter writer, Polyline polyline) throws IOException { in writePolyline() method
723 protected void writeChildren(XMLWriter writer, Label label) throws IOException { in writeLabel() method
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/persistence/
H A DCompositeWriter.java37 protected void writeChildren(URI[] children) { in writeChildren() method in CompositeWriter
66 writeChildren(repository.getChildren()); in write()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/
H A DSite.java395 writeChildren(indent2, features, writer); in write()
396 writeChildren(indent2, bundles, writer); in write()
397 writeChildren(indent2, archives, writer); in write()
398 writeChildren(indent2, categoryDefs, writer); in write()
399 writeChildren(indent2, repositoryReferences, writer); in write()
438 private void writeChildren(String indent, Vector<ISiteObject> children, PrintWriter writer) { in writeChildren() method in Site
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/
H A DJTokenWriter.cs489 …internal override void WriteToken(JsonReader reader, bool writeChildren, bool writeDateConstructor… in WriteToken() argument
494 if (tokenReader != null && writeChildren && writeDateConstructorAsDate && writeComments) in WriteToken()
533 base.WriteToken(reader, writeChildren, writeDateConstructorAsDate, writeComments); in WriteToken()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/
H A DObfuscatorPass1Exporter.java192 writeChildren((IContainer) resource, destinationPath); in write()
198 protected void writeChildren(IContainer folder, IPath destinationPath) in writeChildren() method in ObfuscatorPass1Exporter
254 writeChildren((IContainer) resource, destinationPath); in writeResource()
H A DObfuscatorPass2Exporter.java278 writeChildren((IContainer) resource, destinationPath); in write()
284 protected void writeChildren(IContainer folder, IPath destinationPath) in writeChildren() method in ObfuscatorPass2Exporter
378 writeChildren((IContainer) resource, destinationPath); in writeResource()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Java/com/axiosys/bento4/
H A DContainerAtom.java52 writeChildren(stream); in writeFields()
72 protected void writeChildren(DataOutputStream stream) throws IOException { in writeChildren() method in ContainerAtom
H A DSampleEntry.java56 writeChildren(stream); in write()
/dports/www/kdsoap/kdsoap-1.9.0/src/KDSoapClient/
H A DKDSoapMessageWriter.cpp84 header.writeChildren(namespacePrefixes, writer, header.use(), messageNamespace, true); in messageToXml()
87 header.writeChildren(namespacePrefixes, writer, header.use(), messageNamespace, true); in messageToXml()
H A DKDSoapClientInterface_p.h71 …void writeChildren(KDSoapNamespacePrefixes &namespacePrefixes, QXmlStreamWriter &writer, const KDS…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/
H A DPlugin.java115 writeChildren(firstIndent, "runtime", children, writer); //$NON-NLS-1$ in write()
122 writeChildren(firstIndent, "requires", children, writer); //$NON-NLS-1$ in write()
H A DFragment.java190 writeChildren(firstIndent, "runtime", children, writer); //$NON-NLS-1$ in write()
197 writeChildren(firstIndent, "requires", children, writer); //$NON-NLS-1$ in write()
/dports/cad/openroad/OpenROAD-2.0/src/sta/verilog/
H A DVerilogWriter.cc51 void writeChildren(Instance *inst);
125 writeChildren(inst); in writeModule()
251 VerilogWriter::writeChildren(Instance *inst) in writeChildren() function in sta::VerilogWriter
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderTreeAsText.cpp526 static void writeChildren(TextStream& ts, const RenderObject& object, int indent) in writeChildren() function
641 writeChildren(ts, object, indent); in writeSVGResourceContainer()
653 writeChildren(ts, container, indent); in writeSVGContainer()
660 writeChildren(ts, root, indent); in write()
669 writeChildren(ts, text, indent); in writeSVGText()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DCompositeShape.cpp23 static bool writeChildren( osgDB::OutputStream& os, const osg::CompositeShape& shape ) in writeChildren() function
H A DGroup.cpp25 static bool writeChildren( osgDB::OutputStream& os, const osg::Group& node ) in writeChildren() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DCompositeShape.cpp23 static bool writeChildren( osgDB::OutputStream& os, const osg::CompositeShape& shape ) in writeChildren() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DXmlParser.cpp449 writeChildren(controlMap, fout, indent); in write()
463 writeChildren(controlMap, fout, indent + " "); in write()
496 bool XmlNode::writeChildren(const ControlMap& /*controlMap*/, std::ostream& fout, const std::string… in writeChildren() function in XmlNode
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DXmlParser.cpp450 writeChildren(controlMap, fout, indent); in write()
464 writeChildren(controlMap, fout, indent + " "); in write()
497 bool XmlNode::writeChildren(const ControlMap& /*controlMap*/, std::ostream& fout, const std::string… in writeChildren() function in XmlNode
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Rhymen/go-whatsapp/binary/
H A Dencoder.go104 if err := w.writeChildren(n.Content); err != nil {
212 func (w *binaryEncoder) writeChildren(children interface{}) error { func
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/
H A DJsonWriter.cs494 public void WriteToken(JsonReader reader, bool writeChildren) in WriteToken() argument
498 WriteToken(reader, writeChildren, true, true); in WriteToken()
629 …internal virtual void WriteToken(JsonReader reader, bool writeChildren, bool writeDateConstructorA… in WriteToken() argument
663 && writeChildren in WriteToken()
/dports/www/kdsoap/kdsoap-1.9.0/include/KDSoapClient/
H A DKDSoapValue.h303 …void writeChildren(KDSoapNamespacePrefixes &namespacePrefixes, QXmlStreamWriter &writer, KDSoapVal…

123