/external/chromium_org/third_party/icu/source/i18n/ |
regexcst.pl | 192 $errors++; 196 $errors++; 200 die if ($errors>0);
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
pp.c | 156 int errors; local 172 errors = parser->error; 174 return errors;
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
gtest_progress_reporter.py | 58 if result.errors or result.failures: 59 all_errors = result.errors[:] 67 count = len(result.errors) + len(result.failures)
|
/external/icu/icu4c/source/i18n/ |
regexcst.pl | 192 $errors++; 196 $errors++; 200 die if ($errors>0);
|
/external/libunwind/tests/ |
test-proc-info.c | 41 int errors; variable 44 { ++errors; fprintf (stderr, args); return -1; } 102 ++errors;
|
/external/mesa3d/src/glsl/glcpp/ |
pp.c | 156 int errors; local 172 errors = parser->error; 174 return errors;
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
InstrumentationTestSuiteBuilderTest.java | 77 private Set<String> errors = new HashSet<String>(); field in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder 81 errors.add(testName(test)); 104 return errors.contains(testName);
|
UnitTestSuiteBuilderTest.java | 70 private Set<String> errors = new HashSet<String>(); field in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder 74 errors.add(testName(test)); 97 return errors.contains(testName);
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 30 from closure_linter import errors namespace 46 """JavaScript lint rules that catch JavaScript specific style errors.""" 61 """Handle errors associated with a parameter missing a param tag.""" 62 self._HandleError(errors.MISSING_PARAMETER_DOCUMENTATION, 83 """Checks a token, given the current parser_state, for warnings and errors. 156 self._HandleError(errors.JSDOC_MISSING_VAR_ARGS_NAME, 162 self._HandleError(errors.JSDOC_MISSING_VAR_ARGS_TYPE, 171 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_PREFIX, 177 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_TYPE, 191 self._HandleError(errors.MISSING_JSDOC_TAG_TYPE [all...] |
strict_test.py | 18 Tests errors that can be thrown by gjslint when in strict mode. 28 from closure_linter import errors namespace 50 expected = [errors.FILE_DOES_NOT_PARSE, errors.MULTI_LINE_STRING, 51 errors.FILE_IN_BLOCK]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
wire_format_unittest.cc | 858 vector<string> errors; local 862 errors = log.GetMessages(ERROR); 865 ASSERT_EQ(1, errors.size()); 866 EXPECT_TRUE(StartsWith(errors[0], 871 ASSERT_EQ(0, errors.size()); 880 vector<string> errors; local 884 errors = log.GetMessages(ERROR); 887 ASSERT_EQ(1, errors.size()); 888 EXPECT_TRUE(StartsWith(errors[0], 894 ASSERT_EQ(0, errors.size()) 901 vector<string> errors; local 915 vector<string> errors; local 929 vector<string> errors; local 943 vector<string> errors; local 961 vector<string> errors; local [all...] |
/bionic/libc/kernel/uapi/linux/ |
virtio_blk.h | 75 __u32 errors; member in struct:virtio_scsi_inhdr
|
/development/ndk/platforms/android-L/include/linux/ |
virtio_blk.h | 75 __u32 errors; member in struct:virtio_scsi_inhdr
|
/development/testrunner/ |
run_command.py | 26 import errors namespace 56 except errors.WaitForResponseTimedOutError: 77 errors.WaitForResponseTimedOutError if command did not complete within 79 errors.AbortError is command returned error code and SetAbortOnError is on. 138 raise errors.WaitForResponseTimedOutError 145 raise errors.AbortError(msg=output)
|
/external/chromium_org/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 94 int errors = 0; variable 140 ++errors; 150 if (errors != 0) { 152 str += base::IntToString(errors) + " errors";
|
/external/chromium_org/chrome/browser/extensions/api/streams_private/ |
streams_private_manifest_unittest.cc | 16 namespace errors = extensions::manifest_errors;
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_error_info.h | 51 // Populates the specified |errors| vector with the errors contained in 52 // |cert_status|. Returns the number of errors found. 53 // Callers only interested in the error count can pass NULL for |errors|. 58 std::vector<SSLErrorInfo>* errors);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
fake_url_fetcher.py | 78 errors = [] 85 errors.append('%s: expected %s got %s' % (desc, expected, actual)) 87 return (len(errors) == 0, ', '.join(errors)) 141 errors = [] 148 errors.append('%s: expected %s got %s' % (desc, expected, actual)) 150 return (len(errors) == 0, ', '.join(errors))
|
mock_file_system.py | 115 errors = [] 121 errors.append('%s: expected %s got %s' % (desc, expected, actual)) 123 return (len(errors) == 0, ', '.join(errors))
|
/external/chromium_org/components/sync_driver/ |
data_type_status_table.h | 26 bool UpdateFailedDataTypes(const TypeErrorMap& errors); 28 // Resets the current set of data type errors. 31 // Resets the set of types with cryptographer errors. 34 // Resets those persistence errors that intersect with |purged_types|. 47 // Returns a list of all the errors this class has recorded. 50 // Returns all types with failure errors. This includes, fatal, crypto, and 54 // Returns the types that are failing due to unrecoverable or datatype errors. 57 // Returns the types that are failing due to cryptographer errors. 60 // Returns the types that are failing due to persistence errors. 73 // Returns true if there are any types with errors [all...] |
/external/chromium_org/extensions/common/ |
update_manifest.h | 78 // errors(). 82 const std::string& errors() { return errors_; } function in class:UpdateManifest
|
/external/chromium_org/ppapi/generators/ |
idl_ast.py | 111 # Track the file node to update errors 150 # tree including versions, types, etc... Errors counts will be collected 178 errors = filenode.GetProperty('ERRORS') 179 if errors: 180 self.errors += errors
|
/external/chromium_org/third_party/android_testrunner/ |
run_command.py | 27 import errors namespace 57 except errors.WaitForResponseTimedOutError: 78 errors.WaitForResponseTimedOutError if command did not complete within 80 errors.AbortError is command returned error code and SetAbortOnError is on. 137 raise errors.WaitForResponseTimedOutError 141 raise errors.AbortError(msg=output)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
Makefile | 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
|
/external/chromium_org/third_party/opus/src/celt/ |
opus_custom_demo.c | 141 /* This is for simulating bit errors */ 143 int errors = 0; 152 errors++; 158 if (errors == 1) 160 else if (errors%2 == 1) 167 /*if (errors && (errors%2==0))*/
|