Searched refs:timestamp (Results 76 - 82 of 82) sorted by relevance

1234

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c1325 cmsDateTimeNumber timestamp; local
1332 if (io->Read(io, &timestamp, sizeof(cmsDateTimeNumber), 1) != 1) return NULL;
1334 _cmsDecodeDateTimeNumber(&timestamp, NewDateTime);
1347 cmsDateTimeNumber timestamp; local
1349 _cmsEncodeDateTimeNumber(&timestamp, DateTime);
1350 if (!io ->Write(io, sizeof(cmsDateTimeNumber), &timestamp)) return FALSE;
/openjdk7/jdk/src/share/classes/sun/tools/jstat/resources/
H A Djstat_options26 option timestamp {
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp865 // The timestamp is a long field and may need to be adjusted for alignment.
876 static jlong timestamp(oop ref);
H A DjavaClasses.cpp2375 jlong java_lang_ref_SoftReference::timestamp(oop ref) { function in class:java_lang_ref_SoftReference
3198 CHECK_OFFSET("java/lang/ref/SoftReference", java_lang_ref_SoftReference, timestamp, "J");
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTWindow.m362 timestamp: 0
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c1696 Time timestamp);
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp176 jlong Management::timestamp() { function in class:Management

Completed in 74 milliseconds

1234