Searched refs:add (Results 251 - 275 of 3388) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/
H A DRootJObjCClass.java64 getInstR.body.add("if(runtime == null) throw new NullPointerException(\"runtime\");");
65 getInstR.body.add("if(instance == null) instance = new JObjC(runtime);");
66 getInstR.body.add("return instance;");
70 getInst.body.add("return getInstance(JObjCRuntime.getInstance());");
74 ctor.body.add("this.runtime = runtime;");
76 ctor.body.add("runtime.registerPackage(\"" + f.pkg + "\");");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/
H A DElement.java107 foreEdges.add(element);
108 element.backEdges.add(this);
159 visitedElements.add(cur);
167 ccs.add(cc);
185 group.add(this);
214 if(!visited.add(this))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DCustomizationContextChecker.java136 prohibitedSchemaElementNames.add("restriction");
137 prohibitedSchemaElementNames.add("extension");
138 prohibitedSchemaElementNames.add("simpleContent");
139 prohibitedSchemaElementNames.add("complexContent");
140 prohibitedSchemaElementNames.add("list");
141 prohibitedSchemaElementNames.add("union");
/openjdk7/jdk/test/tools/pack200/
H A DPack200Props.java62 cmdsList.add(Utils.getPack200Cmd());
63 cmdsList.add("--effort=1");
64 cmdsList.add("--verbose");
65 cmdsList.add("--no-gzip");
66 cmdsList.add(outFile.getName());
67 cmdsList.add(testJar.getAbsolutePath());
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DWildcardTyp.java95 res.add("type");
98 res.add("ref type");
101 res.add("wild thing");
119 res.add(w.toString());
144 res.add((num > 0) ? bounds.iterator().next() : null);
166 res.add((num > 0) ? bounds.iterator().next() : null);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DOverviewTab.java51 add(topPanel, BorderLayout.NORTH);
54 topPanel.add(controlPanel, BorderLayout.CENTER);
60 controlPanel.add(lc);
67 add(sp, BorderLayout.CENTER);
86 gridPanel.add(op);
89 plotters.add(plotter);
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DIteratorWeakConsistency.java65 q.add(i);
73 list.add(it.next());
83 q.add(1);
84 q.add(2);
85 q.add(3);
86 q.add(4);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/
H A DAddModelInstrumentIntInt.java27 @summary Test SimpleInstrument add(ModelInstrument,int,int) method */
55 performers[0].getConnectionBlocks().add(new ModelConnectionBlock());
56 performers[0].getOscillators().add(new ModelByteBufferWavetable(new ModelByteBuffer(new byte[] {1,2,3})));
66 performers[1].getConnectionBlocks().add(new ModelConnectionBlock());
67 performers[1].getOscillators().add(new ModelByteBufferWavetable(new ModelByteBuffer(new byte[] {1,2,3})));
70 subins.add(performers[0]);
71 instrument.add(subins, 18, 40);
H A DAddModelInstrumentIntIntIntInt.java27 @summary Test SimpleInstrument add(ModelInstrument,int,int,int,int) method */
55 performers[0].getConnectionBlocks().add(new ModelConnectionBlock());
56 performers[0].getOscillators().add(new ModelByteBufferWavetable(new ModelByteBuffer(new byte[] {1,2,3})));
66 performers[1].getConnectionBlocks().add(new ModelConnectionBlock());
67 performers[1].getOscillators().add(new ModelByteBufferWavetable(new ModelByteBuffer(new byte[] {1,2,3})));
70 subins.add(performers[0]);
71 instrument.add(subins,18,40,20,75);
H A DAddModelInstrumentIntIntIntIntInt.java27 @summary Test SimpleInstrument add(ModelInstrument,int,int,int,int,int) method */
55 performers[0].getConnectionBlocks().add(new ModelConnectionBlock());
56 performers[0].getOscillators().add(new ModelByteBufferWavetable(new ModelByteBuffer(new byte[] {1,2,3})));
66 performers[1].getConnectionBlocks().add(new ModelConnectionBlock());
67 performers[1].getOscillators().add(new ModelByteBufferWavetable(new ModelByteBuffer(new byte[] {1,2,3})));
70 subins.add(performers[0]);
71 instrument.add(subins,18,40,20,75,12);
/openjdk7/jdk/test/javax/swing/JPopupMenu/6827786/
H A Dbug6827786.java126 menu.add(new JMenuItem("Save", 'S'));
130 sub.add(new JMenuItem("Sub Item"));
131 menu.add(sub);
133 menu.add(new JMenuItem("Special", 'S'));
136 bar.add(menu);
145 frame.add(focusable);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAtomList.java52 add(new XAtom(XToolkit.getDisplay(), XAtom.getAtom(data+count*XAtom.getAtomSize())));
65 add(atoms[i]);
102 public void add(XAtom atom) { method in class:XAtomList
103 atoms.add(atom);
133 res.add(atom);
153 add(iter.next());
/openjdk7/langtools/test/tools/javac/policy/test3/
H A DTest.java81 args.add("-XDverboseCompilePolicy");
82 args.add("-XDcompilePolicy=" + cp.toString().toLowerCase());
83 args.add("-d");
84 args.add(".");
86 args.add("-XDshouldStopPolicy=" + ssp);
87 args.add(new File(System.getProperty("test.src", "."), "A.java").getPath());
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DIndexedCollectionCertStore.java154 otherCertificates.add((Certificate)obj);
159 otherCRLs.add((CRL)obj);
184 list.add(cert);
185 list.add((X509Certificate)oldEntry);
190 list.add(cert);
209 list.add(crl);
210 list.add((X509CRL)oldEntry);
215 list.add(crl);
250 matches.add(cert);
286 matches.add(cer
[all...]
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java166 list.add(ok.getText());
167 list.add(cancel.getText());
168 list.add(reset.getText());
169 list.add(Integer.valueOf(reset.getMnemonic()));
173 list.add(panel.getDisplayName());
174 list.add(Integer.valueOf(panel.getMnemonic()));
180 list.add(label.getText());
187 list.add(button.getText());
190 list.add(label.getText());
193 list.add(labe
[all...]
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java106 frame.getContentPane().add("Center", panel);
131 sp.getViewport().add(tree);
135 panel.add("Center", sp);
136 panel.add("South", constructOptionsPanel());
157 retPanel.add(aCheckbox);
162 retPanel.add(aCheckbox);
168 retPanel.add(aCheckbox);
170 borderPane.add(retPanel, BorderLayout.CENTER);
193 group.add(button);
194 buttonPane.add(butto
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DXCatalogReader.java110 entryArgs.add(atts.getValue("HRef"));
115 entryArgs.add(atts.getValue("PublicId"));
116 entryArgs.add(atts.getValue("HRef"));
123 entryArgs.add(atts.getValue("HRef"));
128 entryArgs.add(atts.getValue("PublicId"));
129 entryArgs.add(atts.getValue("HRef"));
136 entryArgs.add(atts.getValue("SystemId"));
137 entryArgs.add(atts.getValue("HRef"));
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/fsm/
H A DStateEngine.java48 * Multiple calls to add with the same old and in are permitted,
56 public StateEngine add( State oldState, Input input, Guard guard, method in interface:StateEngine
61 public StateEngine add( State oldState, Input input, method in interface:StateEngine
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DOkCancelDialog.java53 pane.add(panel, "Center");
54 pane.add(new OkCancelButtonPanel(this), "South");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DDeadlockDetectionPanel.java47 scroller.getViewport().add(textArea);
48 add(scroller, BorderLayout.CENTER);
H A DFindInHeapPanel.java67 panel.add(new JLabel("Address to search for:"));
70 panel.add(addressField);
143 panel.add(findButton);
146 topPanel.add(panel);
149 topPanel.add(progressBar);
151 add(topPanel, BorderLayout.NORTH);
155 add(scroller, BorderLayout.CENTER);
163 updates.add("found at " + addr + "\n");
H A DHeapParametersPanel.java34 /** Provides information about heap. FIXME: add back in information
50 scroller.getViewport().add(textArea);
51 add(scroller, BorderLayout.CENTER);
H A DThreadInfoPanel.java53 scroller.getViewport().add(textArea);
54 add(scroller, BorderLayout.CENTER);
/openjdk7/jdk/src/share/classes/java/lang/
H A DApplicationShutdownHooks.java42 Shutdown.add(1 /* shutdown hook invocation order */,
64 static synchronized void add(Thread hook) { method in class:ApplicationShutdownHooks
77 /* Remove a previously-registered hook. Like the add method, this method
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoAllPermission.java134 * @param permission the Permission object to add.
139 public void add(Permission permission) method in class:CryptoAllPermissionCollection
142 throw new SecurityException("attempt to add a Permission to " +
176 if (all_allowed) v.add(CryptoAllPermission.INSTANCE);

Completed in 128 milliseconds

<<11121314151617181920>>