Searched refs:export (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExportCookie.java35 void export(File f); method in interface:ExportCookie
/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DGSSNameSpi.java83 public byte[] export() throws GSSException; method in interface:GSSNameSpi
H A DGSSContextSpi.java388 public byte[] export() throws GSSException; method in interface:GSSContextSpi
/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DTestImpl.java34 public TestIface export() method in class:TestImpl
H A DReadTimeoutTest.java72 TestIface stub = impl.export();
79 throw new Error("TEST FAILED: export didn't reserve a port(?)");
/openjdk7/jdk/test/sun/rmi/transport/tcp/blockAccept/
H A DTestImpl.java34 public TestIface export() method in class:TestImpl
H A DBlockAcceptTest.java88 TestIface stub = impl.export();
94 throw new Error("TEST FAILED: export didn't reserve a port(?)");
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DJNDIFailureTest.java73 protected void export() throws IOException { method in class:JNDIFailureTest.SpyServerImpl
74 super.export();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DPrinter.java47 public void export(Writer writer, GraphDocument document) { method in class:Printer
52 export(xmlWriter, document);
57 private void export(XMLWriter xmlWriter, GraphDocument document) throws IOException { method in class:Printer
61 export(xmlWriter, g);
68 private void export(XMLWriter writer, Group g) throws IOException { method in class:Printer
75 export(writer, g.getMethod());
80 export(writer, graph, previous, true);
87 public void export(XMLWriter writer, InputGraph graph, InputGraph previous, boolean difference) throws IOException { method in class:Printer
179 private void export(XMLWriter w, InputMethod method) throws IOException { method in class:Printer
188 export(
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIJRMPServerImpl.java94 protected void export() throws IOException { method in class:RMIJRMPServerImpl
95 export(this);
98 private void export(Remote obj) throws RemoteException { method in class:RMIJRMPServerImpl
175 export(client);
H A DRMIIIOPServerImpl.java68 protected void export() throws IOException { method in class:RMIIIOPServerImpl
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_SSL3_KEY_MAT_PARAMS.java120 public CK_SSL3_KEY_MAT_PARAMS(int macSize, int keySize, int ivSize, boolean export, CK_SSL3_RANDOM_DATA random) { argument
124 bIsExport = export;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEphemeralKeyManager.java58 KeyPair getRSAKeyPair(boolean export, SecureRandom random) { argument
60 if (export) {
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl71 (8) <interface_body> <export><interface_body'>
74 <export><interface_body'>
76 (9) <export> <type_dcl> ";"
105 (16) <value_abs_dcl> "abstract" "valuetype" <id> <value_inheritance_spec> "{" <export> <vad> "}"
106 "abstract" "valuetype" <id> "{" <export> <vad> "}"
109 <export> <vad>
138 (21) <value_element> <export>
H A Dfollow.set60 <export> typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state, }
H A Dfirst.set60 <export> typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state
H A Dgrammar3.idl86 (8) <interface_body> <export><interface_body'>
89 <export><interface_body'>
91 (9) <export> <type_dcl> ";"
120 (16) <value_abs_dcl> "abstract" "valuetype" <id> <value_inheritance_spec> "{" <export> <vad> "}"
121 "abstract" "valuetype" <id> "{" <export> <vad> "}"
124 <export> <vad>
153 (21) <value_element> <export>
522 (219) <home_export> <export>
/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSName.java80 * // export and re-import the name
81 * byte [] exportName = mechName.export();
88 * @see #export()
156 * Name type used to indicate an exported name produced by the export
227 * default mechanism to canonicalize the name and then export
253 public byte[] export() throws GSSException; method in interface:GSSName
H A DGSSContext.java905 public byte [] export() throws GSSException; method in interface:GSSContext
1209 * through the use of the {@link #export() export} method. This call
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DSaveAsAction.java80 p.export(writer, doc);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DExportAction.java95 cookie.export(file);
106 return "com/sun/hotspot/igv/view/images/export.gif";
/openjdk7/jdk/src/share/classes/sun/management/
H A DConnectorAddressLink.java90 public static void export(String address) { method in class:ConnectorAddressLink
/openjdk7/jdk/make/sun/awt/
H A DDepend.mak50 -I$(SHARE_SRC)/javavm/export \
51 -I$(WINDOWS_SRC)/javavm/export \
/openjdk7/jdk/make/sun/jawt/
H A DDepend.mak45 -I$(SHARE_SRC)/javavm/export \
46 -I$(WINDOWS_SRC)/javavm/export \
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5NameElement.java272 public byte[] export() throws GSSException { method in class:Krb5NameElement

Completed in 82 milliseconds

12