Searched refs:tm (Results 76 - 100 of 106) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java843 ThreadMXBean tm = getThreadMXBean();
844 if (supportsLockUsage && tm.isSynchronizerUsageSupported()) {
845 return tm.findDeadlockedThreads();
847 return tm.findMonitorDeadlockedThreads();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp185 static struct tm* localtime_pd (const time_t* clock, struct tm* res);
H A Dos.cpp124 // Convert the time value to a tm and timezone variable
125 struct tm time_struct;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsplugin.c426 void CMSEXPORT _cmsDecodeDateTimeNumber(const cmsDateTimeNumber *Source, struct tm *Dest)
443 void CMSEXPORT _cmsEncodeDateTimeNumber(cmsDateTimeNumber *Dest, const struct tm *Source)
H A Dlcms2_plugin.h210 CMSAPI void CMSEXPORT _cmsEncodeDateTimeNumber(cmsDateTimeNumber *Dest, const struct tm *Source);
211 CMSAPI void CMSEXPORT _cmsDecodeDateTimeNumber(const cmsDateTimeNumber *Source, struct tm *Dest);
H A Dlcms2_internal.h325 struct tm Created;
H A Dcmstypes.c1326 struct tm * NewDateTime;
1329 NewDateTime = (struct tm*) _cmsMalloc(self ->ContextID, sizeof(struct tm));
1346 struct tm * DateTime = (struct tm*) Ptr;
1361 return _cmsDupMem(self ->ContextID, Ptr, sizeof(struct tm));
H A Dcmsio0.c864 cmsBool CMSEXPORT cmsGetHeaderCreationDateTime(cmsHPROFILE hProfile, struct tm *Dest)
867 memmove(Dest, &Icc ->Created, sizeof(struct tm));
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeCellRenderer.java602 public void repaint(long tm, int x, int y, int width, int height) {} argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java86 public void repaint(long tm, int x, int y, int width, int height) {} argument
H A DXComponentPeer.java434 public void repaint(long tm, int x, int y, int width, int height) { argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java1379 * @param tm maximum time in milliseconds before update
1386 public void repaint(long tm, int x, int y, int w, int h) { argument
1389 parent.repaint(tm,x+getX(),y+getY(),w,h);
1391 super.repaint(tm,x,y,w,h);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1010 GCTraceTime tm("pre compact", print_phases(), true, &_gc_timer);
1057 GCTraceTime tm("post compact", print_phases(), true, &_gc_timer);
1882 GCTraceTime tm("summary phase", print_phases(), true, &_gc_timer);
2392 GCTraceTime tm("marking phase", print_phases(), true, &_gc_timer);
2485 GCTraceTime tm("adjust roots", print_phases(), true, &_gc_timer);
2515 GCTraceTime tm("compact perm gen", print_phases(), true, &_gc_timer);
2525 GCTraceTime tm("drain task setup", print_phases(), true, &_gc_timer);
2598 GCTraceTime tm("dense prefix task setup", print_phases(), true, &_gc_timer);
2680 GCTraceTime tm("steal task setup", print_phases(), true, &_gc_timer);
2728 GCTraceTime tm("compactio
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java740 TypeMirror tm = ve.asType();
741 checkMethodParametersVisitor.visit(tm, types);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp1983 TEXTMETRIC tm;
1985 GetTextMetrics(printDC, &tm);
1986 avgWidth = tm.tmAveCharWidth;
1993 GetTextMetrics(printDC, &tm);
2110 TEXTMETRIC tm;
2112 GetTextMetrics(printDC, &tm);
2113 avgWidth = tm.tmAveCharWidth;
H A Dawt_Font.cpp438 TEXTMETRIC tm; local
440 GetTextMetrics(hDC, &tm);
445 avgWidth = tm.tmAveCharWidth;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParser.java3671 public ExpressionParser(ExpressionParserTokenManager tm) { argument
3672 token_source = tm;
3684 public void ReInit(ExpressionParserTokenManager tm) { argument
3685 token_source = tm;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.m458 CGAffineTransform tm = CGAffineTransformConcat(ptm, ctm);
464 CGPatternRef pattern = CGPatternCreate((void*)patternInfo, CGRectMake(0.0f, 0.0f, xStep, yStep), tm, xStep, yStep, tiling, isColored, &callbacks);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java3177 public CompactSyntax(CompactSyntaxTokenManager tm) { argument
3178 token_source = tm;
3187 public void ReInit(CompactSyntaxTokenManager tm) { argument
3188 token_source = tm;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES2469 time.h "tm" structure
H A Dpngwrite.c446 /* "tm" structure is not supported on WindowsCE */
448 png_convert_from_struct_tm(png_timep ptime, PNG_CONST struct tm FAR * ttime)
463 struct tm *tbuf;
H A Dpng.h455 * defines struct tm:
668 * Two conversions are provided, both from time_t and struct tm. There
1112 /* Convert from a struct tm to png_time */
1114 PNG_CONST struct tm FAR * ttime));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyConstructedImpl.java330 } catch (TypeMismatch tm) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java3292 * within <code>tm</code> milliseconds.
3299 * @param tm maximum time in milliseconds before update
3304 public void repaint(long tm) { argument
3305 repaint(tm, 0, 0, width, height);
3334 * <code>tm</code> milliseconds.
3346 * @param tm maximum time in milliseconds before update
3354 public void repaint(long tm, int x, int y, int width, int height) { argument
3379 parent.repaint(tm, px, py, pwidth, pheight);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java236 public void repaint(long tm, int x, int y, int width, int height) { argument

Completed in 258 milliseconds

12345