/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreePatternLexer.cs | 61 public bool error = false; field in class:Antlr.Runtime.Tree.TreePatternLexer 124 error = true;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreePatternLexer.cs | 62 public bool error = false; field in class:Antlr.Runtime.Tree.TreePatternLexer 143 error = true;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (getter=getError, setter=setError) BOOL error; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (getter=getError, setter=setError) BOOL error; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (getter=getError, setter=setError) BOOL error; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (assign) BOOL error; variable
|
/external/apache-http/src/org/apache/commons/logging/ |
Log.java | 32 * <li>error</li> 81 * <p> Is error logging currently enabled? </p> 85 * when the log level is more than error. </p> 87 * @return true if error is enabled in the underlying logger. 152 * <p> Log an error with trace log level. </p> 169 * <p> Log an error with debug log level. </p> 186 * <p> Log an error with info log level. </p> 203 * <p> Log an error with warn log level. </p> 212 * <p> Log a message with error log level. </p> 216 public void error(Object message) method in interface:Log 225 public void error(Object message, Throwable t); method in interface:Log [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
NoOpLog.java | 56 public void error(Object message) { } method in class:NoOpLog 58 public void error(Object message, Throwable t) { } method in class:NoOpLog 72 * Error is never enabled.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemChoose.java | 121 transformer.getMsgMgr().error( 147 error(XSLTErrorResources.ER_CANNOT_ADD, method
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 39 * Implement SAX error handler for default reporting. 48 * the error() and fatalError() methods. If it is false, the errors 93 // Defer creating the java.io.PrintWriter until an error needs to be 126 * Receive notification of a recoverable error. 128 * <p>This corresponds to the definition of "error" in section 1.2 138 * error even if the XML 1.0 recommendation does not require it to 141 * @param exception The error information encapsulated in a 146 public void error(SAXParseException exception) throws SAXException method in class:DefaultErrorHandler 155 * Receive notification of a non-recoverable error. 157 * <p>This corresponds to the definition of "fatal error" i 228 public void error(TransformerException exception) throws TransformerException method in class:DefaultErrorHandler [all...] |
/external/chromium/app/sql/ |
sqlite_features_unittest.cc | 24 virtual int OnError(int error, sql::Connection* connection, 26 error_ = error; 29 return error; 32 int error() const { return error_; } function in class:__anon1327::StatementErrorHandler 56 // returns an error code. 61 // If any error happened the original sql statement can be found in 63 EXPECT_EQ(SQLITE_OK, error_handler_->error()); 72 int sqlite_error() const { return error_handler_->error(); }
|
statement_unittest.cc | 18 virtual int OnError(int error, sql::Connection* connection, 20 error_ = error; 23 return error; 26 int error() const { return error_; } function in class:StatementErrorHandler 49 // returns an error code. 54 // If any error happened the original sql statement can be found in 56 EXPECT_EQ(SQLITE_OK, error_handler_->error()); 62 int sqlite_error() const { return error_handler_->error(); } 117 // Insert in the foo table the primary key. It is an error to insert 118 // something other than an number. This error causes the error callbac [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_proxy_api_helpers_unittest.cc | 65 std::string error; local 71 ASSERT_TRUE(GetProxyModeFromExtensionPref(&proxy_config, &mode, &error)); 73 EXPECT_EQ(std::string(), error); local 77 EXPECT_FALSE(GetProxyModeFromExtensionPref(&proxy_config, &mode, &error)); 79 // Do not test |error|, as an invalid enumeration value is considered an 80 // internal error. It should be filtered by the extensions API. 85 std::string error; local 94 ASSERT_TRUE(GetPacUrlFromExtensionPref(&proxy_config, &out, &error)); 96 EXPECT_EQ(std::string(), error); local 103 ASSERT_TRUE(GetPacUrlFromExtensionPref(&proxy_config, &out, &error)); 105 EXPECT_EQ(std::string(), error); local 110 std::string error; local 120 EXPECT_EQ(std::string(), error); local 129 EXPECT_EQ(std::string(), error); local 134 std::string error; local 146 EXPECT_EQ(std::string(), error); local 156 EXPECT_EQ(std::string(), error); local 161 std::string error; local 173 EXPECT_EQ(std::string(), error); local 185 EXPECT_EQ(std::string(), error); local 189 std::string error; local 229 EXPECT_EQ(std::string(), error); local 235 std::string error; local 260 std::string error; local [all...] |
extension_ui_unittest.cc | 15 std::string *error) { 19 value = serializer.Deserialize(NULL, error); 28 std::string error; local 33 manifest_path, &error)); 34 EXPECT_EQ("", error); 38 Extension::REQUIRE_KEY | Extension::STRICT_ERROR_CHECKS, &error)); 40 EXPECT_EQ("", error); 51 std::string error; local 54 expected_output_path, &error)); 55 EXPECT_EQ("", error); [all...] |
image_loading_tracker_unittest.cc | 64 std::string error; local 68 &error))); 69 EXPECT_EQ(0, error_code) << error; 78 Extension::STRICT_ERROR_CHECKS, &error);
|
/external/chromium/chrome/browser/net/ |
url_request_mock_net_error_job.cc | 104 int error = errors_[0]; local 107 if (net::IsCertificateError(error)) { 109 request_->delegate()->OnSSLCertificateError(request_, error, 113 error));
|
/external/chromium/chrome/browser/sync/glue/ |
extension_change_processor.cc | 87 std::string error; local 89 user_share_, &error)) { 90 error_handler()->OnUnrecoverableError(FROM_HERE, error); 111 std::stringstream error; local 112 error << "Extension node lookup failed for change " << change.id 114 error_handler()->OnUnrecoverableError(FROM_HERE, error.str()); 124 std::stringstream error; local 125 error << "Could not get extension specifics from deleted node " 127 error_handler()->OnUnrecoverableError(FROM_HERE, error.str()); 128 LOG(DFATAL) << error.str() 136 std::string error = local [all...] |
/external/chromium/chrome/common/extensions/ |
extension_file_util_unittest.cc | 80 std::string error; local 82 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); 96 std::string error; local 98 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); 100 EXPECT_TRUE(error.empty()); 113 std::string error; local 115 &error)); 125 std::string error; local 127 &error)); 140 std::string error; local 154 std::string error; local 171 std::string error; local 187 std::string error; local [all...] |
extension_messages.cc | 52 std::string error; local 56 &error)); 58 LOG(ERROR) << "Error deserializing extension: " << error;
|
/external/chromium/chrome/common/ |
web_apps_unittest.cc | 33 std::string error; local 36 serializer.Deserialize(NULL, &error)); 38 ADD_FAILURE() << "Error parsing " << name << ": " << error; local 54 string16 error; local 56 &error)) { 57 ADD_FAILURE() << "Error parsing " << name << ": " << UTF16ToUTF8(error); 73 string16 error; local 75 &error)) { [all...] |
/external/chromium/net/base/ |
host_cache.h | 26 Entry(int error, const AddressList& addrlist, base::TimeTicks expiration); 29 int error; member in struct:net::HostCache::Entry 90 // (|error|, |addrlist|) is the value to set, and |now| is the current 93 int error,
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
fake_file_system_unittest.cc | 120 FileError error = FILE_ERROR_FAILED; local 125 google_apis::test_util::CreateCopyResultCallback(&error, &entry)); 128 ASSERT_EQ(FILE_ERROR_OK, error); 134 FileError error = FILE_ERROR_FAILED; local 138 google_apis::test_util::CreateCopyResultCallback(&error, &entry)); 141 ASSERT_EQ(FILE_ERROR_OK, error); 149 FileError error = FILE_ERROR_FAILED; local 153 google_apis::test_util::CreateCopyResultCallback(&error, &entry)); 156 ASSERT_EQ(FILE_ERROR_NOT_FOUND, error);
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
get_file_for_saving_operation_unittest.cc | 80 FileError error = FILE_ERROR_FAILED; local 86 &error, &local_path, &entry)); 90 EXPECT_EQ(FILE_ERROR_OK, error); 127 FileError error = FILE_ERROR_FAILED; local 133 &error, &local_path, &entry)); 137 EXPECT_EQ(FILE_ERROR_OK, error); 151 FileError error = FILE_ERROR_FAILED; local 157 &error, &local_path, &entry)); 160 // Checks that an error is returned. 161 EXPECT_EQ(FILE_ERROR_EXISTS, error); [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
entry_revert_performer.cc | 27 FileError error = GDataToFileError(status); local 28 switch (error) { 39 return error; 45 error = metadata->RemoveEntry(local_id); 46 if (error != FILE_ERROR_OK) 47 return error; 52 error = metadata->GetIdByResourceId(parent_resource_id, &parent_local_id); 53 if (error != FILE_ERROR_OK) 54 return error; 58 error = metadata->RefreshEntry(entry) [all...] |
entry_update_performer.cc | 26 FileError error = metadata->GetResourceEntryById(local_id, entry); local 27 if (error != FILE_ERROR_OK) 28 return error; 30 error = metadata->GetResourceEntryById(entry->parent_local_id(), 32 if (error != FILE_ERROR_OK) 33 return error; 37 case ResourceEntry::SYNCING: // Error during the last update. Go ahead. 42 error = metadata->RefreshEntry(*entry); 43 if (error != FILE_ERROR_OK) 44 return error; 53 FileError error = metadata->GetResourceEntryById(local_id, &entry); local 171 FileError error = GDataToFileError(status); local [all...] |