Home
last modified time | relevance | path

Searched +defs:output +defs:object (Results 1 – 25 of 3091) sorted by relevance

12345678910>>...124

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/
H A DOldBridge.java92 public final void marshal(T object,XMLStreamWriter output) throws JAXBException { in marshal()
95 …public final void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBExc… in marshal()
103 …public final void marshal(@NotNull BridgeContext context,T object,XMLStreamWriter output) throws J… in marshal()
107 …public abstract void marshal(@NotNull Marshaller m,T object,XMLStreamWriter output) throws JAXBExc… in marshal()
123 …public void marshal(T object,OutputStream output, NamespaceContext nsContext) throws JAXBException… in marshal()
129 …public void marshal(T object,OutputStream output, NamespaceContext nsContext, AttachmentMarshaller… in marshal()
137 …public final void marshal(@NotNull BridgeContext context,T object,OutputStream output, NamespaceCo… in marshal()
141 …public abstract void marshal(@NotNull Marshaller m,T object,OutputStream output, NamespaceContext … in marshal()
144 public final void marshal(T object,Node output) throws JAXBException { in marshal()
150 …public final void marshal(@NotNull BridgeContext context,T object,Node output) throws JAXBExceptio… in marshal()
[all …]
H A DXMLBridge.java82 …public void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBException; in marshal()
102 …public void marshal(T object,OutputStream output, NamespaceContext nsContext, AttachmentMarshaller… in marshal()
109 public void marshal(T object,Node output) throws JAXBException ; in marshal()
123 …public void marshal(T object, ContentHandler contentHandler, AttachmentMarshaller am) throws JAXBE… in marshal()
132 public void marshal(T object, Result result) throws JAXBException; in marshal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DBridge.java90 public final void marshal(T object,XMLStreamWriter output) throws JAXBException { in marshal()
93 …public final void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBExc… in marshal()
101 …public final void marshal(@NotNull BridgeContext context,T object,XMLStreamWriter output) throws J… in marshal()
105 …public abstract void marshal(@NotNull Marshaller m,T object,XMLStreamWriter output) throws JAXBExc… in marshal()
121 …public void marshal(T object,OutputStream output, NamespaceContext nsContext) throws JAXBException… in marshal()
127 …public void marshal(T object,OutputStream output, NamespaceContext nsContext, AttachmentMarshaller… in marshal()
135 …public final void marshal(@NotNull BridgeContext context,T object,OutputStream output, NamespaceCo… in marshal()
139 …public abstract void marshal(@NotNull Marshaller m,T object,OutputStream output, NamespaceContext … in marshal()
142 public final void marshal(T object,Node output) throws JAXBException { in marshal()
148 …public final void marshal(@NotNull BridgeContext context,T object,Node output) throws JAXBExceptio… in marshal()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DBridge.java90 public final void marshal(T object,XMLStreamWriter output) throws JAXBException { in marshal()
93 …public final void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBExc… in marshal()
101 …public final void marshal(@NotNull BridgeContext context,T object,XMLStreamWriter output) throws J… in marshal()
105 …public abstract void marshal(@NotNull Marshaller m,T object,XMLStreamWriter output) throws JAXBExc… in marshal()
121 …public void marshal(T object,OutputStream output, NamespaceContext nsContext) throws JAXBException… in marshal()
127 …public void marshal(T object,OutputStream output, NamespaceContext nsContext, AttachmentMarshaller… in marshal()
135 …public final void marshal(@NotNull BridgeContext context,T object,OutputStream output, NamespaceCo… in marshal()
139 …public abstract void marshal(@NotNull Marshaller m,T object,OutputStream output, NamespaceContext … in marshal()
142 public final void marshal(T object,Node output) throws JAXBException { in marshal()
148 …public final void marshal(@NotNull BridgeContext context,T object,Node output) throws JAXBExceptio… in marshal()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/
H A DOldBridge.java92 public final void marshal(T object,XMLStreamWriter output) throws JAXBException { in marshal()
95 …public final void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBExc… in marshal()
103 …public final void marshal(@NotNull BridgeContext context,T object,XMLStreamWriter output) throws J… in marshal()
107 …public abstract void marshal(@NotNull Marshaller m,T object,XMLStreamWriter output) throws JAXBExc… in marshal()
123 …public void marshal(T object,OutputStream output, NamespaceContext nsContext) throws JAXBException… in marshal()
129 …public void marshal(T object,OutputStream output, NamespaceContext nsContext, AttachmentMarshaller… in marshal()
137 …public final void marshal(@NotNull BridgeContext context,T object,OutputStream output, NamespaceCo… in marshal()
141 …public abstract void marshal(@NotNull Marshaller m,T object,OutputStream output, NamespaceContext … in marshal()
144 public final void marshal(T object,Node output) throws JAXBException { in marshal()
150 …public final void marshal(@NotNull BridgeContext context,T object,Node output) throws JAXBExceptio… in marshal()
[all …]
H A DXMLBridge.java82 …public void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBException; in marshal()
102 …public void marshal(T object,OutputStream output, NamespaceContext nsContext, AttachmentMarshaller… in marshal()
109 public void marshal(T object,Node output) throws JAXBException ; in marshal()
123 …public void marshal(T object, ContentHandler contentHandler, AttachmentMarshaller am) throws JAXBE… in marshal()
132 public void marshal(T object, Result result) throws JAXBException; in marshal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/db/glassfish/
H A DBridgeWrapper.java112 public void marshal(Marshaller m, T object, Node output) throws JAXBException { in marshal()
116 …public void marshal(Marshaller m, T object, OutputStream output, NamespaceContext nsContext) throw… in marshal()
120 public void marshal(Marshaller m, T object, Result result) throws JAXBException { in marshal()
124 public void marshal(Marshaller m, T object, XMLStreamWriter output) throws JAXBException { in marshal()
147 public void marshal(T object, ContentHandler contentHandler) throws JAXBException { in marshal()
153 public void marshal(T object, Node output) throws JAXBException { in marshal()
159 …public void marshal(T object, OutputStream output, NamespaceContext nsContext, AttachmentMarshalle… in marshal()
164 …public void marshal(T object, OutputStream output, NamespaceContext nsContext) throws JAXBExceptio… in marshal()
170 public final void marshal(T object, Result result) throws JAXBException { in marshal()
175 public final void marshal(T object, XMLStreamWriter output, in marshal()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/db/glassfish/
H A DBridgeWrapper.java112 public void marshal(Marshaller m, T object, Node output) throws JAXBException { in marshal()
116 …public void marshal(Marshaller m, T object, OutputStream output, NamespaceContext nsContext) throw… in marshal()
120 public void marshal(Marshaller m, T object, Result result) throws JAXBException { in marshal()
124 public void marshal(Marshaller m, T object, XMLStreamWriter output) throws JAXBException { in marshal()
147 public void marshal(T object, ContentHandler contentHandler) throws JAXBException { in marshal()
153 public void marshal(T object, Node output) throws JAXBException { in marshal()
159 …public void marshal(T object, OutputStream output, NamespaceContext nsContext, AttachmentMarshalle… in marshal()
164 …public void marshal(T object, OutputStream output, NamespaceContext nsContext) throws JAXBExceptio… in marshal()
170 public final void marshal(T object, Result result) throws JAXBException { in marshal()
175 public final void marshal(T object, XMLStreamWriter output, in marshal()
[all …]
/dports/biology/py-biopython/biopython-1.79/Doc/
H A Dbiopdb_faq.tex291 \subsubsection*{Can I access the header information?}
368 \subsubsection*{How do I download the entire PDB?}
409 \subsubsection*{What about all those buggy PDB files?}
459 \subsubsection*{Can I write PDB files?}
517 \subsubsection*{Can I write mmCIF files?}
667 \subsubsection*{What is a model id?}
675 \subsubsection*{What is a chain id?}
681 \subsubsection*{What is a residue id?}
717 \subsubsection*{What is an atom id?}
730 \subsubsection*{How is disorder handled?}
[all …]
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/bind/tuple/
H A DTupleTupleBinding.java46 public void objectToKey(E object, DatabaseEntry key) { in objectToKey()
48 TupleOutput output = getTupleOutput(object); in objectToKey() local
54 public void objectToData(E object, DatabaseEntry data) { in objectToData()
56 TupleOutput output = getTupleOutput(object); in objectToData() local
83 public abstract void objectToKey(E object, TupleOutput output); in objectToKey()
93 public abstract void objectToData(E object, TupleOutput output); in objectToData()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/bind/tuple/
H A DTupleTupleBinding.java46 public void objectToKey(E object, DatabaseEntry key) { in objectToKey()
48 TupleOutput output = getTupleOutput(object); in objectToKey() local
54 public void objectToData(E object, DatabaseEntry data) { in objectToData()
56 TupleOutput output = getTupleOutput(object); in objectToData() local
83 public abstract void objectToKey(E object, TupleOutput output); in objectToKey()
93 public abstract void objectToData(E object, TupleOutput output); in objectToData()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/bind/tuple/
H A DTupleTupleBinding.java46 public void objectToKey(E object, DatabaseEntry key) { in objectToKey()
48 TupleOutput output = getTupleOutput(object); in objectToKey() local
54 public void objectToData(E object, DatabaseEntry data) { in objectToData()
56 TupleOutput output = getTupleOutput(object); in objectToData() local
83 public abstract void objectToKey(E object, TupleOutput output); in objectToKey()
93 public abstract void objectToData(E object, TupleOutput output); in objectToData()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/nvdrv/devices/
H A Dnvmap.cpp52 const std::vector<u8>& inline_input, std::vector<u8>& output, in Ioctl2()
65 auto object = GetObject(handle); in GetObjectAddress() local
73 auto object = std::make_shared<Object>(); in CreateObject() local
86 NvResult nvmap::IocCreate(const std::vector<u8>& input, std::vector<u8>& output) { in IocCreate()
102 NvResult nvmap::IocAlloc(const std::vector<u8>& input, std::vector<u8>& output) { in IocAlloc()
122 auto object = GetObject(params.handle); in IocAlloc() local
143 NvResult nvmap::IocGetId(const std::vector<u8>& input, std::vector<u8>& output) { in IocGetId()
154 auto object = GetObject(params.handle); in IocGetId() local
179 auto& object = itr->second; in IocFromId() local
202 auto object = GetObject(params.handle); in IocParam() local
[all …]
/dports/databases/db18/db-18.1.40/examples/java/src/collections/ship/sentity/
H A DSampleViews.java202 public void objectToEntry(PartKey object, TupleOutput output) { in objectToEntry()
246 public void objectToKey(Part object, TupleOutput output) { in objectToKey()
256 public Part objectToData(Part object) { in objectToData()
288 public void objectToEntry(SupplierKey object, TupleOutput output) { in objectToEntry()
333 public void objectToKey(Supplier object, TupleOutput output) { in objectToKey()
343 public Supplier objectToData(Supplier object) { in objectToData()
376 public void objectToEntry(ShipmentKey object, TupleOutput output) { in objectToEntry()
423 public void objectToKey(Shipment object, TupleOutput output) { in objectToKey()
434 public Shipment objectToData(Shipment object) { in objectToData()
/dports/databases/db18/db-18.1.40/examples/java/src/collections/ship/tuple/
H A DSampleViews.java201 public void objectToEntry(PartKey object, TupleOutput output) { in objectToEntry()
238 public void objectToKey(Part object, TupleOutput output) { in objectToKey()
247 public PartData objectToData(Part object) { in objectToData()
280 public void objectToEntry(SupplierKey object, TupleOutput output) { in objectToEntry()
318 public void objectToKey(Supplier object, TupleOutput output) { in objectToKey()
327 public SupplierData objectToData(Supplier object) { in objectToData()
361 public void objectToEntry(ShipmentKey object, TupleOutput output) { in objectToEntry()
401 public void objectToKey(Shipment object, TupleOutput output) { in objectToKey()
411 public ShipmentData objectToData(Shipment object) { in objectToData()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dobject_stream.cc123 object_read_bencode(std::istream* input, Object* object, uint32_t depth) { in object_read_bencode()
394 object_sha1(const Object* object) { in object_sha1()
406 operator >> (std::istream& input, Object& object) { in operator >>()
417 operator << (std::ostream& output, const Object& object) { in operator <<()
452 object_write_bencode_c_char(object_write_data_t* output, char src) { in object_write_bencode_c_char()
508 object_write_bencode_c_object(object_write_data_t* output, const Object* object, uint32_t skip_mask… in object_write_bencode_c_object()
577 object_write_bencode(std::ostream* output, const Object* object, uint32_t skip_mask) { in object_write_bencode()
592 const Object* object, in object_write_bencode_c()
594 object_write_data_t output; in object_write_bencode_c() local
801 static_map_write_bencode_c_values(object_write_data_t* output, in static_map_write_bencode_c_values()
[all …]
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/sentity/
H A DSampleViews.java190 public void objectToEntry(Object object, TupleOutput output) { in objectToEntry()
233 public void objectToKey(Object object, TupleOutput output) { in objectToKey()
243 public Object objectToData(Object object) { in objectToData()
273 public void objectToEntry(Object object, TupleOutput output) { in objectToEntry()
316 public void objectToKey(Object object, TupleOutput output) { in objectToKey()
326 public Object objectToData(Object object) { in objectToData()
357 public void objectToEntry(Object object, TupleOutput output) { in objectToEntry()
402 public void objectToKey(Object object, TupleOutput output) { in objectToKey()
413 public Object objectToData(Object object) { in objectToData()
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/sentity/
H A DSampleViews.java191 public void objectToEntry(Object object, TupleOutput output) { in objectToEntry()
234 public void objectToKey(Object object, TupleOutput output) { in objectToKey()
244 public Object objectToData(Object object) { in objectToData()
274 public void objectToEntry(Object object, TupleOutput output) { in objectToEntry()
317 public void objectToKey(Object object, TupleOutput output) { in objectToKey()
327 public Object objectToData(Object object) { in objectToData()
358 public void objectToEntry(Object object, TupleOutput output) { in objectToEntry()
403 public void objectToKey(Object object, TupleOutput output) { in objectToKey()
414 public Object objectToData(Object object) { in objectToData()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DMarshallerBridge.java57 public void marshal(Marshaller m, Object object, XMLStreamWriter output) throws JAXBException { in marshal()
66 …public void marshal(Marshaller m, Object object, OutputStream output, NamespaceContext nsContext) … in marshal()
75 public void marshal(Marshaller m, Object object, Node output) throws JAXBException { in marshal()
84 …public void marshal(Marshaller m, Object object, ContentHandler contentHandler) throws JAXBExcepti… in marshal()
93 public void marshal(Marshaller m, Object object, Result result) throws JAXBException { in marshal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DMarshallerBridge.java57 public void marshal(Marshaller m, Object object, XMLStreamWriter output) throws JAXBException { in marshal()
66 …public void marshal(Marshaller m, Object object, OutputStream output, NamespaceContext nsContext) … in marshal()
75 public void marshal(Marshaller m, Object object, Node output) throws JAXBException { in marshal()
84 …public void marshal(Marshaller m, Object object, ContentHandler contentHandler) throws JAXBExcepti… in marshal()
93 public void marshal(Marshaller m, Object object, Result result) throws JAXBException { in marshal()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/rmi/CORBA/
H A DUtil.java102 public static java.lang.Object copyObject(java.lang.Object object, ORB orb) in copyObject()
112 public static java.lang.Object[] copyObjects(java.lang.Object[] object, in copyObjects()
363 public static void writeAbstractObject(OutputStream output, in writeAbstractObject()
364 java.lang.Object object) in writeAbstractObject()
383 public static void writeAny(OutputStream output, java.lang.Object object) in writeAny()
411 public static void writeRemoteObject(OutputStream output, in writeRemoteObject()
412 java.lang.Object object) in writeRemoteObject()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/rmi/CORBA/
H A DUtil.java102 public static java.lang.Object copyObject(java.lang.Object object, ORB orb) in copyObject()
112 public static java.lang.Object[] copyObjects(java.lang.Object[] object, in copyObjects()
363 public static void writeAbstractObject(OutputStream output, in writeAbstractObject()
364 java.lang.Object object) in writeAbstractObject()
383 public static void writeAny(OutputStream output, java.lang.Object object) in writeAny()
411 public static void writeRemoteObject(OutputStream output, in writeRemoteObject()
412 java.lang.Object object) in writeRemoteObject()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/rmi/CORBA/
H A DUtil.java102 public static java.lang.Object copyObject(java.lang.Object object, ORB orb) in copyObject()
112 public static java.lang.Object[] copyObjects(java.lang.Object[] object, in copyObjects()
363 public static void writeAbstractObject(OutputStream output, in writeAbstractObject()
364 java.lang.Object object) in writeAbstractObject()
383 public static void writeAny(OutputStream output, java.lang.Object object) in writeAny()
411 public static void writeRemoteObject(OutputStream output, in writeRemoteObject()
412 java.lang.Object object) in writeRemoteObject()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/rmi/CORBA/
H A DUtil.java102 public static java.lang.Object copyObject(java.lang.Object object, ORB orb) in copyObject()
112 public static java.lang.Object[] copyObjects(java.lang.Object[] object, in copyObjects()
363 public static void writeAbstractObject(OutputStream output, in writeAbstractObject()
364 java.lang.Object object) in writeAbstractObject()
383 public static void writeAny(OutputStream output, java.lang.Object object) in writeAny()
411 public static void writeRemoteObject(OutputStream output, in writeRemoteObject()
412 java.lang.Object object) in writeRemoteObject()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/rmi/CORBA/
H A DUtil.java102 public static java.lang.Object copyObject(java.lang.Object object, ORB orb) in copyObject()
112 public static java.lang.Object[] copyObjects(java.lang.Object[] object, in copyObjects()
363 public static void writeAbstractObject(OutputStream output, in writeAbstractObject()
364 java.lang.Object object) in writeAbstractObject()
383 public static void writeAny(OutputStream output, java.lang.Object object) in writeAny()
411 public static void writeRemoteObject(OutputStream output, in writeRemoteObject()
412 java.lang.Object object) in writeRemoteObject()

12345678910>>...124