Searched defs:natives (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DFlavorMap.java32 * A two-way Map between "natives" (Strings), which correspond to platform-
53 * <code>String</code> natives will be returned.
55 * <code>String</code> natives
60 * Returns a <code>Map</code> of the specified <code>String</code> natives
66 * @param natives an array of <code>String</code>s which will be the
68 * specified, a mapping of all <code>String</code> natives currently
71 * @return a <code>java.util.Map</code> of <code>String</code> natives to
74 Map<String,DataFlavor> getFlavorsForNatives(String[] natives); argument
H A DSystemFlavorMap.java53 * The SystemFlavorMap is a configurable map between "natives" (Strings), which
165 * SoftReferences which reference Lists of String natives.
170 * Caches the result getFlavorsForNative(). Maps String natives to
177 * to the DataFlavors and String natives for which the mappings have been
403 // DataFlavor itself for any text natives (even
579 List natives = (List)getFlavorToNative().get(flavor);
580 if (natives == null) {
581 natives = new ArrayList(1);
582 getFlavorToNative().put(flavor, natives);
584 natives
1022 getFlavorsForNatives(String[] natives) argument
1109 setNativesForFlavor(DataFlavor flav, String[] natives) argument
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp271 klassOop natives = SystemDictionary::MethodHandleNatives_klass(); local
272 if (natives == NULL || instanceKlass::cast(natives)->is_not_initialized()) {

Completed in 78 milliseconds