Searched defs:create (Results 101 - 125 of 313) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DShortCalls.java54 public Remote create() throws RemoteException { method in class:ShortCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DSmallObjTreeCalls.java68 public Remote create() throws RemoteException { method in class:SmallObjTreeCalls.ServerFactory
81 Server stub = (Server) bsrv.create(new ServerFactory());
/openjdk7/jdk/test/java/util/Formatter/
H A DBasicBigDecimal.java248 private static BigDecimal create(double v) { method in class:BasicBigDecimal
959 test("%#.0e", "3.e+00", create(3.0));
960 test("%#.0e", "-3.e+00", create(-3.0));
961 test("%.0e", "3e+00", create(3.0));
962 test("%.0e", "-3e+00", create(-3.0));
1012 test("%#.0f", "3.", create(3.0));
1013 test("%#.0f", "-3.", create(-3.0));
1014 test("%.0f", "3", create(3.0));
1015 test("%.0f", "-3", create(-3.0));
1165 test("%.3g", "1.00e-05", recip(create(100000.
[all...]
H A DBasicDouble.java299 private static double create(double v) { method in class:BasicDouble
959 test("%#.0e", "3.e+00", create(3.0));
960 test("%#.0e", "-3.e+00", create(-3.0));
961 test("%.0e", "3e+00", create(3.0));
962 test("%.0e", "-3e+00", create(-3.0));
1012 test("%#.0f", "3.", create(3.0));
1013 test("%#.0f", "-3.", create(-3.0));
1014 test("%.0f", "3", create(3.0));
1015 test("%.0f", "-3", create(-3.0));
1165 test("%.3g", "1.00e-05", recip(create(100000.
[all...]
H A DBasicDoubleObject.java317 private static Double create(double v) { method in class:BasicDoubleObject
959 test("%#.0e", "3.e+00", create(3.0));
960 test("%#.0e", "-3.e+00", create(-3.0));
961 test("%.0e", "3e+00", create(3.0));
962 test("%.0e", "-3e+00", create(-3.0));
1012 test("%#.0f", "3.", create(3.0));
1013 test("%#.0f", "-3.", create(-3.0));
1014 test("%.0f", "3", create(3.0));
1015 test("%.0f", "-3", create(-3.0));
1165 test("%.3g", "1.00e-05", recip(create(100000.
[all...]
H A DBasicFloat.java265 private static float create(double v) { method in class:BasicFloat
959 test("%#.0e", "3.e+00", create(3.0));
960 test("%#.0e", "-3.e+00", create(-3.0));
961 test("%.0e", "3e+00", create(3.0));
962 test("%.0e", "-3e+00", create(-3.0));
1012 test("%#.0f", "3.", create(3.0));
1013 test("%#.0f", "-3.", create(-3.0));
1014 test("%.0f", "3", create(3.0));
1015 test("%.0f", "-3", create(-3.0));
1165 test("%.3g", "1.00e-05", recip(create(100000.
[all...]
H A DBasicFloatObject.java282 private static Float create(double v) { method in class:BasicFloatObject
959 test("%#.0e", "3.e+00", create(3.0));
960 test("%#.0e", "-3.e+00", create(-3.0));
961 test("%.0e", "3e+00", create(3.0));
962 test("%.0e", "-3e+00", create(-3.0));
1012 test("%#.0f", "3.", create(3.0));
1013 test("%#.0f", "-3.", create(-3.0));
1014 test("%.0f", "3", create(3.0));
1015 test("%.0f", "-3", create(-3.0));
1165 test("%.3g", "1.00e-05", recip(create(100000.
[all...]
/openjdk7/jdk/test/javax/swing/border/
H A DTest6910490.java52 create("Color", size, new MatteBorder(insets, RED)),
53 create("Icon", size, new MatteBorder(insets, this)));
58 private JScrollPane create(String name, Dimension size, MatteBorder border) { method in class:Test6910490
/openjdk7/jdk/src/share/classes/sun/misc/
H A DCleaner.java129 public static Cleaner create(Object ob, Runnable thunk) { method in class:Cleaner
H A DLRUCache.java42 abstract protected V create(N name); method in class:LRUCache
70 V ob = create(name);
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyPrintGraphics.java62 public Graphics create() { method in class:ProxyPrintGraphics
63 return new ProxyPrintGraphics(getGraphics().create(), printJob);
83 public Graphics create(int x, int y, int width, int height) { method in class:ProxyPrintGraphics
84 Graphics g = getGraphics().create(x, y, width, height);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DFileKey.java41 public static FileKey create(FileDescriptor fd) { method in class:FileKey
/openjdk7/langtools/test/tools/javac/T5003235/
H A DT5003235b.java12 public void create() { method in class:Outer
27 outer.create();
/openjdk7/langtools/test/tools/javac/generics/inference/6365166/
H A DNewTest.java49 l = lf.create();
56 public List<T> create() { method in class:NewTest.ListFactory
61 public T create(); method in interface:NewTest.Factory
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIdentifiableFactoryFinderBase.java68 public Identifiable create(int id, InputStream is) method in class:IdentifiableFactoryFinderBase
73 return factory.create( is ) ;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthPasswordFieldUI.java71 public View create(Element elem) { method in class:SynthPasswordFieldUI
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DTempFileHelper.java80 private static Path create(Path dir, method in class:TempFileHelper
143 throw new SecurityException("Unable to create temporary file or directory");
161 return create(dir, prefix, suffix, false, attrs);
173 return create(dir, prefix, null, true, attrs);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DMappedReadBuffer.java52 // factory method to create correct ReadBuffer for a given file
53 static ReadBuffer create(RandomAccessFile file) throws IOException { method in class:MappedReadBuffer
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DGenericAttachingConnector.java101 public static GenericAttachingConnector create(TransportService ts) { method in class:GenericAttachingConnector
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DSingleField.java157 public FieldAccessor create(JExpression targetObject) { method in class:SingleField
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIContent.java47 * the {@link #create(Element, BIElement)} method.
133 static BIContent create( Element e, BIElement _parent ) { method in class:BIContent
H A DBIEnumeration.java66 static BIEnumeration create( Element dom, BindInfo parent ) { method in class:BIEnumeration
67 // create a class in the target package.
82 static BIEnumeration create( Element dom, BIElement parent ) { method in class:BIEnumeration
83 // create a class as a nested class
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DAnnotationParserFactoryImpl.java68 public AnnotationParser create() { method in class:AnnotationParserFactoryImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DClassFactory.java125 public static <T> T create( Class<T> clazz ) { method in class:ClassFactory
129 logger.log(Level.INFO,"failed to create a new instance of "+clazz,e);
132 logger.log(Level.INFO,"failed to create a new instance of "+clazz,e);
156 public static Object create(Method method) { method in class:ClassFactory
171 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),e);
174 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),iae);
177 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),npe);
180 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),eie);
206 // let's just hope that we will never need to create a new object,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DEndpointAddress.java113 * @see #create(String)
130 public static EndpointAddress create(String url) { method in class:EndpointAddress

Completed in 108 milliseconds

1234567891011>>