Searched refs:FULL (Results 1 - 24 of 24) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DVersion.java41 public static final String FULL = PROJECT_NAME + " " + VERSION + " (" field in class:Version
45 return FULL;
49 System.out.println(FULL);
/openjdk7/jdk/test/sun/text/resources/Format/
H A DBug4810032.java39 DateFormat.getDateInstance(DateFormat.FULL,Locale.JAPANESE);
H A DBug4685470.java27 *@summary verify whether contain pattern for the day of week in sch and tch's default FULL pattern
49 DateFormat s = DateFormat.getDateTimeInstance(DateFormat.FULL,DateFormat.FULL,Locale.SIMPLIFIED_CHINESE);
57 DateFormat s = DateFormat.getDateTimeInstance(DateFormat.FULL,DateFormat.FULL,Locale.TRADITIONAL_CHINESE);
69 System.out.println("DateFormat.FULL don't contain pattern for the day of the week : " + patterninfo);
H A DBug4395196.java62 df = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.FULL,loc);
H A DBug4762201.java53 df = DateFormat.getTimeInstance(DateFormat.FULL,loc);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DvmPSOperations.cpp66 SvcGCMarker sgcm(SvcGCMarker::FULL);
87 SvcGCMarker sgcm(SvcGCMarker::FULL);
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DDateFormatProviderTest.java84 for (int style = DateFormat.FULL; style <= DateFormat.SHORT; style ++) {
115 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, test);
116 DateFormat provider = dfp.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, test);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h39 #ifndef FULL
40 #define FULL 1 /* Adds <500 bytes to the zipped final product. */ macro
43 #if FULL // define this if you want debugging and/or compile-time attributes
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp220 typedef enum { MINOR, FULL, OTHER } reason_type; enumerator in enum:SvcGCMarker::__anon243
223 VM_GC_Operation::notify_gc_begin(reason == FULL);
H A DvmGCOperations.cpp193 SvcGCMarker sgcm(SvcGCMarker::FULL);
201 SvcGCMarker sgcm(SvcGCMarker::FULL);
/openjdk7/jdk/test/java/util/Locale/
H A DThaiGov.java114 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, locTH);
H A DInternationalBAT.java137 DateFormat.getDateInstance(DateFormat.FULL, locale);
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug6683975.java39 "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23\u0e17\u0e35\u0e48 30 \u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19 \u0e04.\u0e28. 2008, 8 \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 0 \u0e19\u0e32\u0e17\u0e35 00 \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35", // 0: FULL
45 "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23\u0e17\u0e35\u0e48 30 \u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19 \u0e1e.\u0e28. 2551, 8 \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 0 \u0e19\u0e32\u0e17\u0e35 00 \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35", // 0: FULL
51 "FULL", "LONG", "MEDIUM", "SHORT"
93 test(DateFormat.FULL);
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp157 FULL = 255 enumerator in enum:StackMapReader::__anon169
H A DstackMapTable.cpp383 if (frame_type == FULL) {
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExchanger.java233 private static final int FULL = field in class:Exchanger
371 if (fails > 3 && m < FULL && max.compareAndSet(m, m + 1))
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java100 } else if (dtfStr.startsWith("FULL")) {
101 dateStyle = DateFormat.FULL;
110 } else if (dtfStr.endsWith("FULL")) {
111 timeStyle = DateFormat.FULL;
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c273 #define FULL(stream) (stream->shared->isFull) macro
312 while ((error == SYS_OK) && FULL(stream)) {
948 SHMEM_ASSERT(!FULL(stream));
1002 SHMEM_ASSERT(!FULL(stream));
/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java65 * styles. The formatting styles include {@link #FULL}, {@link #LONG}, {@link #MEDIUM}, and {@link #SHORT}. More
102 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
107 * <li>{@link #FULL} is pretty completely specified, such as
421 public static final int FULL = 0; field in class:DateFormat
H A DMessageFormat.java190 * <td headers="sc">{@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#FULL}{@code , getLocale())}
209 * <td headers="sc">{@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#FULL}{@code , getLocale())}
1403 DateFormat.FULL,
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DUtil.java1136 // stream.println ("* " + DateFormat.getDateTimeInstance (DateFormat.FULL, DateFormat.FULL, Locale.getDefault ()).format (new Date ()));
1139 DateFormat formatter = DateFormat.getDateTimeInstance (DateFormat.FULL, DateFormat.FULL, Locale.getDefault ());
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1981 DateFormat.FULL,DateFormat.FULL,Locale.getDefault() )
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1099 final DateFormat formatter = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.SHORT);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1294 SvcGCMarker sgcm(SvcGCMarker::FULL);

Completed in 443 milliseconds