Searched refs:create (Results 1 - 25 of 1875) sorted by relevance

1234567891011>>

/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDocPaths.java42 public static final DocPath ALLCLASSES_FRAME = DocPath.create("allclasses-frame.html");
45 public static final DocPath ALLCLASSES_NOFRAME = DocPath.create("allclasses-noframe.html");
48 public static final DocPath CLASS_USE = DocPath.create("class-use");
51 public static final DocPath CONSTANT_VALUES = DocPath.create("constant-values.html");
54 public static final DocPath DEPRECATED_LIST = DocPath.create("deprecated-list.html");
57 public static final DocPath DOC_FILES = DocPath.create("doc-files");
60 public static final DocPath GLASS_IMG = DocPath.create("glass.png");
63 public static final DocPath HELP_DOC = DocPath.create("help-doc.html");
66 public static final DocPath INDEX = DocPath.create("index.html");
69 public static final DocPath INDEX_ALL = DocPath.create("inde
[all...]
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDocPaths.java41 public static final DocPath ALLCLASSES = DocPath.create("allclasses.html");
44 public static final DocPath ALLCLASSES_FRAME = DocPath.create("allclasses-frame.html");
47 public static final DocPath ALLCLASSES_NOFRAME = DocPath.create("allclasses-noframe.html");
54 public static final DocPath CLASS_USE = DocPath.create("class-use");
57 public static final DocPath CONSTANT_VALUES = DocPath.create("constant-values.html");
60 public static final DocPath DEPRECATED_LIST = DocPath.create("deprecated-list.html");
63 public static final DocPath DOC_FILES = DocPath.create("doc-files");
66 public static final DocPath GLASS_IMG = DocPath.create("glass.png");
69 public static final DocPath HELP_DOC = DocPath.create("help-doc.html");
72 public static final DocPath INDEX = DocPath.create("inde
[all...]
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/reflect/
H A DByteVectorFactory.java29 static ByteVector create() { method in class:ByteVectorFactory
33 static ByteVector create(int sz) { method in class:ByteVectorFactory
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/util/
H A DLazyBlockReference.java44 protected abstract JBlock create(); method in class:LazyBlockReference
46 public JBlock get(boolean create) { argument
47 if(!create) return block;
49 block = create();
/openjdk9/nashorn/test/script/basic/
H A DNASHORN-245.js38 var obj2 = Object.create(obj);
40 var obj3 = Object.create(obj2);
H A DJDK-8013729.js32 var b = Object.create(a, {y: {value: 2, configurable: true, writable: true}});
33 var c = Object.create(b);
34 var d = Object.create(c);
H A DNASHORN-164.js32 var obj = Object.create(obj2);
/openjdk9/nashorn/test/script/maptests/
H A Dobject_create.js32 // Objects created by Object.create
33 var obj1 = Object.create(Object.prototype);
34 var obj2 = Object.create(Object.prototype);
38 obj1 = Object.create(proto);
39 obj2 = Object.create(proto);
H A Dproto.js36 var proto = Object.create(proto2);
39 var obj1 = Object.create(proto);
40 var obj2 = Object.create(proto);
/openjdk9/nashorn/test/script/nosecurity/
H A Dparserapi_const_as_var.js32 var constAsVarParser = Parser.create("--const-as-var");
33 var parser = Parser.create();
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1HeapSizingPolicy_ext.cpp29 G1HeapSizingPolicy* G1HeapSizingPolicy::create(const G1CollectedHeap* g1, const G1Analytics* analytics) { function in class:G1HeapSizingPolicy
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DFiberContextSwitchInterceptorFactory.java38 public FiberContextSwitchInterceptor create(); method in interface:FiberContextSwitchInterceptorFactory
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationParserFactory.java34 AnnotationParser create(); method in interface:AnnotationParserFactory
/openjdk9/nashorn/samples/
H A Dwithcheck.js36 var parser = Parser.create("-strict");
/openjdk9/jdk/test/javax/swing/plaf/metal/MetalBorders/
H A DTest6657026.java51 test(create("ButtonBorder"));
52 test(create("MenuBarBorder"));
53 test(create("MenuItemBorder"));
54 test(create("PopupMenuBorder"));
56 test(create("Flush3DBorder"));
57 test(create("InternalFrameBorder"));
58 // NOT USED: test(create("FrameBorder"));
59 // NOT USED: test(create("DialogBorder"));
60 test(create("PaletteBorder"));
61 test(create("OptionDialogBorde
65 private static Border create(String name) { method in class:Test6657026
[all...]
/openjdk9/jdk/src/java.base/aix/classes/sun/nio/fs/
H A DDefaultFileSystemProvider.java40 public static FileSystemProvider create() { method in class:DefaultFileSystemProvider
/openjdk9/jdk/src/java.base/linux/classes/sun/nio/fs/
H A DDefaultFileSystemProvider.java40 public static FileSystemProvider create() { method in class:DefaultFileSystemProvider
/openjdk9/jdk/src/java.base/macosx/classes/sun/nio/fs/
H A DDefaultFileSystemProvider.java40 public static FileSystemProvider create() { method in class:DefaultFileSystemProvider
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DJavaNetUriAccess.java34 URI create(String scheme, String path); method in interface:JavaNetUriAccess
/openjdk9/jdk/src/java.base/solaris/classes/sun/nio/fs/
H A DDefaultFileSystemProvider.java40 public static FileSystemProvider create() { method in class:DefaultFileSystemProvider
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DDefaultAsynchronousChannelProvider.java40 public static AsynchronousChannelProvider create() { method in class:DefaultAsynchronousChannelProvider
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DDefaultFileSystemProvider.java35 public static FileSystemProvider create() { method in class:DefaultFileSystemProvider
H A DDefaultFileTypeDetector.java33 public static FileTypeDetector create() { method in class:DefaultFileTypeDetector
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DViewFactory.java30 * A factory to create a view of some portion of document subject.
46 public View create(Element elem); method in interface:ViewFactory
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DProxyPrintGraphics.java62 public Graphics create() { method in class:ProxyPrintGraphics
63 return new ProxyPrintGraphics(getGraphics().create(), printJob);
72 * {@link sun.print.ProxyGraphics#create(int, int, int, int)}
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);

Completed in 206 milliseconds

1234567891011>>