Searched defs:sh (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jaxws/make/
H A DMakefile34 SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33 macro
/openjdk7/jaxp/make/
H A DMakefile34 SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33 macro
/openjdk7/langtools/make/
H A DMakefile34 SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33 macro
/openjdk7/hotspot/src/share/vm/ci/
H A DciSignature.cpp52 Symbol* sh = symbol->get_symbol(); local
53 SignatureStream ss(sh);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.cpp232 SharedHeap* sh = SharedHeap::heap(); local
234 if (sh != NULL) {
H A Dg1MarkSweep.cpp61 SharedHeap* sh = SharedHeap::heap(); local
63 if (sh->collector_policy()->should_clear_all_soft_refs()) {
82 sh->perm_gen()->stat_record()->invocations++;
108 GenRemSet* rs = sh->rem_set();
109 rs->invalidate(sh->perm_gen()->used_region(), true /*whole_heap*/);
137 SharedHeap* sh = SharedHeap::heap(); local
139 sh->process_strong_roots(true, // activeate StrongRootsScope
337 SharedHeap* sh = SharedHeap::heap(); local
339 sh->process_strong_roots(true, // activate StrongRootsScope
H A DsatbQueue.cpp299 SharedHeap* sh = SharedHeap::heap(); local
300 int parity = sh->strong_roots_parity();
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp118 SharedHeap* sh = SharedHeap::heap(); local
119 if (sh != NULL) sh->_thread_holds_heap_lock_for_gc = true;
128 SharedHeap* sh = SharedHeap::heap(); local
129 if (sh != NULL) sh->_thread_holds_heap_lock_for_gc = false;
H A DageTable.cpp119 SharedHeap* sh = SharedHeap::heap(); variable
120 CollectorPolicy* policy = sh->collector_policy();
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskFill.cpp65 jint sx, sy, sw, sh; local
80 sh = ((sy + th) > sy2) ? (sy2 - sy) : th;
85 res = maskCache->AddMaskQuad(sx, sy, x, y, sw, sh,
H A DD3DBlitLoops.cpp351 jint sh = sy2 - sy1; local
375 sy1 += (int)((dstBounds.y1 - dy1) * (sh / dh));
381 sy2 += (int)((dstBounds.y2 - dy2) * (sh / dh));
569 jint sx, sy, sw, sh; local
618 sh = ((sy + th) > sy2) ? (sy2 - sy) : th;
626 ty2 = ((double)sh) / th;
631 sx, sy, sw, sh,
644 sx, sy, sw, sh,
700 jint sh = sy2 - sy1; local
706 if (sw <= 0 || sh <
811 jint sh = sy2 - sy1; local
[all...]
H A DD3DTextRenderer.cpp596 jint sx, sy, sw, sh; local
619 sh = ((sy + th) > h) ? (h - sy) : th;
624 res = d3dc->GetMaskCache()->AddMaskQuad(sx, sy, x, y, sw, sh,
642 jint sx, sy, sw, sh; local
692 sh = ((sy + th) > h) ? (h - sy) : th;
702 cy2 = cy1 + sh;
715 0, 0, sx, sy, sw, sh,
720 ty2 = ((jfloat)sh) / D3DC_BLIT_TILE_SIZE;
726 dy2 = dy1 + sh;
740 dty2 = ((jfloat)sh) / D3DTR_CACHED_DEST_HEIGH
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DVars.java46 String test3(short sh, long lo) { argument
196 test2(method, VARIABLES, "normal/variables", "sh,lo,st", "st,sh,lo");
198 test(method, ARGUMENTS, "normal/arguments", "sh,lo");
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DImageTypes.java111 int sw=99, sh=99; field in class:ImageCanvas
118 g2d.fillRect(0, 0, sw, sh);
124 for (int y=12;y<sh;y+=12) {
136 opaqueImg = new BufferedImage(sw, sh, TYPE_INT_RGB);
141 transImg = new BufferedImage(sw, sh, TYPE_INT_ARGB);
190 bi = new BufferedImage(sw, sh, biType, icm);
192 bi = new BufferedImage(sw, sh, biType);
206 int incX = sw+10, incY = sh+10;
H A DClippedImages.java155 int sw=50, sh=50; field in class:ClippedImageCanvas
158 img = new BufferedImage(sw, sh, BufferedImage.TYPE_INT_RGB);
161 g2d.fillRect(0 ,0, sw, sh);
167 for (int y=12;y<sh;y+=12) {
340 drawImage(g, dx, dy, dx+dw, dy+dh, sx, sy, sw, sh);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskFill.c104 jint sx, sy, sw, sh; local
116 sh = ((sy + th) > sy2) ? (sy2 - sy) : th;
122 sx, sy, x, y, sw, sh,
H A DOGLBlitLoops.c267 jint sx, sy, sw, sh; local
305 sh = ((sy + th) > sy2) ? (sy2 - sy) : th;
313 ty2 = ((GLdouble)sh) / th;
317 jint tmph = sh;
324 0, sh - tmph, sw, 1,
335 0, 0, sw, sh,
351 jint newsy = srcOps->yOffset + srcOps->height - (sy + sh);
353 0, 0, newsx, newsy, sw, sh);
455 jint sh = sy2 - sy1; local
461 if (sw <= 0 || sh <
577 jint sh = sy2 - sy1; local
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp47 static klassOop load_and_initialize_klass(Symbol* sh, TRAPS) { argument
48 klassOop k = SystemDictionary::resolve_or_fail(sh, true, CHECK_NULL);
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp257 SharedHeap* sh = SharedHeap::heap(); local
258 return sh->perm_gen()->used_region().start();
277 SharedHeap* sh = SharedHeap::heap(); local
278 sh->gc_prologue(false /* !full */); // get any necessary locks, etc.
284 SharedHeap* sh = SharedHeap::heap(); local
285 sh->gc_epilogue(false /* !full */); // release all acquired locks, etc.
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java245 protected boolean blitImage(SunGraphics2D sg2d, Image img, boolean fliph, boolean flipv, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh, Color bgColor) { argument
290 int sy2 = (fliph == false) ? sy + sh : sy - sh;
H A DCRenderer.java390 native void doImage(SurfaceData sData, SurfaceData img, boolean fliph, boolean flipv, int w, int h, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh); argument
458 protected boolean blitImage(SunGraphics2D sg2d, Image img, boolean fliph, boolean flipv, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh, Color bgColor) { argument
461 surfaceData.blitImage(this, sg2d, imgSurfaceData, fliph, flipv, sx, sy, sw, sh, dx, dy, dw, dh, bgColor);
641 void doImage(SurfaceData sData, SurfaceData img, boolean fliph, boolean flipv, int w, int h, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh) { argument
643 super.doImage(sData, img, fliph, flipv, w, h, sx, sy, sw, sh, dx, dy, dw, dh);
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp484 PerfSampleHelper* sh,
490 PerfLongVariable* p = new PerfLongVariable(ns, name, u, sh);
545 PerfSampleHelper* sh,
551 PerfLongCounter* p = new PerfLongCounter(ns, name, u, sh);
481 create_long_variable(CounterNS ns, const char* name, PerfData::Units u, PerfSampleHelper* sh, TRAPS) argument
542 create_long_counter(CounterNS ns, const char* name, PerfData::Units u, PerfSampleHelper* sh, TRAPS) argument
H A DperfData.hpp796 PerfLongSampleHelper* sh,
816 PerfLongSampleHelper* sh,
845 PerfSampleHelper* sh, TRAPS) {
846 return create_long_variable(ns, name, u, sh, CHECK_NULL);
866 PerfSampleHelper* sh, TRAPS) {
867 return create_long_counter(ns, name, u, sh, CHECK_NULL);
843 create_variable(CounterNS ns, const char* name, PerfData::Units u, PerfSampleHelper* sh, TRAPS) argument
864 create_counter(CounterNS ns, const char* name, PerfData::Units u, PerfSampleHelper* sh, TRAPS) argument
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c76 static INLINE UINT32 MAP_SWAP16BIT(UINT32 sh) { argument
77 return (UINT32) ((sh & 0xFF) << 8) | ((sh & 0xFF00) >> 8);
124 #define MAP_LE_SHORT2SAMPLE(sh) ((MAP_Sample) (sh))
128 #define MAP_LE_SHORT2SAMPLE(sh) ((MAP_Sample) (INT16) MAP_SWAP16BIT(sh))
135 #define MAP_BE_SHORT2SAMPLE(sh) ((MAP_Sample) (sh))
139 #define MAP_BE_SHORT2SAMPLE(sh) ((MAP_Sampl
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp159 static VerificationType reference_type(Symbol* sh) { argument
160 assert(((uintptr_t)sh & 0x3) == 0, "Symbols must be aligned");
164 return VerificationType((uintptr_t)sh);

Completed in 77 milliseconds

12