Searched refs:maps (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DPolicyMappingsExtension.java69 private List<CertificatePolicyMap> maps; field in class:PolicyMappingsExtension
73 if (maps == null || maps.isEmpty()) {
80 for (CertificatePolicyMap map : maps) {
91 * @param maps the List of CertificatePolicyMap.
95 this.maps = map;
107 maps = new ArrayList<CertificatePolicyMap>();
129 maps = new ArrayList<CertificatePolicyMap>();
133 maps.add(map);
141 if (maps
[all...]
/openjdk7/jdk/test/java/util/Map/
H A DLockStep.java49 void mapsEqual(List<Map> maps) { argument
50 Map first = maps.get(0);
51 for (Map map : maps)
55 void put(List<Map> maps, Object key, Object val) { argument
56 for (Map map : maps)
58 mapsEqual(maps);
61 void removeLastTwo(List<Map> maps) { argument
62 Map first = maps.get(0);
70 for (Map map : maps) {
78 mapsEqual(maps);
[all...]
H A DEntryHashCode.java48 static final Map<Object,Object>[] maps = (Map<Object,Object>[])new Map[] { field in class:EntryHashCode
79 for (Map<Object,Object> map: maps) {
H A DCollisions.java147 Map<Object, Object>[] maps = (Map<Object, Object>[]) new Map[]{
159 for (Map<Object, Object> map : maps) {
/openjdk7/jdk/test/javax/management/remote/mandatory/util/
H A DMapNullValuesTest.java32 * the maps passed to the JMXConnector[Server] factories.
63 private Map maps[]; field in class:MapNullValuesTest
95 maps = new Map[] { map0, map1, map2, map3 };
123 for (int i = 0; i < maps.length; i++) {
126 echo("\tMap = " + maps[i]);
127 Hashtable t = EnvHelp.mapToHashtable(maps[i]);
129 checkContents(maps[i], t);
151 for (int i = 0; i < maps.length - 1; i++) {
154 echo("\tMap = " + maps[i]);
163 maps[
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMultiHashtable.java43 public Object maps(Object from, Object to) { method in class:MultiHashtable
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DMain.java110 Mappings maps = new Mappings();
123 maps.add(frontend);
129 maps.resolve();
131 status |= backend.generateSrc(maps);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSNamedMap4Types.java58 * @param maps the maps from local names to components
62 public XSNamedMap4Types(String[] namespaces, SymbolHash[] maps, int num, short type) { argument
63 super(namespaces, maps, num);
H A DXSNamedMapImpl.java84 * @param maps the maps from local names to components
87 public XSNamedMapImpl(String[] namespaces, SymbolHash[] maps, int num) { argument
89 fMaps = maps;
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DExtendedCharsets.java1166 String[] maps = map.split(",");
1167 for (int i = 0; i < maps.length; i++) {
1168 if (maps[i].equalsIgnoreCase("Windows-31J/Shift_JIS")) {
1170 } else if (maps[i].equalsIgnoreCase("x-windows-50221/ISO-2022-JP")) {
1172 } else if (maps[i].equalsIgnoreCase("x-windows-50220/ISO-2022-JP")) {
1174 } else if (maps[i].equalsIgnoreCase("x-windows-iso2022jp/ISO-2022-JP")) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapSet.java126 Assert.that(len > 0, "must have pointer maps");
177 OopMapSet maps = cb.getOopMaps();
235 OopMapSet maps = cb.getOopMaps();
236 Assert.that((maps != null) && (maps.getSize() > 0), "found null or empty OopMapSet for CodeBlob");
242 OopMapSet maps = cb.getOopMaps();
243 if ((maps == null) || (maps.getSize() == 0)) {
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h54 // list of virtual memory maps
89 size_t num_maps; // number of maps.
90 map_info* maps; // maps in a linked list member in struct:core_data
92 map_info* class_share_maps;// class share maps in a linked list
H A Dps_core.c74 map_info* map = ph->core->maps;
127 map->next = ph->core->maps;
128 ph->core->maps = map;
174 // Check out the share maps atlast, if we don't find anywhere.
176 // ahead of other normal maps. For eg. with -Xshare:off we don't
180 print_debug("can't locate map_info at 0x%lx, trying class share maps\n",
185 print_debug("located map_info at 0x%lx from class share maps\n",
375 // add read-only maps from classes[_g].jsa to the list of maps
414 map_info* map = ph->core->maps;
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h54 // list of virtual memory maps
87 size_t num_maps; // number of maps.
88 map_info* maps; // maps in a linked list member in struct:core_data
90 map_info* class_share_maps;// class share maps in a linked list
H A Dps_core.c74 map_info* map = ph->core->maps;
127 map->next = ph->core->maps;
128 ph->core->maps = map;
173 // Check out the share maps atlast, if we don't find anywhere.
175 // ahead of other normal maps. For eg. with -Xshare:off we don't
179 print_debug("can't locate map_info at 0x%lx, trying class share maps\n",
184 print_debug("located map_info at 0x%lx from class share maps\n",
375 // add read-only maps from classes[_g].jsa to the list of maps
414 map_info* map = ph->core->maps;
[all...]
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java228 List<Map<Class<?>, Integer>> maps
230 maps.add(uncaughtExceptions);
231 maps.add(uncaughtExceptionsTable);
232 for (Map<Class<?>, Integer> map : maps) {
/openjdk7/jdk/test/com/sun/security/sasl/ntlm/
H A DNTLMTest.java46 private static final Map<String,char[]> maps = field in class:NTLMTest
49 maps.put(USER1, PASS1);
50 maps.put(USER2, PASS2);
55 return maps.get(u);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java861 Object maps = getProperty(MAP_PROPERTY);
863 if (maps == null) {
864 maps = new Hashtable(11);
865 putProperty(MAP_PROPERTY, maps);
867 if (maps instanceof Hashtable) {
868 ((Hashtable)maps).put("#" + name, map);
881 Object maps = getProperty(MAP_PROPERTY);
883 if (maps instanceof Hashtable) {
884 ((Hashtable)maps).remove("#" + name);
897 Object maps
[all...]
H A DHTMLWriter.java427 // Write out the maps, which is not stored as Elements in
848 * Outputs the maps as elements. Maps are not stored as elements in
851 void writeMaps(Enumeration maps) throws IOException { argument
852 if (maps != null) {
853 while(maps.hasMoreElements()) {
854 Map map = (Map)maps.nextElement();
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java752 List<CertificatePolicyMap> maps = null;
754 maps = (List<CertificatePolicyMap>)polMappingsExt.get
767 for (int j = 0; j < maps.size(); j++) {
768 CertificatePolicyMap polMap = maps.get(j);
/openjdk7/langtools/test/tools/javac/types/
H A DTypeHarness.java215 public Type subst(Type t, Mapping... maps) { argument
218 for (Mapping tm : maps) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java152 static final Map[] maps; field in class:TextTests
219 // maps
242 maps = new Map[] {
506 maps,
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java724 List<NavigableMap> maps = Arrays.asList(m1, m2);
725 for (NavigableMap m : maps) testEmptyMap(m);
732 for (final NavigableMap m : maps) {
738 for (final NavigableMap m : maps) {
751 for (final NavigableMap m : maps) {
757 for (NavigableMap m : maps) testEmptyMap(m);
/openjdk7/jdk/test/java/util/Collections/
H A DRacingCollections.java192 private static List<Map<Integer, Boolean>> maps() { method in class:RacingCollections
271 for (Map<Integer, Boolean> x : maps())
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp261 tty->print_cr( "WARNING, maps not sorted: pc[%d]=%d, pc[%d]=%d",
296 assert( len > 0, "must have pointer maps" );
334 OopMapSet* maps = cb->oop_maps(); local
371 OopMapSet* maps = cb->oop_maps(); local

Completed in 134 milliseconds

12