Searched defs:map (Results 226 - 250 of 306) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp43 BitMap::BitMap(bm_word_t* map, idx_t size_in_bits) : argument
44 _map(map), _size(size_in_bits), _map_allocator(false)
61 bm_word_t* old_map = map();
279 bm_word_t* dest_map = map();
280 bm_word_t* other_map = other.map();
293 bm_word_t* dest_map = map();
294 bm_word_t* other_map = other.map();
305 bm_word_t* dest_map = map();
306 bm_word_t* other_map = other.map();
316 bm_word_t* dest_map = map();
535 BitMap2D(bm_word_t* map, idx_t size_in_slots, idx_t bits_per_slot) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java171 public SortedMap getFormatsForFlavors(DataFlavor[] flavors, FlavorTable map) { argument
172 SortedMap retval = super.getFormatsForFlavors(flavors, map);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java454 // Maximum size to map when using a mapped buffer
470 MappedByteBuffer dbb = map(MapMode.READ_ONLY, position, size);
591 MappedByteBuffer bb = src.map(MapMode.READ_ONLY, p, size);
817 public MappedByteBuffer map(MapMode mode, long position, long size) method in class:FileChannelImpl
877 // so force gc and re-attempt map
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java468 * For each operation, this map stores a list of states from
1090 // Unregisters all MBeans named by the given map
1091 private void unregisterMBeans(Map<ObjectName,?> map) throws JMException { argument
1092 for (ObjectName key : map.keySet()) {
1095 map.remove(key);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java198 protected abstract MappingData map(); method in class:XBaseMenuWindow
475 mappingData = map();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DObjectStreamClass.java387 private final ConcurrentMap map = new ConcurrentHashMap(); field in class:ObjectStreamClass.PersistentFieldsValue
394 Object value = map.get(type);
397 map.putIfAbsent(type, value);
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c74 map_info* map = ph->core->maps; local
75 while (map) {
76 map_info* next = map->next;
77 free(map);
78 map = next;
86 map = ph->core->class_share_maps;
87 while (map) {
88 map_info* next = map->next;
89 free(map);
90 map
104 map_info* map; local
121 map_info* map; local
137 map_info* map; local
414 map_info* map = ph->core->maps; local
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c74 map_info* map = ph->core->maps; local
75 while (map) {
76 map_info* next = map->next;
77 free(map);
78 map = next;
86 map = ph->core->class_share_maps;
87 while (map) {
88 map_info* next = map->next;
89 free(map);
90 map
104 map_info* map; local
121 map_info* map; local
137 map_info* map; local
414 map_info* map = ph->core->maps; local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DFrame.java204 public abstract Frame sender(RegisterMap map, CodeBlob nm); argument
206 /** equivalent to sender(map, null) */
207 public Frame sender(RegisterMap map) { return sender(map, null); } argument
210 public Frame realSender(RegisterMap map) { argument
212 Frame result = sender(map);
214 result = result.sender(map);
218 return sender(map);
446 public void oopsDo(AddressVisitor oopVisitor, RegisterMap map) { argument
448 oopsInterpretedDo(oopVisitor, map);
555 oopsInterpretedDo(AddressVisitor oopVisitor, RegisterMap map) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java279 * <LI>Has its connection's type map set to <code>null</code>.
508 private Map<String, Class<?>> map; field in class:BaseRowSet
1102 * Retrieves the type map associated with the <code>Connection</code>
1106 * <code>Connection</code> objects with an associated type map.
1107 * This type map, which is initially empty, can contain one or more
1110 * specified in the connection's type map is used for custom type mapping
1111 * when no other type map supersedes it.
1113 * If a type map is explicitly supplied to a method that can perform
1114 * custom mapping, that type map supersedes the connection's type map
1137 setTypeMap(java.util.Map<String,Class<?>> map) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java222 static void loadActionMap(LazyActionMap map) { argument
223 map.put(new Actions(Actions.HIDE));
224 map.put(new Actions(Actions.PAGE_DOWN));
225 map.put(new Actions(Actions.PAGE_UP));
226 map.put(new Actions(Actions.HOME));
227 map.put(new Actions(Actions.END));
228 map.put(new Actions(Actions.DOWN));
229 map.put(new Actions(Actions.DOWN_2));
230 map.put(new Actions(Actions.TOGGLE));
231 map
[all...]
H A DBasicInternalFrameUI.java157 static void loadActionMap(LazyActionMap map) { argument
158 map.put(new UIAction("showSystemMenu") {
184 BasicLookAndFeel.installAudioActionMap(map);
428 InputMap map = getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
430 JComponent.WHEN_IN_FOCUSED_WINDOW, map);
H A DBasicOptionPaneUI.java119 static void loadActionMap(LazyActionMap map) { argument
120 map.put(new Actions(Actions.CLOSE));
121 BasicLookAndFeel.installAudioActionMap(map);
219 InputMap map = getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
222 WHEN_IN_FOCUSED_WINDOW, map);
H A DBasicPopupMenuUI.java166 static void loadActionMap(LazyActionMap map) { argument
167 map.put(new Actions(Actions.CANCEL));
168 map.put(new Actions(Actions.SELECT_NEXT));
169 map.put(new Actions(Actions.SELECT_PREVIOUS));
170 map.put(new Actions(Actions.SELECT_PARENT));
171 map.put(new Actions(Actions.SELECT_CHILD));
172 map.put(new Actions(Actions.RETURN));
173 BasicLookAndFeel.installAudioActionMap(map);
1041 void addUIInputMap(JComponent c, InputMap map) { argument
1051 c.setInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW, map);
1058 addUIActionMap(JComponent c, ActionMap map) argument
1075 removeUIInputMap(JComponent c, InputMap map) argument
1094 removeUIActionMap(JComponent c, ActionMap map) argument
[all...]
H A DBasicScrollBarUI.java136 static void loadActionMap(LazyActionMap map) { argument
137 map.put(new Actions(Actions.POSITIVE_UNIT_INCREMENT));
138 map.put(new Actions(Actions.POSITIVE_BLOCK_INCREMENT));
139 map.put(new Actions(Actions.NEGATIVE_UNIT_INCREMENT));
140 map.put(new Actions(Actions.NEGATIVE_BLOCK_INCREMENT));
141 map.put(new Actions(Actions.MIN_SCROLL));
142 map.put(new Actions(Actions.MAX_SCROLL));
H A DBasicToolBarUI.java339 static void loadActionMap(LazyActionMap map) { argument
340 map.put(new Actions(Actions.NAVIGATE_RIGHT));
341 map.put(new Actions(Actions.NAVIGATE_LEFT));
342 map.put(new Actions(Actions.NAVIGATE_UP));
343 map.put(new Actions(Actions.NAVIGATE_DOWN));
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java308 public AttributeValues merge(Map<? extends Attribute, ?>map) {
309 return merge(map, MASK_ALL);
312 public AttributeValues merge(Map<? extends Attribute, ?>map,
314 if (map instanceof AttributeMap &&
315 ((AttributeMap) map).getValues() != null) {
316 merge(((AttributeMap)map).getValues(), mask);
317 } else if (map != null && !map.isEmpty()) {
318 for (Map.Entry<? extends Attribute, ?> e: map.entrySet()) {
353 public static AttributeValues fromMap(Map<? extends Attribute, ?> map) { argument
357 fromMap(Map<? extends Attribute, ?> map, int mask) argument
760 getJustification(Map<?, ?> map) argument
774 getNumericShaping(Map<?, ?> map) argument
815 getBaselineTransform(Map<?, ?> map) argument
831 getCharTransform(Map<?, ?> map) argument
[all...]
H A DTrueTypeFont.java578 * supported locales, so we only map the first of these fields.
622 * this whole mechansim needs to be revised to map languages to
625 * from needing to map to this small and incomplete set of Windows
752 * these encodings here before checking the map/array.
1288 private static void addLCIDMapEntry(Map<String, Short> map, argument
1290 map.put(key, Short.valueOf(value));
1298 Map<String, Short> map = new HashMap<String, Short>(200);
1311 // $1~/0x04/ { print " addLCIDMapEntry(map, " substr($3, 0, 3) "\", (short) " substr($1, 0, 6) ");" ; next }
1312 // $3~/,/ { print " addLCIDMapEntry(map, " $3 " (short) " substr($1, 0, 6) ");" ; next }
1313 // { print " addLCIDMapEntry(map, "
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java2277 * Removes from the specified map any keys that have been enqueued
2282 WeakReference<Class<?>>, ?> map)
2286 map.remove(ref);
2280 processQueue(ReferenceQueue<Class<?>> queue, ConcurrentMap<? extends WeakReference<Class<?>>, ?> map) argument
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java180 /* ThreadLocal values pertaining to this thread. This map is maintained
185 * InheritableThreadLocal values pertaining to this thread. This map is
1573 * Returns a map of stack traces for all live threads.
1574 * The map keys are threads and each map value is an array of
1583 * array will be returned in the map value if the virtual machine has
1626 // else terminated so we don't put it in the map
1969 * Removes from the specified map any keys that have been enqueued
1974 WeakReference<Class<?>>, ?> map)
1978 map
1972 processQueue(ReferenceQueue<Class<?>> queue, ConcurrentMap<? extends WeakReference<Class<?>>, ?> map) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java564 private void removeInvalidServices(Map<ServiceKey,Service> map) { argument
565 for (Iterator t = map.entrySet().iterator(); t.hasNext(); ) {
1014 * names for this service (aliases) and attributes, which are a map of
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java2437 * @param map a <code>java.util.Map</code> object that contains the mapping
2448 Object getObject(int columnIndex, java.util.Map<String,Class<?>> map) argument
2529 * @param map a <code>java.util.Map</code> object that contains the mapping
2540 Object getObject(String columnLabel, java.util.Map<String,Class<?>> map) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp70 void map( uint i, Block *n ) { if( i>=Max() ) grow(i); _blocks[i] = n; }
80 void push( Block *b ) { map(_cnt++,b); }
457 _bbs.map( n->_idx, b );
483 void reset( uint max ); // Reset to identity map for [0..max]
490 void map( uint from_idx, uint to_idx ) { function in class:UnionFind
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java1716 * @param map a <code>java.util.Map</code> object showing the mapping
1728 java.util.Map<String,Class<?>> map)
1730 return crsInternal.getObject(columnIndex, map);
1773 * <code>java.util.Map</code> object to custom map the value if
1778 * @param map a <code>java.util.Map</code> object showing the mapping
1787 java.util.Map<String,Class<?>> map)
1789 return crsInternal.getObject(columnName, map);
4229 * This class guarantees that the map will be in ascending key order,
1727 getObject(int columnIndex, java.util.Map<String,Class<?>> map) argument
1786 getObject(String columnName, java.util.Map<String,Class<?>> map) argument
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp194 FormDict& globalNames() {return _globalNames;} // map global names to forms
197 ExprDict& globalDefs() {return _globalDefs;} // map global names to expressions
272 void build_map(OutputMap &map);
394 virtual void map(OperandForm &oper) { } function in class:OutputMap
395 virtual void map(OpClassForm &opc) { } function in class:OutputMap
396 virtual void map(char *internal_name) { } function in class:OutputMap
399 virtual void map(InstructForm &inst) { } function in class:OutputMap

Completed in 196 milliseconds

1234567891011>>