/external/chromium_org/chrome/browser/web_dev_style/ |
css_checker.py | 63 errors = [] 69 errors.append(' %s;\n' % (';\n '.join(rules))) 70 return errors 218 errors = [] 222 errors.append(' :%s (should be ::%s)' % (pseudo, pseudo)) 223 return errors 234 errors = [] 236 errors.append(' ' + b.group(1).strip().splitlines()[-1:][0]) 237 return errors 261 errors = [ [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
notifications_custom_bindings.js | 80 var errors = 0; 84 errors++; 87 if (errors > 0) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 58 uint errors; member in struct:sanity_check_ctx 165 ctx->errors++; 512 if (ctx->errors || ctx->warnings) 513 debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings ); 552 ctx.errors = 0; 563 return ctx.errors == 0;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 58 uint errors; member in struct:sanity_check_ctx 165 ctx->errors++; 512 if (ctx->errors || ctx->warnings) 513 debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings ); 552 ctx.errors = 0; 563 return ctx.errors == 0;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserString.py | 67 def decode(self, encoding=None, errors=None): # XXX improve this? 69 if errors: 70 return self.__class__(self.data.decode(encoding, errors)) 75 def encode(self, encoding=None, errors=None): # XXX improve this? 77 if errors: 78 return self.__class__(self.data.encode(encoding, errors)) 145 errors that would be very hard to track down.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 67 def decode(self, encoding=None, errors=None): # XXX improve this? 69 if errors: 70 return self.__class__(self.data.decode(encoding, errors)) 75 def encode(self, encoding=None, errors=None): # XXX improve this? 77 if errors: 78 return self.__class__(self.data.encode(encoding, errors)) 145 errors that would be very hard to track down.
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xslt.c | 139 style->errors++; 743 ret->errors = 0; 863 * Returns 0 if OK, -1 on API or internal errors. 1192 if (style != NULL) style->errors++; 1232 style->errors++; 1246 style->errors++; 1261 style->errors++; [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7-noaop.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7-noaop.jar | |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
python_message.py | 763 errors = [] 839 def IsInitialized(self, errors=None): 843 errors: A list which, if provided, will be populated with the field 856 if errors is not None: 857 errors.extend(self.FindInitializationErrors()) 865 if errors is not None: 866 errors.extend(self.FindInitializationErrors()) 869 if errors is not None: 870 errors.extend(self.FindInitializationErrors() [all...] |
/external/protobuf/python/google/protobuf/ |
reflection.py | 792 errors = [] 860 def IsInitialized(self, errors=None): 864 errors: A list which, if provided, will be populated with the field [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:
|
/development/testrunner/test_defs/ |
xml_suite_helper.py | 25 import errors namespace 94 raise errors.ParseError(msg=error_msg)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
Resource.js | 166 get errors() 171 set errors(x)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
runner_unittest.py | 50 result.errors.append((self.name, self.msg)) 100 self.assertEqual(len(runner.errors), 1)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/ |
rwtop.pl | 49 $reads{$common_pid}{errors}{$ret}++; 75 $writes{$common_pid}{errors}{$ret}++;
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleThreadPlanStepThroughObjCTrampoline.cpp | 78 StreamString errors; local 92 errors,
|
/external/stressapptest/src/ |
os.h | 93 // Polls for errors. This implementation is optional. 94 // This will poll once for errors and return zero iff no errors were found. 100 // Report errors. This implementation is mandatory. 113 // Flushes cacheline. Used to distinguish read or write errors. 218 // Causes false errors for unittesting. 219 // Setting to "true" causes errors to be injected. 220 void set_error_injection(bool errors) { error_injection_ = errors; }
|
/external/valgrind/main/drd/tests/ |
annotate_hb_err.stderr.exp | 25 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
annotate_ignore_write2.stderr.exp | 24 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
|
hg04_race.stderr.exp | 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
hg05_race2.stderr.exp | 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
hold_lock_1.stderr.exp | 27 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
tc21_pthonce.stderr.exp | 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|