/external/libpng/contrib/libtests/ |
pngimage.c | 470 ERRORS, /* just errors */ 482 #define STRICT 0x020 /* Fail on warnings as well as errors */ 484 #define CONTINUE 0x080 /* Continue on APP_FAIL errors */ 494 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0) 504 png_uint_32 results; /* A mask of errors seen */ 650 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: 678 /* Errors cause this routine to exit to the fail code */ 679 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) 1572 int errors = 0; local [all...] |
/external/lldb/test/unittest2/test/ |
test_case.py | 82 errors = [] variable in class:TestCleanUp.testCleanUpWithErrors.MockResult 84 self.errors.append((test, exc_info)) 103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors) 276 # "With a temporary result stopTestRun is called when setUp errors. 390 # "When tearDown errors with a default result stopTestRun is still called." [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 333 errors = e.args[0] 334 self.assertEqual(len(errors), 1) 335 src, dst, error_msg = errors[0] 366 # assert others errors break it
|
test_support.py | 454 # errors=ignore' mode - hence we get '?' characters rather than 456 # See [ 850997 ] mbcs encoding ignores errors 875 # urllib can wrap original socket errors multiple times (!), we must [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 333 errors = e.args[0] 334 self.assertEqual(len(errors), 1) 335 src, dst, error_msg = errors[0] 366 # assert others errors break it
|
test_support.py | 454 # errors=ignore' mode - hence we get '?' characters rather than 456 # See [ 850997 ] mbcs encoding ignores errors 875 # urllib can wrap original socket errors multiple times (!), we must [all...] |
/bionic/tests/ |
system_properties_test.cpp | 322 TEST(properties, errors) {
|
/build/tools/droiddoc/templates-sac/ |
customizations.cs | 255 <?cs call:list("Errors", class.package.errors) ?> 263 <?cs call:class_link_list("Errors", package.errors) ?>
|
/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...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 12 from distutils.errors import *
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeGrammarRewriteAST.java | 248 assertEquals("unexpected errors: "+equeue, 1, equeue.errors.size()); [all...] |
/external/chromium_org/build/android/pylib/device/ |
decorators_test.py | 26 import errors as old_errors
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 45 * errors. Also protects against other syntax errors in the eval()ed
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
mathjax_external_util.js | 419 // Attempt to parse the code, processing any errors. 425 // Put errors into <merror> tags.
|
/external/chromium_org/chrome/utility/ |
chrome_content_utility_client.cc | 275 manifest.errors()));
|
/external/chromium_org/ppapi/generators/ |
idl_diff.py | 326 output, errors = p.communicate()
|
/external/chromium_org/third_party/handlebar/ |
handlebar.py | 57 def __init__(self, text, errors): 59 self.errors = errors 62 return '%s(text=%s, errors=%s)' % (type(self).__name__, 64 self.errors) 232 if key == 'errors': 233 errors = self._render_state._errors 234 return '\n'.join(errors) if errors else None [all...] |
/external/chromium_org/third_party/jstemplate/ |
util.js | 41 * errors. Also protects against other syntax errors in the eval()ed
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 31 --enable-werror Treat warnings as errors (/WX)
|
/external/chromium_org/third_party/libxslt/libxslt/ |
namespaces.c | 71 cctxt->style->errors++; 116 * SPEC TODO: Check for the errors mentioned above. 567 /* TODO: check errors */ 631 * namespace fixup failures or API or internal errors. 704 * namespace fixup failures or API or internal errors.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
message.h | 200 void FindInitializationErrors(vector<string>* errors) const; [all...] |
/external/libvpx/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 31 --enable-werror Treat warnings as errors (/WX)
|
/external/strace/ |
strace.spec | 210 - Fix errors detaching from multithreaded process on interrupt (#161919). 229 - Don't print errors for null file name pointers.
|
/external/valgrind/main/memcheck/tests/ |
str_tester.c | 45 size_t errors = 0; variable 54 ++errors; [all...] |
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 47 int errors; member in struct:wpa_ctrl_dst [all...] |