Searched defs:res (Results 251 - 275 of 362) sorted by relevance

<<1112131415

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/res/
H A DXPATHErrorResources_zh_CN.java23 package com.sun.org.apache.xpath.internal.res;
919 "com.sun.org.apache.xpath.internal.res.XPATHErrorResources";
H A DXPATHErrorResources_zh_TW.java23 package com.sun.org.apache.xpath.internal.res;
919 "com.sun.org.apache.xpath.internal.res.XPATHErrorResources";
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp229 HRESULT res = E_NOINTERFACE; local
234 res = S_OK;
236 return res;
907 jstring res = env->NewStringUTF(output); local
909 return res;
964 jobject res = env->CallObjectMethod(obj, createClosestSymbol_ID, sym, disp); local
966 return res;
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DLambdaForm.java503 Object res = mh.form.interpretWithArguments(av);
504 assert(returnTypesMatch(sig, av, res));
505 return res;
511 Object res = mh.form.interpretWithArguments(av);
512 assert(returnTypesMatch(sig, av, res));
513 return res;
519 Object res = mh.form.interpretWithArguments(av);
520 assert(returnTypesMatch(sig, av, res));
521 return res;
565 private static boolean returnTypesMatch(String sig, Object[] av, Object res) { argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp900 bool res = (available >= av_promo) || (available >= max_promotion_in_bytes); local
905 res? "":" not", available, res? ">=":"<",
908 return res;
1015 HeapWord* res = cmsSpace()->allocate(adjustedSize); local
1024 if (res != NULL) {
1028 assert(oop(res)->klass_or_null() == NULL, "Object should be uninitialized here.");
1029 assert(!((FreeChunk*)res)->is_free(), "Error, block will look free but show wrong size");
1030 collector()->direct_allocated(res, adjustedSize);
1038 return res;
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp448 jint res = Atomic::cmpxchg(claimValue, &_claimed, current); local
449 if (res == current) {
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp55 address res; local
58 res = (address)AllocateHeap(size, flags, CALLER_PC);
59 DEBUG_ONLY(set_allocation_type(res, C_HEAP);)
63 res = (address)operator new(size);
68 return res;
79 void ResourceObj::set_allocation_type(address res, allocation_type type) { argument
81 uintptr_t allocation = (uintptr_t)res;
84 ResourceObj* resobj = (ResourceObj *)res;
591 // use malloc, but save pointer in res. area for later freeing
H A Dallocation.hpp462 static void set_allocation_type(address res, allocation_type type) NOT_DEBUG_RETURN;
486 address res = (address)arena->Amalloc(size); local
487 DEBUG_ONLY(set_allocation_type(res, ARENA);)
488 return res;
491 address res = (address)resource_allocate_bytes(size); local
492 DEBUG_ONLY(set_allocation_type(res, RESOURCE_AREA);)
493 return res;
497 address res = (address)resource_allocate_bytes(size, AllocFailStrategy::RETURN_NULL); local
498 DEBUG_ONLY(if (res != NULL) set_allocation_type(res, RESOURCE_ARE
[all...]
H A DbinaryTreeDictionary.cpp782 size_t res; local
783 res = tl->count();
788 assert(res == cnt, "The count is not being maintained correctly");
790 return res;
H A Dgeneration.cpp185 bool res = (available >= max_promotion_in_bytes); local
189 res? "":" not", available, res? ">=":"<",
192 return res;
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp135 bool MatchList::search(const char *opc, const char *res, const char *lch, argument
138 if ((res == _resultStr) || (res && _resultStr && !strcmp(res, _resultStr))) {
150 tmp = _next->search(opc, res, lch, rch, pr);
H A Dformsopt.cpp394 const char *res; local
425 for ( _reslist.reset(); (res = _reslist.iter()) != NULL; )
426 fprintf(fp," %s(0x%08x)", res, _resdict[res]->is_resource()->mask());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java1627 private List<Parameter> getDoclitParameters(Request req, Response res, List<MessagePart> parameterList) { argument
1648 res.addBodyBlock(block);
1651 res.addBodyBlock(block);
1657 res.addUnboundBlock(block);
1660 res.addUnboundBlock(block);
1685 res.addBodyBlock(block);
1688 res.addBodyBlock(block);
1694 res.addHeaderBlock(block);
1697 res.addHeaderBlock(block);
1713 res
1803 getRpcLitParameters(Request req, Response res, Block reqBlock, Block resBlock, List<MessagePart> paramList) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c290 jboolean res = JNI_FALSE; local
294 res = (sdata->handle != None)?JNI_TRUE:JNI_FALSE;
297 return res;
388 jobject res = NULL; local
399 res = createDimension(env, hints->width, hints->height);
404 return res;
415 jobject res = NULL; local
426 res = createDimension(env, hints->min_width, hints->min_height);
431 return res;
442 jobject res local
954 Window res = None; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BC.c135 res = vis_write_lo(res, vis_fpack16(v1))
194 res = vis_fpadd16(e0, e1)
205 res = vis_freg_pair(vis_fpadd16s(vis_read_hi(v2), vis_read_lo(v2)), \
229 mlib_d64 res; local
253 vis_st_u8(res, dstPixelPtr++);
277 *(mlib_f32*)dstPixelPtr = vis_fpack16(res);
286 *(mlib_f32*)dstPixelPtr = vis_fpack16(res);
289 *(mlib_f32*)dstPixelPtr = vis_fpack16(res);
293 vis_st_u8(res, dstPixelPt
473 mlib_d64 res, *dp; local
1053 mlib_d64 res, *dp, *xPtr; local
[all...]
H A Dmlib_v_ImageAffine_BC_S16.c111 res = vis_fpackfix_pair(d1, d1)
186 res = vis_fpackfix_pair(d0, d1)
205 mlib_d64 res; local
235 vis_st_u16(res, dstPixelPtr++);
259 *(mlib_d64*)dstPixelPtr = res;
268 *(mlib_d64*)dstPixelPtr = res;
271 *(mlib_d64*)dstPixelPtr = res;
275 vis_st_u16(res, dstPixelPtr++);
279 vis_st_u16(res, dstPixelPtr++);
287 vis_st_u16(res, dstPixelPt
514 mlib_d64 res, res1; local
1322 mlib_d64 res; local
[all...]
H A Dmlib_v_ImageAffine_BC_U16.c107 res = vis_fxor(vis_fpackfix_pair(d1, d1), mask8000)
178 res = vis_fxor(vis_fpackfix_pair(d0, d1), mask8000)
197 mlib_d64 res; local
228 vis_st_u16(res, dstPixelPtr++);
252 *(mlib_d64*)dstPixelPtr = res;
261 *(mlib_d64*)dstPixelPtr = res;
264 *(mlib_d64*)dstPixelPtr = res;
268 vis_st_u16(res, dstPixelPtr++);
272 vis_st_u16(res, dstPixelPtr++);
280 vis_st_u16(res, dstPixelPt
499 mlib_d64 res, res1; local
1309 mlib_d64 res; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c278 int res = -1; local
280 RESTARTABLE(dup((int)fd), res); local
284 return (jint)res;
309 int res; local
313 res = fclose(fp);
314 } while (res == EOF && errno == EINTR);
315 if (res == EOF) {
630 int res; local
635 res = readdir64_r(dirp, ptr, &result);
636 if (res !
903 int res = 0; local
909 RESTARTABLE(getpwuid_r((uid_t)uid, &pwent, pwbuf, (size_t)buflen, &p), res); local
946 int res = 0; local
958 RESTARTABLE(getgrgid_r((gid_t)gid, &grent, grbuf, (size_t)buflen, &g), res); local
1006 int res = 0; local
1013 RESTARTABLE(getpwnam_r(name, &pwent, pwbuf, (size_t)buflen, &p), res); local
1044 int res = 0; local
1058 RESTARTABLE(getgrnam_r(name, &grent, grbuf, (size_t)buflen, &g), res); local
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c685 PRINT("%d of %d, res: %d\n", (int)(poll_wakeup_time-poll_sleep_time), (int)timeout, result);
1121 jstring res = (*env)->NewStringUTF(env, hostname); local
1122 return res;
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java815 private boolean isSupportedResolution(PrinterResolution res) { argument
819 if (res.equals(supportedRes[i])) {
1160 int res = (yRes > xRes) ? yRes : xRes;
1161 if (res > 0) {
1162 return new PrinterResolution(res, res, PrinterResolution.DPI);
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c376 PDH_STATUS res; local
378 if ((res = PdhLookupPerfNameByIndex_i(NULL, index, buf, &size)) != ERROR_SUCCESS) {
380 /* printf("Could not open counter %d: error=0x%08x", index, res); */
381 /* if (res == PDH_CSTATUS_NO_MACHINE) { */
731 PDH_STATUS res; local
740 res = PdhCollectQueryData_i(tmpQuery);
742 if (res == PDH_INVALID_HANDLE) {
744 res = -1;
746 } else if (res == PDH_NO_DATA) {
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp135 HRESULT res = S_OK; local
146 res = pSurface->LockRect(&lockedRect, &r, D3DLOCK_NOSYSLOCK);
147 RETURN_STATUS_IF_FAILED(res);
210 HRESULT res = S_OK; local
237 res = pDstSurface->LockRect(&lockedRect, pR, dwLockFlags);
238 RETURN_STATUS_IF_FAILED(res);
409 HRESULT res; local
466 res = d3dc->pVCacher->DrawTexture(dx2adj, dy2adj, dx2, dy2,
477 res = d3dc->pVCacher->DrawTexture(dx1, dy1, dx2, dy2,
480 return res;
500 HRESULT res; local
570 HRESULT res = S_OK; local
726 HRESULT res = S_OK; local
809 HRESULT res = S_OK; local
905 HRESULT res = S_OK; local
1024 HRESULT res = S_OK; local
[all...]
H A DD3DRenderQueue.cpp64 HRESULT res; local
80 res = d3dc->FlushVertexQueue();
81 D3DRQ_MarkLostIfNeeded(res, dstOps);
85 res = pMgr->GetD3DContext(d3dsdo->adapter, &pCtx);
86 RETURN_STATUS_IF_FAILED(res);
158 res = pSwapChain->Present(pSrcRect, pDstRect, 0, NULL, 0);
159 res = D3DRQ_MarkLostIfNeeded(res, d3dsdo);
161 return res;
165 D3DRQ_MarkLostIfNeeded(HRESULT res, D3DSDOp argument
198 HRESULT res = S_OK; local
[all...]
H A DD3DTextRenderer.cpp95 HRESULT res; local
115 res = pd3dDevice->SetPixelShaderConstantF(2, vals, 1);
117 return res;
177 HRESULT res = S_OK; local
182 res = d3dc->GetResourceManager()->GetBlitTexture(&pGlyphTexRes);
184 RETURN_STATUS_IF_FAILED(res);
188 res = d3dc->GetResourceManager()->
191 RETURN_STATUS_IF_FAILED(res);
211 res = d3dc->EnableLCDTextProgram();
212 RETURN_STATUS_IF_FAILED(res);
257 HRESULT res = S_OK; local
281 HRESULT res = S_OK; local
358 HRESULT res; local
522 HRESULT res; local
600 HRESULT res = S_OK; local
653 HRESULT res; local
768 HRESULT res = S_OK; local
[all...]
H A DD3DVertexCacher.cpp158 HRESULT res; local
163 if (FAILED(res = (*ppVC)->Init(pCtx))) {
167 return res;
203 HRESULT res = local
207 RETURN_STATUS_IF_FAILED(res);
209 res = lpD3DDevice->SetStreamSource(0, lpD3DVertexBuffer, 0,
211 RETURN_STATUS_IF_FAILED(res);
214 return res;
226 HRESULT res; local
227 if (SUCCEEDED(res
310 HRESULT res; local
376 HRESULT res; local
403 HRESULT res; local
433 HRESULT res; local
459 HRESULT res; local
479 HRESULT res; local
556 HRESULT res; local
597 HRESULT res; local
648 HRESULT res; local
674 HRESULT res; local
700 HRESULT res; local
779 HRESULT res = D3D_OK; local
[all...]

Completed in 153 milliseconds

<<1112131415