/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
errno.h | 20 * ISO C99 Standard: 7.5 Errors <errno.h>
|
ifaddrs.h | 63 list in *IFAP and return 0. On errors, return -1 and set `errno'.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_tr.h | 68 /* detailed Token-Ring errors. See IBM Token-Ring Network
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
poll.h | 54 or -1 for errors.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
JavaQuickAssistant.java | 55 // However, this causes some errors to be dumped to the log, so instead we filter
|
/external/icu4c/common/ |
uts46.cpp | 42 // Severe errors which usually result in a U+FFFD replacement character in the result string. 242 if( dest.length()>=254 && (info.errors&UIDNA_ERROR_DOMAIN_NAME_TOO_LONG)==0 && 246 info.errors|=UIDNA_ERROR_DOMAIN_NAME_TOO_LONG; 327 info.errors|=UIDNA_ERROR_EMPTY_LABEL; 348 info.errors|=UIDNA_ERROR_DOMAIN_NAME_TOO_LONG; 351 info.errors|=info.labelErrors; 394 info.errors|=info.labelErrors; 400 info.errors|=info.labelErrors; 403 if( info.isBiDi && U_SUCCESS(errorCode) && (info.errors&severeErrors)==0 && 406 info.errors|=UIDNA_ERROR_BIDI [all...] |
/external/icu4c/i18n/unicode/ |
udat.h | 764 * @param status A pointer to an UErrorCode to receive any errors 812 * @param status A pointer to an UErrorCode to receive any errors. 832 * @param status A pointer to an UErrorCode to receive any errors 866 * @param status A pointer to an UErrorCode to receive any errors 895 * @param status A pointer to an UErrorCode to receive any errors [all...] |
unum.h | 325 * details of any parsing errors, or NULL if no parsing error details 375 * @param status A pointer to an UErrorCode to receive any errors. 394 * @param status A pointer to an UErrorCode to receive any errors 423 * @param status A pointer to an UErrorCode to receive any errors 452 * @param status A pointer to an UErrorCode to receive any errors 485 * @param status A pointer to an UErrorCode to receive any errors 542 * @param status A pointer to an UErrorCode to receive any errors 566 * @param status A pointer to an UErrorCode to receive any errors 590 * @param status A pointer to an UErrorCode to receive any errors 623 * @param status A pointer to an UErrorCode to receive any errors [all...] |
/external/icu4c/tools/ctestfw/ |
ctest.c | 109 static int ERROR_COUNT = 0; /* Count of errors from all tests. */ 110 static int ONE_ERROR = 0; /* were there any other errors? */ 111 static int DATA_ERROR_COUNT = 0; /* count of data related errors or warnings */ 406 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction); 454 log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"errors", pathToFunction); 523 fprintf(stdout, " Errors in\n"); 534 log_testinfo("\t*Note* some errors are data-loading related. If the data used is not the \n" 536 "\tthe '-w' option to turn these errors into warnings.\n"); 538 log_testinfo("\t*WARNING* some data-loading errors were ignored by the -w option.\n"); 751 * Count errors only if there is a line feed in the patter [all...] |
/build/tools/ |
event_log_tags.py | 36 self.errors.append((self.filename, linenum, msg)) 47 self.errors = []
|
java-event-log-tags.py | 86 if tagfile.errors: 87 for fn, ln, msg in tagfile.errors:
|
/dalvik/libdex/ |
CmdUtils.cpp | 36 * If "quiet" is set, don't report common errors. 107 * If "quiet" is set, don't report common errors.
|
/development/testrunner/ |
runtest.py | 45 import errors namespace 185 raise errors.AbortError 230 except errors.ParseError: 231 raise errors.AbortError 377 raise errors.AbortError 451 except errors.WaitForResponseTimedOutError: 456 except errors.AbortError, error: 459 except errors.WaitForResponseTimedOutError:
|
/development/testrunner/test_defs/ |
xml_suite_helper.py | 25 import errors namespace 94 raise errors.ParseError(msg=error_msg)
|
/development/tools/idegen/ |
README | 3 amount of time with no errors. 28 If you get unexpected compilation errors from IntelliJ, try running
|
/external/android-clat/ |
ipv6.c | 107 // subnet to the local subnet, but these can appear as inner packets in ICMP errors, so we need 108 // to translate them. We accept third-party ICMPv6 errors, even though their source addresses
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognizerSharedState.cs | 40 * and recover from errors etc... As a separate state object, it can be 74 * one token/tree node is consumed for two errors.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
RecognizerSharedState.cs | 41 * and recover from errors etc... As a separate state object, it can be 76 * one token/tree node is consumed for two errors.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
RecognizerSharedState.java | 32 * and recover from errors etc... As a separate state object, it can be 56 * one token/tree node is consumed for two errors.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseTree.h | 84 // In case we don't have a token payload, what is the line for errors? 159 // In case we don't have a token payload, what is the line for errors?
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBaseTree.h | 84 // In case we don't have a token payload, what is the line for errors? 159 // In case we don't have a token payload, what is the line for errors?
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBaseTree.h | 84 // In case we don't have a token payload, what is the line for errors? 159 // In case we don't have a token payload, what is the line for errors?
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseTree.h | 86 // In case we don't have a token payload, what is the line for errors? 163 // In case we don't have a token payload, what is the line for errors?
|
/external/bison/doc/ |
bison.1 | 177 treat warnings as errors 200 show errors with carets
|
/external/bison/lib/ |
spawn-pipe.h | 53 terminates with exit code 127. Why? Some errors during posix_spawnp() 55 errors cause the subprocess to exit with return code 127. It is
|