Searched refs:res (Results 176 - 200 of 785) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskFill.cpp51 HRESULT res = S_OK; local
67 res = d3dc->BeginScene(STATE_MASKOP);
68 RETURN_STATUS_IF_FAILED(res);
85 res = maskCache->AddMaskQuad(sx, sy, x, y, sw, sh,
90 return res;
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...]
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DConstructorDecl.java78 final Collection<String> res = new ArrayList<String>();
82 res.add("type");
85 res.add("executable");
88 res.add("constructor");
91 return res;
H A DInterfaceDecl.java67 final Collection<String> res = new ArrayList<String>();
71 res.add("type");
74 res.add("class");
77 res.add("interface");
81 res.add("annotation type");
84 return res;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaField.java87 Object[] res = new Object[fieldNames.length + superFields.length];
88 System.arraycopy(fieldNames, 0, res, 0, fieldNames.length);
89 System.arraycopy(superFields, 0, res, fieldNames.length, superFields.length);
90 return res;
140 Integer res = (Integer) fields.get(name);
141 return (res != null)? res.intValue() : FIELD_UNDEFINED;
H A DJSJavaMethod.java103 Object[] res = new Object[fieldNames.length + superFields.length];
104 System.arraycopy(fieldNames, 0, res, 0, fieldNames.length);
105 System.arraycopy(superFields, 0, res, fieldNames.length, superFields.length);
106 return res;
144 Integer res = (Integer) fields.get(name);
145 return (res != null)? res.intValue() : FIELD_UNDEFINED;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.hpp77 HeapWord* res = _top; local
80 return res;
239 HeapWord* res = ParGCAllocBuffer::allocate(word_sz); local
240 if (res != NULL) {
241 _bt.alloc_block(res, word_sz);
243 res = allocate_slow(word_sz);
245 return res;
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DIocp.c102 BOOL res; local
104 res = GetQueuedCompletionStatus((HANDLE)jlong_to_ptr(completionPort),
109 if (res == 0 && lpOverlapped == NULL) {
112 DWORD ioResult = (res == 0) ? GetLastError() : 0;
128 BOOL res; local
130 res = PostQueuedCompletionStatus((HANDLE)jlong_to_ptr(completionPort),
134 if (res == 0) {
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_aff.c80 mp_err res = MP_OKAY; local
95 res = MP_OKAY;
102 res = MP_OKAY;
116 res = MP_OKAY;
154 return res;
166 mp_err res = MP_OKAY; local
173 res = group->point_add(px, py, qx, &nqy, rx, ry, group);
176 return res;
199 mp_err res = MP_OKAY; local
220 res
291 mp_err res = MP_NO; local
[all...]
H A Dec2_aff.c74 mp_err res = MP_OKAY; local
87 res = MP_OKAY;
94 res = MP_OKAY;
118 res = MP_OKAY;
146 return res;
156 mp_err res = MP_OKAY; local
166 return res;
186 mp_err res = MP_OKAY; local
207 res = MP_OKAY;
270 return res;
278 mp_err res = MP_NO; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAdaptiveCoding.java207 public static int parseMetaCoding(byte[] bytes, int pos, Coding dflt, CodingMethod res[]) { argument
238 res[0] = newc;
253 StringBuilder res = new StringBuilder(20);
255 res.append("run(");
257 res.append(run.headLength).append("*");
258 res.append(keyString(run.headCoding));
261 res.append(" ");
266 res.append(" **").append(keyString(run.tailCoding));
267 res.append(")");
268 return res
[all...]
/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c104 int res = 0; local
113 res = comp_string(s1, s2);
124 } while (res == 0 && ((s1 != NULL) && (s2 != NULL)));
128 return (res);
144 int res = 0; local
154 res = comp_string(s1, zero_string);
156 res = comp_string(zero_string, s2);
158 res = comp_string(s1, s2);
169 } while (res == 0 && ((s1 != NULL) || (s2 != NULL)));
173 return (res);
[all...]
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DSolarisVirtualMachine.c100 int res; local
109 res = stat64(p, &sb);
110 if (res != 0) {
112 res = errno;
120 if (res == 0) {
126 char* msg = strdup(strerror(res));
328 jint* res = (jint*)(door_args.data_ptr); local
329 if (*res != JNI_OK) {
330 const char* msg = translate_error(*res);
333 sprintf(buf, "Unable to enqueue command to target VM: %d", *res);
[all...]
/openjdk7/jdk/src/windows/native/sun/management/
H A DFileSystemImpl.c47 BOOL res; local
101 res = GetVolumeInformation(root,
109 if (res == 0) {
255 jboolean res; local
261 res = isSecuritySupported(env, path);
265 return res;
281 jboolean res = JNI_FALSE; local
298 res = isAccessUserOnly(env, owner, acl);
304 res = JNI_FALSE;
313 return res;
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.h58 bytes res; local
59 res.set(ptr, len);
60 return res;
63 bytes res; local
64 res.ptr = ptr + beg;
65 res.len = end - beg;
66 assert(res.len == 0 || inBounds(res.ptr) && inBounds(res.limit()-1));
67 return res;
[all...]
/openjdk7/jdk/test/sun/management/jdp/
H A DJdpTest.sh149 res=`_testme`
151 case "${res}" in
175 res=`_testme`
177 case "${res}" in
203 res=`_testme`
205 case "${res}" in
227 res=`_testme`
229 case "${res}" in
254 res=`_testme`
256 case "${res}" i
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java304 long res = a;
305 res += b;
306 if (res < Integer.MIN_VALUE || res > Integer.MAX_VALUE) {
309 return (int)res;
313 long res = a;
314 res *= b;
315 if (res < Integer.MIN_VALUE || res > Integer.MAX_VALUE) {
318 return (int)res;
[all...]
/openjdk7/jdk/src/solaris/classes/java/io/
H A DUnixFileSystem.java152 String res = cache.get(path);
153 if (res == null) {
166 res = resDir + slash + filename;
167 cache.put(dir + slash + filename, res);
171 if (res == null) {
172 res = canonicalize0(path);
173 cache.put(path, res);
176 resDir = parentOrNull(res);
182 File f = new File(res);
190 return res;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java115 Object res = call(func, new Object[] { name });
116 return Context.toBoolean(res);
126 Object res = call(func, new Object[] { new Integer(index) });
127 return Context.toBoolean(res);
203 Object[] res = new Object[(int)array.getLength()];
204 for (int index = 0; index < res.length; index++) {
205 res[index] = mapToId(array.get(index, array));
207 return res;
211 Object[] res;
214 res
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMenuBarPeer.java300 Rectangle res;
301 res = fitWindowBelow(globalBounds, windowSize, screenSize);
302 if (res != null) {
303 return res;
305 res = fitWindowAbove(globalBounds, windowSize, screenSize);
306 if (res != null) {
307 return res;
309 res = fitWindowRight(globalBounds, windowSize, screenSize);
310 if (res != null) {
311 return res;
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp189 SparsePRTEntry::AddCardResult res = e->add_card(card_index); local
190 if (res == SparsePRTEntry::added) _occupied_cards++;
197 return res != SparsePRTEntry::overflow;
274 SparsePRTEntry* res = entry_for_region_ind(region_ind); local
275 if (res == NULL) {
278 res = entry(new_ind);
279 res->init(region_ind);
282 res->set_next_index(_buckets[ind]);
286 return res;
290 int res; local
318 CardIdx_t res; local
392 SparsePRT* res = local
405 SparsePRT* res = local
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java296 private static boolean IS_CLIPPED(int res) { argument
297 return res == CRES_MIN_CLIPPED || res == CRES_MAX_CLIPPED;
307 int res = CRES_NOT_CLIPPED;
313 res = CRES_MIN_CLIPPED;
319 res = CRES_MAX_CLIPPED;
325 return res;
332 int res = CRES_NOT_CLIPPED;
338 res = CRES_MIN_CLIPPED;
344 res
[all...]
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis-demo.c198 void* res; local
200 res = (*decode_instructions)(from, to, NULL, stdout, NULL, stdout, options);
202 res = (*decode_instructions)(from, to, NULL, NULL, NULL, stdout, options);
204 res = (*decode_instructions)(from, to,
209 if (res != to)
210 printf("*** Result was %p!\n", res);
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.java97 int res = readU1();
98 return (res << 8) + readU1();
102 int res = readU1();
103 return (short)((res << 8) + readU1());
107 int res = readU2();
108 return (res << 16) + readU2();
/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DDeclarationFilter.java244 ArrayList<D> res = new ArrayList<D>(decls.size());
247 res.add(d);
250 return res;
269 ArrayList<D> res = new ArrayList<D>(decls.size());
272 res.add(resType.cast(d));
275 return res;

Completed in 76 milliseconds

1234567891011>>