/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
checkerbase.py | 29 from closure_linter import errors namespace 52 checker: Class to report errors to. 75 """Checks a token, given the current parser_state, for warnings and errors. 107 error_handler: Object that handles errors. 108 lint_rules: LintRules object defining lint errors given a token 144 """Returns true if the style checker has found any errors. 147 True if the style checker has found any errors. 152 """Checks the file, printing warnings and errors as they are found. 166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None) 184 """Checks a file, given as an iterable of lines, for warnings and errors [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
checkerbase.py | 29 from closure_linter import errors namespace 52 checker: Class to report errors to. 75 """Checks a token, given the current parser_state, for warnings and errors. 107 error_handler: Object that handles errors. 108 lint_rules: LintRules object defining lint errors given a token 144 """Returns true if the style checker has found any errors. 147 True if the style checker has found any errors. 152 """Checks the file, printing warnings and errors as they are found. 166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None) 184 """Checks a file, given as an iterable of lines, for warnings and errors [all...] |
/external/chromium_org/chrome/browser/sessions/ |
restore_on_startup_policy_handler.cc | 79 PolicyErrorMap* errors) { 80 if (!TypeCheckingPolicyHandler::CheckPolicySettings(policies, errors)) 90 errors->AddError(policy_name(), IDS_POLICY_VALUE_DEPRECATED); 101 errors->AddError(key::kCookiesSessionOnlyForUrls, 111 errors->AddError(key::kClearSiteDataOnExit, 122 errors->AddError(policy_name(),
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_user_data_logger.h | 50 // Returns the percent error given |events| occurrences and |errors| errors. 51 virtual size_t GetPercentError(size_t errors, size_t events) const; 63 // Total number of errors that occurred when trying to load thumbnail images 64 // for this NTP session. When these errors occur a grey tile is shown instead 72 // Total number of errors that occurred while trying to load the primary
|
/external/chromium_org/chrome/common/extensions/api/media_galleries_private/ |
media_galleries_handler.cc | 18 namespace errors = extensions::manifest_errors; 47 *error = ASCIIToUTF16(errors::kInvalidPageActionId); 57 *error = ASCIIToUTF16(errors::kInvalidPageActionDefaultTitle); 68 *error = ASCIIToUTF16(errors::kInvalidPageActionIconPath); 88 *error = ASCIIToUTF16(errors::kInvalidMediaGalleriesHandler); 130 *error = ASCIIToUTF16(errors::kInvalidMediaGalleriesHandler);
|
/external/chromium_org/components/json_schema/ |
json_schema_validator_unittest.cc | 25 for (size_t i = 0; i < validator.errors().size(); ++i) { 27 << validator.errors()[i].path << ": " 28 << validator.errors()[i].message; 44 ASSERT_EQ(1u, validator.errors().size()) << test_source; 45 EXPECT_EQ(expected_error_path, validator.errors()[0].path) << test_source; 46 EXPECT_EQ(expected_error_message, validator.errors()[0].message)
|
/external/chromium_org/extensions/common/manifest_handlers/ |
sandboxed_page_info.cc | 22 namespace errors = manifest_errors; 69 *error = ASCIIToUTF16(errors::kInvalidSandboxedPagesList); 77 errors::kInvalidSandboxedPage, base::IntToString(i)); 83 errors::kInvalidURLPatternError, extension->url().spec()); 96 *error = ASCIIToUTF16(errors::kInvalidSandboxedPagesCSP); 104 *error = ASCIIToUTF16(errors::kInvalidSandboxedPagesCSP);
|
/external/chromium_org/gpu/command_buffer/service/ |
error_state.h | 19 // Use these macro to synthesize GL errors instead of calling the error_state 47 // Use to clear all current GL errors. FAILS if there are any. 85 // Copies the real GL errors to the wrapper. This is so we can 86 // make sure there are no native GL errors before calling some GL function 92 // Clear all real GL errors. This is to prevent the client from seeing any 93 // errors caused by GL calls that it was not responsible for issuing.
|
logger.cc | 35 // generates these errors probably has a bug. 47 << "Too many GL errors, not reporting any more for this context." 48 << " use --disable-gl-error-limit to see all errors.";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
crashlogs.py | 57 errors = '' 64 return errors + f 67 errors += "ERROR: Failed to read '%s': %s\n" % (path, str(e)) 70 errors += "ERROR: Failed to read '%s': %s\n" % (path, str(e)) 72 if include_errors and errors: 73 return errors
|
/external/e2fsprogs/tests/ |
README | 9 0 No filesystem errors were detected 10 1 Filesystem errors detected, but corrected 12 4 Filesystem errors left uncorrected 23 filesystem with no detectable errors found in the second pass. The 24 exception is the okgroup.img filesystem, which contains no errors, and 29 errors. So if you modify the test_script to try running these
|
/external/junit/src/junit/framework/ |
TestResult.java | 12 * The test framework distinguishes between <i>failures</i> and <i>errors</i>. 13 * A failure is anticipated and checked for with assertions. Errors are 37 * Adds an error to the list of errors. The passed in exception 82 * Gets the number of detected errors. 88 * Returns an Enumeration for the errors 90 public synchronized Enumeration<TestFailure> errors() { method in class:TestResult
|
/external/libnfc-nxp/src/ |
phHciNfc_LinkMgmt.h | 87 * \retval Other errors Errors related to the other layers 111 * \retval Other errors Errors related to the other layers 136 * \retval Other errors Errors related to the other layers
|
/external/llvm/include/llvm/Analysis/ |
Verifier.h | 32 /// @brief An enumeration to specify the action to be taken if errors found. 35 /// happen if the verifier finds errors. Each of the functions that uses 47 /// action indicated by the \p action argument will be used if errors are 53 /// @brief Check a module for errors. 55 /// If there are no errors, the function returns false. If an error is found, 66 // verifyFunction - Check a function for errors, useful for use when debugging a
|
/hardware/ti/omap4xxx/libtiutils/ |
ErrorUtils.cpp | 23 @brief Method to convert from POSIX to Android errors 26 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h) 64 @brief Method to convert from TI OSAL to Android errors 68 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h) 86 @brief Method to convert from OMX to Android errors 89 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 16 def encode(self,input,errors='strict'): 17 return codecs.charmap_encode(input,errors,encoding_map) 19 def decode(self,input,errors='strict'): 20 return codecs.charmap_decode(input,errors,decoding_map) 24 return codecs.charmap_encode(input,self.errors,encoding_map)[0] 28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 16 def encode(self,input,errors='strict'): 17 return codecs.charmap_encode(input,errors,encoding_map) 19 def decode(self,input,errors='strict'): 20 return codecs.charmap_decode(input,errors,decoding_map) 24 return codecs.charmap_encode(input,self.errors,encoding_map)[0] 28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
|
/device/lge/hammerhead/ |
fstab.hammerhead | 7 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata 8 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check 9 /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t014parser.py | 34 # FIXME: currently strings with formatted errors are collected 48 # FIXME: currently strings with formatted errors are collected 64 # FIXME: currently strings with formatted errors are collected
|
/external/chromium/chrome/common/extensions/ |
update_manifest_unittest.cc | 124 EXPECT_FALSE(parser.errors().empty()); 128 EXPECT_FALSE(parser.errors().empty()); 132 EXPECT_FALSE(parser.errors().empty()); 136 EXPECT_FALSE(parser.errors().empty()); 140 EXPECT_FALSE(parser.errors().empty()); 144 EXPECT_TRUE(parser.errors().empty()); 155 EXPECT_TRUE(parser.errors().empty()); 157 EXPECT_TRUE(parser.errors().empty()); 162 EXPECT_TRUE(parser.errors().empty()); 169 EXPECT_TRUE(parser.errors().empty()) [all...] |
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_service_state.h | 14 // The sync service is up and running, or has not seen any errors yet. 28 // is (temporarily) unavailable due to some recoverable errors, e.g. 35 // unrecoverable errors, e.g. local database corruption.
|
/external/chromium_org/chrome/common/extensions/ |
update_manifest_unittest.cc | 124 EXPECT_FALSE(parser.errors().empty()); 128 EXPECT_FALSE(parser.errors().empty()); 132 EXPECT_FALSE(parser.errors().empty()); 136 EXPECT_FALSE(parser.errors().empty()); 140 EXPECT_FALSE(parser.errors().empty()); 144 EXPECT_TRUE(parser.errors().empty()); 155 EXPECT_TRUE(parser.errors().empty()); 157 EXPECT_TRUE(parser.errors().empty()); 162 EXPECT_TRUE(parser.errors().empty()); 169 EXPECT_TRUE(parser.errors().empty()) [all...] |
/external/chromium_org/net/cert/ |
cert_status_flags.cc | 58 // A certificate may have multiple errors. We report the most 61 // Unrecoverable errors 71 // Recoverable errors
|
/external/chromium_org/ppapi/generators/ |
generator.py | 42 if ast.errors: 43 print 'Found %d errors. Aborting build.\n' % ast.errors
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
builder.cc | 43 // Finish and check for builder errors 55 // Finish and check for file errors 75 // Check for input iterator errors
|