Searched defs:map (Results 201 - 225 of 306) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlassKlass.cpp577 OopMapBlock* map = ik->start_of_nonstatic_oop_maps(); local
578 OopMapBlock* end_map = map + ik->nonstatic_oop_map_count();
579 while (map < end_map) {
580 st->print("%d-%d ", map->offset(), map->offset() + heapOopSize*(map->count() - 1));
581 map++;
642 // Verify oop map cache
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp206 void map( uint nidx, uint lidx ) { function in class:LRG_List
324 // Union-find map. Declared as a short for speed.
327 // Reset the Union-Find map to identity
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js191 // map primitive values to closest JavaScript primitives
1284 * map function returns an array/enumeration of values created
1288 function map(array, code) { function
1409 * @param code optional expression used to map
1415 array = map(array, code);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp292 int frame::frame_size(RegisterMap* map) const {
293 frame sender = this->sender(map);
361 frame frame::sender_for_entry_frame(RegisterMap* map) const {
362 assert(map != NULL, "map must be set");
368 map->clear();
369 assert(map->include_argument_oops(), "should be set by clear");
427 void frame::update_map_with_saved_link(RegisterMap* map, intptr_t** link_addr) { argument
436 map->set_location(rbp->as_VMReg(), (address) link_addr);
443 map
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DFp.java153 public static <A,B> List<B> map(Map1<A,B> fn, final Collection<A> xs){ method in class:Fp
170 * Same as map, but does not retain results.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLGeneratorExtension.java80 * Marshals the contents of a policy map to WSDL.
298 for (PolicySubject subject : subjects) { // iterate over all subjects in policy map
375 for (PolicySubject subject : subjects) { // iterate over all subjects in policy map
402 private static boolean isCorrectType(final PolicyMap map, final PolicySubject subject, final ScopeType type) { argument
405 return !(map.isInputMessageSubject(subject) || map.isOutputMessageSubject(subject) || map.isFaultMessageSubject(subject));
407 return map.isInputMessageSubject(subject);
409 return map.isOutputMessageSubject(subject);
411 return map
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DQNameMap.java42 * This specialized map allows a look up operation without constructing
67 * The number of key-value mappings contained in this identity hash map.
86 * Gives an entrySet view of this map
97 * Associates the specified value with the specified keys in this map.
98 * If the map previously contained a mapping for this key, the old
131 * or <tt>null</tt> if the map contains no mapping for this key.
135 * @return the value to which this map maps the specified set of keya, or
136 * <tt>null</tt> if the map contains no mapping for this set of keys.
150 * Returns the number of keys-value mappings in this map.
152 * @return the number of keys-value mappings in this map
166 putAll(QNameMap<? extends V> map) argument
188 putAll(Map<QName,? extends V> map) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java124 else return t.map(this);
151 return t.map(this);
307 List<Type> undetvars = Type.map(that.tvars, fromTypeVarFun);
331 // System.out.println(" = " + qtype1.map(getInstFun));//DEBUG
334 List<Type> targs = Type.map(undetvars, getInstFun);
378 List<Type> undetvars = Type.map(tvars, fromTypeVarFun);
533 public Type map(Mapping f) { method in class:Infer.UninferredMethodType
534 return qtype.map(f);
655 List<Type> paramtypes = Type.map(argtypes, implicitArgType);
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java586 void printMap(String name, StackMapTable_attribute.verification_type_info[] map) { argument
588 for (int i = 0; i < map.length; i++) {
589 StackMapTable_attribute.verification_type_info info = map[i];
603 print(i == (map.length - 1) ? " " : ",");
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertInfo.java114 private static final Map<String,Integer> map = new HashMap<String,Integer>(); field in class:X509CertInfo
116 map.put(VERSION, Integer.valueOf(ATTR_VERSION));
117 map.put(SERIAL_NUMBER, Integer.valueOf(ATTR_SERIAL));
118 map.put(ALGORITHM_ID, Integer.valueOf(ATTR_ALGORITHM));
119 map.put(ISSUER, Integer.valueOf(ATTR_ISSUER));
120 map.put(VALIDITY, Integer.valueOf(ATTR_VALIDITY));
121 map.put(SUBJECT, Integer.valueOf(ATTR_SUBJECT));
122 map.put(KEY, Integer.valueOf(ATTR_KEY));
123 map.put(ISSUER_ID, Integer.valueOf(ATTR_ISSUER_ID));
124 map
[all...]
/openjdk7/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java103 private final Map<Object, Object> map = new HashMap<>(); field in class:TestAppletLoggerContext.Bridge.JavaAWTAccessStub.TestExc
104 void put(Object key, Object v) { map.put(key, v); }
105 Object get(Object key) { return map.get(key); }
106 void remove(Object o) { map.remove(o); }
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DExchangeImpl.java272 void write (Headers map, OutputStream os) throws IOException { argument
273 Set<Map.Entry<String,List<String>>> entries = map.entrySet();
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DProcessEnvironment.java109 // Check that name is suitable for insertion into Environment map
117 // Check that value is suitable for insertion into Environment map
219 // This implements the String map view the user sees.
295 static byte[] toEnvironmentBlock(Map<String,String> map, int[]envc) { argument
296 return map == null ? null :
297 ((StringEnvironment)map).toEnvironmentBlock(envc);
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java475 if (map == null) {
476 map = new HashMap<Integer, String>();
483 map.put(f.getInt(null), f.getName());
490 String name = map.get(tag);
494 private Map<Integer, String> map; field in class:TreePosTest.TagNames
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java225 * type map to be empty.
238 * type map for this <code>RowSet</code> object. This type map will be
239 * used unless another type map is supplied as a method parameter.
241 * @param map a <code>java.util.Map</code> object containing the names of
247 void setTypeMap(java.util.Map<String,Class<?>> map) throws SQLException; argument
1849 * user name, password, transaction isolation, and type map.
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java234 static void loadActionMap(LazyActionMap map) { argument
235 map.put(new Actions(Actions.RESTORE));
236 map.put(new Actions(Actions.CLOSE));
237 map.put(new Actions(Actions.MOVE));
238 map.put(new Actions(Actions.RESIZE));
239 map.put(new Actions(Actions.LEFT));
240 map.put(new Actions(Actions.SHRINK_LEFT));
241 map.put(new Actions(Actions.RIGHT));
242 map.put(new Actions(Actions.SHRINK_RIGHT));
243 map
[all...]
H A DBasicMenuItemUI.java94 static void loadActionMap(LazyActionMap map) { argument
96 map.put(new Actions(Actions.CLICK));
97 BasicLookAndFeel.installAudioActionMap(map);
H A DBasicScrollPaneUI.java87 static void loadActionMap(LazyActionMap map) { argument
88 map.put(new Actions(Actions.SCROLL_UP));
89 map.put(new Actions(Actions.SCROLL_DOWN));
90 map.put(new Actions(Actions.SCROLL_HOME));
91 map.put(new Actions(Actions.SCROLL_END));
92 map.put(new Actions(Actions.UNIT_SCROLL_UP));
93 map.put(new Actions(Actions.UNIT_SCROLL_DOWN));
94 map.put(new Actions(Actions.SCROLL_LEFT));
95 map.put(new Actions(Actions.SCROLL_RIGHT));
96 map
[all...]
H A DBasicSpinnerUI.java546 static void loadActionMap(LazyActionMap map) { argument
547 map.put("increment", nextButtonHandler);
548 map.put("decrement", previousButtonHandler);
H A DBasicTableHeaderUI.java399 static void loadActionMap(LazyActionMap map) { argument
400 map.put(new Actions(Actions.TOGGLE_SORT_ORDER));
401 map.put(new Actions(Actions.SELECT_COLUMN_TO_LEFT));
402 map.put(new Actions(Actions.SELECT_COLUMN_TO_RIGHT));
403 map.put(new Actions(Actions.MOVE_COLUMN_LEFT));
404 map.put(new Actions(Actions.MOVE_COLUMN_RIGHT));
405 map.put(new Actions(Actions.RESIZE_LEFT));
406 map.put(new Actions(Actions.RESIZE_RIGHT));
407 map.put(new Actions(Actions.FOCUS_TABLE));
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java624 private void map(int seg, double a, double o, Point2D pt) { method in class:LayoutPathImpl.SegmentPath
645 map(seg, a, o, result);
/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java305 * Loads filename map (a mimetable) from a data file. It will
322 private FileNameMap map = fileNameMap;
324 return map.getContentTypeFor(fileName);
337 * @param map the FileNameMap to be set
344 public static void setFileNameMap(FileNameMap map) { argument
347 fileNameMap = map;
1341 * Utility function to map a MIME content type into an equivalent
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp236 OopMap* map = at(i); local
237 map->copy_to((address)temp);
239 temp += map->heap_size();
246 void OopMapSet::add_gc_map(int pc_offset, OopMap *map ) {
252 map->set_offset(pc_offset);
257 if (last->offset() == map->offset() ) {
260 if(last->offset() > map->offset()) {
262 om_count(),last->offset(),om_count()+1,map->offset());
267 set(om_count(),map); local
335 OopMap* map local
372 OopMap* map = cb->oop_map_for_return_address(fr->pc()); local
490 OopMap* map = cb->oop_map_for_return_address(pc); local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp110 ValueMap(); // empty value map
111 ValueMap(ValueMap* old); // value map with increased nesting
120 void kill_map(ValueMap* map);
222 ValueNumberingEffects(ValueMap* map): _map(map) {} argument
228 ValueMap* _current_map; // value map of current block
235 void set_value_map_of(BlockBegin* block, ValueMap* map) { assert(value_map_of(block) == NULL, ""); _value_maps.at_put(block->linear_scan_number(), map); } argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp566 RegisterMap map = *register_map(); local
567 uint size = fr().frame_size(&map);

Completed in 144 milliseconds

1234567891011>>