/cts/tools/dasm/src/java_cup/ |
terminal.java | 107 /** special terminal used for error recovery */ 108 public static final terminal error = new terminal("error"); field in class:terminal
|
/development/host/windows/usb/api/ |
adb_legacy_endpoint_object.cpp | 112 ULONG error = GetLastError();
local 113 if (!res && (ERROR_IO_PENDING != error)) {
118 SetLastError(error);
221 ULONG error = GetLastError();
local 224 SetLastError(error);
|
/development/scripts/ |
reverse_tether.sh | 31 trap error ERR 33 error() { function 34 echo >&2 "Error occured: $?"
|
/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:__anon4040::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/ash/system/chromeos/network/ |
network_state_notifier.cc | 31 // Error messages based on |error_name|, not network_state->error(). 69 // Trigger any pending connect failed error if the network list changes 91 // Trigger a pending connect failed error for |network| when the Error 93 if (network->path() == connect_failed_network_ && !network->error().empty()) { 146 // Shill may not have set the Error property yet. First request an update 148 // updated before displaying the error. 154 string16 error = GetConnectErrorString(error_name); local 155 if (error.empty() && network [all...] |