Searched refs:since (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DEra.java60 * @since 1.5
66 private final long since; field in class:Era
75 * @param since the time (millisecond offset from January 1, 1970
77 * @param localTime <code>true</code> if <code>since</code>
79 * <code>since</code> specifies UTC
81 public Era(String name, String abbr, long since, boolean localTime) { argument
84 this.since = since;
88 gcal.getCalendarDate(since, d);
110 return since;
[all...]
H A DLocalGregorianCalendar.java44 * @since 1.6
152 long since = 0;
166 } else if ("since".equals(key)) {
169 since = Long.parseLong(value.substring(0, value.length() - 1));
171 since = Long.parseLong(value);
179 Era era = new Era(eraName, abbr, since, localTime);
219 long since = era.getSince(null);
221 since -= zoneOffset;
223 if (millis >= since) {
323 long since
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSerializerMessages_fr.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_it.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_de.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_es.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_pt_BR.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_sv.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_zh_TW.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_ko.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_zh_CN.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_ja.properties31 # live here, since the serializer largely implements that package.
/openjdk7/jdk/make/java/nio/
H A DgenExceptions.sh55 * @since $SINCE
/openjdk7/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh97 // Dont want to call growit since it would change
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME150 a macro since the first argument, the mask accumulator, must be
158 be implemented as a macro since the first argument, the mask
196 GetPixelRGB must be implemented as a macro since the last three
/openjdk7/jdk/src/share/classes/java/util/
H A DJapaneseImperialCalendar.java67 * @since 1.6
261 // Showa 63 January 8, 63 is the actual max value since
532 // These fields are handled simply, since they have fixed
533 // minima and maxima. Other fields are complicated, since
1196 long since = eras[eraIndex].getSince(getZone());
1197 CalendarDate d = jcal.getCalendarDate(since, getZone());
1230 long since = eras[eraIndex].getSince(getZone());
1231 CalendarDate d = jcal.getCalendarDate(since, getZone());
1747 // As of Heisei (since Meiji) there's no case
1832 // We can always use `jcal' since Julia
[all...]
/openjdk7/hotspot/make/windows/
H A Dcreate.bat210 echo space, since they may be overwritten whenever this script is run or
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp603 // Check the sign first since atomull() parses only unsigned values.
806 JDK_Version since = JDK_Version(); local
814 if (is_newly_obsolete(arg, &since)) {
816 since.to_string(version, sizeof(version));
1323 // since a space lost due to alignment will be greater
1449 // Par compact uses lower default values since they are treated as
2047 // Check the sign first since atomull() parses only unsigned values.
2483 // initHeapSize is needed since _initial_heap_size is 4 bytes on a 32 bit
2546 // The default size is 1kw. These buffers are rarely used, since the
2739 // Skip -XX:Flags= since tha
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES131 since it didn't work in previous versions of libpng anyways
827 Added PNG_LEGACY_SUPPORTED macro, and #ifdef out all new (since version
1355 Replaced toucan.png in contrib/gregbook (it has been corrupt since 1.0.11)
2327 In contrib/pngminim/*, renamed "makefile.std" to "makefile", since there
2808 Documented the fact that png_set_dither() was disabled since libpng-1.4.0.
3305 Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java432 * @since JDK1.1.4
492 * @since JDK1.1.4
523 * @since 1.6
914 * @since 1.2
927 * @since 1.2
1000 * @since 1.4
/openjdk7/jdk/make/docs/
H A DMakefile336 $(call OptionPair,-tag,since.unbundled:X) ; \

Completed in 78 milliseconds