Searched refs:result (Results 51 - 64 of 64) sorted by relevance

123

/system/core/sh/
H A Dexpand.c344 * evaluate, place result in (backed up) result, adjust string position.
350 int result; local
360 * enough space for the result, which may be bigger
391 result = arith(p+2);
392 fmtstr(p, 12, "%d", result);
399 result = expdest - p + 1;
400 STADJUST(-result, expdest);
1498 int result; local
1508 result
[all...]
H A Darith_lex.c522 #define YY_INPUT(buf,result,max) \
523 result = (*buf = *arith_buf++) ? 1 : YY_NULL;
587 * is returned in "result".
590 #define YY_INPUT(buf,result,max_size) \
602 result = n; \
607 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
H A Darith.c682 /* Print the symbols being reduced, and their result. */
1290 /* Now `shift' the result of the reduction. Determine what state
1510 long result;
1515 result = yyparse();
1519 return (result);
1506 long result; local
/system/core/logcat/
H A Dlogcat.cpp258 int result; local
274 result = select(max + 1, &readset, NULL, NULL, sleep ? NULL : &timeout);
275 } while (result == -1 && errno == EINTR);
277 if (result >= 0) {
312 if (result == 0) {
/system/core/init/
H A Dproperty_service.c211 int result = 0; local
223 result = 1;
227 return result;
/system/vold/
H A DCommandListener.cpp281 struct dirent *result; local
283 while (!readdir_r(d, dent, &result) && result != NULL) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h264 uint32_t result = local
269 return (result == 0);
/system/core/libcutils/
H A Dproperties.c208 int result = -1; local
/system/core/toolbox/
H A Ddd.c1161 long long result; local
1163 if (sscanf(arg, "%lld", &result) == 0)
1164 result = def;
1165 return result;
/system/core/sdcard/
H A Dfuse.h514 __s32 result; member in struct:fuse_ioctl_out
/system/core/adb/
H A Dsockets.c65 asocket *result = NULL; local
70 result = s;
76 return result;
H A Dadb.c1012 int result = execl(path, "adb", "fork-server", "server", NULL);
1014 fprintf(stderr, "OOPS! execl returned %d, errno: %d\n", result, errno);
/system/security/keystore/
H A Dkeystore.cpp576 bool result = true; local
579 result = false;
584 return result;
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c211 uint8_t result; local

Completed in 169 milliseconds

123