Searched defs:setup (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jdk/test/sun/tools/jrunscript/
H A Dcommon.sh26 setup() { function
/openjdk7/jdk/src/windows/classes/java/lang/
H A DTerminator.java44 /* Invocations of setup and teardown are already synchronized
48 static void setup() { method in class:Terminator
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DCircularList.java45 CircularListTest.setup();
74 public static void setup() { method in class:CircularListTest
/openjdk7/jdk/test/sun/jvmstat/testlibrary/
H A Dutils.sh26 setup() { function
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DTerminator.java44 /* Invocations of setup and teardown are already synchronized
48 static void setup() { method in class:Terminator
/openjdk7/hotspot/src/share/vm/memory/
H A DreferencePolicy.cpp33 setup();
37 void LRUCurrentHeapPolicy::setup() { function in class:LRUCurrentHeapPolicy
60 setup();
64 void LRUMaxHeapPolicy::setup() { function in class:LRUMaxHeapPolicy
H A DreferencePolicy.hpp40 virtual void setup() { /* do nothing */ } function in class:ReferencePolicy
65 void setup();
77 void setup();
/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DLoadItUp2Invoker.java42 public void setup(URL[] urls, String rbName) throws method in class:LoadItUp2Invoker
/openjdk7/jdk/test/javax/swing/text/html/8008289/
H A Dbug8008289.java52 private static void setup() { method in class:bug8008289
120 setup();
/openjdk7/jdk/test/javax/xml/crypto/dsig/SecurityManager/
H A DXMLDSigWithSecMgr.java59 private void setup() throws Exception { method in class:XMLDSigWithSecMgr
105 setup();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DInternalBindingKey.java55 setup(n);
59 protected void setup(NameComponent n) { method in class:InternalBindingKey
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DRefused.java56 public static void setup() throws Exception { method in class:Refused
73 setup();
90 setup();
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DNotActivatableServerImpl.java59 private static void setup() { method in class:NotActivatableServerImpl
97 setup();
H A DDayTimeServerImpl.java100 private static void setup() { method in class:DayTimeServerImpl
138 setup();
H A DCountServerImpl.java136 private static void setup() { method in class:CountServerImpl
174 setup();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInternalBindingKey.java53 setup(n);
57 protected void setup(NameComponent n) { method in class:InternalBindingKey
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.hpp52 void setup(void *mem, size_t size) { function in class:ZeroStack
/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh222 setup() function
1078 setup
/openjdk7/jdk/test/java/io/File/
H A DSymLinks.java55 static void setup() throws IOException { method in class:SymLinks
159 // check setup
366 setup();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.cpp32 void G1AllocRegion::setup(G1CollectedHeap* g1h, HeapRegion* dummy_region) { function in class:G1AllocRegion
/openjdk7/jdk/src/share/classes/sun/rmi/registry/
H A DRegistryImpl.java98 setup(new UnicastServerRef2(lref));
108 setup(new UnicastServerRef(lref));
115 private void setup(UnicastServerRef uref) method in class:RegistryImpl
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXRobotPeer.java47 setup(tk.getNumberOfButtons(), AWTAccessor.getInputEventAccessor().getButtonDownMasks());
90 private static native synchronized void setup(int numberOfButtons, int[] buttonDownMasks); method in class:XRobotPeer
/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java43 setup();
52 void setup() throws Exception { method in class:T6430241
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DCompoundScopeTest.java100 setup();
165 void setup() { method in class:CompoundScopeTest.Test
166 log ("setup");
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java188 final LdapSchemaCtx setup(int objectType, String name, Attributes attrs) method in class:LdapSchemaCtx

Completed in 49 milliseconds

12