Searched defs:mapping (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDBuilder.java63 static PublicMapping mapping = null; field in class:DTDBuilder
294 mapping = new PublicMapping(dtd_home, "public.map");
295 String path = mapping.get(argv[0]);
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPollingServer.java71 private static int[] mapping = new int[65535]; field in class:PollingServer
161 * Add the socket to the Mux, keep track of mapping
167 mapping[fdval] = connects;
242 int map = mapping[fd];
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAtomList.java122 * Returns a subset of a list which is intersection of this set and set build by mapping <code>mask</code> in
123 * <code>mapping</code>.
125 public XAtomList subset(int mask, Map<Integer, XAtom> mapping) { argument
127 Iterator<Integer> iter = mapping.keySet().iterator();
131 XAtom atom = mapping.get(bits);
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileChannelImpl.c69 HANDLE mapping; local
86 mapping = CreateFileMapping(
94 if (mapping == NULL) {
100 mapping, /* Handle of file mapping object */
107 result = CloseHandle(mapping);
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DKeySelectors.java375 private static String mapping = "0123456789ABCDEF"; field in class:KeySelectors.ByteUtil
382 res[0] = mapping.charAt(high);
383 res[1] = mapping.charAt(low);
/openjdk7/jdk/src/share/classes/java/text/
H A DRBCollationTables.java59 // mapping table contracting list expanding list
104 * @param map The collator's character-mapping table (the value for mapping)
122 mapping = map;
160 int index = mapping.elementAt(ch);
232 return mapping.elementAt(ch);
296 private UCompactIntArray mapping = null; field in class:RBCollationTables
H A DRBTableBuilder.java88 mapping = new UCompactIntArray((int)RBCollationTables.UNMAPPED);
161 mapping.compact();
163 System.out.println("mappingSize=" + mapping.getKSize());
165 int value = mapping.elementAt(j);
171 tables.fillInTables(frenchSec, seAsianSwapping, mapping, contractTable, expandTable,
257 * finished building the mapping table, we can go back and look up
325 // See if the char already has an order in the mapping table
326 int order = mapping.elementAt(ch);
330 // character table. Instead of adding the character directly to the mapping
340 // add the entry to the mapping tabl
612 private UCompactIntArray mapping = null; field in class:RBTableBuilder
[all...]
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DUtils.java91 protected Entry parse(Matcher matcher, Entry mapping) { argument
92 mapping.bs = Integer.parseInt(matcher.group(gbs), 16);
93 mapping.cp = Integer.parseInt(matcher.group(gcp), 16);
96 mapping.cp2 = Integer.parseInt(matcher.group(gcp2), 16);
98 mapping.cp2 = 0;
99 return mapping;
107 public Entry next(Entry mapping) throws Exception { argument
119 return parse(matcher, mapping);
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DSJIS_0213.java40 * 5 types of entry in SJIS_X_0213/Unicode mapping table
55 * (5)"Windows-only" special mapping entries
78 static CharsetMapping mapping = AccessController.doPrivileged( field in class:SJIS_0213
190 return mapping.decodeSingle(b);
194 return mapping.decodeDouble(b1, b2);
201 if (mapping.decodeSurrogate(db, cc) != null)
204 if (mapping.decodeComposite(comp, cc) != null)
223 return mapping.encodeChar(ch);
227 return mapping.encodeSurrogate(hi, lo);
234 return mapping
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java217 * Sets the prefix mapping for the namespaces that were declared in this
222 * @param mapping The Hashtable containing the mappings.
224 protected void setPrefixMapping(Hashtable mapping) { argument
225 _prefixMapping = mapping;
240 * Adds a single prefix mapping to this syntax tree node.
262 // First look up the prefix/uri mapping in our own hashtable...
265 // ... but if we can't find it there we ask our parent for the mapping
289 // First look up the prefix/uri mapping in our own hashtable...
299 // ... but if we can't find it there we ask our parent for the mapping
702 * Give the DOM adapter an empty type mapping i
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java158 static boolean isIdentity(MXBeanMapping mapping) { argument
159 return (mapping instanceof NonNullMXBeanMapping &&
160 ((NonNullMXBeanMapping) mapping).isIdentity());
177 private static synchronized void putMapping(Type type, MXBeanMapping mapping) { argument
179 new WeakReference<MXBeanMapping>(mapping);
184 Type type, MXBeanMapping mapping) {
185 putMapping(type, mapping);
186 permanentMappings.add(mapping);
208 final MXBeanMapping mapping = new IdentityMapping(c, t);
209 putPermanentMapping(c, mapping);
183 putPermanentMapping( Type type, MXBeanMapping mapping) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java131 // As the javadoc states, this class maintains a mapping between
152 // SmallConversionSet, that maintain a mapping between StyleConstants
363 SelectorMapping mapping = getRootSelectorMapping();
365 mapping = mapping.getChildSelectorMapping(selectors[i],
368 Style rule = mapping.getStyle();
370 mapping.setStyle(null);
716 * attributes and have a CSS mapping, will be converted
1017 SelectorMapping mapping = getRootSelectorMapping();
1019 mapping
1283 addSortedStyle(SelectorMapping mapping, Vector<SelectorMapping> elements) argument
[all...]
/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/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/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java1633 Pair<Scope,Scope> mapping = getSyntheticScopeMapping(clazztype);
1660 clazztype = attribDiamond(localEnv, tree, clazztype, mapping, argtypes, typeargtypes);
1677 mapping,
1833 Pair<Scope, Scope> mapping,
1838 mapping == erroneousMapping) {
1841 //mapping, return the (possibly erroneous) type unchanged
1852 ((ClassSymbol) clazztype.tsym).members_field = mapping.snd;
1861 ((ClassSymbol) clazztype.tsym).members_field = mapping.fst;
1912 Pair<Scope, Scope> mapping =
1918 for (Scope.Entry e = mapping
1830 attribDiamond(Env<AttrContext> env, JCNewClass tree, Type clazztype, Pair<Scope, Scope> mapping, List<Type> argtypes, List<Type> typeargtypes) argument
[all...]

Completed in 96 milliseconds