Searched defs:put (Results 201 - 214 of 214) sorted by relevance

123456789

/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DBuildConfig.java58 put("Name", getCI().makeCfgName(flavourBuild, platformName));
59 put("Flavour", flavour);
60 put("Build", build);
61 put("PlatformName", platformName);
69 put("Id", flavourBuild);
70 put("OutputDir", outDir);
71 put("SourceBase", sourceBase);
72 put("BuildBase", buildBase);
73 put("BuildSpace", buildSpace);
74 put("OutputDl
205 void put(String key, String value) { method in class:BuildConfig
209 void put(String key, Vector vvalue) { method in class:BuildConfig
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java92 private MapEntry put(SelectionKeyImpl ski) { method in class:WindowsSelectorImpl.FdMap
93 return put(new Integer(ski.channel.getFDVal()), new MapEntry(ski));
540 fdMap.put(ski);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java465 attrList.put(SchemaSymbols.ATT_DEFAULT, allAttrs[ATT_DEFAULT_N]);
467 attrList.put(SchemaSymbols.ATT_FIXED, allAttrs[ATT_FIXED_N]);
469 attrList.put(SchemaSymbols.ATT_ID, allAttrs[ATT_ID_N]);
471 attrList.put(SchemaSymbols.ATT_NAME, allAttrs[ATT_NAME_R]);
473 attrList.put(SchemaSymbols.ATT_TYPE, allAttrs[ATT_TYPE_N]);
474 fEleAttrsMapG.put(SchemaSymbols.ELT_ATTRIBUTE, attrList);
479 attrList.put(SchemaSymbols.ATT_DEFAULT, allAttrs[ATT_DEFAULT_N]);
481 attrList.put(SchemaSymbols.ATT_FIXED, allAttrs[ATT_FIXED_N]);
483 attrList.put(SchemaSymbols.ATT_FORM, allAttrs[ATT_FORM_N]);
485 attrList.put(SchemaSymbol
1784 abstract void put(String key, OneAttr value); method in class:Container
1797 void put(String key, OneAttr value) { method in class:SmallContainer
1817 void put(String key, OneAttr value) { method in class:LargeContainer
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java887 public abstract void put(String name, boolean val); method in class:ObjectOutputStream.PutField
899 public abstract void put(String name, byte val); method in class:ObjectOutputStream.PutField
911 public abstract void put(String name, char val); method in class:ObjectOutputStream.PutField
923 public abstract void put(String name, short val); method in class:ObjectOutputStream.PutField
935 public abstract void put(String name, int val); method in class:ObjectOutputStream.PutField
947 public abstract void put(String name, long val); method in class:ObjectOutputStream.PutField
959 public abstract void put(String name, float val); method in class:ObjectOutputStream.PutField
971 public abstract void put(String name, double val); method in class:ObjectOutputStream.PutField
984 public abstract void put(String name, Object val); method in class:ObjectOutputStream.PutField
1615 public void put(Strin method in class:ObjectOutputStream.PutFieldImpl
1619 public void put(String name, byte val) { method in class:ObjectOutputStream.PutFieldImpl
1623 public void put(String name, char val) { method in class:ObjectOutputStream.PutFieldImpl
1627 public void put(String name, short val) { method in class:ObjectOutputStream.PutFieldImpl
1631 public void put(String name, int val) { method in class:ObjectOutputStream.PutFieldImpl
1635 public void put(String name, float val) { method in class:ObjectOutputStream.PutFieldImpl
1639 public void put(String name, long val) { method in class:ObjectOutputStream.PutFieldImpl
1643 public void put(String name, double val) { method in class:ObjectOutputStream.PutFieldImpl
1647 public void put(String name, Object val) { method in class:ObjectOutputStream.PutFieldImpl
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java325 public synchronized Object put(Object key, Object value) { method in class:Provider
432 super.put("Provider.id name", String.valueOf(name));
433 super.put("Provider.id version", String.valueOf(version));
434 super.put("Provider.id info", String.valueOf(info));
435 super.put("Provider.id className", this.getClass().getName());
442 copy.put(entry.getKey(), entry.getValue());
487 legacyStrings.put(keyString, (String)value);
489 return super.put(key, value);
594 // e.g. put("Alg.Alias.MessageDigest.SHA", "SHA-1");
610 legacyMap.put(ke
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp168 void outputStream::put(char ch) { function in class:outputStream
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassWriter.java819 fb.put(out);
825 mb.put(out);
859 anns.put(out);
863 ianns.put(out);
866 attrs.put(this, null, 0, -1, -1, out);
958 put(result);
978 put(result);
1012 put(result);
1055 put(result);
1094 put(resul
1341 private void put(final Item i) { method in class:ClassWriter
[all...]
H A DMethodWriter.java952 label.put(this, code, code.length - 1, true);
961 label.put(this, code, code.length - 1, false);
1097 dflt.put(this, code, source, true);
1100 labels[i].put(this, code, source, true);
1115 dflt.put(this, code, source, true);
1119 labels[i].put(this, code, source, true);
1273 * (i.e. put it in the 'changed' list) and, while there are changed
1912 final void put(final ByteVector out) { method in class:MethodWriter
2029 cattrs.put(cw, code.data, code.length, maxLocals, maxStack, out);
2060 anns.put(ou
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java560 this.fElementDeclTab.put(name, elementDecl );
623 this.fElementDeclTab.put(elementName, elementDecl );
1821 fElementIndexMap.put(elementDecl.name.rawname, elementDeclIndex);
1960 fEntityIndexMap.put(entityDecl.name, entityDeclIndex);
1978 fNotationIndexMap.put(notationDecl.name, notationDeclIndex);
2708 public void put(String key, int value) { method in class:DTDGrammar.QNameHashtable
2746 //System.out.println("put("+key+" -> "+value+')');
2749 } // put(int,String,String,int)
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java431 elcIDs.put(getString(table_elcIDs[i]), i);
969 charsetRegistry.put(fontName, fc);
971 charsetRegistry.put(charsetName, fc);
1166 existsMap.put(fileName, exists);
1211 filenamesMap.put(componentFonts[i], mapFileName(compFileName));
1218 filenamesMap.put(componentFonts[i],
1663 reorderScripts.put(ss[i], scripts[i]);
1799 //if we have a "allfonts.script" def, then we just put
1936 //(15)short[] fallbackScriptIDs; just put the ID in head
2012 logicalFontIDs.put("seri
2113 public synchronized Object put(Object k, Object v) { method in class:FontConfiguration.PropertiesHandler.FontProperties
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java1341 public V put(K key, V value) { method in class:Collections.UnmodifiableMap
2040 public V put(K key, V value) { method in class:Collections.SynchronizedMap
2041 synchronized (mutex) {return m.put(key, value);}
2216 * incorrectly typed element was put into a parameterized collection.
2675 public V put(K key, V value) { method in class:Collections.CheckedMap
2677 return m.put(key, value);
2698 m.put(e.getKey(), e.getValue());
3861 * as a sequence of <tt>put</tt> invocations on the backing map.
3903 public boolean add(E e) { return m.put(e, Boolean.TRUE) == null; }
H A DTreeMap.java35 * {@code containsKey}, {@code get}, {@code put} and {@code remove}
87 * associated map using {@code put}.)
136 * {@code k2} in the map. If the user attempts to put a key into the
138 * put a string key into a map whose keys are integers), the
139 * {@code put(Object key, Object value)} call will throw a
151 * {@code k1} and {@code k2} in the map. If the user attempts to put
152 * a key into the map that violates this constraint, the {@code put(Object
528 public V put(K key, V value) { method in class:TreeMap
1405 public final V put(K key, V value) { method in class:TreeMap.NavigableSubMap
1408 return m.put(ke
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java49 * <tt>containsKey</tt>, <tt>get</tt>, <tt>put</tt> and
63 * associated map using <tt>put</tt>, <tt>putIfAbsent</tt>, or
1102 * We put up with all this rather than just let levels grow
1642 public V put(K key, V value) { method in class:ConcurrentSkipListMap
2740 public V put(K key, V value) { method in class:ConcurrentSkipListMap.SubMap
2742 return m.put(key, value);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java196 map.put(new Actions(Actions.NEXT));
197 map.put(new Actions(Actions.PREVIOUS));
198 map.put(new Actions(Actions.RIGHT));
199 map.put(new Actions(Actions.LEFT));
200 map.put(new Actions(Actions.UP));
201 map.put(new Actions(Actions.DOWN));
202 map.put(new Actions(Actions.PAGE_UP));
203 map.put(new Actions(Actions.PAGE_DOWN));
204 map.put(new Actions(Actions.REQUEST_FOCUS));
205 map.put(ne
3763 public void put(final Action action) { method in class:AquaTabbedPaneCopyFromBasicUI.LazyActionMap
3767 public void put(final Object key, final Action action) { method in class:AquaTabbedPaneCopyFromBasicUI.LazyActionMap
[all...]

Completed in 105 milliseconds

123456789