| /external/tcpdump/ |
| print-slow.c | 153 uint8_t errors[8]; member in struct:slow_oam_link_event_t 677 "\n\t Errors %" PRIu64 683 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors),
|
| /external/toybox/toys/ |
| e2fs.h | 28 uint16_t errors; // Behaviour when detecting errors member in struct:ext2_superblock
|
| /external/vboot_reference/cgpt/ |
| cgpt_common.c | 207 int errors = 0; local 212 errors++; 221 errors++; 231 errors++; 241 errors++; 258 return errors ? -1 : 0; 341 int errors = 0; local 345 errors++; 356 return errors ? CGPT_FAILED : CGPT_OK; [all...] |
| /frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
| ConnOnActivityStartTest.java | 390 final String[] errors = new String[] {null}; local 394 errors[0] = resultData; 402 if (errors[0] != null) { 403 fail("Network not available for test app " + mTestPkgUid + ". " + errors[0]);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| opts.h | 245 /* Any flags describing errors detected in this option. */ 246 int errors; member in struct:cl_decoded_option
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| _pyio.py | 44 encoding=None, errors=None, 110 errors is an optional string that specifies how encoding errors are to 114 errors. (Note that ignoring encoding errors can lead to data loss.) 162 if errors is not None and not isinstance(errors, basestring): 163 raise TypeError("invalid errors: %r" % errors) 185 if binary and errors is not None 1353 def errors(self): member in class:TextIOBase 1545 def errors(self): member in class:TextIOWrapper 2008 def errors(self): member in class:StringIO [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| _pyio.py | 44 encoding=None, errors=None, 110 errors is an optional string that specifies how encoding errors are to 114 errors. (Note that ignoring encoding errors can lead to data loss.) 162 if errors is not None and not isinstance(errors, basestring): 163 raise TypeError("invalid errors: %r" % errors) 185 if binary and errors is not None 1353 def errors(self): member in class:TextIOBase 1545 def errors(self): member in class:TextIOWrapper 2008 def errors(self): member in class:StringIO [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| subr.go | 29 var errors []Error var 49 if len(errors) > 0 && errors[len(errors)-1].pos.Line() == n.Pos.Line() && errors[len(errors)-1].msg == old { 50 errors[len(errors)-1].msg = fmt.Sprintf("%v: undefined: %v in %v\n", n.Line(), n.Left, n) 55 errors = append(errors, Error [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| subr.go | 29 var errors []Error var 49 if len(errors) > 0 && errors[len(errors)-1].pos.Line() == n.Pos.Line() && errors[len(errors)-1].msg == old { 50 errors[len(errors)-1].msg = fmt.Sprintf("%v: undefined: %v in %v\n", n.Line(), n.Left, n) 55 errors = append(errors, Error [all...] |
| /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/ |
| shaderc.cc | 483 std::stringstream errors; local 503 std::ref(stage_deducer), includer, output_type, &errors, 512 std::ref(stage_deducer), includer, output_type, &errors, 516 result->messages = errors.str(); 584 std::string errors; local 590 &assembling_output_data, &errors); 598 result->messages = std::move(errors);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| _pyio.py | 44 encoding=None, errors=None, 110 errors is an optional string that specifies how encoding errors are to 114 errors. (Note that ignoring encoding errors can lead to data loss.) 162 if errors is not None and not isinstance(errors, basestring): 163 raise TypeError("invalid errors: %r" % errors) 185 if binary and errors is not None 1353 def errors(self): member in class:TextIOBase 1545 def errors(self): member in class:TextIOWrapper 2008 def errors(self): member in class:StringIO [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| _pyio.py | 44 encoding=None, errors=None, 110 errors is an optional string that specifies how encoding errors are to 114 errors. (Note that ignoring encoding errors can lead to data loss.) 162 if errors is not None and not isinstance(errors, basestring): 163 raise TypeError("invalid errors: %r" % errors) 185 if binary and errors is not None 1353 def errors(self): member in class:TextIOBase 1545 def errors(self): member in class:TextIOWrapper 2008 def errors(self): member in class:StringIO [all...] |
| /toolchain/binutils/binutils-2.27/opcodes/ |
| opc2c.c | 73 static int errors = 0; variable 298 errors++; 814 return errors;
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| TransliteratorParser.java | 915 List<RuntimeException> errors = new ArrayList<RuntimeException>(); local [all...] |
| /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| TransliteratorParser.java | 914 List<RuntimeException> errors = new ArrayList<RuntimeException>(); local [all...] |
| /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/ |
| sisu-guice-3.1.0.jar | |
| /prebuilts/tools/common/m2/repository/junit/junit/4.11/ |
| junit-4.11.jar | |
| /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/ |
| sisu-guice-2.1.7-noaop.jar | |
| /external/testng/lib-supplied/ |
| guice-2.0.jar | |
| /cts/tools/dasm/src/dasm/ |
| DAsm.java | 83 // number of errors reported in a file. 84 int errors; field in class:DAsm 171 * Returns the number of warnings/errors encountered while parsing a file. 0 175 return errors; 179 errors++; [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
| multibytecodec.c | 25 "I.encode(unicode[, errors]) -> (string, length consumed)\n\
27 Return an encoded string version of `unicode'. errors may be given to\n\
29 encoding errors raise a UnicodeEncodeError. Other possible values are\n\
34 "I.decode(string[, errors]) -> (unicodeobject, length consumed)\n\
36 Decodes `string' using I, an MultibyteCodec instance. errors may be given\n\
38 that encoding errors raise a UnicodeDecodeError. Other possible values\n\
42 static char *codeckwarglist[] = {"input", "errors", NULL};
43 static char *incnewkwarglist[] = {"errors", NULL};
45 static char *streamkwarglist[] = {"stream", "errors", NULL};
79 internal_error_callback(const char *errors)
119 const char *errors; local 550 const char *errors = NULL; local 607 const char *data, *errors = NULL; local 919 char *errors = NULL; local 1128 char *errors = NULL; local 1444 char *errors = NULL; local 1646 char *errors = NULL; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
| multibytecodec.c | 25 "I.encode(unicode[, errors]) -> (string, length consumed)\n\
27 Return an encoded string version of `unicode'. errors may be given to\n\
29 encoding errors raise a UnicodeEncodeError. Other possible values are\n\
34 "I.decode(string[, errors]) -> (unicodeobject, length consumed)\n\
36 Decodes `string' using I, an MultibyteCodec instance. errors may be given\n\
38 that encoding errors raise a UnicodeDecodeError. Other possible values\n\
42 static char *codeckwarglist[] = {"input", "errors", NULL};
43 static char *incnewkwarglist[] = {"errors", NULL};
45 static char *streamkwarglist[] = {"stream", "errors", NULL};
79 internal_error_callback(const char *errors)
119 const char *errors; local 547 const char *errors = NULL; local 604 const char *data, *errors = NULL; local 916 char *errors = NULL; local 1125 char *errors = NULL; local 1441 char *errors = NULL; local 1643 char *errors = NULL; local [all...] |
| /external/ImageMagick/coders/ |
| pdf.c | 129 % o exception: return any errors or warnings in this structure. 193 *errors; 247 errors=(char *) NULL; 248 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); 275 args_start,errors); 281 (double)revision.revision / 100,args_start,errors); 282 if (errors != (char *) NULL) 283 errors=DestroyString(errors); 289 if (errors != (char *) NULL 189 *errors; local [all...] |
| ps.c | 117 % o exception: return any errors or warnings in this structure. 182 *errors; 236 errors=(char *) NULL; 237 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); 264 args_start,errors); 270 (double)revision.revision / 100,args_start,errors); 271 if (errors != (char *) NULL) 272 errors=DestroyString(errors); 278 if (errors != (char *) NULL 179 *errors; local [all...] |
| /external/libevent/ |
| bufferevent_openssl.c | 311 ev_uint32_t errors[NUM_ERRORS]; member in struct:bufferevent_openssl 372 than 32 bits of it, since it needs to report errors on systems 375 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err; [all...] |