Searched refs:mapping (Results 26 - 32 of 32) sorted by relevance

12

/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c1032 GENERIC_MAPPING mapping = { local
1043 MapGenericMask(&checkAccessRights, &mapping);
1045 &mapping, &privileges, &privilegesLength, &grantedAccess, &result) == 0)
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java820 Object mapping =
823 mappingSet.add(mapping);
838 // format-to-flavor mapping doesn't exist. For this reason we have built
840 // and check if the format-to-flavor mapping exists for the
852 Object mapping = DataTransferer.createMapping(lFormat, flavor);
854 if (mappingSet.contains(mapping)) {
866 * 1) a mapping from at least one of the specified formats exists in the
868 * 2) the data translation for this mapping can be performed by the data
905 * 1) a mapping from the specified format exists in the specified map and
906 * 2) the data translation for this mapping ca
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java755 * A mapping that turns all unknown types in this type to fresh
3418 Map<Symbol,Type> mapping; field in class:Types.Adapter
3423 mapping = new HashMap<Symbol,Type>();
3431 Type val = mapping.get(fromList.head.tsym);
3465 // already a mapping for $source$, in which case
3466 // the old mapping will be merged with the new
3467 Type val = mapping.get(source.tsym);
3483 mapping.put(source.tsym, val);
3527 // Adapt should never fail calculating a mapping from
3801 * A visitor for implementing a mapping fro
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java798 * The AttributeSet will be empty if there are no mapping
869 * set up a mapping from well-known HTML attributes to
870 * CSS attributes. For the most part, there is a 1-1 mapping
873 * HTML.Attribute.HSPACE, end up mapping to two CSS.Attribute's.
885 /** Maps from HTML value to a CSS value. Used in internal mapping. */
949 // initialize StyleConstants mapping
1416 * The html size attribute has a mapping in the CSS world only
1488 * @return CSS.Attribute mapping for HTML.Attribute.ALIGN.
2638 // mapping according to the CSS2 spec
2710 Hashtable<String, Float> mapping
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java253 /** Element index mapping table. */
256 /** Entity index mapping table. */
259 /** Notation index mapping table. */
1219 int mapping = fElementIndexMap.get(elementDeclName);
1220 //System.out.println("getElementDeclIndex("+elementDeclName+") -> "+mapping);
1221 return mapping;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java126 /** A hash table mapping syntax trees to their ending source positions.
134 /** A hash table mapping local classes to their definitions.
138 /** A hash table mapping virtual accessed symbols in outer subclasses
159 /** A navigator class for assembling a mapping from local class symbols
195 /** A hash table mapping class symbols to lists of free variables.
373 * class EnumMapping provides mapping data and support methods for this translation.
762 /** A mapping from symbols to their access numbers.
766 /** A mapping from symbols to an array of access symbols, indexed by
771 /** A mapping from (constructor) symbols to access constructor symbols.
3462 Integer mapping
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h5326 typedef void (APIENTRYP PFNGLCOMBINERINPUTNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
5328 typedef void (APIENTRYP PFNGLFINALCOMBINERINPUTNVPROC) (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);

Completed in 123 milliseconds

12