| /glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/ |
| H A D | AdminBaseDevTest.java | 123 public boolean report(String step, AsadminReturn ret) { argument 124 report(step, ret.returnValue); 125 return ret.returnValue; 149 AsadminReturn ret = asadminWithOutput("list-clusters"); 150 String s = (ret.out == null) ? "" : ret.out.trim(); 159 AsadminReturn ret = asadminWithOutput("list-instances"); 160 String s = (ret.out == null) ? "" : ret.out.trim(); 228 AsadminReturn ret [all...] |
| H A D | BaseDevTest.java | 84 public boolean report(String step, AsadminReturn ret) { argument 85 return ret.returnValue; 111 AsadminReturn ret = new AsadminReturn(); 134 ret.out = pm.getStdout(); 135 ret.err = pm.getStderr(); 136 ret.outAndErr = ret.out + ret.err; 137 ret.returnValue = exit == 0 && validResults(ret 228 evalXPath(String expr, File f, QName ret) argument 263 evalXPath(String expr, QName ret) argument [all...] |
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/modules/ |
| H A D | MbeansDescriptorsIntrospectionSource.java | 177 * @param ret The class to check 180 private boolean supportedType(Class<?> ret) { argument 182 if (ret == supportedTypes[i]) { 186 if (isBeanCompatible(ret)) { 264 Class<?> ret = methods[j].getReturnType(); 265 if( ! supportedType( ret ) ) { 276 Class<?> ret = methods[j].getReturnType(); 277 if( Boolean.TYPE != ret ) { 279 log.fine("Unsupported type " + methods[j] + " " + ret );
|
| /glassfish-3.1.2/installer/src/cpp/share/launcher/ |
| H A D | java.c | 105 int ret; local 218 if (!ParseArguments(&argc, &argv, &javahome, &tmpdir, &showconsole, &useAnswerFileOption, &answerFile, &useAlternateRootOption, &alternateRoot, &storeAnswerFile, &answerFileLocation, &logLevelOption, &useLogsLocation, &logsLocation, &ret)) 219 return ret; 310 ret = 0; 316 ret = 1; 331 ret = 1; 336 if (ret) 372 ret = 0; 394 ret = 1; 420 if (!javahome && ret 894 int ret; local 1389 jboolean ret = JNI_FALSE; local 1426 jboolean ret = JNI_FALSE; local [all...] |
| H A D | java_md.unix.c | 201 char *ret = NULL; local 246 ret = (char *)MemAlloc(size + 1); 251 char *outbuf = ret; 257 ret[size - outleft] = '\0'; 266 free(ret); 267 ret = (char *)MemAlloc(size + 1); 280 ret = StrDup(value); 282 return ret; 292 if (ret) 293 free(ret); 635 int ret; local 763 int ret; local 1229 int ret; local 1244 int ret; local 1266 int ret; local 1920 int ret = 1; local 2085 int ret = -1; local [all...] |
| H A D | java_md.winnt.c | 177 char *ret = NULL; local 220 ret = (char *)MemAlloc(size); 221 if ((size = WideCharToMultiByte(GetACP() ? CP_ACP : CP_UTF8, 0, value, -1, ret, size, NULL, NULL)) < 0) 224 return ret; 234 if (ret) 235 free(ret); 236 ret = (char *)MemAlloc(1); 237 ret[0] = '\0'; 238 return ret; 248 int ret; local 389 INT_PTR ret = FALSE; local 533 int ret; local 611 int ret; local 966 int ret; local 981 int ret; local 1003 int ret; local 1349 jboolean ret = JNI_FALSE; local 1485 int ret = 1; local 1707 int ret = 1; local [all...] |
| H A D | setup.h | 174 char *ret = NULL; local 175 ret = (char *)MemAlloc(sizeof(MESSAGE_KEY_PREFIX) + strlen(key) + 2); 176 sprintf(ret, MESSAGE_KEY_PREFIX "_%s", key); 177 return ret;
|
| H A D | uninstall.h | 185 char *ret = NULL; local 186 ret = (char *)MemAlloc(sizeof(MESSAGE_KEY_PREFIX) + strlen(key) + 2); 187 sprintf(ret, MESSAGE_KEY_PREFIX "_%s", key); 188 return ret;
|
| /vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/ |
| H A D | MathLShiftS64.c | 37 ret local 47 ret 52 ret
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/ |
| H A D | llshl.c | 37 ret local 47 ret 52 ret
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
| H A D | localeconv.c | 34 static struct lconv ret; local 38 ret.int_curr_symbol = 40 ret.currency_symbol = 42 ret.mon_decimal_point = 44 ret.mon_thousands_sep = 46 ret.mon_grouping = 48 ret.positive_sign = 50 ret.negative_sign = 52 ret.int_frac_digits = _CurrentMonetaryLocale->int_frac_digits; 53 ret [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/ |
| H A D | inet_makeaddr.c | 62 struct in_addr ret; local 72 ret.s_addr = htonl(addr); 73 return ret;
|
| H A D | inet_ntoa.c | 63 static char ret[18]; local 65 //strlcpy(ret, "[inet_ntoa error]", sizeof(ret)); 66 strncpyX(ret, "[inet_ntoa error]", sizeof(ret)); 67 (void) inet_ntop(AF_INET, &in, ret, sizeof ret); 68 return (ret);
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
| H A D | flags.c | 65 int ret, m, o; local 72 ret = __SRD; 78 ret = __SWR; 84 ret = __SWR; 101 ret = __SRW; 114 return (ret);
|
| H A D | fprintf.c | 56 int ret; local 67 ret = vfprintf(fp, fmt, ap); 69 return (ret);
|
| H A D | fscanf.c | 59 int ret; local 63 ret = __svfscanf(fp, fmt, ap); 65 return (ret);
|
| H A D | fwalk.c | 59 int n, ret; local 64 ret = 0; 68 ret |= (*function)(fp); 69 return (ret);
|
| H A D | fwprintf.c | 45 int ret; local 49 ret = vfwprintf(fp, fmt, ap); 52 return (ret);
|
| H A D | printf.c | 56 int ret; local 60 ret = vfprintf(stdout, fmt, ap); 62 return (ret);
|
| H A D | scanf.c | 55 int ret; local 61 ret = __svfscanf(stdin, fmt, ap); 63 return (ret);
|
| H A D | snprintf.c | 65 int ret; local 89 ret = __vfprintf_unlocked(&f, fmt, ap); 92 return (ret);
|
| H A D | snprintf_ss.c | 63 int ret; local 66 ret = vsnprintf_ss(str, n, fmt, ap); 68 return ret;
|
| H A D | sprintf.c | 60 int ret; local 74 ret = __vfprintf_unlocked(&f, fmt, ap); 77 return (ret);
|
| H A D | swprintf.c | 39 int ret; local 43 ret = vswprintf(s, n, fmt, ap); 46 return (ret);
|
| H A D | vasprintf.c | 48 int ret; local 63 ret = __vfprintf_unlocked(&f, fmt, ap); 64 if (ret == -1) 67 _base = realloc(f._bf._base, (size_t)(ret + 1)); 71 return (ret);
|